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

(528 errors, 188 warnings)

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

local/edusupport/chooseforum.php
(#68) Closing brace must be on a line by itself
(#69) Closing brace must be on a line by itself
(#72) Closing brace must be on a line by itself
(#73) Closing brace must be on a line by itself
(#84) AS keyword must be lowercase; expected "as" but found "AS"
(#104) AS keyword must be lowercase; expected "as" but found "AS"
(#111) AS keyword must be lowercase; expected "as" but found "AS"
local/edusupport/choosesupporters.php
(#40) Line exceeds 132 characters; contains 169 characters
(#98) Usage of ELSEIF not allowed; use ELSE IF instead
(#100) AS keyword must be lowercase; expected "as" but found "AS"
(#120) Line exceeds 132 characters; contains 140 characters
local/edusupport/classes/holidaymode_form.php
(#32) Visibility must be declared on method "definition"
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) No space found before comment text; expected "// Custom validation should be added here" but found "//Custom validation should be added here"
(#39) Visibility must be declared on method "validation"
local/edusupport/classes/issue_create_form.php
(#30) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#30) Scope modifier not specified for member variable "$maxbytes"
(#30) Expected 1 space before "*"; 0 found
(#30) Expected 1 space after "*"; 0 found
(#31) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#31) Scope modifier not specified for member variable "$areamaxbytes"
(#32) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#32) Scope modifier not specified for member variable "$maxfiles"
(#33) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#33) Scope modifier not specified for member variable "$subdirs"
(#35) Visibility must be declared on method "definition"
(#38) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#40) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#42) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#44) Expected 1 space before "=>"; 0 found
(#44) Expected 1 space after "=>"; 0 found
(#44) Expected 1 space before "=>"; 0 found
(#44) Expected 1 space after "=>"; 0 found
(#44) Expected 1 space before "=>"; 0 found
(#44) Expected 1 space after "=>"; 0 found
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#49) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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
(#64) Commas (,) must be followed by white space.
(#64) Commas (,) must be followed by white space.
(#68) Line exceeds 132 characters; contains 145 characters
(#70) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#72) Commas (,) must be followed by white space.
(#83) AS keyword must be lowercase; expected "as" but found "AS"
(#88) Line exceeds 132 characters; contains 157 characters
(#101) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#101) AS keyword must be lowercase; expected "as" but found "AS"
(#117) Variable "postto2ndlevel_hideshow" must not contain underscores.
(#128) Commas (,) must be followed by white space.
(#128) Variable "postto2ndlevel_hideshow" must not contain underscores.
(#128) Line exceeds 132 characters; contains 165 characters
(#138) Line exceeds 132 characters; contains 136 characters
(#148) Line exceeds 132 characters; contains 140 characters
(#152) Expected "if (...) {\n"; found "if(...) {\n"
(#153) Line exceeds 132 characters; contains 137 characters
(#156) Expected "} else {\n"; found "}\n else {\n"
(#160) Line exceeds 132 characters; contains 149 characters
(#164) Line exceeds 132 characters; contains 161 characters
(#172) Line exceeds 132 characters; contains 137 characters
(#173) Line exceeds 132 characters; contains 133 characters
(#174) Line exceeds 132 characters; contains 138 characters
(#179) This comment is 65% valid code; is this commented out code?
(#183) Line exceeds maximum limit of 180 characters; contains 183 characters
(#189) Line exceeds 132 characters; contains 145 characters
(#199) Line exceeds 132 characters; contains 169 characters
(#205) Variable "postto2ndlevel_hideshow" must not contain underscores.
(#205) Line exceeds 132 characters; contains 135 characters
(#207) Commas (,) must be followed by white space.
(#209) This comment is 70% valid code; is this commented out code?
(#211) Line exceeds 132 characters; contains 137 characters
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) No space found before comment text; expected "// Custom validation should be added here" but found "//Custom validation should be added here"
(#217) Visibility must be declared on method "validation"
(#222) Visibility must be declared on method "return_priority_options"
local/edusupport/classes/lib.php
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Expected 1 space before opening brace; found 0
(#71) Inline control structures are not allowed
(#75) Expected 1 space before opening brace; found 0
(#81) Expected 5 space(s) before asterisk; 4 found
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Expected 5 space(s) before asterisk; 4 found
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Variable "_extralinks" must not contain underscores.
(#151) Variable "_extralinks" must not contain underscores.
(#152) Variable "_extralinks" must not contain underscores.
(#152) Variable "_extralinks" must not contain underscores.
(#153) Variable "_extralinks" must not contain underscores.
(#154) Variable "_extralinks" must not contain underscores.
(#156) Inline control structures are not allowed
(#157) Inline control structures are not allowed
(#158) Inline control structures are not allowed
(#159) Inline control structures are not allowed
(#165) Line exceeds 132 characters; contains 157 characters
(#172) Expected 5 space(s) before asterisk; 4 found
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#197) Expected 5 space(s) before asterisk; 4 found
(#200) Inline control structures are not allowed
(#201) Inline control structures are not allowed
(#210) AS keyword must be lowercase; expected "as" but found "AS"
(#213) Inline comments must start with a capital letter, digit or 3-dots sequence
(#213) This comment is 67% valid code; is this commented out code?
(#213) No space found before comment text; expected "// $course = get_course($courseid);" but found "//$course = get_course($courseid);"
(#214) Inline control structures are not allowed
(#219) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#219) AS keyword must be lowercase; expected "as" but found "AS"
(#221) Inline control structures are not allowed
(#240) Inline control structures are not allowed
(#280) AS keyword must be lowercase; expected "as" but found "AS"
(#282) Expected 1 space before "-"; 0 found
(#282) Expected 1 space after "-"; 0 found
(#296) Expected 5 space(s) before asterisk; 4 found
(#301) Inline control structures are not allowed
(#310) Inline control structures are not allowed
(#314) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Variable "_groups" must not contain underscores.
(#316) Inline control structures are not allowed
(#316) Variable "_groups" must not contain underscores.
(#321) Variable "_groups" must not contain underscores.
(#321) AS keyword must be lowercase; expected "as" but found "AS"
(#338) Inline control structures are not allowed
(#357) Inline control structures are not allowed
(#368) Variable "_forums" must not contain underscores.
(#370) Variable "_forums" must not contain underscores.
(#370) AS keyword must be lowercase; expected "as" but found "AS"
(#373) Inline control structures are not allowed
(#399) Expected 1 space after "="; 3 found
(#424) Inline control structures are not allowed
(#433) Usage of ELSEIF not allowed; use ELSE IF instead
(#496) Expected 5 space(s) before asterisk; 4 found
(#548) Inline comments must start with a capital letter, digit or 3-dots sequence
(#559) Must use "self::" for local static member reference
(#571) Must use "self::" for local static member reference
(#647) Commas (,) must be followed by white space.
(#667) Inline control structures are not allowed
(#669) Inline control structures are not allowed
(#689) Inline control structures are not allowed
(#702) Must use "self::" for local static member reference
(#707) Inline comments must start with a capital letter, digit or 3-dots sequence
(#712) Expected 5 space(s) before asterisk; 4 found
(#714) Inline control structures are not allowed
(#723) Expected 5 space(s) before asterisk; 4 found
(#727) Inline control structures are not allowed
(#743) Must use "self::" for local static member reference
(#744) Inline control structures are not allowed
(#745) Inline control structures are not allowed
(#752) Expected 5 space(s) before asterisk; 4 found
(#755) Inline control structures are not allowed
(#757) Inline control structures are not allowed
(#771) Expected 5 space(s) before asterisk; 4 found
(#775) Inline control structures are not allowed
(#844) AS keyword must be lowercase; expected "as" but found "AS"
(#849) Inline control structures are not allowed
(#860) AS keyword must be lowercase; expected "as" but found "AS"
(#862) Inline control structures are not allowed
(#879) AS keyword must be lowercase; expected "as" but found "AS"
(#891) Inline control structures are not allowed
(#896) Inline control structures are not allowed
local/edusupport/classes/observer.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) This comment is 58% valid code; is this commented out code?
(#32) No space found before comment text; expected "// error_log("OBSERVER EVENT: " . print_r($event, 1));" but found "//error_log("OBSERVER EVENT: " . print_r($event, 1));"
(#49) Inline control structures are not allowed
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) AS keyword must be lowercase; expected "as" but found "AS"
(#71) Inline control structures are not allowed
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Expected 1 space after "="; 2 found
(#78) Expected 1 space after "="; 2 found
local/edusupport/classes/output/mobile.php
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#42) AS keyword must be lowercase; expected "as" but found "AS"
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) This comment is 50% valid code; is this commented out code?
(#53) No space found before comment text; expected "// 'javascript' => file_get_contents($CFG->dirroot . '/blocks/news/appjs/news_init.js')" but found "//'javascript' => file_get_contents($CFG->dirroot . '/blocks/news/appjs/news_init.js')"
local/edusupport/classes/post_form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space before "=>"; 0 found
(#94) Visibility must be declared on method "definition"
(#131) Line exceeds 132 characters; contains 160 characters
(#155) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Visibility must be declared on method "validation"
(#227) Expected 1 space before "!="; 0 found
(#227) Expected 1 space after "!="; 0 found
(#227) Expected 1 space before "!="; 0 found
(#227) Expected 1 space after "!="; 0 found
local/edusupport/classes/privacy/provider.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#33) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#38) Whitespace found at end of line
(#39) Opening brace should be on the same line as the declaration for class provider
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#78) Closing brace indented incorrectly; expected 1 spaces, found 4
(#82) Line indented incorrectly; expected at least 4 spaces, found 2
(#83) Expected 3 space(s) before asterisk; 5 found
(#84) Expected 3 space(s) before asterisk; 5 found
(#85) Expected 3 space(s) before asterisk; 5 found
(#86) Expected 3 space(s) before asterisk; 5 found
(#87) Expected 3 space(s) before asterisk; 5 found
(#88) Line indented incorrectly; expected 4 spaces, found 2
(#88) Expected 1 space before opening brace; found 2
(#89) Line indented incorrectly; expected at least 8 spaces, found 4
(#90) Line indented incorrectly; expected at least 8 spaces, found 4
(#91) Line indented incorrectly; expected at least 8 spaces, found 4
(#92) Line indented incorrectly; expected at least 8 spaces, found 4
(#93) Line indented incorrectly; expected at least 8 spaces, found 4
(#93) Whitespace found at end of line
(#94) Line indented incorrectly; expected at least 8 spaces, found 4
(#94) Whitespace found at end of line within string
(#95) Whitespace found at end of line within string
(#96) Whitespace found at end of line within string
(#97) Whitespace found at end of line within string
(#100) Line indented incorrectly; expected at least 8 spaces, found 4
(#102) Line indented incorrectly; expected at least 8 spaces, found 4
(#102) Whitespace found at end of line within string
(#103) Whitespace found at end of line within string
(#104) Whitespace found at end of line within string
(#105) Whitespace found at end of line within string
(#107) Line indented incorrectly; expected at least 8 spaces, found 4
(#109) Line indented incorrectly; expected at least 8 spaces, found 4
(#109) Whitespace found at end of line within string
(#110) Whitespace found at end of line within string
(#111) Whitespace found at end of line within string
(#112) Whitespace found at end of line within string
(#113) Whitespace found at end of line
(#114) Line indented incorrectly; expected at least 8 spaces, found 4
(#114) Whitespace found at end of line
(#116) Line indented incorrectly; expected at least 8 spaces, found 4
(#117) Closing brace indented incorrectly; expected 2 spaces, found 4
(#130) Whitespace found at end of line
(#131) Whitespace found at end of line within string
(#132) Whitespace found at end of line within string
(#133) Whitespace found at end of line within string
(#134) Whitespace found at end of line within string
(#139) Whitespace found at end of line within string
(#140) Whitespace found at end of line within string
(#141) Whitespace found at end of line within string
(#142) Whitespace found at end of line within string
(#147) Whitespace found at end of line
(#150) Whitespace found at end of line within string
(#151) Whitespace found at end of line within string
(#152) Whitespace found at end of line within string
(#153) Whitespace found at end of line within string
(#158) Whitespace found at end of line
(#162) Whitespace found at end of line
(#166) Expected 6 space(s) before asterisk; 5 found
(#167) Expected 6 space(s) before asterisk; 5 found
(#168) Expected 6 space(s) before asterisk; 5 found
(#169) Expected 6 space(s) before asterisk; 5 found
(#170) Line indented incorrectly; expected 4 spaces, found 5
(#181) Whitespace found at end of line within string
(#182) Whitespace found at end of line within string
(#183) Whitespace found at end of line within string
(#184) Whitespace found at end of line within string
(#190) Whitespace found at end of line
(#194) Whitespace found at end of line
(#197) Commas (,) must be followed by white space.
(#197) Commas (,) must be followed by white space.
(#197) Line exceeds 132 characters; contains 148 characters
(#197) Whitespace found at end of line
(#199) Whitespace found at end of line within string
(#200) Whitespace found at end of line within string
(#201) Whitespace found at end of line within string
(#202) Whitespace found at end of line within string
(#208) Whitespace found at end of line
(#210) Whitespace found at end of line
(#212) Whitespace found at end of line
(#214) Whitespace found at end of line
(#216) Commas (,) must be followed by white space.
(#216) Line exceeds 132 characters; contains 141 characters
(#216) Whitespace found at end of line
(#217) Whitespace found at end of line within string
(#218) Whitespace found at end of line within string
(#219) Whitespace found at end of line within string
(#220) Whitespace found at end of line within string
(#228) Whitespace found at end of line
(#230) Whitespace found at end of line
(#233) Commas (,) must be followed by white space.
(#233) Line exceeds 132 characters; contains 141 characters
(#233) Whitespace found at end of line
(#234) Closing brace indented incorrectly; expected 5 spaces, found 4
(#237) Expected 6 space(s) before asterisk; 5 found
(#238) Expected 6 space(s) before asterisk; 5 found
(#239) Expected 6 space(s) before asterisk; 5 found
(#240) Expected 6 space(s) before asterisk; 5 found
(#241) Line indented incorrectly; expected 4 spaces, found 5
(#246) Closing brace indented incorrectly; expected 5 spaces, found 4
(#268) Line indented incorrectly; expected at least 16 spaces, found 14
(#269) Line indented incorrectly; expected at least 16 spaces, found 14
(#270) Line indented incorrectly; expected 12 spaces, found 10
(#270) Closing brace indented incorrectly; expected 12 spaces, found 10
(#271) Line indented incorrectly; expected 8 spaces, found 6
(#271) Closing brace indented incorrectly; expected 8 spaces, found 6
(#271) Whitespace found at end of line
(#272) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#274) Line indented incorrectly; expected 4 spaces, found 2
(#274) Closing brace indented incorrectly; expected 4 spaces, found 2
(#288) Whitespace found at end of line within string
(#289) Whitespace found at end of line within string
(#292) Whitespace found at end of line
(#293) Whitespace found at end of line
(#306) Whitespace found at end of line
(#307) Whitespace found at end of line
(#308) File must end with a newline character
local/edusupport/classes/task/delete.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#36) AS keyword must be lowercase; expected "as" but found "AS"
local/edusupport/classes/task/reminder.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#35) Inline control structures are not allowed
(#45) The use of function print_r() is forbidden
(#49) AS keyword must be lowercase; expected "as" but found "AS"
(#72) Expected 1 space after "="; 2 found
(#72) Line exceeds 132 characters; contains 160 characters
(#77) The use of function print_r() is forbidden
local/edusupport/courseconfig.php
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Line exceeds maximum limit of 180 characters; contains 208 characters
(#42) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#42) AS keyword must be lowercase; expected "as" but found "AS"
(#44) Inline control structures are not allowed
(#59) Expected "if (...) {\n"; found "if (...){\n"
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#63) AS keyword must be lowercase; expected "as" but found "AS"
local/edusupport/db/events.php
(#32) AS keyword must be lowercase; expected "as" but found "AS"
local/edusupport/db/install.php
(#24) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#26) Expected 1 space before opening brace; found 0
(#91) AS keyword must be lowercase; expected "as" but found "AS"
(#92) Line exceeds 132 characters; contains 148 characters
(#94) Line exceeds maximum limit of 180 characters; contains 193 characters
local/edusupport/db/mobile.php
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
local/edusupport/db/upgrade.php
(#18) Expected 1 space(s) before asterisk; 0 found
(#19) Expected 1 space(s) before asterisk; 0 found
(#20) Expected 1 space(s) before asterisk; 0 found
(#21) Expected 1 space(s) before asterisk; 0 found
(#22) Expected 1 space(s) before asterisk; 0 found
(#24) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
local/edusupport/editpost.php
(#18) Expected 1 space(s) before asterisk; 0 found
(#19) Expected 1 space(s) before asterisk; 0 found
(#20) Expected 1 space(s) before asterisk; 0 found
(#21) Expected 1 space(s) before asterisk; 0 found
(#22) Expected 1 space(s) before asterisk; 0 found
(#25) Inline comments must start with a capital letter, digit or 3-dots sequence
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) This comment is 64% valid code; is this commented out code?
(#25) No space found before comment text; expected "// require_once($CFG->dirroot . '/local/edusupport/classes/lib.php');" but found "//require_once($CFG->dirroot . '/local/edusupport/classes/lib.php');"
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) This comment is 70% valid code; is this commented out code?
(#85) No space found before comment text; expected "// $course = $forum->get_course_record();" but found "//$course = $forum->get_course_record();"
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) This comment is 70% valid code; is this commented out code?
(#87) No space found before comment text; expected "// $cm = $forum->get_course_module_record();" but found "//$cm = $forum->get_course_module_record();"
(#88) Expected 1 space after "="; 2 found
(#93) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#99) Variable "mform_post" must not contain underscores.
(#99) Line exceeds 132 characters; contains 144 characters
(#126) Line exceeds 132 characters; contains 172 characters
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#126) This comment is 73% valid code; is this commented out code?
(#126) No space found before comment text; expected "// \file_prepare_draft_area($draftitemid, $modcontext->id, 'mod_forum', 'attachment', empty($post->id)?null:$post->id, \mod_forum_post_form::attachment_options($forum));" but found "//\file_prepare_draft_area($draftitemid, $modcontext->id, 'mod_forum', 'attachment', empty($post->id)?null:$post->id, \mod_forum_post_form::attachment_options($forum));"
(#127) Line exceeds 132 characters; contains 155 characters
(#129) Variable "draftid_editor" must not contain underscores.
(#130) Variable "draftid_editor" must not contain underscores.
(#130) Line exceeds maximum limit of 180 characters; contains 194 characters
(#131) Variable "mform_post" must not contain underscores.
(#133) Expected 1 space before "=>"; 0 found
(#133) Expected 1 space after "=>"; 0 found
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#135) Expected 1 space before "=>"; 0 found
(#136) Expected 1 space before "=>"; 0 found
(#136) Expected 1 space after "=>"; 0 found
(#138) Expected 1 space before "=>"; 0 found
(#139) Expected 1 space before "=>"; 0 found
(#139) Expected 1 space after "=>"; 0 found
(#139) Variable "draftid_editor" must not contain underscores.
(#141) Expected 1 space before "=>"; 0 found
(#142) Expected 1 space before "=>"; 0 found
(#142) Expected 1 space after "=>"; 0 found
(#143) Expected 1 space before "=>"; 0 found
(#143) Expected 1 space after "=>"; 0 found
(#144) Expected 1 space before "=>"; 0 found
(#144) Expected 1 space after "=>"; 0 found
(#145) Expected 1 space before "=>"; 0 found
(#145) Expected 1 space after "=>"; 0 found
(#150) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Expected 1 space after "+"; 0 found
(#151) Expected 1 space before "=>"; 0 found
(#151) Expected 1 space after "=>"; 0 found
(#152) Expected 1 space after "+"; 0 found
(#152) Expected 1 space before "?"; 0 found
(#152) Expected 1 space after "?"; 0 found
(#152) Expected 1 space before "=>"; 0 found
(#152) Expected 1 space after "=>"; 0 found
(#152) Expected 1 space before ":"; 0 found
(#152) Expected 1 space after ":"; 0 found
(#153) Expected 1 space after "+"; 0 found
(#153) Expected 1 space before "?"; 0 found
(#153) Expected 1 space after "?"; 0 found
(#153) Expected 1 space before "=>"; 0 found
(#153) Expected 1 space after "=>"; 0 found
(#153) Expected 1 space before ":"; 0 found
(#153) Expected 1 space after ":"; 0 found
(#154) Expected 1 space after "+"; 0 found
(#154) Expected 1 space before ":"; 0 found
(#154) Expected 1 space after ":"; 0 found
(#155) Expected 1 space after "+"; 0 found
(#155) Expected 1 space before "?"; 0 found
(#155) Expected 1 space after "?"; 0 found
(#155) Expected 1 space before "=>"; 0 found
(#155) Expected 1 space after "=>"; 0 found
(#155) Expected 1 space before ":"; 0 found
(#155) Expected 1 space after ":"; 0 found
(#156) Expected 1 space after "+"; 0 found
(#156) Expected 1 space before "?"; 0 found
(#156) Expected 1 space after "?"; 0 found
(#156) Expected 1 space before "=>"; 0 found
(#156) Expected 1 space after "=>"; 0 found
(#156) Expected 1 space before ":"; 0 found
(#156) Expected 1 space after ":"; 0 found
(#158) Variable "mform_post" must not contain underscores.
(#160) Variable "mform_post" must not contain underscores.
(#175) Variable "mform_post" must not contain underscores.
(#176) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#178) This comment is 54% valid code; is this commented out code?
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Line exceeds maximum limit of 180 characters; contains 196 characters
(#179) No space found before comment text; expected "// $currenttext = file_prepare_draft_area($draftid_editor, $modcontext->id, 'mod_forum', 'post', $postid, \local_edusupport_post_form::editor_options($modcontext, $postid), $post->message);" but found "//$currenttext = file_prepare_draft_area($draftid_editor, $modcontext->id, 'mod_forum', 'post', $postid, \local_edusupport_post_form::editor_options($modcontext, $postid), $post->message);"
(#205) Variable "mform_post" must not contain underscores.
local/edusupport/error.php
(#18) Expected 1 space(s) before asterisk; 0 found
(#19) Expected 1 space(s) before asterisk; 0 found
(#20) Expected 1 space(s) before asterisk; 0 found
(#21) Expected 1 space(s) before asterisk; 0 found
(#22) Expected 1 space(s) before asterisk; 0 found
local/edusupport/externallib.php
(#50) Line exceeds 132 characters; contains 165 characters
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Line exceeds 132 characters; contains 141 characters
(#56) Line exceeds 132 characters; contains 147 characters
(#64) Variable "forum_group" must not contain underscores.
(#64) Line exceeds 132 characters; contains 142 characters
(#66) Variable "forum_group" must not contain underscores.
(#66) Line exceeds maximum limit of 180 characters; contains 310 characters
(#76) Variable "forum_group" must not contain underscores.
(#85) Variable "forum_group" must not contain underscores.
(#86) 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
(#109) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#109) AS keyword must be lowercase; expected "as" but found "AS"
(#112) Inline control structures are not allowed
(#114) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#114) AS keyword must be lowercase; expected "as" but found "AS"
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#179) This comment is 100% valid code; is this commented out code?
(#179) No space found before comment text; expected "// $options['inlineattachmentsid'];" but found "//$options['inlineattachmentsid'];"
(#223) Expected 1 space before "=>"; 0 found
(#223) Expected 1 space after "=>"; 0 found
(#256) Line exceeds 132 characters; contains 176 characters
(#291) Line exceeds 132 characters; contains 156 characters
(#324) Line exceeds 132 characters; contains 140 characters
(#363) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#363) AS keyword must be lowercase; expected "as" but found "AS"
(#372) Usage of ELSEIF not allowed; use ELSE IF instead
(#395) Inline control structures are not allowed
(#397) Expected "if (...) {\n"; found "if (...){\n"
(#425) Line exceeds 132 characters; contains 156 characters
(#445) Inline control structures are not allowed
(#452) Usage of ELSEIF not allowed; use ELSE IF instead
(#456) Expected "if (...) {\n"; found "if (...){\n"
(#483) Line exceeds 132 characters; contains 164 characters
(#484) Expected "if (...) {\n"; found "if (...){\n"
(#486) Line exceeds 132 characters; contains 140 characters
(#488) Line exceeds 132 characters; contains 145 characters
local/edusupport/forward_2nd_level.php
(#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 64% valid code; is this commented out code?
(#28) No space found before comment text; expected "// require_once($CFG->dirroot . '/local/edusupport/classes/lib.php');" but found "//require_once($CFG->dirroot . '/local/edusupport/classes/lib.php');"
(#41) Expected 1 space before ":"; 0 found
(#55) Expected "if (...) {\n"; found "if(...) {\n"
(#72) Expected "if (...) {\n"; found "if(...) {\n"
local/edusupport/issue.php
(#18) Expected 1 space(s) before asterisk; 0 found
(#19) Expected 1 space(s) before asterisk; 0 found
(#20) Expected 1 space(s) before asterisk; 0 found
(#21) Expected 1 space(s) before asterisk; 0 found
(#22) Expected 1 space(s) before asterisk; 0 found
(#25) Inline comments must start with a capital letter, digit or 3-dots sequence
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) This comment is 64% valid code; is this commented out code?
(#25) No space found before comment text; expected "// require_once($CFG->dirroot . '/local/edusupport/classes/lib.php');" but found "//require_once($CFG->dirroot . '/local/edusupport/classes/lib.php');"
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Expected 1 space before "=>"; 0 found
(#44) Expected 1 space after "=>"; 0 found
(#44) Line exceeds 132 characters; contains 133 characters
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) This comment is 70% valid code; is this commented out code?
(#107) No space found before comment text; expected "// $course = $forum->get_course_record();" but found "//$course = $forum->get_course_record();"
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) This comment is 70% valid code; is this commented out code?
(#109) No space found before comment text; expected "// $cm = $forum->get_course_module_record();" but found "//$cm = $forum->get_course_module_record();"
(#110) Expected 1 space after "="; 2 found
(#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
(#114) This comment is 64% valid code; is this commented out code?
(#114) No space found before comment text; expected "// require_once($CFG->dirroot . '/mod/forum/classes/post_form.php');" but found "//require_once($CFG->dirroot . '/mod/forum/classes/post_form.php');"
(#117) Variable "mform_post" must not contain underscores.
(#117) Line exceeds 132 characters; contains 151 characters
(#145) Line exceeds 132 characters; contains 176 characters
(#145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#145) This comment is 73% valid code; is this commented out code?
(#145) No space found before comment text; expected "// \file_prepare_draft_area($draftitemid, $modcontext->id, 'mod_forum', 'attachment', empty($post->id)?null:$post->id, \mod_forum_post_form::attachment_options($forum));" but found "//\file_prepare_draft_area($draftitemid, $modcontext->id, 'mod_forum', 'attachment', empty($post->id)?null:$post->id, \mod_forum_post_form::attachment_options($forum));"
(#146) Line exceeds 132 characters; contains 154 characters
(#147) Variable "draftid_editor" must not contain underscores.
(#148) Variable "draftid_editor" must not contain underscores.
(#148) Line exceeds maximum limit of 180 characters; contains 194 characters
(#150) Variable "mform_post" must not contain underscores.
(#152) Expected 1 space before "=>"; 0 found
(#152) Expected 1 space after "=>"; 0 found
(#153) Expected 1 space before "=>"; 0 found
(#153) Expected 1 space after "=>"; 0 found
(#154) Expected 1 space before "=>"; 0 found
(#155) Expected 1 space before "=>"; 0 found
(#155) Expected 1 space after "=>"; 0 found
(#157) Expected 1 space before "=>"; 0 found
(#158) Expected 1 space before "=>"; 0 found
(#158) Expected 1 space after "=>"; 0 found
(#158) Variable "draftid_editor" must not contain underscores.
(#161) Expected 1 space before "=>"; 0 found
(#162) Expected 1 space before "=>"; 0 found
(#162) Expected 1 space after "=>"; 0 found
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#164) Expected 1 space before "=>"; 0 found
(#164) Expected 1 space after "=>"; 0 found
(#165) Expected 1 space before "=>"; 0 found
(#165) Expected 1 space after "=>"; 0 found
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Expected 1 space after "+"; 0 found
(#169) Expected 1 space before "=>"; 0 found
(#169) Expected 1 space after "=>"; 0 found
(#170) Expected 1 space after "+"; 0 found
(#170) Expected 1 space before "?"; 0 found
(#170) Expected 1 space after "?"; 0 found
(#170) Expected 1 space before "=>"; 0 found
(#170) Expected 1 space after "=>"; 0 found
(#170) Expected 1 space before ":"; 0 found
(#170) Expected 1 space after ":"; 0 found
(#171) Expected 1 space after "+"; 0 found
(#171) Expected 1 space before "?"; 0 found
(#171) Expected 1 space after "?"; 0 found
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Expected 1 space before ":"; 0 found
(#171) Expected 1 space after ":"; 0 found
(#172) Expected 1 space after "+"; 0 found
(#172) Expected 1 space before ":"; 0 found
(#172) Expected 1 space after ":"; 0 found
(#173) Expected 1 space after "+"; 0 found
(#173) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before "=>"; 0 found
(#173) Expected 1 space after "=>"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#174) Expected 1 space after "+"; 0 found
(#174) Expected 1 space before "?"; 0 found
(#174) Expected 1 space after "?"; 0 found
(#174) Expected 1 space before "=>"; 0 found
(#174) Expected 1 space after "=>"; 0 found
(#174) Expected 1 space before ":"; 0 found
(#174) Expected 1 space after ":"; 0 found
(#176) Variable "mform_post" must not contain underscores.
(#178) Variable "mform_post" must not contain underscores.
(#195) Expected 1 space before "="; 0 found
(#195) Expected 1 space after "="; 0 found
(#196) Variable "mform_post" must not contain underscores.
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Expected "if (...) {\n"; found "if(...) {\n"
(#228) Commas (,) must be followed by white space.
(#242) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#257) Line exceeds 132 characters; contains 168 characters
(#259) Inline comments must start with a capital letter, digit or 3-dots sequence
(#259) This comment is 67% valid code; is this commented out code?
(#259) No space found before comment text; expected "// "icon" => 'i/checkpermissions'," but found "//"icon" => 'i/checkpermissions',"
(#295) Inline comments must start with a capital letter, digit or 3-dots sequence
(#295) Inline comments must end in full-stops, exclamation marks, or question marks
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) Inline comments must end in full-stops, exclamation marks, or question marks
(#341) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#354) Inline comments must start with a capital letter, digit or 3-dots sequence
(#370) Line exceeds 132 characters; contains 163 characters
(#371) Line exceeds 132 characters; contains 163 characters
(#372) Line exceeds 132 characters; contains 164 characters
(#375) Inline comments must start with a capital letter, digit or 3-dots sequence
(#375) This comment is 80% valid code; is this commented out code?
(#375) No space found before comment text; expected "// '<div class="singleselect d-inline-block">'," but found "//'<div class="singleselect d-inline-block">',"
(#376) No space found before comment text; expected "// '<div class="discussion-nav clearfix">'," but found "//'<div class="discussion-nav clearfix">',"
(#380) Inline comments must start with a capital letter, digit or 3-dots sequence
(#380) This comment is 80% valid code; is this commented out code?
(#380) No space found before comment text; expected "// '</div>'," but found "//'</div>',"
(#381) No space found before comment text; expected "// '</div>'," but found "//'</div>',"
(#385) Inline control structures are not allowed
(#386) Expected "while (...) {\n"; found "while(...) {\n"
(#394) Line exceeds 132 characters; contains 161 characters
(#396) AS keyword must be lowercase; expected "as" but found "AS"
(#402) Variable "mform_post" must not contain underscores.
local/edusupport/issues.php
(#25) Inline comments must start with a capital letter, digit or 3-dots sequence
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) This comment is 64% valid code; is this commented out code?
(#25) No space found before comment text; expected "// require_once($CFG->dirroot . '/local/edusupport/classes/lib.php');" but found "//require_once($CFG->dirroot . '/local/edusupport/classes/lib.php');"
(#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
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Expected 1 space before "="; 0 found
(#53) Expected 1 space before "="; 0 found
(#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
(#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
(#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
(#64) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#71) AS keyword must be lowercase; expected "as" but found "AS"
(#84) Line exceeds 132 characters; contains 133 characters
(#113) Line indented incorrectly; expected 8 spaces, found 7
(#118) Closing brace indented incorrectly; expected 7 spaces, found 8
(#120) Commas (,) must be followed by white space.
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) This comment is 56% valid code; is this commented out code?
(#122) No space found before comment text; expected "// $issue->name = "[Closed] " . ltrim($discussion->name, "[Closed] ");" but found "//$issue->name = "[Closed] " . ltrim($discussion->name, "[Closed] ");"
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Usage of ELSEIF not allowed; use ELSE IF instead
(#159) Usage of ELSEIF not allowed; use ELSE IF instead
(#163) Usage of ELSEIF not allowed; use ELSE IF instead
(#176) Usage of ELSEIF not allowed; use ELSE IF instead
(#178) Line exceeds 132 characters; contains 133 characters
local/edusupport/lang/de/local_edusupport.php
(#64) Expected 1 space after "="; 2 found
(#66) Expected 1 space after "="; 2 found
(#126) Expected 1 space after "="; 2 found
(#162) Expected 1 space after "="; 2 found
local/edusupport/lang/en/local_edusupport.php
(#68) Expected 1 space after "="; 2 found
(#70) Expected 1 space after "="; 2 found
(#129) Expected 1 space after "="; 2 found
(#165) Expected 1 space after "="; 2 found
local/edusupport/lib.php
(#21) Expected 1 space(s) before asterisk; 0 found
(#23) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#34) Expected 1 space before opening brace; found 0
(#51) Line exceeds 132 characters; contains 135 characters
(#74) Line exceeds 132 characters; contains 139 characters
(#75) AS keyword must be lowercase; expected "as" but found "AS"
(#78) Line exceeds 132 characters; contains 150 characters
(#91) AS keyword must be lowercase; expected "as" but found "AS"
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Expected "if (...) {\n"; found "if (...){\n"
(#122) Inline control structures are not allowed
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) This comment is 67% valid code; is this commented out code?
(#123) No space found before comment text; expected "// $coursecontext = \context_course::instance($course->id);" but found "//$coursecontext = \context_course::instance($course->id);"
(#124) No space found before comment text; expected "// if (!has_capability('local/edusupport:canforward2ndlevel', $coursecontext)) return;" but found "//if (!has_capability('local/edusupport:canforward2ndlevel', $coursecontext)) return;"
(#146) This comment is 63% valid code; is this commented out code?
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) No space found before comment text; expected "// require_course_login($course, true, $cm);" but found "//require_course_login($course, true, $cm);"
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#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
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) This comment is 58% valid code; is this commented out code?
(#228) This comment is 67% valid code; is this commented out code?
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Inline comments must start with a capital letter, digit or 3-dots sequence
(#244) Expected 1 space after "=>"; 2 found
(#245) AS keyword must be lowercase; expected "as" but found "AS"
(#257) AS keyword must be lowercase; expected "as" but found "AS"
local/edusupport/settings.php
(#21) Expected 1 space(s) before asterisk; 0 found
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) This comment is 47% valid code; is this commented out code?
(#113) Line exceeds 132 characters; contains 164 characters
(#119) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#119) AS keyword must be lowercase; expected "as" but found "AS"
local/edusupport/testreminder.php
(#27) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(993 errors, 1510 warnings)

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

local/edusupport/amd/src/courseconfig.js
(#3) 'STR' is defined but never used. (no-unused-vars)
(#3) 'URL' is defined but never used. (no-unused-vars)
(#3) 'ModalFactory' is defined but never used. (no-unused-vars)
(#3) 'ModalEvents' is defined but never used. (no-unused-vars)
(#6) 'SELF' is assigned a value but never used. (no-unused-vars)
(#8) Unexpected console statement. (no-console)
(#11) There should be no space after '{'. (babel/object-curly-spacing)
(#11) There should be no space before '}'. (babel/object-curly-spacing)
(#13) Unexpected console statement. (no-console)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Expected { after 'if' condition. (curly)
(#27) 'SELF' is assigned a value but never used. (no-unused-vars)
(#29) Unexpected console statement. (no-console)
(#32) There should be no space after '{'. (babel/object-curly-spacing)
(#32) There should be no space before '}'. (babel/object-curly-spacing)
(#34) Unexpected console statement. (no-console)
(#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)
(#47) 'SELF' is assigned a value but never used. (no-unused-vars)
(#49) Unexpected console statement. (no-console)
(#52) There should be no space after '{'. (babel/object-curly-spacing)
(#52) There should be no space before '}'. (babel/object-curly-spacing)
(#54) Unexpected console statement. (no-console)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
local/edusupport/amd/src/globalconfig.js
(#3) '$' is defined but never used. (no-unused-vars)
(#3) 'AJAX' is defined but never used. (no-unused-vars)
(#3) 'NOTIFICATION' is defined but never used. (no-unused-vars)
(#3) 'STR' is defined but never used. (no-unused-vars)
(#3) 'URL' is defined but never used. (no-unused-vars)
(#3) 'ModalFactory' is defined but never used. (no-unused-vars)
(#3) 'ModalEvents' is defined but never used. (no-unused-vars)
(#5) 'uniqid' is defined but never used. (no-unused-vars)
(#5) 'forumid' is defined but never used. (no-unused-vars)
(#6) Unexpected alert. (no-alert)
(#7) Comments should not begin with a lowercase character. (capitalized-comments)
local/edusupport/amd/src/html2canvas.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#7) Unexpected tab character. (no-tabs)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) after "if". (keyword-spacing)
(#8) Unexpected tab character. (no-tabs)
(#8) 'module' is not defined. (no-undef)
(#9) Unexpected tab character. (no-tabs)
(#9) Expected { after 'if' condition. (curly)
(#9) Expected space(s) after "if". (keyword-spacing)
(#10) Unexpected tab character. (no-tabs)
(#11) Unexpected tab character. (no-tabs)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) after "if". (keyword-spacing)
(#12) Unexpected tab character. (no-tabs)
(#12) 'exports' is not defined. (no-undef)
(#12) ["html2canvas"] is better written in dot notation. (dot-notation)
(#13) Unexpected tab character. (no-tabs)
(#13) Expected { after 'else'. (curly)
(#14) Unexpected tab character. (no-tabs)
(#14) ["html2canvas"] is better written in dot notation. (dot-notation)
(#16) Expected space or tab after '/**' in comment. (spaced-comment)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#16) Missing JSDoc @param "__webpack_require__" declaration. (jsdoc/require-param)
(#16) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#16) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#16) Missing JSDoc for parameter '__webpack_require__'. (valid-jsdoc)
(#16) Comments should not begin with a lowercase character. (capitalized-comments)
(#17) Expected space or tab after '/**' in comment. (spaced-comment)
(#17) Unexpected tab character. (no-tabs)
(#18) Expected space or tab after '/**' in comment. (spaced-comment)
(#18) Unexpected tab character. (no-tabs)
(#19) Expected space or tab after '/**' in comment. (spaced-comment)
(#20) Expected space or tab after '/**' in comment. (spaced-comment)
(#20) Unexpected tab character. (no-tabs)
(#21) Expected space or tab after '/**' in comment. (spaced-comment)
(#21) Missing JSDoc @param "moduleId" declaration. (jsdoc/require-param)
(#21) Missing JSDoc @returns for function. (valid-jsdoc)
(#21) Missing JSDoc for parameter 'moduleId'. (valid-jsdoc)
(#21) Unexpected tab character. (no-tabs)
(#21) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#22) Expected space or tab after '/**' in comment. (spaced-comment)
(#23) Expected space or tab after '/**' in comment. (spaced-comment)
(#23) Unexpected tab character. (no-tabs)
(#24) Expected space or tab after '/**' in comment. (spaced-comment)
(#24) Unexpected tab character. (no-tabs)
(#24) Expected space(s) after "if". (keyword-spacing)
(#25) Expected space or tab after '/**' in comment. (spaced-comment)
(#25) Unexpected tab character. (no-tabs)
(#26) Expected space or tab after '/**' in comment. (spaced-comment)
(#26) Unexpected tab character. (no-tabs)
(#27) Expected space or tab after '/**' in comment. (spaced-comment)
(#27) Unexpected tab character. (no-tabs)
(#28) Expected space or tab after '/**' in comment. (spaced-comment)
(#28) Unexpected tab character. (no-tabs)
(#29) Expected space or tab after '/**' in comment. (spaced-comment)
(#29) Unexpected tab character. (no-tabs)
(#30) Expected space or tab after '/**' in comment. (spaced-comment)
(#30) Unexpected tab character. (no-tabs)
(#31) Expected space or tab after '/**' in comment. (spaced-comment)
(#31) Unexpected tab character. (no-tabs)
(#32) Expected space or tab after '/**' in comment. (spaced-comment)
(#32) There should be no space before '}'. (babel/object-curly-spacing)
(#32) Unexpected tab character. (no-tabs)
(#33) Expected space or tab after '/**' in comment. (spaced-comment)
(#34) Expected space or tab after '/**' in comment. (spaced-comment)
(#34) Unexpected tab character. (no-tabs)
(#35) Expected space or tab after '/**' in comment. (spaced-comment)
(#35) Unexpected tab character. (no-tabs)
(#36) Expected space or tab after '/**' in comment. (spaced-comment)
(#37) Expected space or tab after '/**' in comment. (spaced-comment)
(#37) Unexpected tab character. (no-tabs)
(#38) Expected space or tab after '/**' in comment. (spaced-comment)
(#38) Unexpected tab character. (no-tabs)
(#39) Expected space or tab after '/**' in comment. (spaced-comment)
(#40) Expected space or tab after '/**' in comment. (spaced-comment)
(#40) Unexpected tab character. (no-tabs)
(#41) Expected space or tab after '/**' in comment. (spaced-comment)
(#41) Unexpected tab character. (no-tabs)
(#42) Expected space or tab after '/**' in comment. (spaced-comment)
(#42) Unexpected tab character. (no-tabs)
(#43) Expected space or tab after '/**' in comment. (spaced-comment)
(#44) Expected space or tab after '/**' in comment. (spaced-comment)
(#45) Expected space or tab after '/**' in comment. (spaced-comment)
(#45) Unexpected tab character. (no-tabs)
(#46) Expected space or tab after '/**' in comment. (spaced-comment)
(#46) Unexpected tab character. (no-tabs)
(#46) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#47) Expected space or tab after '/**' in comment. (spaced-comment)
(#48) Expected space or tab after '/**' in comment. (spaced-comment)
(#48) Unexpected tab character. (no-tabs)
(#49) Expected space or tab after '/**' in comment. (spaced-comment)
(#49) Unexpected tab character. (no-tabs)
(#49) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#50) Expected space or tab after '/**' in comment. (spaced-comment)
(#51) Expected space or tab after '/**' in comment. (spaced-comment)
(#51) Unexpected tab character. (no-tabs)
(#52) Expected space or tab after '/**' in comment. (spaced-comment)
(#52) Missing JSDoc @param "exports" declaration. (jsdoc/require-param)
(#52) Missing JSDoc @param "name" declaration. (jsdoc/require-param)
(#52) Missing JSDoc @param "getter" declaration. (jsdoc/require-param)
(#52) Missing JSDoc for parameter 'exports'. (valid-jsdoc)
(#52) Missing JSDoc for parameter 'name'. (valid-jsdoc)
(#52) Missing JSDoc for parameter 'getter'. (valid-jsdoc)
(#52) Unexpected tab character. (no-tabs)
(#52) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#53) Expected space or tab after '/**' in comment. (spaced-comment)
(#53) Unexpected tab character. (no-tabs)
(#53) Expected space(s) after "if". (keyword-spacing)
(#53) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#54) Expected space or tab after '/**' in comment. (spaced-comment)
(#54) Unexpected tab character. (no-tabs)
(#55) Expected space or tab after '/**' in comment. (spaced-comment)
(#55) Unexpected tab character. (no-tabs)
(#56) Expected space or tab after '/**' in comment. (spaced-comment)
(#56) Unexpected tab character. (no-tabs)
(#57) Expected space or tab after '/**' in comment. (spaced-comment)
(#57) Unexpected tab character. (no-tabs)
(#58) Expected space or tab after '/**' in comment. (spaced-comment)
(#58) There should be no space before '}'. (babel/object-curly-spacing)
(#58) Unexpected tab character. (no-tabs)
(#59) Expected space or tab after '/**' in comment. (spaced-comment)
(#59) Unexpected tab character. (no-tabs)
(#60) Expected space or tab after '/**' in comment. (spaced-comment)
(#60) Unexpected tab character. (no-tabs)
(#61) Expected space or tab after '/**' in comment. (spaced-comment)
(#62) Expected space or tab after '/**' in comment. (spaced-comment)
(#62) Unexpected tab character. (no-tabs)
(#63) Expected space or tab after '/**' in comment. (spaced-comment)
(#63) Missing JSDoc @param "module" declaration. (jsdoc/require-param)
(#63) Missing JSDoc @returns for function. (valid-jsdoc)
(#63) Missing JSDoc for parameter 'module'. (valid-jsdoc)
(#63) Unexpected tab character. (no-tabs)
(#63) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#64) Expected space or tab after '/**' in comment. (spaced-comment)
(#64) Missing JSDoc @returns for function. (valid-jsdoc)
(#64) Missing JSDoc @returns for function. (valid-jsdoc)
(#64) Unexpected tab character. (no-tabs)
(#65) Expected space or tab after '/**' in comment. (spaced-comment)
(#65) Unexpected tab character. (no-tabs)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) ["default"] is better written in dot notation. (dot-notation)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Expected space or tab after '/**' in comment. (spaced-comment)
(#66) Unexpected tab character. (no-tabs)
(#66) Statement inside of curly braces should be on next line. (brace-style)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Expected space or tab after '/**' in comment. (spaced-comment)
(#67) Unexpected tab character. (no-tabs)
(#67) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#68) Expected space or tab after '/**' in comment. (spaced-comment)
(#68) Unexpected tab character. (no-tabs)
(#69) Expected space or tab after '/**' in comment. (spaced-comment)
(#69) Unexpected tab character. (no-tabs)
(#70) Expected space or tab after '/**' in comment. (spaced-comment)
(#71) Expected space or tab after '/**' in comment. (spaced-comment)
(#71) Unexpected tab character. (no-tabs)
(#72) Expected space or tab after '/**' in comment. (spaced-comment)
(#72) Missing JSDoc @param "object" declaration. (jsdoc/require-param)
(#72) Missing JSDoc @param "property" declaration. (jsdoc/require-param)
(#72) Missing JSDoc @returns for function. (valid-jsdoc)
(#72) Missing JSDoc for parameter 'object'. (valid-jsdoc)
(#72) Missing JSDoc for parameter 'property'. (valid-jsdoc)
(#72) Unexpected tab character. (no-tabs)
(#72) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#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) Expected space or tab after '/**' in comment. (spaced-comment)
(#74) Expected space or tab after '/**' in comment. (spaced-comment)
(#74) Unexpected tab character. (no-tabs)
(#75) Expected space or tab after '/**' in comment. (spaced-comment)
(#75) Unexpected tab character. (no-tabs)
(#75) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#76) Expected space or tab after '/**' in comment. (spaced-comment)
(#77) Expected space or tab after '/**' in comment. (spaced-comment)
(#77) Unexpected tab character. (no-tabs)
(#78) Expected space or tab after '/**' in comment. (spaced-comment)
(#78) Unexpected tab character. (no-tabs)
(#78) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#79) Expected space or tab after '/**' in comment. (spaced-comment)
(#79) Unexpected newline between function name and paren. (func-call-spacing)
(#80) Expected space or tab after '/**' in comment. (spaced-comment)
(#81) Expected space or tab after '/**' in comment. (spaced-comment)
(#81) Unexpected newline between function and ( of function call. (no-unexpected-multiline)
(#83) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#83) '__webpack_require__' is defined but never used. (no-unused-vars)
(#94) This line has a length of 664. Maximum allowed is 132. (max-len)
(#94) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#94) Unexpected space before function parentheses. (space-before-function-paren)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#94) Missing JSDoc comment. (require-jsdoc)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#94) It's not necessary to initialize '_e' to undefined. (no-undef-init)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Expected { after 'if' condition. (curly)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Expected { after 'if' condition. (curly)
(#94) '_i' used outside of binding context. (block-scoped-var)
(#94) ["return"] is better written in dot notation. (dot-notation)
(#94) '_i' used outside of binding context. (block-scoped-var)
(#94) ["return"] is better written in dot notation. (dot-notation)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Expected { after 'if' condition. (curly)
(#94) Unsafe usage of ThrowStatement. (no-unsafe-finally)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Unexpected space before function parentheses. (space-before-function-paren)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) This line has a length of 564. Maximum allowed is 132. (max-len)
(#96) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#96) Unexpected space before function parentheses. (space-before-function-paren)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#96) Missing JSDoc comment. (require-jsdoc)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Expected { after 'if' condition. (curly)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) Unexpected space before function parentheses. (space-before-function-paren)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Expected { after 'if' condition. (curly)
(#96) Expected { after 'if' condition. (curly)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) This line has a length of 153. Maximum allowed is 132. (max-len)
(#98) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#98) Missing JSDoc comment. (require-jsdoc)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) This line has a length of 145. Maximum allowed is 132. (max-len)
(#113) This line has a length of 142. Maximum allowed is 132. (max-len)
(#145) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#145) Unexpected space before function parentheses. (space-before-function-paren)
(#146) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#146) Missing JSDoc comment. (require-jsdoc)
(#149) This line has a length of 157. Maximum allowed is 132. (max-len)
(#170) This line has a length of 175. Maximum allowed is 132. (max-len)
(#332) 'TRANSPARENT' is assigned a value but never used. (no-unused-vars)
(#336) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#336) '__webpack_require__' is defined but never used. (no-unused-vars)
(#345) This line has a length of 564. Maximum allowed is 132. (max-len)
(#345) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#345) Unexpected space before function parentheses. (space-before-function-paren)
(#345) Statement inside of curly braces should be on next line. (brace-style)
(#345) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#345) Missing JSDoc comment. (require-jsdoc)
(#345) Statement inside of curly braces should be on next line. (brace-style)
(#345) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#345) Statement inside of curly braces should be on next line. (brace-style)
(#345) Expected { after 'if' condition. (curly)
(#345) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#345) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#345) Unexpected space before function parentheses. (space-before-function-paren)
(#345) Statement inside of curly braces should be on next line. (brace-style)
(#345) Expected { after 'if' condition. (curly)
(#345) Expected { after 'if' condition. (curly)
(#345) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#345) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#347) This line has a length of 153. Maximum allowed is 132. (max-len)
(#347) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#347) Missing JSDoc comment. (require-jsdoc)
(#347) Statement inside of curly braces should be on next line. (brace-style)
(#347) Statement inside of curly braces should be on next line. (brace-style)
(#347) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#347) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#347) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#349) 'LENGTH_WITH_UNIT' is assigned a value but never used. (no-unused-vars)
(#356) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#356) Unexpected space before function parentheses. (space-before-function-paren)
(#357) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#357) Missing JSDoc comment. (require-jsdoc)
(#363) Unexpected console statement. (no-console)
(#396) This line has a length of 149. Maximum allowed is 132. (max-len)
(#396) 'calculateLengthFromValueWithUnit' is assigned a value but never used. (no-unused-vars)
(#414) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#422) This line has a length of 260. Maximum allowed is 132. (max-len)
(#424) This line has a length of 564. Maximum allowed is 132. (max-len)
(#424) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#424) Unexpected space before function parentheses. (space-before-function-paren)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#424) Missing JSDoc comment. (require-jsdoc)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Expected { after 'if' condition. (curly)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Unexpected space before function parentheses. (space-before-function-paren)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Expected { after 'if' condition. (curly)
(#424) Expected { after 'if' condition. (curly)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#434) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#434) Missing JSDoc comment. (require-jsdoc)
(#434) Statement inside of curly braces should be on next line. (brace-style)
(#434) There should be no space after '{'. (babel/object-curly-spacing)
(#434) Unquoted reserved word 'default' used as key. (quote-props)
(#434) There should be no space before '}'. (babel/object-curly-spacing)
(#434) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#436) This line has a length of 153. Maximum allowed is 132. (max-len)
(#436) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#436) Missing JSDoc comment. (require-jsdoc)
(#436) Statement inside of curly braces should be on next line. (brace-style)
(#436) Statement inside of curly braces should be on next line. (brace-style)
(#436) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#436) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#436) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#446) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#446) Unexpected space before function parentheses. (space-before-function-paren)
(#447) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#447) Missing JSDoc comment. (require-jsdoc)
(#466) 'parseBounds' is assigned a value but never used. (no-unused-vars)
(#470) 'calculatePaddingBox' is assigned a value but never used. (no-unused-vars)
(#471) This line has a length of 249. Maximum allowed is 132. (max-len)
(#474) 'calculateContentBox' is assigned a value but never used. (no-unused-vars)
(#481) This line has a length of 334. Maximum allowed is 132. (max-len)
(#484) 'parseDocumentSize' is assigned a value but never used. (no-unused-vars)
(#489) There should be no space after this paren. (space-in-parens)
(#489) Unexpected constant condition. (no-constant-condition)
(#491) This line has a length of 196. Maximum allowed is 132. (max-len)
(#493) This line has a length of 203. Maximum allowed is 132. (max-len)
(#498) 'parsePathForBorder' is assigned a value but never used. (no-unused-vars)
(#503) This line has a length of 134. Maximum allowed is 132. (max-len)
(#505) This line has a length of 138. Maximum allowed is 132. (max-len)
(#541) 'calculateBorderBoxPath' is assigned a value but never used. (no-unused-vars)
(#545) 'calculatePaddingBoxPath' is assigned a value but never used. (no-unused-vars)
(#549) 'parseBoundCurves' is assigned a value but never used. (no-unused-vars)
(#583) This line has a length of 158. Maximum allowed is 132. (max-len)
(#584) This line has a length of 349. Maximum allowed is 132. (max-len)
(#585) This line has a length of 186. Maximum allowed is 132. (max-len)
(#586) This line has a length of 434. Maximum allowed is 132. (max-len)
(#587) This line has a length of 225. Maximum allowed is 132. (max-len)
(#588) This line has a length of 460. Maximum allowed is 132. (max-len)
(#589) This line has a length of 193. Maximum allowed is 132. (max-len)
(#590) This line has a length of 349. Maximum allowed is 132. (max-len)
(#603) Comments should not begin with a lowercase character. (capitalized-comments)
(#604) Comments should not begin with a lowercase character. (capitalized-comments)
(#605) Comments should not begin with a lowercase character. (capitalized-comments)
(#606) Comments should not begin with a lowercase character. (capitalized-comments)
(#610) This line has a length of 171. Maximum allowed is 132. (max-len)
(#612) This line has a length of 171. Maximum allowed is 132. (max-len)
(#614) This line has a length of 171. Maximum allowed is 132. (max-len)
(#617) This line has a length of 171. Maximum allowed is 132. (max-len)
(#623) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#623) '__webpack_require__' is defined but never used. (no-unused-vars)
(#631) 'contains' is assigned a value but never used. (no-unused-vars)
(#632) Unexpected use of '&'. (no-bitwise)
(#635) 'distance' is assigned a value but never used. (no-unused-vars)
(#639) 'copyCSSStyles' is assigned a value but never used. (no-unused-vars)
(#651) 'SMALL_IMAGE' is assigned a value but never used. (no-unused-vars)
(#655) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#663) This line has a length of 416. Maximum allowed is 132. (max-len)
(#685) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#685) Missing JSDoc comment. (require-jsdoc)
(#685) Statement inside of curly braces should be on next line. (brace-style)
(#685) There should be no space after '{'. (babel/object-curly-spacing)
(#685) Unquoted reserved word 'default' used as key. (quote-props)
(#685) There should be no space before '}'. (babel/object-curly-spacing)
(#685) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#687) This line has a length of 153. Maximum allowed is 132. (max-len)
(#687) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#687) Missing JSDoc comment. (require-jsdoc)
(#687) Statement inside of curly braces should be on next line. (brace-style)
(#687) Statement inside of curly braces should be on next line. (brace-style)
(#687) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#687) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#687) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#731) 'calculateBackgroundSize' is assigned a value but never used. (no-unused-vars)
(#738) This line has a length of 217. Maximum allowed is 132. (max-len)
(#760) This line has a length of 147. Maximum allowed is 132. (max-len)
(#760) 'calculateGradientBackgroundSize' is assigned a value but never used. (no-unused-vars)
(#763) Do not nest ternary expressions. (no-nested-ternary)
(#770) This line has a length of 136. Maximum allowed is 132. (max-len)
(#770) 'calculateBackgroungPaintingArea' is assigned a value but never used. (no-unused-vars)
(#780) This line has a length of 174. Maximum allowed is 132. (max-len)
(#780) 'calculateBackgroungPositioningArea' is assigned a value but never used. (no-unused-vars)
(#791) This line has a length of 193. Maximum allowed is 132. (max-len)
(#798) This line has a length of 134. Maximum allowed is 132. (max-len)
(#798) 'calculateBackgroundPosition' is assigned a value but never used. (no-unused-vars)
(#799) This line has a length of 148. Maximum allowed is 132. (max-len)
(#802) This line has a length of 179. Maximum allowed is 132. (max-len)
(#802) 'calculateBackgroundRepeatPath' is assigned a value but never used. (no-unused-vars)
(#806) This line has a length of 490. Maximum allowed is 132. (max-len)
(#808) This line has a length of 490. Maximum allowed is 132. (max-len)
(#810) This line has a length of 614. Maximum allowed is 132. (max-len)
(#812) This line has a length of 366. Maximum allowed is 132. (max-len)
(#816) 'parseBackground' is assigned a value but never used. (no-unused-vars)
(#859) Unexpected constant condition. (no-constant-condition)
(#860) Unexpected console statement. (no-console)
(#867) Unexpected space before function parentheses. (space-before-function-paren)
(#878) Unexpected space before function parentheses. (space-before-function-paren)
(#931) Identifier 'prefix_i' is not in camel case. (camelcase)
(#932) Identifier 'prefix_i' is not in camel case. (camelcase)
(#949) Unexpected space before function parentheses. (space-before-function-paren)
(#1014) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#1014) '__webpack_require__' is defined but never used. (no-unused-vars)
(#1022) 'PATH' is assigned a value but never used. (no-unused-vars)
(#1030) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#1039) This line has a length of 564. Maximum allowed is 132. (max-len)
(#1039) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#1039) Unexpected space before function parentheses. (space-before-function-paren)
(#1039) Statement inside of curly braces should be on next line. (brace-style)
(#1039) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1039) Missing JSDoc comment. (require-jsdoc)
(#1039) Statement inside of curly braces should be on next line. (brace-style)
(#1039) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#1039) Statement inside of curly braces should be on next line. (brace-style)
(#1039) Expected { after 'if' condition. (curly)
(#1039) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1039) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1039) Unexpected space before function parentheses. (space-before-function-paren)
(#1039) Statement inside of curly braces should be on next line. (brace-style)
(#1039) Expected { after 'if' condition. (curly)
(#1039) Expected { after 'if' condition. (curly)
(#1039) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1039) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1095) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1095) Missing JSDoc comment. (require-jsdoc)
(#1095) Statement inside of curly braces should be on next line. (brace-style)
(#1095) There should be no space after '{'. (babel/object-curly-spacing)
(#1095) Unquoted reserved word 'default' used as key. (quote-props)
(#1095) There should be no space before '}'. (babel/object-curly-spacing)
(#1095) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1097) This line has a length of 153. Maximum allowed is 132. (max-len)
(#1097) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1097) Missing JSDoc comment. (require-jsdoc)
(#1097) Statement inside of curly braces should be on next line. (brace-style)
(#1097) Statement inside of curly braces should be on next line. (brace-style)
(#1097) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#1097) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1097) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1101) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#1101) Unexpected space before function parentheses. (space-before-function-paren)
(#1102) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1102) Missing JSDoc comment. (require-jsdoc)
(#1102) Function 'NodeContainer' has a complexity of 24. Maximum allowed is 20. (complexity)
(#1128) This line has a length of 208. Maximum allowed is 132. (max-len)
(#1131) Unquoted reserved word 'float' used as key. (quote-props)
(#1138) This line has a length of 137. Maximum allowed is 132. (max-len)
(#1152) Comments should not begin with a lowercase character. (capitalized-comments)
(#1161) This line has a length of 244. Maximum allowed is 132. (max-len)
(#1161) Do not nest ternary expressions. (no-nested-ternary)
(#1161) Do not nest ternary expressions. (no-nested-ternary)
(#1167) Unexpected space before function parentheses. (space-before-function-paren)
(#1173) This line has a length of 166. Maximum allowed is 132. (max-len)
(#1176) Unexpected constant condition. (no-constant-condition)
(#1177) This line has a length of 146. Maximum allowed is 132. (max-len)
(#1177) Unexpected space before function parentheses. (space-before-function-paren)
(#1199) This line has a length of 169. Maximum allowed is 132. (max-len)
(#1234) This line has a length of 456. Maximum allowed is 132. (max-len)
(#1239) This line has a length of 164. Maximum allowed is 132. (max-len)
(#1276) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#1287) This line has a length of 153. Maximum allowed is 132. (max-len)
(#1287) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1287) Missing JSDoc comment. (require-jsdoc)
(#1287) Statement inside of curly braces should be on next line. (brace-style)
(#1287) Statement inside of curly braces should be on next line. (brace-style)
(#1287) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#1287) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1287) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1295) Unexpected constant condition. (no-constant-condition)
(#1297) Unexpected console statement. (no-console)
(#1300) Unexpected console statement. (no-console)
(#1309) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#1383) Function 'parseListStyleType' has a complexity of 55. Maximum allowed is 20. (complexity)
(#1497) 'parseListStyle' is assigned a value but never used. (no-unused-vars)
(#1518) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#1527) This line has a length of 564. Maximum allowed is 132. (max-len)
(#1527) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#1527) Unexpected space before function parentheses. (space-before-function-paren)
(#1527) Statement inside of curly braces should be on next line. (brace-style)
(#1527) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1527) Missing JSDoc comment. (require-jsdoc)
(#1527) Statement inside of curly braces should be on next line. (brace-style)
(#1527) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#1527) Statement inside of curly braces should be on next line. (brace-style)
(#1527) Expected { after 'if' condition. (curly)
(#1527) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1527) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1527) Unexpected space before function parentheses. (space-before-function-paren)
(#1527) Statement inside of curly braces should be on next line. (brace-style)
(#1527) Expected { after 'if' condition. (curly)
(#1527) Expected { after 'if' condition. (curly)
(#1527) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1527) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1533) This line has a length of 153. Maximum allowed is 132. (max-len)
(#1533) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1533) Missing JSDoc comment. (require-jsdoc)
(#1533) Statement inside of curly braces should be on next line. (brace-style)
(#1533) Statement inside of curly braces should be on next line. (brace-style)
(#1533) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#1533) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1533) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1535) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#1535) Unexpected space before function parentheses. (space-before-function-paren)
(#1536) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1536) Missing JSDoc comment. (require-jsdoc)
(#1573) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1573) Missing JSDoc comment. (require-jsdoc)
(#1583) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#1618) Comments should not begin with a lowercase character. (capitalized-comments)
(#1624) Unexpected space before function parentheses. (space-before-function-paren)
(#1640) Unexpected space before function parentheses. (space-before-function-paren)
(#1645) Unexpected space before function parentheses. (space-before-function-paren)
(#1695) Unexpected space before function parentheses. (space-before-function-paren)
(#1705) This line has a length of 182. Maximum allowed is 132. (max-len)
(#1706) Unexpected space before function parentheses. (space-before-function-paren)
(#1710) Unexpected space before function parentheses. (space-before-function-paren)
(#1710) 'e' is defined but never used. (no-unused-vars)
(#1721) There should be no space after '{'. (babel/object-curly-spacing)
(#1721) There should be no space before '}'. (babel/object-curly-spacing)
(#1729) There should be no space after '{'. (babel/object-curly-spacing)
(#1729) There should be no space before '}'. (babel/object-curly-spacing)
(#1736) Unexpected space before function parentheses. (space-before-function-paren)
(#1738) There should be no space after '{'. (babel/object-curly-spacing)
(#1740) There should be no space before '}'. (babel/object-curly-spacing)
(#1748) This line has a length of 146. Maximum allowed is 132. (max-len)
(#1749) There should be no space after '{'. (babel/object-curly-spacing)
(#1749) There should be no space before '}'. (babel/object-curly-spacing)
(#1757) There should be no space after '{'. (babel/object-curly-spacing)
(#1757) There should be no space before '}'. (babel/object-curly-spacing)
(#1765) There should be no space after '{'. (babel/object-curly-spacing)
(#1765) There should be no space before '}'. (babel/object-curly-spacing)
(#1773) There should be no space after '{'. (babel/object-curly-spacing)
(#1773) There should be no space before '}'. (babel/object-curly-spacing)
(#1782) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#1796) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1796) Missing JSDoc comment. (require-jsdoc)
(#1796) Statement inside of curly braces should be on next line. (brace-style)
(#1796) There should be no space after '{'. (babel/object-curly-spacing)
(#1796) Unquoted reserved word 'default' used as key. (quote-props)
(#1796) There should be no space before '}'. (babel/object-curly-spacing)
(#1796) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1851) 'parseTextDecoration' is assigned a value but never used. (no-unused-vars)
(#1869) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#1883) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1883) Missing JSDoc comment. (require-jsdoc)
(#1883) Statement inside of curly braces should be on next line. (brace-style)
(#1883) There should be no space after '{'. (babel/object-curly-spacing)
(#1883) Unquoted reserved word 'default' used as key. (quote-props)
(#1883) There should be no space before '}'. (babel/object-curly-spacing)
(#1883) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1897) Unexpected space before function parentheses. (space-before-function-paren)
(#1909) 'parseBorder' is assigned a value but never used. (no-unused-vars)
(#1910) Unexpected space before function parentheses. (space-before-function-paren)
(#1924) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#1924) '__webpack_require__' is defined but never used. (no-unused-vars)
(#1932) 'toCodePoints' is assigned a value but never used. (no-unused-vars)
(#1940) Unexpected use of '&'. (no-bitwise)
(#1941) Unexpected use of '<<'. (no-bitwise)
(#1941) Unexpected use of '&'. (no-bitwise)
(#1941) Unexpected use of '&'. (no-bitwise)
(#1953) 'fromCodePoint' is assigned a value but never used. (no-unused-vars)
(#1973) Unexpected use of '>>'. (no-bitwise)
(#1991) 'decode' is assigned a value but never used. (no-unused-vars)
(#2008) This line has a length of 200. Maximum allowed is 132. (max-len)
(#2017) Unexpected use of '|'. (no-bitwise)
(#2017) Unexpected use of '<<'. (no-bitwise)
(#2017) Unexpected use of '>>'. (no-bitwise)
(#2018) Unexpected use of '|'. (no-bitwise)
(#2018) Unexpected use of '<<'. (no-bitwise)
(#2018) Unexpected use of '&'. (no-bitwise)
(#2018) Unexpected use of '>>'. (no-bitwise)
(#2019) Unexpected use of '|'. (no-bitwise)
(#2019) Unexpected use of '<<'. (no-bitwise)
(#2019) Unexpected use of '&'. (no-bitwise)
(#2019) Unexpected use of '&'. (no-bitwise)
(#2025) 'polyUint16Array' is assigned a value but never used. (no-unused-vars)
(#2029) Unexpected use of '|'. (no-bitwise)
(#2029) Unexpected use of '<<'. (no-bitwise)
(#2034) 'polyUint32Array' is assigned a value but never used. (no-unused-vars)
(#2038) Unexpected use of '|'. (no-bitwise)
(#2038) Unexpected use of '|'. (no-bitwise)
(#2038) Unexpected use of '|'. (no-bitwise)
(#2038) Unexpected use of '<<'. (no-bitwise)
(#2038) Unexpected use of '<<'. (no-bitwise)
(#2038) Unexpected use of '<<'. (no-bitwise)
(#2045) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#2069) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2069) Missing JSDoc comment. (require-jsdoc)
(#2069) Statement inside of curly braces should be on next line. (brace-style)
(#2069) There should be no space after '{'. (babel/object-curly-spacing)
(#2069) Unquoted reserved word 'default' used as key. (quote-props)
(#2069) There should be no space before '}'. (babel/object-curly-spacing)
(#2069) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2076) 'getListOwner' is assigned a value but never used. (no-unused-vars)
(#2093) 'inlineListItemElement' is assigned a value but never used. (no-unused-vars)
(#2112) This line has a length of 191. Maximum allowed is 132. (max-len)
(#2165) This line has a length of 177. Maximum allowed is 132. (max-len)
(#2166) This line has a length of 192. Maximum allowed is 132. (max-len)
(#2170) This line has a length of 179. Maximum allowed is 132. (max-len)
(#2171) This line has a length of 212. Maximum allowed is 132. (max-len)
(#2175) This line has a length of 184. Maximum allowed is 132. (max-len)
(#2176) This line has a length of 197. Maximum allowed is 132. (max-len)
(#2184) Unexpected space before function parentheses. (space-before-function-paren)
(#2193) This line has a length of 140. Maximum allowed is 132. (max-len)
(#2207) This line has a length of 138. Maximum allowed is 132. (max-len)
(#2210) This line has a length of 146. Maximum allowed is 132. (max-len)
(#2210) Unexpected space before function parentheses. (space-before-function-paren)
(#2219) Unexpected space before function parentheses. (space-before-function-paren)
(#2224) Unexpected use of '<<'. (no-bitwise)
(#2225) Unexpected use of '<<'. (no-bitwise)
(#2226) Unexpected use of '<<'. (no-bitwise)
(#2227) Unexpected use of '<<'. (no-bitwise)
(#2229) Function 'createCJKCounter' has a complexity of 26. Maximum allowed is 20. (complexity)
(#2245) This line has a length of 359. Maximum allowed is 132. (max-len)
(#2261) Function 'createCounterText' has a complexity of 54. Maximum allowed is 20. (complexity)
(#2278) This line has a length of 135. Maximum allowed is 132. (max-len)
(#2305) This line has a length of 180. Maximum allowed is 132. (max-len)
(#2305) Unexpected use of '|'. (no-bitwise)
(#2305) Unexpected use of '|'. (no-bitwise)
(#2307) This line has a length of 190. Maximum allowed is 132. (max-len)
(#2307) Unexpected use of '|'. (no-bitwise)
(#2307) Unexpected use of '|'. (no-bitwise)
(#2307) Unexpected use of '|'. (no-bitwise)
(#2309) This line has a length of 180. Maximum allowed is 132. (max-len)
(#2309) Unexpected use of '|'. (no-bitwise)
(#2309) Unexpected use of '|'. (no-bitwise)
(#2311) This line has a length of 190. Maximum allowed is 132. (max-len)
(#2311) Unexpected use of '|'. (no-bitwise)
(#2311) Unexpected use of '|'. (no-bitwise)
(#2311) Unexpected use of '|'. (no-bitwise)
(#2315) This line has a length of 157. Maximum allowed is 132. (max-len)
(#2315) Unexpected use of '|'. (no-bitwise)
(#2315) Unexpected use of '|'. (no-bitwise)
(#2317) This line has a length of 158. Maximum allowed is 132. (max-len)
(#2317) Unexpected use of '|'. (no-bitwise)
(#2317) Unexpected use of '|'. (no-bitwise)
(#2321) This line has a length of 157. Maximum allowed is 132. (max-len)
(#2321) Unexpected use of '|'. (no-bitwise)
(#2321) Unexpected use of '|'. (no-bitwise)
(#2368) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#2377) This line has a length of 564. Maximum allowed is 132. (max-len)
(#2377) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#2377) Unexpected space before function parentheses. (space-before-function-paren)
(#2377) Statement inside of curly braces should be on next line. (brace-style)
(#2377) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2377) Missing JSDoc comment. (require-jsdoc)
(#2377) Statement inside of curly braces should be on next line. (brace-style)
(#2377) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#2377) Statement inside of curly braces should be on next line. (brace-style)
(#2377) Expected { after 'if' condition. (curly)
(#2377) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2377) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2377) Unexpected space before function parentheses. (space-before-function-paren)
(#2377) Statement inside of curly braces should be on next line. (brace-style)
(#2377) Expected { after 'if' condition. (curly)
(#2377) Expected { after 'if' condition. (curly)
(#2377) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2377) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2383) This line has a length of 153. Maximum allowed is 132. (max-len)
(#2383) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2383) Missing JSDoc comment. (require-jsdoc)
(#2383) Statement inside of curly braces should be on next line. (brace-style)
(#2383) Statement inside of curly braces should be on next line. (brace-style)
(#2383) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#2383) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2383) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2386) Unexpected space before function parentheses. (space-before-function-paren)
(#2390) Unexpected space before function parentheses. (space-before-function-paren)
(#2395) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#2395) Unexpected space before function parentheses. (space-before-function-paren)
(#2396) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2396) Missing JSDoc comment. (require-jsdoc)
(#2415) This line has a length of 181. Maximum allowed is 132. (max-len)
(#2424) Unexpected space before function parentheses. (space-before-function-paren)
(#2439) This line has a length of 166. Maximum allowed is 132. (max-len)
(#2467) Unexpected space before function parentheses. (space-before-function-paren)
(#2476) This line has a length of 159. Maximum allowed is 132. (max-len)
(#2494) This line has a length of 209. Maximum allowed is 132. (max-len)
(#2517) Comments should not begin with a lowercase character. (capitalized-comments)
(#2523) Unexpected space before function parentheses. (space-before-function-paren)
(#2546) Unexpected space before function parentheses. (space-before-function-paren)
(#2549) Unexpected space before function parentheses. (space-before-function-paren)
(#2563) Unexpected space before function parentheses. (space-before-function-paren)
(#2572) This line has a length of 150. Maximum allowed is 132. (max-len)
(#2575) This line has a length of 139. Maximum allowed is 132. (max-len)
(#2582) This line has a length of 147. Maximum allowed is 132. (max-len)
(#2629) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#2629) '__webpack_require__' is defined but never used. (no-unused-vars)
(#2638) This line has a length of 564. Maximum allowed is 132. (max-len)
(#2638) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#2638) Unexpected space before function parentheses. (space-before-function-paren)
(#2638) Statement inside of curly braces should be on next line. (brace-style)
(#2638) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2638) Missing JSDoc comment. (require-jsdoc)
(#2638) Statement inside of curly braces should be on next line. (brace-style)
(#2638) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#2638) Statement inside of curly braces should be on next line. (brace-style)
(#2638) Expected { after 'if' condition. (curly)
(#2638) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2638) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2638) Unexpected space before function parentheses. (space-before-function-paren)
(#2638) Statement inside of curly braces should be on next line. (brace-style)
(#2638) Expected { after 'if' condition. (curly)
(#2638) Expected { after 'if' condition. (curly)
(#2638) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2638) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2640) This line has a length of 153. Maximum allowed is 132. (max-len)
(#2640) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2640) Missing JSDoc comment. (require-jsdoc)
(#2640) Statement inside of curly braces should be on next line. (brace-style)
(#2640) Statement inside of curly braces should be on next line. (brace-style)
(#2640) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#2640) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2640) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2642) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#2642) Unexpected space before function parentheses. (space-before-function-paren)
(#2643) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2643) Missing JSDoc comment. (require-jsdoc)
(#2657) Definition for rule 'flowtype/no-weak-types' was not found. (flowtype/no-weak-types)
(#2667) This line has a length of 229. Maximum allowed is 132. (max-len)
(#2667) 'args' used outside of binding context. (block-scoped-var)
(#2671) Definition for rule 'flowtype/no-weak-types' was not found. (flowtype/no-weak-types)
(#2681) This line has a length of 231. Maximum allowed is 132. (max-len)
(#2681) 'args' used outside of binding context. (block-scoped-var)
(#2693) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#2707) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2707) Missing JSDoc comment. (require-jsdoc)
(#2707) Statement inside of curly braces should be on next line. (brace-style)
(#2707) There should be no space after '{'. (babel/object-curly-spacing)
(#2707) Unquoted reserved word 'default' used as key. (quote-props)
(#2707) There should be no space before '}'. (babel/object-curly-spacing)
(#2707) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2709) 'PADDING_SIDES' is assigned a value but never used. (no-unused-vars)
(#2718) 'parsePadding' is assigned a value but never used. (no-unused-vars)
(#2719) Unexpected space before function parentheses. (space-before-function-paren)
(#2726) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#2726) '__webpack_require__' is defined but never used. (no-unused-vars)
(#2739) 'parseOverflowWrap' is assigned a value but never used. (no-unused-vars)
(#2751) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#2751) '__webpack_require__' is defined but never used. (no-unused-vars)
(#2767) 'parsePosition' is assigned a value but never used. (no-unused-vars)
(#2784) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#2784) '__webpack_require__' is defined but never used. (no-unused-vars)
(#2799) 'parseTextTransform' is assigned a value but never used. (no-unused-vars)
(#2814) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#2822) This line has a length of 235. Maximum allowed is 132. (max-len)
(#2848) '_Bounds' is assigned a value but never used. (no-unused-vars)
(#2850) '_TextBounds' is assigned a value but never used. (no-unused-vars)
(#2854) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2854) Missing JSDoc comment. (require-jsdoc)
(#2854) Statement inside of curly braces should be on next line. (brace-style)
(#2854) There should be no space after '{'. (babel/object-curly-spacing)
(#2854) Unquoted reserved word 'default' used as key. (quote-props)
(#2854) There should be no space before '}'. (babel/object-curly-spacing)
(#2854) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2856) 'INPUT_COLOR' is assigned a value but never used. (no-unused-vars)
(#2864) 'INPUT_BORDERS' is assigned a value but never used. (no-unused-vars)
(#2865) 'INPUT_BACKGROUND' is assigned a value but never used. (no-unused-vars)
(#2874) This line has a length of 141. Maximum allowed is 132. (max-len)
(#2878) This line has a length of 156. Maximum allowed is 132. (max-len)
(#2880) 'getInputBorderRadius' is assigned a value but never used. (no-unused-vars)
(#2884) 'inlineInputElement' is assigned a value but never used. (no-unused-vars)
(#2888) This line has a length of 857. Maximum allowed is 132. (max-len)
(#2895) 'inlineTextAreaElement' is assigned a value but never used. (no-unused-vars)
(#2899) 'inlineSelectElement' is assigned a value but never used. (no-unused-vars)
(#2904) 'reformatInputBounds' is assigned a value but never used. (no-unused-vars)
(#2942) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#2962) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2962) Missing JSDoc comment. (require-jsdoc)
(#2962) Statement inside of curly braces should be on next line. (brace-style)
(#2962) There should be no space after '{'. (babel/object-curly-spacing)
(#2962) Unquoted reserved word 'default' used as key. (quote-props)
(#2962) There should be no space before '}'. (babel/object-curly-spacing)
(#2962) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2964) This line has a length of 153. Maximum allowed is 132. (max-len)
(#2964) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2964) Missing JSDoc comment. (require-jsdoc)
(#2964) Statement inside of curly braces should be on next line. (brace-style)
(#2964) Statement inside of curly braces should be on next line. (brace-style)
(#2964) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#2964) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2964) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2973) 'parseTextBounds' is assigned a value but never used. (no-unused-vars)
(#2975) Unexpected space before function parentheses. (space-before-function-paren)
(#3026) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#3026) '__webpack_require__' is defined but never used. (no-unused-vars)
(#3035) This line has a length of 564. Maximum allowed is 132. (max-len)
(#3035) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3035) Unexpected space before function parentheses. (space-before-function-paren)
(#3035) Statement inside of curly braces should be on next line. (brace-style)
(#3035) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3035) Missing JSDoc comment. (require-jsdoc)
(#3035) Statement inside of curly braces should be on next line. (brace-style)
(#3035) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#3035) Statement inside of curly braces should be on next line. (brace-style)
(#3035) Expected { after 'if' condition. (curly)
(#3035) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3035) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3035) Unexpected space before function parentheses. (space-before-function-paren)
(#3035) Statement inside of curly braces should be on next line. (brace-style)
(#3035) Expected { after 'if' condition. (curly)
(#3035) Expected { after 'if' condition. (curly)
(#3035) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3035) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3037) This line has a length of 153. Maximum allowed is 132. (max-len)
(#3037) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3037) Missing JSDoc comment. (require-jsdoc)
(#3037) Statement inside of curly braces should be on next line. (brace-style)
(#3037) Statement inside of curly braces should be on next line. (brace-style)
(#3037) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#3037) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3037) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3039) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3039) Unexpected space before function parentheses. (space-before-function-paren)
(#3040) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3040) Missing JSDoc comment. (require-jsdoc)
(#3059) This line has a length of 183. Maximum allowed is 132. (max-len)
(#3060) This line has a length of 251. Maximum allowed is 132. (max-len)
(#3062) Unexpected space before function parentheses. (space-before-function-paren)
(#3098) Unexpected space before function parentheses. (space-before-function-paren)
(#3100) Unexpected space before function parentheses. (space-before-function-paren)
(#3111) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#3138) 'breakWords' is assigned a value but never used. (no-unused-vars)
(#3156) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#3166) This line has a length of 564. Maximum allowed is 132. (max-len)
(#3166) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3166) Unexpected space before function parentheses. (space-before-function-paren)
(#3166) Statement inside of curly braces should be on next line. (brace-style)
(#3166) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3166) Missing JSDoc comment. (require-jsdoc)
(#3166) Statement inside of curly braces should be on next line. (brace-style)
(#3166) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#3166) Statement inside of curly braces should be on next line. (brace-style)
(#3166) Expected { after 'if' condition. (curly)
(#3166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3166) Unexpected space before function parentheses. (space-before-function-paren)
(#3166) Statement inside of curly braces should be on next line. (brace-style)
(#3166) Expected { after 'if' condition. (curly)
(#3166) Expected { after 'if' condition. (curly)
(#3166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3170) This line has a length of 153. Maximum allowed is 132. (max-len)
(#3170) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3170) Missing JSDoc comment. (require-jsdoc)
(#3170) Statement inside of curly braces should be on next line. (brace-style)
(#3170) Statement inside of curly braces should be on next line. (brace-style)
(#3170) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#3170) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3170) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3174) 'FontMetrics' is assigned a value but never used. (no-unused-vars)
(#3174) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3174) Unexpected space before function parentheses. (space-before-function-paren)
(#3175) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3175) Missing JSDoc comment. (require-jsdoc)
(#3191) There should be no space after this paren. (space-in-parens)
(#3191) Unexpected constant condition. (no-constant-condition)
(#3230) There should be no space after '{'. (babel/object-curly-spacing)
(#3230) There should be no space before '}'. (babel/object-curly-spacing)
(#3249) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#3263) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3263) Missing JSDoc comment. (require-jsdoc)
(#3263) Statement inside of curly braces should be on next line. (brace-style)
(#3263) There should be no space after '{'. (babel/object-curly-spacing)
(#3263) Unquoted reserved word 'default' used as key. (quote-props)
(#3263) There should be no space before '}'. (babel/object-curly-spacing)
(#3263) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3265) 'Proxy' is assigned a value but never used. (no-unused-vars)
(#3267) There should be no space after this paren. (space-in-parens)
(#3267) Unexpected constant condition. (no-constant-condition)
(#3271) Unexpected space before function parentheses. (space-before-function-paren)
(#3273) 'XDomainRequest' is not defined. (no-undef)
(#3274) Unexpected space before function parentheses. (space-before-function-paren)
(#3282) Unexpected space before function parentheses. (space-before-function-paren)
(#3286) Unexpected space before function parentheses. (space-before-function-paren)
(#3292) There should be no space after this paren. (space-in-parens)
(#3292) Unexpected constant condition. (no-constant-condition)
(#3309) Unexpected space before function parentheses. (space-before-function-paren)
(#3310) There should be no space after this paren. (space-in-parens)
(#3310) Unexpected constant condition. (no-constant-condition)
(#3320) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#3325) This line has a length of 257. Maximum allowed is 132. (max-len)
(#3325) Unexpected space before function parentheses. (space-before-function-paren)
(#3325) Statement inside of curly braces should be on next line. (brace-style)
(#3325) Statement inside of curly braces should be on next line. (brace-style)
(#3325) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#3325) Statement inside of curly braces should be on next line. (brace-style)
(#3325) Statement inside of curly braces should be on next line. (brace-style)
(#3325) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3325) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3325) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3325) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3337) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3337) Missing JSDoc comment. (require-jsdoc)
(#3337) Statement inside of curly braces should be on next line. (brace-style)
(#3337) There should be no space after '{'. (babel/object-curly-spacing)
(#3337) Unquoted reserved word 'default' used as key. (quote-props)
(#3337) There should be no space before '}'. (babel/object-curly-spacing)
(#3337) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3374) Unexpected constant condition. (no-constant-condition)
(#3375) Unexpected space before function parentheses. (space-before-function-paren)
(#3389) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#3399) This line has a length of 664. Maximum allowed is 132. (max-len)
(#3399) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3399) Unexpected space before function parentheses. (space-before-function-paren)
(#3399) Statement inside of curly braces should be on next line. (brace-style)
(#3399) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3399) Missing JSDoc comment. (require-jsdoc)
(#3399) Statement inside of curly braces should be on next line. (brace-style)
(#3399) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#3399) It's not necessary to initialize '_e' to undefined. (no-undef-init)
(#3399) Statement inside of curly braces should be on next line. (brace-style)
(#3399) Statement inside of curly braces should be on next line. (brace-style)
(#3399) Expected { after 'if' condition. (curly)
(#3399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3399) Statement inside of curly braces should be on next line. (brace-style)
(#3399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3399) Statement inside of curly braces should be on next line. (brace-style)
(#3399) Statement inside of curly braces should be on next line. (brace-style)
(#3399) Expected { after 'if' condition. (curly)
(#3399) '_i' used outside of binding context. (block-scoped-var)
(#3399) ["return"] is better written in dot notation. (dot-notation)
(#3399) '_i' used outside of binding context. (block-scoped-var)
(#3399) ["return"] is better written in dot notation. (dot-notation)
(#3399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3399) Statement inside of curly braces should be on next line. (brace-style)
(#3399) Expected { after 'if' condition. (curly)
(#3399) Unsafe usage of ThrowStatement. (no-unsafe-finally)
(#3399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3399) Unexpected space before function parentheses. (space-before-function-paren)
(#3399) Statement inside of curly braces should be on next line. (brace-style)
(#3399) Statement inside of curly braces should be on next line. (brace-style)
(#3399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3399) Statement inside of curly braces should be on next line. (brace-style)
(#3399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3399) Statement inside of curly braces should be on next line. (brace-style)
(#3399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3403) '_Logger2' is assigned a value but never used. (no-unused-vars)
(#3429) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3429) Missing JSDoc comment. (require-jsdoc)
(#3429) Statement inside of curly braces should be on next line. (brace-style)
(#3429) There should be no space after '{'. (babel/object-curly-spacing)
(#3429) Unquoted reserved word 'default' used as key. (quote-props)
(#3429) There should be no space before '}'. (babel/object-curly-spacing)
(#3429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3431) 'renderElement' is assigned a value but never used. (no-unused-vars)
(#3437) This line has a length of 172. Maximum allowed is 132. (max-len)
(#3438) This line has a length of 146. Maximum allowed is 132. (max-len)
(#3440) This line has a length of 356. Maximum allowed is 132. (max-len)
(#3440) Do not nest ternary expressions. (no-nested-ternary)
(#3440) Do not nest ternary expressions. (no-nested-ternary)
(#3440) Do not nest ternary expressions. (no-nested-ternary)
(#3443) Unexpected space before function parentheses. (space-before-function-paren)
(#3444) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3444) Unexpected space before function parentheses. (space-before-function-paren)
(#3445) Unexpected constant condition. (no-constant-condition)
(#3449) Unexpected space before function parentheses. (space-before-function-paren)
(#3451) Unexpected space before function parentheses. (space-before-function-paren)
(#3460) This line has a length of 140. Maximum allowed is 132. (max-len)
(#3480) This line has a length of 203. Maximum allowed is 132. (max-len)
(#3480) Unexpected space before function parentheses. (space-before-function-paren)
(#3486) Unexpected constant condition. (no-constant-condition)
(#3497) Unexpected space before function parentheses. (space-before-function-paren)
(#3499) Unexpected constant condition. (no-constant-condition)
(#3509) This line has a length of 147. Maximum allowed is 132. (max-len)
(#3528) Unexpected space before function parentheses. (space-before-function-paren)
(#3538) Unexpected constant condition. (no-constant-condition)
(#3552) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#3580) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3580) Missing JSDoc comment. (require-jsdoc)
(#3580) Statement inside of curly braces should be on next line. (brace-style)
(#3580) There should be no space after '{'. (babel/object-curly-spacing)
(#3580) Unquoted reserved word 'default' used as key. (quote-props)
(#3580) There should be no space before '}'. (babel/object-curly-spacing)
(#3580) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3582) 'NodeParser' is assigned a value but never used. (no-unused-vars)
(#3583) Unexpected constant condition. (no-constant-condition)
(#3594) Unexpected constant condition. (no-constant-condition)
(#3603) Function 'parseNodeTree' has a complexity of 34. Maximum allowed is 20. (complexity)
(#3611) This line has a length of 151. Maximum allowed is 132. (max-len)
(#3615) This line has a length of 179. Maximum allowed is 132. (max-len)
(#3619) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#3628) This line has a length of 138. Maximum allowed is 132. (max-len)
(#3635) Comments should not begin with a lowercase character. (capitalized-comments)
(#3637) This line has a length of 144. Maximum allowed is 132. (max-len)
(#3651) This line has a length of 185. Maximum allowed is 132. (max-len)
(#3655) Comments should not begin with a lowercase character. (capitalized-comments)
(#3657) This line has a length of 139. Maximum allowed is 132. (max-len)
(#3668) This line has a length of 181. Maximum allowed is 132. (max-len)
(#3676) This line has a length of 160. Maximum allowed is 132. (max-len)
(#3681) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#3690) This line has a length of 564. Maximum allowed is 132. (max-len)
(#3690) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3690) Unexpected space before function parentheses. (space-before-function-paren)
(#3690) Statement inside of curly braces should be on next line. (brace-style)
(#3690) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3690) Missing JSDoc comment. (require-jsdoc)
(#3690) Statement inside of curly braces should be on next line. (brace-style)
(#3690) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#3690) Statement inside of curly braces should be on next line. (brace-style)
(#3690) Expected { after 'if' condition. (curly)
(#3690) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3690) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3690) Unexpected space before function parentheses. (space-before-function-paren)
(#3690) Statement inside of curly braces should be on next line. (brace-style)
(#3690) Expected { after 'if' condition. (curly)
(#3690) Expected { after 'if' condition. (curly)
(#3690) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3690) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3694) '_NodeContainer2' is assigned a value but never used. (no-unused-vars)
(#3696) '_position' is assigned a value but never used. (no-unused-vars)
(#3698) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3698) Missing JSDoc comment. (require-jsdoc)
(#3698) Statement inside of curly braces should be on next line. (brace-style)
(#3698) There should be no space after '{'. (babel/object-curly-spacing)
(#3698) Unquoted reserved word 'default' used as key. (quote-props)
(#3698) There should be no space before '}'. (babel/object-curly-spacing)
(#3698) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3700) This line has a length of 153. Maximum allowed is 132. (max-len)
(#3700) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3700) Missing JSDoc comment. (require-jsdoc)
(#3700) Statement inside of curly braces should be on next line. (brace-style)
(#3700) Statement inside of curly braces should be on next line. (brace-style)
(#3700) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#3700) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3700) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3702) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3702) Unexpected space before function parentheses. (space-before-function-paren)
(#3703) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3703) Missing JSDoc comment. (require-jsdoc)
(#3732) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#3732) '__webpack_require__' is defined but never used. (no-unused-vars)
(#3741) This line has a length of 153. Maximum allowed is 132. (max-len)
(#3741) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3741) Missing JSDoc comment. (require-jsdoc)
(#3741) Statement inside of curly braces should be on next line. (brace-style)
(#3741) Statement inside of curly braces should be on next line. (brace-style)
(#3741) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#3741) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3741) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3754) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#3763) This line has a length of 564. Maximum allowed is 132. (max-len)
(#3763) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3763) Unexpected space before function parentheses. (space-before-function-paren)
(#3763) Statement inside of curly braces should be on next line. (brace-style)
(#3763) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3763) Missing JSDoc comment. (require-jsdoc)
(#3763) Statement inside of curly braces should be on next line. (brace-style)
(#3763) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#3763) Statement inside of curly braces should be on next line. (brace-style)
(#3763) Expected { after 'if' condition. (curly)
(#3763) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3763) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3763) Unexpected space before function parentheses. (space-before-function-paren)
(#3763) Statement inside of curly braces should be on next line. (brace-style)
(#3763) Expected { after 'if' condition. (curly)
(#3763) Expected { after 'if' condition. (curly)
(#3763) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3763) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3771) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3771) Missing JSDoc comment. (require-jsdoc)
(#3771) Statement inside of curly braces should be on next line. (brace-style)
(#3771) There should be no space after '{'. (babel/object-curly-spacing)
(#3771) Unquoted reserved word 'default' used as key. (quote-props)
(#3771) There should be no space before '}'. (babel/object-curly-spacing)
(#3771) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3773) This line has a length of 153. Maximum allowed is 132. (max-len)
(#3773) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3773) Missing JSDoc comment. (require-jsdoc)
(#3773) Statement inside of curly braces should be on next line. (brace-style)
(#3773) Statement inside of curly braces should be on next line. (brace-style)
(#3773) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#3773) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3773) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3779) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3779) Unexpected space before function parentheses. (space-before-function-paren)
(#3780) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3780) Missing JSDoc comment. (require-jsdoc)
(#3815) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#3825) This line has a length of 664. Maximum allowed is 132. (max-len)
(#3825) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3825) Unexpected space before function parentheses. (space-before-function-paren)
(#3825) Statement inside of curly braces should be on next line. (brace-style)
(#3825) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3825) Missing JSDoc comment. (require-jsdoc)
(#3825) Statement inside of curly braces should be on next line. (brace-style)
(#3825) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#3825) It's not necessary to initialize '_e' to undefined. (no-undef-init)
(#3825) Statement inside of curly braces should be on next line. (brace-style)
(#3825) Statement inside of curly braces should be on next line. (brace-style)
(#3825) Expected { after 'if' condition. (curly)
(#3825) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3825) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3825) Statement inside of curly braces should be on next line. (brace-style)
(#3825) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3825) Statement inside of curly braces should be on next line. (brace-style)
(#3825) Statement inside of curly braces should be on next line. (brace-style)
(#3825) Expected { after 'if' condition. (curly)
(#3825) '_i' used outside of binding context. (block-scoped-var)
(#3825) ["return"] is better written in dot notation. (dot-notation)
(#3825) '_i' used outside of binding context. (block-scoped-var)
(#3825) ["return"] is better written in dot notation. (dot-notation)
(#3825) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3825) Statement inside of curly braces should be on next line. (brace-style)
(#3825) Expected { after 'if' condition. (curly)
(#3825) Unsafe usage of ThrowStatement. (no-unsafe-finally)
(#3825) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3825) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3825) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3825) Unexpected space before function parentheses. (space-before-function-paren)
(#3825) Statement inside of curly braces should be on next line. (brace-style)
(#3825) Statement inside of curly braces should be on next line. (brace-style)
(#3825) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3825) Statement inside of curly braces should be on next line. (brace-style)
(#3825) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3825) Statement inside of curly braces should be on next line. (brace-style)
(#3825) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3825) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3825) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3831) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3831) Missing JSDoc comment. (require-jsdoc)
(#3831) Statement inside of curly braces should be on next line. (brace-style)
(#3831) There should be no space after '{'. (babel/object-curly-spacing)
(#3831) Unquoted reserved word 'default' used as key. (quote-props)
(#3831) There should be no space before '}'. (babel/object-curly-spacing)
(#3831) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3835) 'parseBorderRadius' is assigned a value but never used. (no-unused-vars)
(#3836) Unexpected space before function parentheses. (space-before-function-paren)
(#3850) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#3850) '__webpack_require__' is defined but never used. (no-unused-vars)
(#3859) Unexpected use of '<<'. (no-bitwise)
(#3860) Unexpected use of '<<'. (no-bitwise)
(#3861) Unexpected use of '<<'. (no-bitwise)
(#3862) Unexpected use of '<<'. (no-bitwise)
(#3863) Unexpected use of '<<'. (no-bitwise)
(#3864) Unexpected use of '<<'. (no-bitwise)
(#3865) Unexpected use of '<<'. (no-bitwise)
(#3866) Unexpected use of '<<'. (no-bitwise)
(#3867) Unexpected use of '<<'. (no-bitwise)
(#3868) Unexpected use of '<<'. (no-bitwise)
(#3869) Unexpected use of '<<'. (no-bitwise)
(#3870) Unexpected use of '<<'. (no-bitwise)
(#3871) Unexpected use of '<<'. (no-bitwise)
(#3872) Unexpected use of '<<'. (no-bitwise)
(#3873) Unexpected use of '<<'. (no-bitwise)
(#3874) Unexpected use of '<<'. (no-bitwise)
(#3875) Unexpected use of '<<'. (no-bitwise)
(#3876) Unexpected use of '<<'. (no-bitwise)
(#3877) Unexpected use of '<<'. (no-bitwise)
(#3878) Unexpected use of '<<'. (no-bitwise)
(#3879) Unexpected use of '<<'. (no-bitwise)
(#3880) Unexpected use of '<<'. (no-bitwise)
(#3881) Unexpected use of '<<'. (no-bitwise)
(#3882) Unexpected use of '<<'. (no-bitwise)
(#3883) Unexpected use of '<<'. (no-bitwise)
(#3884) Unexpected use of '<<'. (no-bitwise)
(#3885) Unexpected use of '<<'. (no-bitwise)
(#3886) Unexpected use of '<<'. (no-bitwise)
(#3887) Unexpected use of '<<'. (no-bitwise)
(#3888) Unexpected use of '<<'. (no-bitwise)
(#3891) Function 'parseDisplayValue' has a complexity of 30. Maximum allowed is 20. (complexity)
(#3957) Unexpected use of '|'. (no-bitwise)
(#3960) 'parseDisplay' is assigned a value but never used. (no-unused-vars)
(#3966) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#3966) '__webpack_require__' is defined but never used. (no-unused-vars)
(#3982) 'parseCSSFloat' is assigned a value but never used. (no-unused-vars)
(#3998) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#3998) '__webpack_require__' is defined but never used. (no-unused-vars)
(#4020) 'parseFont' is assigned a value but never used. (no-unused-vars)
(#4038) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#4038) '__webpack_require__' is defined but never used. (no-unused-vars)
(#4046) 'parseLetterSpacing' is assigned a value but never used. (no-unused-vars)
(#4056) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#4056) '__webpack_require__' is defined but never used. (no-unused-vars)
(#4069) 'parseLineBreak' is assigned a value but never used. (no-unused-vars)
(#4081) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#4095) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4095) Missing JSDoc comment. (require-jsdoc)
(#4095) Statement inside of curly braces should be on next line. (brace-style)
(#4095) There should be no space after '{'. (babel/object-curly-spacing)
(#4095) Unquoted reserved word 'default' used as key. (quote-props)
(#4095) There should be no space before '}'. (babel/object-curly-spacing)
(#4095) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4099) 'parseMargin' is assigned a value but never used. (no-unused-vars)
(#4100) Unexpected space before function parentheses. (space-before-function-paren)
(#4107) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#4107) '__webpack_require__' is defined but never used. (no-unused-vars)
(#4122) 'parseOverflow' is assigned a value but never used. (no-unused-vars)
(#4138) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#4152) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4152) Missing JSDoc comment. (require-jsdoc)
(#4152) Statement inside of curly braces should be on next line. (brace-style)
(#4152) There should be no space after '{'. (babel/object-curly-spacing)
(#4152) Unquoted reserved word 'default' used as key. (quote-props)
(#4152) There should be no space before '}'. (babel/object-curly-spacing)
(#4152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4156) 'parseTextShadow' is assigned a value but never used. (no-unused-vars)
(#4239) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#4253) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4253) Missing JSDoc comment. (require-jsdoc)
(#4253) Statement inside of curly braces should be on next line. (brace-style)
(#4253) There should be no space after '{'. (babel/object-curly-spacing)
(#4253) Unquoted reserved word 'default' used as key. (quote-props)
(#4253) There should be no space before '}'. (babel/object-curly-spacing)
(#4253) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4261) 'parseTransform' is assigned a value but never used. (no-unused-vars)
(#4312) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#4312) '__webpack_require__' is defined but never used. (no-unused-vars)
(#4326) 'parseVisibility' is assigned a value but never used. (no-unused-vars)
(#4340) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#4340) '__webpack_require__' is defined but never used. (no-unused-vars)
(#4354) 'parseWordBreak' is assigned a value but never used. (no-unused-vars)
(#4368) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#4368) '__webpack_require__' is defined but never used. (no-unused-vars)
(#4376) 'parseZIndex' is assigned a value but never used. (no-unused-vars)
(#4386) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#4421) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#4429) This line has a length of 284. Maximum allowed is 132. (max-len)
(#4431) This line has a length of 564. Maximum allowed is 132. (max-len)
(#4431) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#4431) Unexpected space before function parentheses. (space-before-function-paren)
(#4431) Statement inside of curly braces should be on next line. (brace-style)
(#4431) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4431) Missing JSDoc comment. (require-jsdoc)
(#4431) Statement inside of curly braces should be on next line. (brace-style)
(#4431) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#4431) Statement inside of curly braces should be on next line. (brace-style)
(#4431) Expected { after 'if' condition. (curly)
(#4431) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4431) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4431) Unexpected space before function parentheses. (space-before-function-paren)
(#4431) Statement inside of curly braces should be on next line. (brace-style)
(#4431) Expected { after 'if' condition. (curly)
(#4431) Expected { after 'if' condition. (curly)
(#4431) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4431) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4433) This line has a length of 664. Maximum allowed is 132. (max-len)
(#4433) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#4433) Unexpected space before function parentheses. (space-before-function-paren)
(#4433) Statement inside of curly braces should be on next line. (brace-style)
(#4433) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4433) Missing JSDoc comment. (require-jsdoc)
(#4433) Statement inside of curly braces should be on next line. (brace-style)
(#4433) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#4433) It's not necessary to initialize '_e' to undefined. (no-undef-init)
(#4433) Statement inside of curly braces should be on next line. (brace-style)
(#4433) Statement inside of curly braces should be on next line. (brace-style)
(#4433) Expected { after 'if' condition. (curly)
(#4433) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4433) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4433) Statement inside of curly braces should be on next line. (brace-style)
(#4433) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4433) Statement inside of curly braces should be on next line. (brace-style)
(#4433) Statement inside of curly braces should be on next line. (brace-style)
(#4433) Expected { after 'if' condition. (curly)
(#4433) '_i' used outside of binding context. (block-scoped-var)
(#4433) ["return"] is better written in dot notation. (dot-notation)
(#4433) '_i' used outside of binding context. (block-scoped-var)
(#4433) ["return"] is better written in dot notation. (dot-notation)
(#4433) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4433) Statement inside of curly braces should be on next line. (brace-style)
(#4433) Expected { after 'if' condition. (curly)
(#4433) Unsafe usage of ThrowStatement. (no-unsafe-finally)
(#4433) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4433) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4433) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4433) Unexpected space before function parentheses. (space-before-function-paren)
(#4433) Statement inside of curly braces should be on next line. (brace-style)
(#4433) Statement inside of curly braces should be on next line. (brace-style)
(#4433) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4433) Statement inside of curly braces should be on next line. (brace-style)
(#4433) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4433) Statement inside of curly braces should be on next line. (brace-style)
(#4433) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4433) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4433) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4443) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4443) Missing JSDoc comment. (require-jsdoc)
(#4443) Statement inside of curly braces should be on next line. (brace-style)
(#4443) There should be no space after '{'. (babel/object-curly-spacing)
(#4443) Unquoted reserved word 'default' used as key. (quote-props)
(#4443) There should be no space before '}'. (babel/object-curly-spacing)
(#4443) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4445) This line has a length of 195. Maximum allowed is 132. (max-len)
(#4445) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4445) Missing JSDoc comment. (require-jsdoc)
(#4445) Statement inside of curly braces should be on next line. (brace-style)
(#4445) Statement inside of curly braces should be on next line. (brace-style)
(#4445) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#4445) Statement inside of curly braces should be on next line. (brace-style)
(#4445) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4445) 'arr2' used outside of binding context. (block-scoped-var)
(#4445) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4445) Statement inside of curly braces should be on next line. (brace-style)
(#4445) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4445) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4447) This line has a length of 153. Maximum allowed is 132. (max-len)
(#4447) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4447) Missing JSDoc comment. (require-jsdoc)
(#4447) Statement inside of curly braces should be on next line. (brace-style)
(#4447) Statement inside of curly braces should be on next line. (brace-style)
(#4447) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#4447) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4447) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4500) 'classes' is assigned a value but never used. (no-unused-vars)
(#4565) Expected to return a value at the end of function. (consistent-return)
(#4565) Unexpected space before function parentheses. (space-before-function-paren)
(#4662) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#4666) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#4693) Function '_lineBreakAtIndex' has a complexity of 92. Maximum allowed is 20. (complexity)
(#4795) This line has a length of 140. Maximum allowed is 132. (max-len)
(#4826) This line has a length of 163. Maximum allowed is 132. (max-len)
(#4836) Unexpected tab character. (no-tabs)
(#4872) This line has a length of 186. Maximum allowed is 132. (max-len)
(#4877) This line has a length of 153. Maximum allowed is 132. (max-len)
(#4892) This line has a length of 137. Maximum allowed is 132. (max-len)
(#4922) 'lineBreakAtIndex' is assigned a value but never used. (no-unused-vars)
(#4943) There should be no space after '{'. (babel/object-curly-spacing)
(#4943) There should be no space before '}'. (babel/object-curly-spacing)
(#4953) Unexpected space before function parentheses. (space-before-function-paren)
(#4958) Unexpected space before function parentheses. (space-before-function-paren)
(#4965) 'inlineBreakOpportunities' is assigned a value but never used. (no-unused-vars)
(#4975) Unexpected space before function parentheses. (space-before-function-paren)
(#4976) This line has a length of 186. Maximum allowed is 132. (max-len)
(#4982) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#4982) Unexpected space before function parentheses. (space-before-function-paren)
(#4983) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4983) Missing JSDoc comment. (require-jsdoc)
(#5002) 'LineBreaker' is assigned a value but never used. (no-unused-vars)
(#5018) There should be no space after '{'. (babel/object-curly-spacing)
(#5018) There should be no space before '}'. (babel/object-curly-spacing)
(#5021) This line has a length of 167. Maximum allowed is 132. (max-len)
(#5021) Empty block statement. (no-empty)
(#5026) There should be no space after '{'. (babel/object-curly-spacing)
(#5026) There should be no space before '}'. (babel/object-curly-spacing)
(#5029) There should be no space after '{'. (babel/object-curly-spacing)
(#5029) There should be no space before '}'. (babel/object-curly-spacing)
(#5036) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#5044) This line has a length of 558. Maximum allowed is 132. (max-len)
(#5046) This line has a length of 564. Maximum allowed is 132. (max-len)
(#5046) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#5046) Unexpected space before function parentheses. (space-before-function-paren)
(#5046) Statement inside of curly braces should be on next line. (brace-style)
(#5046) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5046) Missing JSDoc comment. (require-jsdoc)
(#5046) Statement inside of curly braces should be on next line. (brace-style)
(#5046) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#5046) Statement inside of curly braces should be on next line. (brace-style)
(#5046) Expected { after 'if' condition. (curly)
(#5046) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5046) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5046) Unexpected space before function parentheses. (space-before-function-paren)
(#5046) Statement inside of curly braces should be on next line. (brace-style)
(#5046) Expected { after 'if' condition. (curly)
(#5046) Expected { after 'if' condition. (curly)
(#5046) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5046) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5050) This line has a length of 153. Maximum allowed is 132. (max-len)
(#5050) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5050) Missing JSDoc comment. (require-jsdoc)
(#5050) Statement inside of curly braces should be on next line. (brace-style)
(#5050) Statement inside of curly braces should be on next line. (brace-style)
(#5050) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#5050) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5050) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5078) Unexpected use of '>>'. (no-bitwise)
(#5081) Unexpected use of '<<'. (no-bitwise)
(#5085) Unexpected use of '>>'. (no-bitwise)
(#5093) This line has a length of 143. Maximum allowed is 132. (max-len)
(#5093) Unexpected use of '>>'. (no-bitwise)
(#5112) Unexpected use of '>>'. (no-bitwise)
(#5115) Unexpected use of '<<'. (no-bitwise)
(#5119) 'createTrieFromBase64' is assigned a value but never used. (no-unused-vars)
(#5126) This line has a length of 136. Maximum allowed is 132. (max-len)
(#5131) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#5131) Unexpected space before function parentheses. (space-before-function-paren)
(#5132) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5132) Missing JSDoc comment. (require-jsdoc)
(#5160) Unexpected use of '>>'. (no-bitwise)
(#5161) Unexpected use of '<<'. (no-bitwise)
(#5161) Unexpected use of '&'. (no-bitwise)
(#5172) Unexpected use of '>>'. (no-bitwise)
(#5173) Unexpected use of '<<'. (no-bitwise)
(#5173) Unexpected use of '&'. (no-bitwise)
(#5179) Unexpected use of '>>'. (no-bitwise)
(#5181) Unexpected use of '&'. (no-bitwise)
(#5181) Unexpected use of '>>'. (no-bitwise)
(#5183) Unexpected use of '<<'. (no-bitwise)
(#5183) Unexpected use of '&'. (no-bitwise)
(#5201) 'exports' is defined but never used. (no-unused-vars)
(#5201) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#5201) '__webpack_require__' is defined but never used. (no-unused-vars)
(#5206) This line has a length of 50644. Maximum allowed is 132. (max-len)
(#5210) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#5221) This line has a length of 153. Maximum allowed is 132. (max-len)
(#5221) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5221) Missing JSDoc comment. (require-jsdoc)
(#5221) Statement inside of curly braces should be on next line. (brace-style)
(#5221) Statement inside of curly braces should be on next line. (brace-style)
(#5221) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#5221) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5221) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5230) Unexpected constant condition. (no-constant-condition)
(#5232) Unexpected console statement. (no-console)
(#5235) Unexpected console statement. (no-console)
(#5238) Unexpected console statement. (no-console)
(#5247) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#5256) This line has a length of 664. Maximum allowed is 132. (max-len)
(#5256) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#5256) Unexpected space before function parentheses. (space-before-function-paren)
(#5256) Statement inside of curly braces should be on next line. (brace-style)
(#5256) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5256) Missing JSDoc comment. (require-jsdoc)
(#5256) Statement inside of curly braces should be on next line. (brace-style)
(#5256) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#5256) It's not necessary to initialize '_e' to undefined. (no-undef-init)
(#5256) Statement inside of curly braces should be on next line. (brace-style)
(#5256) Statement inside of curly braces should be on next line. (brace-style)
(#5256) Expected { after 'if' condition. (curly)
(#5256) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5256) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5256) Statement inside of curly braces should be on next line. (brace-style)
(#5256) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5256) Statement inside of curly braces should be on next line. (brace-style)
(#5256) Statement inside of curly braces should be on next line. (brace-style)
(#5256) Expected { after 'if' condition. (curly)
(#5256) '_i' used outside of binding context. (block-scoped-var)
(#5256) ["return"] is better written in dot notation. (dot-notation)
(#5256) '_i' used outside of binding context. (block-scoped-var)
(#5256) ["return"] is better written in dot notation. (dot-notation)
(#5256) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5256) Statement inside of curly braces should be on next line. (brace-style)
(#5256) Expected { after 'if' condition. (curly)
(#5256) Unsafe usage of ThrowStatement. (no-unsafe-finally)
(#5256) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5256) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5256) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5256) Unexpected space before function parentheses. (space-before-function-paren)
(#5256) Statement inside of curly braces should be on next line. (brace-style)
(#5256) Statement inside of curly braces should be on next line. (brace-style)
(#5256) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5256) Statement inside of curly braces should be on next line. (brace-style)
(#5256) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5256) Statement inside of curly braces should be on next line. (brace-style)
(#5256) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5256) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5256) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5258) This line has a length of 564. Maximum allowed is 132. (max-len)
(#5258) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#5258) Unexpected space before function parentheses. (space-before-function-paren)
(#5258) Statement inside of curly braces should be on next line. (brace-style)
(#5258) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5258) Missing JSDoc comment. (require-jsdoc)
(#5258) Statement inside of curly braces should be on next line. (brace-style)
(#5258) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#5258) Statement inside of curly braces should be on next line. (brace-style)
(#5258) Expected { after 'if' condition. (curly)
(#5258) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5258) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5258) Unexpected space before function parentheses. (space-before-function-paren)
(#5258) Statement inside of curly braces should be on next line. (brace-style)
(#5258) Expected { after 'if' condition. (curly)
(#5258) Expected { after 'if' condition. (curly)
(#5258) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5258) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5262) '_Font' is assigned a value but never used. (no-unused-vars)
(#5274) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5274) Missing JSDoc comment. (require-jsdoc)
(#5274) Statement inside of curly braces should be on next line. (brace-style)
(#5274) There should be no space after '{'. (babel/object-curly-spacing)
(#5274) Unquoted reserved word 'default' used as key. (quote-props)
(#5274) There should be no space before '}'. (babel/object-curly-spacing)
(#5274) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5276) This line has a length of 153. Maximum allowed is 132. (max-len)
(#5276) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5276) Missing JSDoc comment. (require-jsdoc)
(#5276) Statement inside of curly braces should be on next line. (brace-style)
(#5276) Statement inside of curly braces should be on next line. (brace-style)
(#5276) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#5276) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5276) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5278) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#5278) Unexpected space before function parentheses. (space-before-function-paren)
(#5279) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5279) Missing JSDoc comment. (require-jsdoc)
(#5302) Unexpected space before function parentheses. (space-before-function-paren)
(#5305) This line has a length of 135. Maximum allowed is 132. (max-len)
(#5315) This line has a length of 141. Maximum allowed is 132. (max-len)
(#5319) Unexpected space before function parentheses. (space-before-function-paren)
(#5338) This line has a length of 146. Maximum allowed is 132. (max-len)
(#5340) Unexpected space before function parentheses. (space-before-function-paren)
(#5345) This line has a length of 161. Maximum allowed is 132. (max-len)
(#5348) Unexpected space before function parentheses. (space-before-function-paren)
(#5357) Unexpected space before function parentheses. (space-before-function-paren)
(#5378) Unexpected space before function parentheses. (space-before-function-paren)
(#5391) This line has a length of 212. Maximum allowed is 132. (max-len)
(#5393) This line has a length of 145. Maximum allowed is 132. (max-len)
(#5394) This line has a length of 163. Maximum allowed is 132. (max-len)
(#5404) This line has a length of 208. Maximum allowed is 132. (max-len)
(#5406) This line has a length of 141. Maximum allowed is 132. (max-len)
(#5407) This line has a length of 220. Maximum allowed is 132. (max-len)
(#5442) This line has a length of 210. Maximum allowed is 132. (max-len)
(#5442) Unexpected space before function parentheses. (space-before-function-paren)
(#5505) This line has a length of 141. Maximum allowed is 132. (max-len)
(#5509) Unexpected constant condition. (no-constant-condition)
(#5510) Unexpected space before function parentheses. (space-before-function-paren)
(#5581) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#5589) This line has a length of 184. Maximum allowed is 132. (max-len)
(#5591) This line has a length of 664. Maximum allowed is 132. (max-len)
(#5591) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#5591) Unexpected space before function parentheses. (space-before-function-paren)
(#5591) Statement inside of curly braces should be on next line. (brace-style)
(#5591) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5591) Missing JSDoc comment. (require-jsdoc)
(#5591) Statement inside of curly braces should be on next line. (brace-style)
(#5591) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#5591) It's not necessary to initialize '_e' to undefined. (no-undef-init)
(#5591) Statement inside of curly braces should be on next line. (brace-style)
(#5591) Statement inside of curly braces should be on next line. (brace-style)
(#5591) Expected { after 'if' condition. (curly)
(#5591) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5591) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5591) Statement inside of curly braces should be on next line. (brace-style)
(#5591) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5591) Statement inside of curly braces should be on next line. (brace-style)
(#5591) Statement inside of curly braces should be on next line. (brace-style)
(#5591) Expected { after 'if' condition. (curly)
(#5591) '_i' used outside of binding context. (block-scoped-var)
(#5591) ["return"] is better written in dot notation. (dot-notation)
(#5591) '_i' used outside of binding context. (block-scoped-var)
(#5591) ["return"] is better written in dot notation. (dot-notation)
(#5591) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5591) Statement inside of curly braces should be on next line. (brace-style)
(#5591) Expected { after 'if' condition. (curly)
(#5591) Unsafe usage of ThrowStatement. (no-unsafe-finally)
(#5591) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5591) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5591) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5591) Unexpected space before function parentheses. (space-before-function-paren)
(#5591) Statement inside of curly braces should be on next line. (brace-style)
(#5591) Statement inside of curly braces should be on next line. (brace-style)
(#5591) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5591) Statement inside of curly braces should be on next line. (brace-style)
(#5591) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5591) Statement inside of curly braces should be on next line. (brace-style)
(#5591) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5591) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5591) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5595) '_NodeContainer2' is assigned a value but never used. (no-unused-vars)
(#5609) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5609) Missing JSDoc comment. (require-jsdoc)
(#5609) Statement inside of curly braces should be on next line. (brace-style)
(#5609) There should be no space after '{'. (babel/object-curly-spacing)
(#5609) Unquoted reserved word 'default' used as key. (quote-props)
(#5609) There should be no space before '}'. (babel/object-curly-spacing)
(#5609) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5611) This line has a length of 153. Maximum allowed is 132. (max-len)
(#5611) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5611) Missing JSDoc comment. (require-jsdoc)
(#5611) Statement inside of curly braces should be on next line. (brace-style)
(#5611) Statement inside of curly braces should be on next line. (brace-style)
(#5611) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#5611) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5611) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5617) This line has a length of 279. Maximum allowed is 132. (max-len)
(#5655) 'parseGradient' is assigned a value but never used. (no-unused-vars)
(#5655) Expected to return a value at the end of function 'parseGradient'. (consistent-return)
(#5668) This line has a length of 133. Maximum allowed is 132. (max-len)
(#5680) This line has a length of 210. Maximum allowed is 132. (max-len)
(#5680) Do not nest ternary expressions. (no-nested-ternary)
(#5680) Do not nest ternary expressions. (no-nested-ternary)
(#5681) There should be no space after '{'. (babel/object-curly-spacing)
(#5681) There should be no space before '}'. (babel/object-curly-spacing)
(#5684) Unexpected space before function parentheses. (space-before-function-paren)
(#5688) Do not nest ternary expressions. (no-nested-ternary)
(#5725) Do not nest ternary expressions. (no-nested-ternary)
(#5725) Do not nest ternary expressions. (no-nested-ternary)
(#5726) Comments should not begin with a lowercase character. (capitalized-comments)
(#5727) This line has a length of 199. Maximum allowed is 132. (max-len)
(#5731) This line has a length of 186. Maximum allowed is 132. (max-len)
(#5738) Comments should not begin with a lowercase character. (capitalized-comments)
(#5739) Comments should not begin with a lowercase character. (capitalized-comments)
(#5774) This line has a length of 149. Maximum allowed is 132. (max-len)
(#5790) There should be no space after '{'. (babel/object-curly-spacing)
(#5790) There should be no space before '}'. (babel/object-curly-spacing)
(#5797) Function 'parseSideOrCorner' has a complexity of 25. Maximum allowed is 20. (complexity)
(#5847) There should be no space after '{'. (babel/object-curly-spacing)
(#5847) There should be no space before '}'. (babel/object-curly-spacing)
(#5847) There should be no space after '{'. (babel/object-curly-spacing)
(#5847) There should be no space before '}'. (babel/object-curly-spacing)
(#5847) There should be no space after '{'. (babel/object-curly-spacing)
(#5847) There should be no space before '}'. (babel/object-curly-spacing)
(#5847) There should be no space after '{'. (babel/object-curly-spacing)
(#5847) There should be no space before '}'. (babel/object-curly-spacing)
(#5850) Unexpected space before function parentheses. (space-before-function-paren)
(#5874) This line has a length of 133. Maximum allowed is 132. (max-len)
(#5885) This line has a length of 136. Maximum allowed is 132. (max-len)
(#5886) This line has a length of 136. Maximum allowed is 132. (max-len)
(#5888) This line has a length of 205. Maximum allowed is 132. (max-len)
(#5910) This line has a length of 137. Maximum allowed is 132. (max-len)
(#5912) This line has a length of 205. Maximum allowed is 132. (max-len)
(#5923) Comments should not begin with a lowercase character. (capitalized-comments)
(#5935) This line has a length of 134. Maximum allowed is 132. (max-len)
(#5935) Function 'transformWebkitRadialGradientArgs' has a complexity of 24. Maximum allowed is 20. (complexity)
(#6003) Unexpected space before function parentheses. (space-before-function-paren)
(#6009) Unexpected space before function parentheses. (space-before-function-paren)
(#6013) Expected to return a value at the end of function. (array-callback-return)
(#6013) Expected to return a value at the end of function. (consistent-return)
(#6013) Unexpected space before function parentheses. (space-before-function-paren)
(#6034) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#6034) '__webpack_require__' is defined but never used. (no-unused-vars)
(#6044) 'parseAngle' is assigned a value but never used. (no-unused-vars)
(#6066) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#6076) This line has a length of 664. Maximum allowed is 132. (max-len)
(#6076) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6076) Unexpected space before function parentheses. (space-before-function-paren)
(#6076) Statement inside of curly braces should be on next line. (brace-style)
(#6076) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6076) Missing JSDoc comment. (require-jsdoc)
(#6076) Statement inside of curly braces should be on next line. (brace-style)
(#6076) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#6076) It's not necessary to initialize '_e' to undefined. (no-undef-init)
(#6076) Statement inside of curly braces should be on next line. (brace-style)
(#6076) Statement inside of curly braces should be on next line. (brace-style)
(#6076) Expected { after 'if' condition. (curly)
(#6076) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6076) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6076) Statement inside of curly braces should be on next line. (brace-style)
(#6076) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6076) Statement inside of curly braces should be on next line. (brace-style)
(#6076) Statement inside of curly braces should be on next line. (brace-style)
(#6076) Expected { after 'if' condition. (curly)
(#6076) '_i' used outside of binding context. (block-scoped-var)
(#6076) ["return"] is better written in dot notation. (dot-notation)
(#6076) '_i' used outside of binding context. (block-scoped-var)
(#6076) ["return"] is better written in dot notation. (dot-notation)
(#6076) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6076) Statement inside of curly braces should be on next line. (brace-style)
(#6076) Expected { after 'if' condition. (curly)
(#6076) Unsafe usage of ThrowStatement. (no-unsafe-finally)
(#6076) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6076) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6076) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6076) Unexpected space before function parentheses. (space-before-function-paren)
(#6076) Statement inside of curly braces should be on next line. (brace-style)
(#6076) Statement inside of curly braces should be on next line. (brace-style)
(#6076) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6076) Statement inside of curly braces should be on next line. (brace-style)
(#6076) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6076) Statement inside of curly braces should be on next line. (brace-style)
(#6076) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6076) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6076) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6078) This line has a length of 564. Maximum allowed is 132. (max-len)
(#6078) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6078) Unexpected space before function parentheses. (space-before-function-paren)
(#6078) Statement inside of curly braces should be on next line. (brace-style)
(#6078) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6078) Missing JSDoc comment. (require-jsdoc)
(#6078) Statement inside of curly braces should be on next line. (brace-style)
(#6078) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#6078) Statement inside of curly braces should be on next line. (brace-style)
(#6078) Expected { after 'if' condition. (curly)
(#6078) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6078) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6078) Unexpected space before function parentheses. (space-before-function-paren)
(#6078) Statement inside of curly braces should be on next line. (brace-style)
(#6078) Expected { after 'if' condition. (curly)
(#6078) Expected { after 'if' condition. (curly)
(#6078) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6078) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6098) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6098) Missing JSDoc comment. (require-jsdoc)
(#6098) Statement inside of curly braces should be on next line. (brace-style)
(#6098) There should be no space after '{'. (babel/object-curly-spacing)
(#6098) Unquoted reserved word 'default' used as key. (quote-props)
(#6098) There should be no space before '}'. (babel/object-curly-spacing)
(#6098) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6100) This line has a length of 153. Maximum allowed is 132. (max-len)
(#6100) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6100) Missing JSDoc comment. (require-jsdoc)
(#6100) Statement inside of curly braces should be on next line. (brace-style)
(#6100) Statement inside of curly braces should be on next line. (brace-style)
(#6100) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#6100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6104) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6104) Unexpected space before function parentheses. (space-before-function-paren)
(#6105) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6105) Missing JSDoc comment. (require-jsdoc)
(#6131) Expected catch,fail() or return (promise/catch-or-return)
(#6131) Unexpected space before function parentheses. (space-before-function-paren)
(#6133) Unexpected space before function parentheses. (space-before-function-paren)
(#6135) Unexpected space before function parentheses. (space-before-function-paren)
(#6136) Unexpected constant condition. (no-constant-condition)
(#6141) This line has a length of 142. Maximum allowed is 132. (max-len)
(#6142) Unexpected space before function parentheses. (space-before-function-paren)
(#6143) Each then() should return a value or throw (promise/always-return)
(#6151) Unexpected space before function parentheses. (space-before-function-paren)
(#6152) Each then() should return a value or throw (promise/always-return)
(#6157) Unexpected space before function parentheses. (space-before-function-paren)
(#6158) Unexpected constant condition. (no-constant-condition)
(#6170) Unexpected space before function parentheses. (space-before-function-paren)
(#6172) Unexpected space before function parentheses. (space-before-function-paren)
(#6174) Unexpected space before function parentheses. (space-before-function-paren)
(#6176) Unexpected space before function parentheses. (space-before-function-paren)
(#6177) Unexpected constant condition. (no-constant-condition)
(#6184) Unexpected space before function parentheses. (space-before-function-paren)
(#6185) Unexpected space before function parentheses. (space-before-function-paren)
(#6188) Unexpected space before function parentheses. (space-before-function-paren)
(#6189) Unexpected space before function parentheses. (space-before-function-paren)
(#6190) Unexpected space before function parentheses. (space-before-function-paren)
(#6192) Unexpected space before function parentheses. (space-before-function-paren)
(#6193) Unexpected space before function parentheses. (space-before-function-paren)
(#6196) Unexpected space before function parentheses. (space-before-function-paren)
(#6203) Unexpected space before function parentheses. (space-before-function-paren)
(#6208) Each then() should return a value or throw (promise/always-return)
(#6208) Unexpected space before function parentheses. (space-before-function-paren)
(#6225) Unexpected constant condition. (no-constant-condition)
(#6240) This line has a length of 133. Maximum allowed is 132. (max-len)
(#6240) Unexpected space before function parentheses. (space-before-function-paren)
(#6263) Unexpected space before function parentheses. (space-before-function-paren)
(#6264) Unexpected space before function parentheses. (space-before-function-paren)
(#6266) Unexpected space before function parentheses. (space-before-function-paren)
(#6272) This line has a length of 170. Maximum allowed is 132. (max-len)
(#6280) Unexpected space before function parentheses. (space-before-function-paren)
(#6300) Method 'cloneNode' has a complexity of 29. Maximum allowed is 20. (complexity)
(#6369) Unexpected space before function parentheses. (space-before-function-paren)
(#6371) Unexpected space before function parentheses. (space-before-function-paren)
(#6393) Unexpected space before function parentheses. (space-before-function-paren)
(#6399) Unexpected space before function parentheses. (space-before-function-paren)
(#6441) Empty block statement. (no-empty)
(#6478) Function 'inlinePseudoElement' expected no return value. (consistent-return)
(#6481) 'URL_REGEXP' is assigned a value but never used. (no-unused-vars)
(#6490) This line has a length of 201. Maximum allowed is 132. (max-len)
(#6519) Unexpected space before function parentheses. (space-before-function-paren)
(#6522) Expected throw instead of Promise.reject (promise/no-return-wrap)
(#6526) Unexpected space before function parentheses. (space-before-function-paren)
(#6527) This line has a length of 137. Maximum allowed is 132. (max-len)
(#6527) Unexpected space before function parentheses. (space-before-function-paren)
(#6533) Unexpected space before function parentheses. (space-before-function-paren)
(#6555) Comments should not begin with a lowercase character. (capitalized-comments)
(#6558) There should be no space after this paren. (space-in-parens)
(#6558) Unexpected constant condition. (no-constant-condition)
(#6570) Unexpected space before function parentheses. (space-before-function-paren)
(#6570) 'reject' is defined but never used. (no-unused-vars)
(#6571) Unexpected space before function parentheses. (space-before-function-paren)
(#6572) Unexpected space before function parentheses. (space-before-function-paren)
(#6582) 'cloneWindow' is assigned a value but never used. (no-unused-vars)
(#6587) Unexpected space before function parentheses. (space-before-function-paren)
(#6595) Unexpected space before function parentheses. (space-before-function-paren)
(#6598) This line has a length of 145. Maximum allowed is 132. (max-len)
(#6608) This line has a length of 292. Maximum allowed is 132. (max-len)
(#6608) Do not nest ternary expressions. (no-nested-ternary)
(#6608) Unexpected space before function parentheses. (space-before-function-paren)
(#6610) Unexpected space before function parentheses. (space-before-function-paren)
(#6612) There should be no space after this paren. (space-in-parens)
(#6612) Unexpected constant condition. (no-constant-condition)
(#6654) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#6664) This line has a length of 564. Maximum allowed is 132. (max-len)
(#6664) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6664) Unexpected space before function parentheses. (space-before-function-paren)
(#6664) Statement inside of curly braces should be on next line. (brace-style)
(#6664) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6664) Missing JSDoc comment. (require-jsdoc)
(#6664) Statement inside of curly braces should be on next line. (brace-style)
(#6664) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#6664) Statement inside of curly braces should be on next line. (brace-style)
(#6664) Expected { after 'if' condition. (curly)
(#6664) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6664) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6664) Unexpected space before function parentheses. (space-before-function-paren)
(#6664) Statement inside of curly braces should be on next line. (brace-style)
(#6664) Expected { after 'if' condition. (curly)
(#6664) Expected { after 'if' condition. (curly)
(#6664) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6664) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6672) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6672) Missing JSDoc comment. (require-jsdoc)
(#6672) Statement inside of curly braces should be on next line. (brace-style)
(#6672) There should be no space after '{'. (babel/object-curly-spacing)
(#6672) Unquoted reserved word 'default' used as key. (quote-props)
(#6672) There should be no space before '}'. (babel/object-curly-spacing)
(#6672) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6674) This line has a length of 153. Maximum allowed is 132. (max-len)
(#6674) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6674) Missing JSDoc comment. (require-jsdoc)
(#6674) Statement inside of curly braces should be on next line. (brace-style)
(#6674) Statement inside of curly braces should be on next line. (brace-style)
(#6674) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#6674) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6674) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6676) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6676) Unexpected space before function parentheses. (space-before-function-paren)
(#6677) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6677) Missing JSDoc comment. (require-jsdoc)
(#6690) Expected to return a value at the end of method 'loadImage'. (consistent-return)
(#6706) Unexpected space before function parentheses. (space-before-function-paren)
(#6728) Return statement should not contain assignment. (no-return-assign)
(#6728) Unexpected space before function parentheses. (space-before-function-paren)
(#6740) Unexpected space before function parentheses. (space-before-function-paren)
(#6742) Unexpected space before function parentheses. (space-before-function-paren)
(#6748) Unexpected space before function parentheses. (space-before-function-paren)
(#6753) Unexpected space before function parentheses. (space-before-function-paren)
(#6764) Unexpected space before function parentheses. (space-before-function-paren)
(#6765) There should be no space after this paren. (space-in-parens)
(#6765) Unexpected constant condition. (no-constant-condition)
(#6770) Unexpected space before function parentheses. (space-before-function-paren)
(#6793) Unexpected constant condition. (no-constant-condition)
(#6798) Unexpected space before function parentheses. (space-before-function-paren)
(#6800) Unexpected space before function parentheses. (space-before-function-paren)
(#6803) Comments should not begin with a lowercase character. (capitalized-comments)
(#6803) Expected space or tab after '//' in comment. (spaced-comment)
(#6812) Unexpected space before function parentheses. (space-before-function-paren)
(#6818) Unexpected space before function parentheses. (space-before-function-paren)
(#6819) There should be no space after this paren. (space-in-parens)
(#6819) Unexpected constant condition. (no-constant-condition)
(#6839) 'link.href' is assigned to itself. (no-self-assign)
(#6848) Unexpected space before function parentheses. (space-before-function-paren)
(#6849) Unexpected space before function parentheses. (space-before-function-paren)
(#6850) Unexpected constant condition. (no-constant-condition)
(#6856) Unexpected space before function parentheses. (space-before-function-paren)
(#6857) Unexpected constant condition. (no-constant-condition)
(#6870) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6870) Unexpected space before function parentheses. (space-before-function-paren)
(#6871) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6871) Missing JSDoc comment. (require-jsdoc)
(#6908) Unexpected space before function parentheses. (space-before-function-paren)
(#6910) Unexpected space before function parentheses. (space-before-function-paren)
(#6917) Unexpected space before function parentheses. (space-before-function-paren)
(#6922) Unexpected space before function parentheses. (space-before-function-paren)
(#6923) There should be no space after this paren. (space-in-parens)
(#6923) Unexpected constant condition. (no-constant-condition)
(#6931) Identifier '__webpack_require__' is not in camel case. (camelcase)
(#6939) This line has a length of 170. Maximum allowed is 132. (max-len)
(#6941) This line has a length of 664. Maximum allowed is 132. (max-len)
(#6941) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6941) Unexpected space before function parentheses. (space-before-function-paren)
(#6941) Statement inside of curly braces should be on next line. (brace-style)
(#6941) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6941) Missing JSDoc comment. (require-jsdoc)
(#6941) Statement inside of curly braces should be on next line. (brace-style)
(#6941) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#6941) It's not necessary to initialize '_e' to undefined. (no-undef-init)
(#6941) Statement inside of curly braces should be on next line. (brace-style)
(#6941) Statement inside of curly braces should be on next line. (brace-style)
(#6941) Expected { after 'if' condition. (curly)
(#6941) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6941) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6941) Statement inside of curly braces should be on next line. (brace-style)
(#6941) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6941) Statement inside of curly braces should be on next line. (brace-style)
(#6941) Statement inside of curly braces should be on next line. (brace-style)
(#6941) Expected { after 'if' condition. (curly)
(#6941) '_i' used outside of binding context. (block-scoped-var)
(#6941) ["return"] is better written in dot notation. (dot-notation)
(#6941) '_i' used outside of binding context. (block-scoped-var)
(#6941) ["return"] is better written in dot notation. (dot-notation)
(#6941) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6941) Statement inside of curly braces should be on next line. (brace-style)
(#6941) Expected { after 'if' condition. (curly)
(#6941) Unsafe usage of ThrowStatement. (no-unsafe-finally)
(#6941) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6941) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6941) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6941) Unexpected space before function parentheses. (space-before-function-paren)
(#6941) Statement inside of curly braces should be on next line. (brace-style)
(#6941) Statement inside of curly braces should be on next line. (brace-style)
(#6941) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6941) Statement inside of curly braces should be on next line. (brace-style)
(#6941) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6941) Statement inside of curly braces should be on next line. (brace-style)
(#6941) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6941) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6941) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6962) 'parseCounterReset' is assigned a value but never used. (no-unused-vars)
(#6988) 'popCounters' is assigned a value but never used. (no-unused-vars)
(#6995) 'resolvePseudoContent' is assigned a value but never used. (no-unused-vars)
(#6995) Function 'resolvePseudoContent' has a complexity of 29. Maximum allowed is 20. (complexity)
(#7006) Comments should not begin with a lowercase character. (capitalized-comments)
(#7020) Comments should not begin with a lowercase character. (capitalized-comments)
(#7060) There should be no space after '{'. (babel/object-curly-spacing)
(#7060) There should be no space before '}'. (babel/object-curly-spacing)
(#7063) There should be no space after '{'. (babel/object-curly-spacing)
(#7063) There should be no space before '}'. (babel/object-curly-spacing)
(#7069) There should be no space after '{'. (babel/object-curly-spacing)
(#7069) There should be no space before '}'. (babel/object-curly-spacing)
(#7075) Function 'parseContent' has a complexity of 38. Maximum allowed is 20. (complexity)
(#7101) There should be no space after '{'. (babel/object-curly-spacing)
(#7101) There should be no space before '}'. (babel/object-curly-spacing)
(#7137) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#7138) There should be no space after '{'. (babel/object-curly-spacing)
(#7138) There should be no space before '}'. (babel/object-curly-spacing)
(#7143) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#7148) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#7156) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#7161) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#7164) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#7172) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#7173) There should be no space after '{'. (babel/object-curly-spacing)
(#7173) There should be no space before '}'. (babel/object-curly-spacing)
(#7225) There should be no space after '{'. (babel/object-curly-spacing)
(#7225) There should be no space before '}'. (babel/object-curly-spacing)
(#7228) There should be no space after '{'. (babel/object-curly-spacing)
(#7228) There should be no space before '}'. (babel/object-curly-spacing)
(#7260) Expected space or tab after '/**' in comment. (spaced-comment)
local/edusupport/amd/src/main.js
(#2) This line has a length of 134. Maximum allowed is 132. (max-len)
(#3) 'Templates' is defined but never used. (no-unused-vars)
(#10) Expected space or tab after '/*' in comment. (spaced-comment)
(#10) Missing space before opening brace. (space-before-blocks)
(#12) Expected { after 'if' condition. (curly)
(#12) Unexpected console statement. (no-console)
(#12) 'userid' is not defined. (no-undef)
(#16) There should be no space after '{'. (babel/object-curly-spacing)
(#16) There should be no space before '}'. (babel/object-curly-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Expected space(s) after "catch". (keyword-spacing)
(#18) Empty block statement. (no-empty)
(#19) Expected { after 'if' condition. (curly)
(#19) Unexpected console statement. (no-console)
(#27) This line has a length of 199. Maximum allowed is 132. (max-len)
(#27) Operator '?' must be spaced. (space-infix-ops)
(#33) Comments should not begin with a lowercase character. (capitalized-comments)
(#33) Expected space or tab after '//' in comment. (spaced-comment)
(#38) Comments should not begin with a lowercase character. (capitalized-comments)
(#38) Expected space or tab after '//' in comment. (spaced-comment)
(#40) Unexpected console statement. (no-console)
(#46) There should be no space after '{'. (babel/object-curly-spacing)
(#46) There should be no space before '}'. (babel/object-curly-spacing)
(#47) Comments should not begin with a lowercase character. (capitalized-comments)
(#47) Expected space or tab after '//' in comment. (spaced-comment)
(#52) Unexpected console statement. (no-console)
(#56) Unexpected alert. (no-alert)
(#67) Missing JSDoc @param "c" declaration. (jsdoc/require-param)
(#67) Missing JSDoc for parameter 'c'. (valid-jsdoc)
(#72) Expected { after 'if' condition. (curly)
(#72) Unexpected console statement. (no-console)
(#84) Missing JSDoc @param "b" type. (jsdoc/require-param-type)
(#84) Missing JSDoc parameter type for 'b'. (valid-jsdoc)
(#87) 'MAIN' is not defined. (no-undef)
(#89) Unexpected console statement. (no-console)
(#90) Expected catch,fail() or return (promise/catch-or-return)
(#91) Unexpected console statement. (no-console)
(#92) 'MAIN' is not defined. (no-undef)
(#93) Each then() should return a value or throw (promise/always-return)
(#93) 'MAIN' is not defined. (no-undef)
(#94) 'MAIN' is not defined. (no-undef)
(#95) 'MAIN' is not defined. (no-undef)
(#100) Missing JSDoc @param "supportmenu" declaration. (jsdoc/require-param)
(#100) Missing JSDoc for parameter 'supportmenu'. (valid-jsdoc)
(#106) Expected { after 'if' condition. (curly)
(#106) Unexpected console statement. (no-console)
(#109) Missing JSDoc @param "discussion" declaration. (jsdoc/require-param)
(#109) Missing JSDoc for parameter 'discussion'. (valid-jsdoc)
(#114) Extra space after key 'key'. (key-spacing)
(#114) There should be no space before '}'. (babel/object-curly-spacing)
(#125) This line has a length of 185. Maximum allowed is 132. (max-len)
(#126) This line has a length of 156. Maximum allowed is 132. (max-len)
(#133) Missing JSDoc @param "discussionid" declaration. (jsdoc/require-param)
(#133) Missing JSDoc for parameter 'discussionid'. (valid-jsdoc)
(#135) Expected JSDoc block to be aligned. (jsdoc/check-alignment)
(#137) Unexpected console statement. (no-console)
(#140) There should be no space after '{'. (babel/object-curly-spacing)
(#140) There should be no space before '}'. (babel/object-curly-spacing)
(#142) Unexpected console statement. (no-console)
(#147) Comments should not begin with a lowercase character. (capitalized-comments)
(#147) Expected space or tab after '//' in comment. (spaced-comment)
(#163) Missing JSDoc @param "discussionid" declaration. (jsdoc/require-param)
(#165) Missing JSDoc @param "discussionid." type. (jsdoc/require-param-type)
(#165) Missing JSDoc parameter type for 'discussionid.null'. (valid-jsdoc)
(#166) Expected @param names to be "discussionid, isissue, sitename". Got "isissue, sitename". (jsdoc/check-param-names)
(#166) Missing JSDoc @param "isissue" type. (jsdoc/require-param-type)
(#166) Missing JSDoc parameter type for 'isissue'. (valid-jsdoc)
(#166) Expected JSDoc for 'discussionid' but found 'isissue'. (valid-jsdoc)
(#167) Missing JSDoc @param "sitename" type. (jsdoc/require-param-type)
(#167) Missing JSDoc parameter type for 'sitename'. (valid-jsdoc)
(#167) Expected JSDoc for 'isissue' but found 'sitename'. (valid-jsdoc)
(#170) Expected { after 'if' condition. (curly)
(#170) Unexpected console statement. (no-console)
(#171) Expected { after 'if' condition. (curly)
(#174) Extra space after key 'key'. (key-spacing)
(#183) This line has a length of 209. Maximum allowed is 132. (max-len)
(#193) Expected space(s) after "if". (keyword-spacing)
(#193) A space is required after ','. (comma-spacing)
(#196) Expected space(s) after "if". (keyword-spacing)
(#196) A space is required after ','. (comma-spacing)
(#205) Extra space after key 'key'. (key-spacing)
(#209) Extra space after key 'key'. (key-spacing)
(#224) This line has a length of 144. Maximum allowed is 132. (max-len)
(#224) There should be no space after '{'. (babel/object-curly-spacing)
(#224) There should be no space before '}'. (babel/object-curly-spacing)
(#234) Unexpected console statement. (no-console)
(#237) Expected { after 'if' condition. (curly)
(#237) Unexpected console statement. (no-console)
(#240) Unexpected console statement. (no-console)
(#242) Identifier 'forum_group' is not in camel case. (camelcase)
(#244) Identifier 'post_screenshot' is not in camel case. (camelcase)
(#248) Comments should not begin with a lowercase character. (capitalized-comments)
(#248) Expected space or tab after '/*' in comment. (spaced-comment)
(#253) Multiple spaces found before '=='. (no-multi-spaces)
(#254) 'editaPresent' used outside of binding context. (block-scoped-var)
(#255) 'editaPresent' used outside of binding context. (block-scoped-var)
(#261) 'editaPresent' is already defined. (no-redeclare)
(#261) 'editaPresent' used outside of binding context. (block-scoped-var)
(#262) 'editaPresent' used outside of binding context. (block-scoped-var)
(#268) Identifier 'is_sending' is not in camel case. (camelcase)
(#270) Identifier 'post_screenshot' is not in camel case. (camelcase)
(#270) There should be no space before this paren. (space-in-parens)
(#271) This line has a length of 214. Maximum allowed is 132. (max-len)
(#271) Expected { after 'if' condition. (curly)
(#271) Unexpected console statement. (no-console)
(#271) There should be no space after '{'. (babel/object-curly-spacing)
(#271) Identifier 'forum_group' is not in camel case. (camelcase)
(#271) Identifier 'forum_group' is not in camel case. (camelcase)
(#271) There should be no space before '}'. (babel/object-curly-spacing)
(#274) This line has a length of 218. Maximum allowed is 132. (max-len)
(#274) There should be no space after '{'. (babel/object-curly-spacing)
(#274) Identifier 'forum_group' is not in camel case. (camelcase)
(#274) Identifier 'forum_group' is not in camel case. (camelcase)
(#274) There should be no space before '}'. (babel/object-curly-spacing)
(#276) This line has a length of 146. Maximum allowed is 132. (max-len)
(#276) Comments should not begin with a lowercase character. (capitalized-comments)
(#277) Expected { after 'if' condition. (curly)
(#277) Unexpected console statement. (no-console)
(#281) Comments should not begin with a lowercase character. (capitalized-comments)
(#287) This line has a length of 160. Maximum allowed is 132. (max-len)
(#297) This line has a length of 149. Maximum allowed is 132. (max-len)
(#302) Comments should not begin with a lowercase character. (capitalized-comments)
(#304) Extra space after key 'key'. (key-spacing)
(#304) There should be no space before '}'. (babel/object-curly-spacing)
(#305) Extra space after key 'key'. (key-spacing)
(#306) Extra space after key 'key'. (key-spacing)
(#306) There should be no space before '}'. (babel/object-curly-spacing)
(#307) Extra space after key 'key'. (key-spacing)
(#307) There should be no space before '}'. (babel/object-curly-spacing)
(#317) Comments should not begin with a lowercase character. (capitalized-comments)
(#319) Extra space after key 'key'. (key-spacing)
(#319) There should be no space before '}'. (babel/object-curly-spacing)
(#320) Extra space after key 'key'. (key-spacing)
(#321) Extra space after key 'key'. (key-spacing)
(#321) There should be no space before '}'. (babel/object-curly-spacing)
(#322) Extra space after key 'key'. (key-spacing)
(#322) There should be no space before '}'. (babel/object-curly-spacing)
(#323) Extra space after key 'key'. (key-spacing)
(#323) There should be no space before '}'. (babel/object-curly-spacing)
(#329) This line has a length of 175. Maximum allowed is 132. (max-len)
(#329) Statement inside of curly braces should be on next line. (brace-style)
(#329) Missing space before opening brace. (space-before-blocks)
(#329) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#334) Extra space after key 'key'. (key-spacing)
(#334) There should be no space before '}'. (babel/object-curly-spacing)
(#335) Extra space after key 'key'. (key-spacing)
(#335) There should be no space before '}'. (babel/object-curly-spacing)
(#341) Identifier 'is_sending' is not in camel case. (camelcase)
(#348) Expected { after 'if' condition. (curly)
(#348) Unexpected console statement. (no-console)
(#366) Expected space or tab after '/*' in comment. (spaced-comment)
(#371) Missing JSDoc @param "c" declaration. (jsdoc/require-param)
(#371) Missing JSDoc for parameter 'c'. (valid-jsdoc)
(#374) 'c' is defined but never used. (no-unused-vars)
(#374) Missing space before opening brace. (space-before-blocks)
(#382) Comments should not begin with a lowercase character. (capitalized-comments)
(#383) Unary word operator 'delete' must be followed by whitespace. (space-unary-ops)
(#385) Missing space before opening brace. (space-before-blocks)
(#386) Expected { after 'if' condition. (curly)
(#391) Unary word operator 'delete' must be followed by whitespace. (space-unary-ops)
(#396) Unexpected console statement. (no-console)
(#400) There should be no space after '{'. (babel/object-curly-spacing)
(#400) There should be no space before '}'. (babel/object-curly-spacing)
(#402) Unexpected console statement. (no-console)
(#406) Comments should not begin with a lowercase character. (capitalized-comments)
(#406) Expected space or tab after '//' in comment. (spaced-comment)
(#408) Comments should not begin with a lowercase character. (capitalized-comments)
(#408) Expected space or tab after '//' in comment. (spaced-comment)
(#412) Comments should not begin with a lowercase character. (capitalized-comments)
(#412) Expected space or tab after '//' in comment. (spaced-comment)
(#414) Unexpected console statement. (no-console)
(#425) Missing space before opening brace. (space-before-blocks)
(#426) Expected { after 'if' condition. (curly)
(#431) Unary word operator 'delete' must be followed by whitespace. (space-unary-ops)
(#435) Unexpected console statement. (no-console)
(#439) There should be no space after '{'. (babel/object-curly-spacing)
(#439) There should be no space before '}'. (babel/object-curly-spacing)
(#441) Unexpected console statement. (no-console)
(#445) Comments should not begin with a lowercase character. (capitalized-comments)
(#445) Expected space or tab after '//' in comment. (spaced-comment)
(#447) Comments should not begin with a lowercase character. (capitalized-comments)
(#447) Expected space or tab after '//' in comment. (spaced-comment)
(#451) Comments should not begin with a lowercase character. (capitalized-comments)
(#451) Expected space or tab after '//' in comment. (spaced-comment)
(#453) Unexpected console statement. (no-console)
(#468) Comments should not begin with a lowercase character. (capitalized-comments)
(#468) Expected space or tab after '//' in comment. (spaced-comment)
(#474) 'MAIN' is not defined. (no-undef)
(#475) 'MAIN' is not defined. (no-undef)
(#476) 'MAIN' is not defined. (no-undef)
(#478) This line has a length of 149. Maximum allowed is 132. (max-len)
(#485) 'MAIN' is not defined. (no-undef)
(#492) 'MAIN' is not defined. (no-undef)
(#493) Unexpected space before function parentheses. (space-before-function-paren)
(#496) 'MAIN' is not defined. (no-undef)
(#497) Unexpected console statement. (no-console)
(#499) Unexpected space before function parentheses. (space-before-function-paren)
(#503) Unexpected console statement. (no-console)

CSS problems

(15 errors, 2 warnings)

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

local/edusupport/less/edusupport.less
(#8) Unexpected !important (declaration-no-important)
local/edusupport/style/edusupport.css
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Unexpected !important (declaration-no-important)
local/edusupport/style/spinner.css
(#18) Unexpected duplicate "margin" (declaration-block-no-duplicate-properties)
(#3) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#14) Unexpected unit (length-zero-no-unit)
(#15) Unexpected unit (length-zero-no-unit)
(#24) 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)

PHPDocs style problems

(120 errors, 1 warnings)

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

local/edusupport/chooseforum.php
(#17) No one-line description found in phpdocs for file
local/edusupport/choosesupporters.php
(#17) No one-line description found in phpdocs for file
local/edusupport/classes/holidaymode_form.php
(#18) Package block_edupublisher is not valid
(#31) Class holidaymode_form is not documented
(#32) Function holidaymode_form::definition is not documented
(#39) Function holidaymode_form::validation is not documented
(#17) No one-line description found in phpdocs for file
local/edusupport/classes/issue_create_form.php
(#18) Package block_edupublisher is not valid
(#29) Class issue_create_form is not documented
(#35) Function issue_create_form::definition is not documented
(#217) Function issue_create_form::validation is not documented
(#222) Function issue_create_form::return_priority_options is not documented
(#30) Variable issue_create_form::$maxbytes is not documented
(#31) Variable issue_create_form::$areamaxbytes is not documented
(#32) Variable issue_create_form::$maxfiles is not documented
(#33) Variable issue_create_form::$subdirs is not documented
(#17) No one-line description found in phpdocs for file
local/edusupport/classes/lib.php
(#32) Class lib is not documented
(#69) Function lib::can_config_course is not documented
(#75) Function lib::can_config_global is not documented
(#647) Function lib::set_prioritylvl is not documented
(#33) Constant lib::SYSTEM_COURSE_ID is not documented
(#17) No one-line description found in phpdocs for file
(#80) Phpdocs for function lib::close_issue has incomplete parameters list
(#126) Phpdocs for function lib::delete_issue has incomplete parameters list
(#171) Phpdocs for function lib::reopen_issue has incomplete parameters list
(#193) Phpdocs for function lib::course_manual_enrolments has incomplete parameters list
(#234) Phpdocs for function lib::create_post has incomplete parameters list
(#273) Phpdocs for function lib::expose_properties has incomplete parameters list
(#293) Phpdocs for function lib::get_groups_for_user has incomplete parameters list
(#333) Phpdocs for function lib::get_issue has incomplete parameters list
(#352) Phpdocs for function lib::get_potentialtargets has incomplete parameters list
(#418) Phpdocs for function lib::is_supportteam has incomplete parameters list
(#450) Phpdocs for function lib::is_supportforum has incomplete parameters list
(#461) Phpdocs for function lib::get_course_supporters has incomplete parameters list
(#470) Phpdocs for function lib::get_enrol_instance has incomplete parameters list
(#495) Phpdocs for function lib::revoke_issue has incomplete parameters list
(#536) Phpdocs for function lib::set_2nd_level has incomplete parameters list
(#598) Phpdocs for function lib::set_current_supporter has incomplete parameters list
(#662) Phpdocs for function lib::subscription_add has incomplete parameters list
(#684) Phpdocs for function lib::subscription_remove has incomplete parameters list
(#695) Phpdocs for function lib::supportforum_disable has incomplete parameters list
(#721) Phpdocs for function lib::supportforum_enable has incomplete parameters list
(#750) Phpdocs for function lib::supportforum_enablecentral has incomplete parameters list
(#769) Phpdocs for function lib::supportforum_managecaps has incomplete parameters list
(#837) Phpdocs for function lib::supportforum_rolecheck has incomplete parameters list
(#888) Phpdocs for function lib::supportforum_setdedicatedsupporter has incomplete parameters list
local/edusupport/classes/observer.php
(#28) Class observer is not documented
(#29) Function observer::event is not documented
(#17) No one-line description found in phpdocs for file
local/edusupport/classes/output/mobile.php
(#35) Phpdocs for function mobile::edusupport_init has incomplete parameters list
local/edusupport/classes/post_form.php
(#23) Package mod_forum is not valid
(#36) Package mod_forum is not valid
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
local/edusupport/classes/privacy/provider.php
(#35) Class provider is not documented
(#41) Function provider::get_metadata is not documented
(#120) Function provider::get_users_in_context is not documented
(#17) No one-line description found in phpdocs for file
(#279) Phpdocs for function provider::alter_currentsupporter has incomplete parameters list
(#298) Phpdocs for function provider::delete_user_data has incomplete parameters list
local/edusupport/classes/task/delete.php
(#28) Class delete is not documented
(#29) Function delete::get_name is not documented
(#34) Function delete::execute is not documented
(#17) No one-line description found in phpdocs for file
local/edusupport/classes/task/reminder.php
(#28) Class reminder is not documented
(#29) Function reminder::get_name is not documented
(#34) Function reminder::execute is not documented
(#68) Function reminder::send is not documented
(#17) No one-line description found in phpdocs for file
local/edusupport/courseconfig.php
(#17) No one-line description found in phpdocs for file
local/edusupport/db/access.php
(#17) No one-line description found in phpdocs for file
local/edusupport/db/caches.php
(#17) No one-line description found in phpdocs for file
local/edusupport/db/events.php
(#17) No one-line description found in phpdocs for file
local/edusupport/db/install.php
(#26) Function xmldb_local_edusupport_install is not documented
(#17) No one-line description found in phpdocs for file
local/edusupport/db/mobile.php
(#17) No one-line description found in phpdocs for file
local/edusupport/db/services.php
(#17) No one-line description found in phpdocs for file
local/edusupport/db/tasks.php
(#17) No one-line description found in phpdocs for file
local/edusupport/db/upgrade.php
(#26) Function xmldb_local_edusupport_upgrade is not documented
(#17) No one-line description found in phpdocs for file
local/edusupport/editpost.php
(#17) No one-line description found in phpdocs for file
local/edusupport/error.php
(#17) No one-line description found in phpdocs for file
local/edusupport/externallib.php
(#29) Class local_edusupport_external is not documented
(#30) Function local_edusupport_external::close_issue_parameters is not documented
(#35) Function local_edusupport_external::close_issue is not documented
(#40) Function local_edusupport_external::close_issue_returns is not documented
(#344) Function local_edusupport_external::get_potentialsupporters_parameters is not documented
(#351) Function local_edusupport_external::get_potentialsupporters is not documented
(#380) Function local_edusupport_external::get_potentialsupporters_returns is not documented
(#384) Function local_edusupport_external::set_archive_parameters is not documented
(#389) Function local_edusupport_external::set_archive is not documented
(#411) Function local_edusupport_external::set_archive_returns is not documented
(#415) Function local_edusupport_external::set_currentsupporter_parameters is not documented
(#423) Function local_edusupport_external::set_currentsupporter is not documented
(#428) Function local_edusupport_external::set_currentsupporter_returns is not documented
(#433) Function local_edusupport_external::set_default_parameters is not documented
(#439) Function local_edusupport_external::set_default is not documented
(#469) Function local_edusupport_external::set_default_returns is not documented
(#473) Function local_edusupport_external::set_supporter_parameters is not documented
(#480) Function local_edusupport_external::set_supporter is not documented
(#500) Function local_edusupport_external::set_supporter_returns is not documented
(#17) No one-line description found in phpdocs for file
(#60) Phpdocs for function local_edusupport_external::create_issue has incomplete parameters list
(#317) Phpdocs for function local_edusupport_external::create_form has incomplete parameters list
local/edusupport/forward_2nd_level.php
(#17) No one-line description found in phpdocs for file
local/edusupport/issue.php
(#17) No one-line description found in phpdocs for file
local/edusupport/issues.php
(#17) No one-line description found in phpdocs for file
local/edusupport/lang/de/local_edusupport.php
(#17) No one-line description found in phpdocs for file
local/edusupport/lang/en/local_edusupport.php
(#17) No one-line description found in phpdocs for file
local/edusupport/lib.php
(#160) Package local_edusupport --> we fake downloads for mod_forum. is not valid
(#120) Function local_edusupport_extend_navigation_course is not documented
(#17) No one-line description found in phpdocs for file
(#28) Phpdocs for function local_edusupport_before_standard_html_head has incomplete parameters list
(#103) Phpdocs for function local_edusupport_extend_navigation has incomplete parameters list
(#240) Phpdocs for function local_edusupport_pre_course_category_delete has incomplete parameters list
(#252) Phpdocs for function local_edusupport_pre_course_delete has incomplete parameters list
(#263) Phpdocs for function local_edusupport_pre_course_module_delete has incomplete parameters list
local/edusupport/settings.php
(#17) No one-line description found in phpdocs for file
local/edusupport/testreminder.php
(#17) No one-line description found in phpdocs for file
local/edusupport/version.php
(#17) No one-line description found in phpdocs for file

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


Missing changes in external functions or backup support for new detected tables or columns

(0 errors, 2 warnings)

This section shows potential problems detected when there are new database structures added in a patch and it is detected that nothing has been changed related with external functions (to be used by WS) or backup and restore. It must be checked that everything is correct and nothing is being missed in those areas. [More info]

local/edusupport/db/upgrade.php
Database modifications (new tables or columns) detected in the patch without any change to some important areas.
No changes detected to backup and restore, that may affect storage and transportability, please verify!

grunt changes

(1 errors, 1 warnings)

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

Problems running grunt
Task "eslint:amd" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(2 errors, 44 warnings)

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

local/edusupport/templates/alert.mustache
(#1) Example context missing (@template section not found.)
local/edusupport/templates/chooseforum.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (rum"> <table class="generaltable" width="100%"> )
(#1) HTML Validation error, line 6: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( <tr> <td width="250">[[ tog)
(#1) HTML Validation error, line 7: The “width” attribute on the “td” element is obsolete. Use CSS instead. (rt ]]</td> <td width="250">[[ tog)
(#1) HTML Validation error, line 9: The “width” attribute on the “td” element is obsolete. Use CSS instead. (me ]]</td> <td width="150">[[ ded)
local/edusupport/templates/choosesupporters.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (ers"> <table class="generaltable" width="100%"> )
(#1) HTML Validation error, line 6: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( <tr> <td width="50">[[ use)
(#1) HTML Validation error, line 13: Start tag “form” seen in “table”. ( <tbody> <form method="POST" action="" enctype="multipart/form-data"> )
(#1) HTML Validation error, line 13: Element “form” not allowed as child of element “tbody” in this context. (Suppressing further errors from this subtree.) ( <tbody> <form method="POST" action="" enctype="multipart/form-data"> )
(#1) HTML Validation error, line 22: Stray end tag “form”. ( </tr> </form> )
(#1) HTML Validation error, line 22: Stray end tag “form”. ( </tr> </form> )
local/edusupport/templates/courseconfig.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 10: The “border” attribute on the “table” element is obsolete. Use CSS instead. (rt ]]</p><table border="0"> <)
(#1) HTML Validation error, line 14: The “align” attribute on the “th” element is obsolete. Use CSS instead. ( <tr> <th align="center">[[ cou)
(#1) HTML Validation error, line 15: The “align” attribute on the “th” element is obsolete. Use CSS instead. (se ]]</th> <th align="center">[[ arc)
local/edusupport/templates/globalconfig.mustache
(#1) Example context missing (@template section not found.)
local/edusupport/templates/holidaymode.mustache
(#1) Example context missing (@template section not found.)
local/edusupport/templates/injectbutton.mustache
(#1) Mustache syntax exception: Example context JSON is unparsable, fails with: Syntax error
local/edusupport/templates/issue_options.mustache
(#1) Mustache syntax exception: Example context JSON is unparsable, fails with: Syntax error
local/edusupport/templates/issue_template.mustache
(#1) Example context missing (@template section not found.)
local/edusupport/templates/issues.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 5: The “width” attribute on the “table” element is obsolete. Use CSS instead. (</ul> <table class="generaltable" width="100%"> )
(#1) HTML Validation error, line 8: The “width” attribute on the “th” element is obsolete. Use CSS instead. ( <tr> <th width="200">#</th>)
(#1) HTML Validation info, line 20: A table row was 8 columns wide and exceeded the column count established by the first row (7). (rt ]]</th> </tr> )
(#1) HTML Validation info, line 23: A table row was 8 columns wide and exceeded the column count established by the first row (7). (rt ]]</td> </tr> )
(#1) HTML Validation info, line 26: A table row was 8 columns wide and exceeded the column count established by the first row (7). (rt ]]</th> </tr> )
(#1) HTML Validation info, line 29: A table row was 8 columns wide and exceeded the column count established by the first row (7). (rt ]]</td> </tr> )
(#1) HTML Validation info, line 32: A table row was 8 columns wide and exceeded the column count established by the first row (7). (rt ]]</th> </tr><tr c)
(#1) HTML Validation error, line 33: Attribute “href” not allowed on element “tr” at this point. ( </tr><tr class="accordion-toggle collapsed" id="accordion1" data-toggle="collapse" data-parent="#accordion1" href="#collapseOne" aria-expanded="false"> )
(#1) HTML Validation error, line 34: Row 6 of a row group established by a “tbody” element has no cells beginning on it. (d="false"> <tr> )
(#1) HTML Validation info, line 34: A table row was 0 columns wide, which is less than the column count established by the first row (7). (d="false"> <tr> )
(#1) HTML Validation info, line 36: A table row was 8 columns wide and exceeded the column count established by the first row (7). (rt ]]</th> </tr> )
(#1) HTML Validation error, line 19: Table column 8 established by element “th” has no cells beginning in it. ( <tr> <th colspan="8">[[ iss)
local/edusupport/templates/post_mailhtml.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: The “cellpadding” attribute on the “table” element is obsolete. Use CSS instead. (d><body><table border="0" cellpadding="3" cellspacing="0" class="forumpost"> <)
(#1) HTML Validation error, line 3: The “cellspacing” attribute on the “table” element is obsolete. Use CSS instead. (d><body><table border="0" cellpadding="3" cellspacing="0" class="forumpost"> <)
(#1) HTML Validation error, line 3: The “border” attribute on the “table” element is obsolete. Use CSS instead. (d><body><table border="0" cellpadding="3" cellspacing="0" class="forumpost"> <)
(#1) HTML Validation error, line 5: The “width” attribute on the “td” element is obsolete. Use CSS instead. (="header"> <td width="35" valign="top" class="picture left"> )
(#1) HTML Validation error, line 5: The “valign” attribute on the “td” element is obsolete. Use CSS instead. (="header"> <td width="35" valign="top" class="picture left"> )
(#1) HTML Validation error, line 21: The “valign” attribute on the “td” element is obsolete. Use CSS instead. (> <tr> <td class="left side" valign="top"> )
local/edusupport/templates/post_mailtext.mustache
(#1) Example context missing (@template section not found.)
local/edusupport/templates/reminder_discussions.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”. (<html><head)
(#1) HTML Validation info, line 2: Consider adding a “lang” attribute to the “html” start tag to declare the language of this document. (<html><head)

Gherkin .feature problems

(0 errors, 0 warnings)

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