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

(400 errors, 34 warnings)

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

mod/data/field/jsignature/classes/jSignature_Tools_Base30.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#5) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#5) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#6) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#6) Expected 1 space(s) before asterisk; 0 found
(#6) Line 12 of the opening comment must start "//".
(#7) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#7) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#7) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Inline comments must start with a capital letter, digit or 3-dots sequence
(#9) Inline comments must end in full-stops, exclamation marks, or question marks
(#9) This comment is 63% valid code; is this commented out code?
(#11) Member variable "chunkSeparator" must be all lower-case
(#12) Line exceeds 132 characters; contains 164 characters
(#12) Inline comments must start with a capital letter, digit or 3-dots sequence
(#12) This comment is 100% valid code; is this commented out code?
(#13) Member variable "charmap_reverse" must not contain underscores.
(#13) Inline comments must start with a capital letter, digit or 3-dots sequence
(#13) Inline comments must end in full-stops, exclamation marks, or question marks
(#19) Visibility must be declared on method "__construct"
(#20) Variable "charmap_reverse" must not contain underscores.
(#20) Variable "chunkSeparator" must be all lower-case
(#23) The use of function sizeof() is forbidden; use count() instead
(#26) Variable "chunkSeparator" must be all lower-case
(#28) Expected "for (...) {\n"; found "for(...){\n"
(#28) Expected 1 space before "-"; 0 found
(#28) Expected 1 space after "-"; 0 found
(#29) Expected 1 space before "+"; 0 found
(#29) Expected 1 space after "+"; 0 found
(#30) Variable "charmap_reverse" must not contain underscores.
(#30) Expected 1 space before "+"; 0 found
(#30) Expected 1 space after "+"; 0 found
(#35) This comment is 42% valid code; is this commented out code?
(#40) Line exceeds 132 characters; contains 135 characters
(#48) Expected 1 space before opening brace; found 0
(#49) Variable "charmap_reverse" must not contain underscores.
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#59) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Whitespace found at end of line
(#65) The use of function sizeof() is forbidden; use count() instead
(#72) Expected "for (...) {\n"; found "for(...){\n"
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) This comment is 75% valid code; is this commented out code?
(#75) Expected "if (...) {\n"; found "if (...){\n"
(#76) Whitespace found at end of line
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Whitespace found at end of line
(#82) Whitespace found at end of line
(#83) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#84) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) The use of function sizeof() is forbidden; use count() instead
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) Expected "if (...) {\n"; found "if (...){\n"
(#98) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#98) Expected "if (...) {\n"; found "if (...){\n"
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Variable "charmap_reverse" must not contain underscores.
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Commas (,) must be followed by white space.
(#113) Whitespace found at end of line
(#117) This comment is 68% valid code; is this commented out code?
(#121) Whitespace found at end of line
(#138) Public method name "jSignature_Tools_Base30::Base64ToNative" must be in lower-case letters only
(#138) Expected 1 space before opening brace; found 0
(#139) Variable "chunkSeparator" must be all lower-case
(#142) Variable "chunkSeparator" must be all lower-case
(#143) The use of function sizeof() is forbidden; use count() instead
(#144) Expected "for (...) {\n"; found "for (...){\n"
(#146) Expected 1 space before "*"; 0 found
(#146) Expected 1 space after "*"; 0 found
(#147) Expected 1 space before "*"; 0 found
(#147) Expected 1 space after "*"; 0 found
(#147) Expected 1 space before "+"; 0 found
(#147) Expected 1 space after "+"; 0 found
(#156) A closing tag is not permitted at the end of a PHP file
mod/data/field/jsignature/classes/jSignature_Tools_SVG.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#5) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#5) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#6) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#6) Expected 1 space(s) before asterisk; 0 found
(#6) Line 12 of the opening comment must start "//".
(#7) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#7) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#7) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Tab found within whitespace
(#9) Line indented incorrectly; expected at least 4 spaces, found 1
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Whitespace found at end of line
(#11) Spaces must be used to indent lines; tabs are not allowed
(#12) Spaces must be used to indent lines; tabs are not allowed
(#13) Spaces must be used to indent lines; tabs are not allowed
(#14) Spaces must be used to indent lines; tabs are not allowed
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Whitespace found at end of line
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Spaces must be used for alignment; tabs are not allowed
(#16) Whitespace found at end of line
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Spaces must be used for alignment; tabs are not allowed
(#18) Spaces must be used to indent lines; tabs are not allowed
(#19) Spaces must be used to indent lines; tabs are not allowed
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected 4 spaces, found 1
(#20) Expected 1 space before opening brace; found 0
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 8 spaces, found 2
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 8 spaces, found 2
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) The use of function sizeof() is forbidden; use count() instead
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 8 spaces, found 2
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Whitespace found at end of line
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 8 spaces, found 2
(#27) Expected "if (...) {\n"; found "if (...){\n"
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Line indented incorrectly; expected at least 12 spaces, found 3
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Line indented incorrectly; expected at least 12 spaces, found 3
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 12 spaces, found 3
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 12 spaces, found 3
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 12 spaces, found 3
(#33) Expected "for (...) {\n"; found "for(...){\n"
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 16 spaces, found 4
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 16 spaces, found 4
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 16 spaces, found 4
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 16 spaces, found 4
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 12 spaces, found 3
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#41) Whitespace found at end of line
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Public method name "jSignature_Tools_SVG::NativeToSVG" must be in lower-case letters only
(#43) Expected 1 space before opening brace; found 0
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 3
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) The use of function sizeof() is forbidden; use count() instead
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 8 spaces, found 2
(#63) Expected "if (...) {\n"; found "if(...){\n"
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 12 spaces, found 3
(#64) Expected "for (...) {\n"; found "for(...){\n"
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 16 spaces, found 4
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 16 spaces, found 4
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 16 spaces, found 4
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 12 spaces, found 3
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 12 spaces, found 3
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 12 spaces, found 3
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 12 spaces, found 3
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 12 spaces, found 3
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 12 spaces, found 3
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Whitespace found at end of line
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 3
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 3
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 3
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 3
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Line indented incorrectly; expected at least 8 spaces, found 0
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found before comment text; expected "// // This is a nice idea: use style declaration on top, and mark the lines with 'class="f"'" but found "// // This is a nice idea: use style declaration on top, and mark the lines with 'class="f"'"
(#89) Line indented incorrectly; expected at least 8 spaces, found 0
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found before comment text; expected "// // thus saving space in svg..." but found "// // thus saving space in svg..."
(#89) Whitespace found at end of line
(#90) Line indented incorrectly; expected at least 8 spaces, found 0
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found before comment text; expected "// // alas, many SVG renderers don't understand "class" and render the $strokes in default "fill = black, no $stroke" style. Ugh!!!" but found "// // alas, many SVG renderers don't understand "class" and render the $strokes in default "fill = black, no $stroke" style. Ugh!!!"
(#91) Line indented incorrectly; expected at least 8 spaces, found 0
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found before comment text; expected "// // TODO: Rewrite ImageMagic / GraphicsMagic, InkScape, http://svg.codeplex.com/ to support style + class. until then" but found "// // TODO: Rewrite ImageMagic / GraphicsMagic, InkScape, http://svg.codeplex.com/ to support style + class. until then"
(#92) Line indented incorrectly; expected at least 8 spaces, found 0
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found before comment text; expected "// // , we hardcode the stroke style within the path." but found "// // , we hardcode the stroke style within the path."
(#92) Whitespace found at end of line
(#93) Line indented incorrectly; expected at least 8 spaces, found 0
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found before comment text; expected "// $answer.push(" but found "// $answer.push("
(#94) Line exceeds 132 characters; contains 142 characters
(#94) Line indented incorrectly; expected at least 8 spaces, found 0
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found before comment text; expected "// '<style type="text/css"><![C$data[.f {fill:none;$stroke:#000000;$stroke-width:2;$stroke-linecap:round;$stroke-linejoin:round}]]></style>'" but found "// '<style type="text/css"><![C$data[.f {fill:none;$stroke:#000000;$stroke-width:2;$stroke-linecap:round;$stroke-linejoin:round}]]></style>'"
(#95) Line indented incorrectly; expected at least 8 spaces, found 0
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found before comment text; expected "// )" but found "// )"
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 8 spaces, found 2
(#97) Expected "for (...) {\n"; found "for(...){\n"
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 12 spaces, found 3
(#98) Whitespace found at end of line
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 12 spaces, found 4
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 12 spaces, found 4
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 12 spaces, found 6
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 12 spaces, found 6
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 18 spaces, found 3
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 8 spaces, found 2
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 4 spaces, found 1
(#110) A closing tag is not permitted at the end of a PHP file
mod/data/field/jsignature/cli/resources/lang_en_data.php
(#1) No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
mod/data/field/jsignature/field.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#27) Scope modifier not specified for member variable "$type"
(#34) Visibility must be declared on method "define_default_field"
(#48) Opening brace should be on the same line as the declaration
(#62) Visibility must be declared on method "get_image_url"
(#75) Visibility must be declared on method "display_browse_field"
(#78) Expected 1 space before "=>"; 0 found
(#78) Expected 1 space after "=>"; 0 found
(#78) Expected 1 space before "=>"; 0 found
(#78) Expected 1 space after "=>"; 0 found
(#86) Visibility must be declared on method "display_search_field"
(#90) Expected 1 space before "==="; 0 found
(#90) Expected 1 space after "==="; 0 found
(#90) Expected 1 space before ":"; 0 found
(#90) Expected 1 space after ":"; 0 found
(#91) Expected 1 space before "==="; 0 found
(#91) Expected 1 space after "==="; 0 found
(#91) Expected 1 space before ":"; 0 found
(#91) Expected 1 space after ":"; 0 found
(#95) Visibility must be declared on method "parse_search_field"
(#99) Visibility must be declared on method "generate_sql"
(#102) Expected 1 space before "="; 0 found
(#102) Expected 1 space after "="; 0 found
(#121) Visibility must be declared on method "export_text_value"
mod/data/field/jsignature/img.php
(#24) Expected login check (require_login, require_course_login, require_admin, admin_externalpage_setup) following config inclusion. None found.
(#28) Variable "signatureParser" must be all lower-case
(#29) Variable "svgGenerator" must be all lower-case
(#31) Variable "svgGenerator" must be all lower-case
(#31) Variable "signatureParser" must be all lower-case
mod/data/field/jsignature/lang/en/datafield_jsignature.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/data/field/jsignature/version.php
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(2656 errors, 2936 warnings)

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

mod/data/field/jsignature/amd/src/flashcanvas.js
(#9) This line has a length of 502. Maximum allowed is 132. (max-len)
(#9) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Missing JSDoc comment. (require-jsdoc)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Expected space(s) after "return". (keyword-spacing)
(#9) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#9) Operator '+' must be spaced. (space-infix-ops)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) Operator '+' must be spaced. (space-infix-ops)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Missing semicolon. (babel/semi)
(#9) Expected space(s) before "function". (keyword-spacing)
(#9) Missing JSDoc comment. (require-jsdoc)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Expected space(s) after "return". (keyword-spacing)
(#9) Operator '+' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Missing semicolon. (babel/semi)
(#9) Expected space(s) before "function". (keyword-spacing)
(#9) Missing JSDoc comment. (require-jsdoc)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Expected space(s) before "function". (keyword-spacing)
(#9) Missing JSDoc comment. (require-jsdoc)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected { after 'if' condition. (curly)
(#9) Expected space(s) after "if". (keyword-spacing)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) Operator '>' must be spaced. (space-infix-ops)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected { after 'if' condition. (curly)
(#9) Expected space(s) after "if". (keyword-spacing)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) Operator '>' must be spaced. (space-infix-ops)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Missing semicolon. (babel/semi)
(#9) Expected space(s) before "var". (keyword-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Unexpected labeled statement. (no-labels)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#10) This line has a length of 842. Maximum allowed is 132. (max-len)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Expected space(s) before "for". (keyword-spacing)
(#10) Expected space(s) after "for". (keyword-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator '-' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#10) 'script' is not defined. (no-undef)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator '-' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) 'script' is not defined. (no-undef)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) 'script' is not defined. (no-undef)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator '<=' must be spaced. (space-infix-ops)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) 'script' is not defined. (no-undef)
(#10) 'script' is not defined. (no-undef)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Unexpected label in break statement. (no-labels)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (babel/semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (babel/semi)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (babel/semi)
(#10) Expected space(s) before "var". (keyword-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Unnecessary escape character: \/. (no-useless-escape)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Expected { after 'for' condition. (curly)
(#10) Expected space(s) after "for". (keyword-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Operator '<' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) before "this". (keyword-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (babel/semi)
(#11) This line has a length of 512. Maximum allowed is 132. (max-len)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected { after 'for' condition. (curly)
(#11) Expected space(s) after "for". (keyword-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) 'a' is already defined. (no-redeclare)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#11) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) 'b' used outside of binding context. (block-scoped-var)
(#11) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11) Operator '?' must be spaced. (space-infix-ops)
(#11) Operator '===' must be spaced. (space-infix-ops)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (babel/semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (babel/semi)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'save'. (key-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#12) This line has a length of 503. Maximum allowed is 132. (max-len)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (babel/semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'restore'. (key-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#13) This line has a length of 502. Maximum allowed is 132. (max-len)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (babel/semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'scale'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (babel/semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'rotate'. (key-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (babel/semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'translate'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (babel/semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'transform'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#14) This line has a length of 523. Maximum allowed is 132. (max-len)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (babel/semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'setTransform'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (babel/semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key '_setCompositing'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (babel/semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key '_setStrokeStyle'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#15) This line has a length of 502. Maximum allowed is 132. (max-len)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (babel/semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_setFillStyle'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (babel/semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'createLinearGradient'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#16) This line has a length of 509. Maximum allowed is 132. (max-len)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A constructor name should not start with a lowercase letter. (babel/new-cap)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (babel/semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'createRadialGradient'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16) Operator '>' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '>' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A constructor name should not start with a lowercase letter. (babel/new-cap)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (babel/semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'createPattern'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (babel/semi)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#17) This line has a length of 502. Maximum allowed is 132. (max-len)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator '===' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator '===' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#17) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Method 'createPattern' expected no return value. (consistent-return)
(#17) A constructor name should not start with a lowercase letter. (babel/new-cap)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (babel/semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '_setLineStyles'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#17) Operator '!==' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#17) Operator '!==' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#17) Operator '!==' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#17) Operator '!==' must be spaced. (space-infix-ops)
(#18) This line has a length of 515. Maximum allowed is 132. (max-len)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#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) Missing semicolon. (babel/semi)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key '_setShadows'. (key-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#18) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#18) Operator '!==' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#18) Operator '!==' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#18) Operator '!==' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#18) Operator '!==' must be spaced. (space-infix-ops)
(#19) This line has a length of 551. Maximum allowed is 132. (max-len)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (babel/semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'clearRect'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (babel/semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'fillRect'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (babel/semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'strokeRect'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (babel/semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'beginPath'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (babel/semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'closePath'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (babel/semi)
(#20) This line has a length of 503. Maximum allowed is 132. (max-len)
(#20) Missing space before value for key 'moveTo'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (babel/semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'lineTo'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (babel/semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'quadraticCurveTo'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (babel/semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'bezierCurveTo'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (babel/semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'arcTo'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#20) Operator '>' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (babel/semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'rect'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (babel/semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'arc'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#20) Operator '>' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '?' must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (babel/semi)
(#21) This line has a length of 503. Maximum allowed is 132. (max-len)
(#21) Missing space before value for key 'fill'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (babel/semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'stroke'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (babel/semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'clip'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (babel/semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'isPointInPath'. (key-spacing)
(#21) Unexpected empty method 'isPointInPath'. (no-empty-function)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key '_setFontStyles'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Operator '!==' must be spaced. (space-infix-ops)
(#21) Expected space(s) before "try". (keyword-spacing)
(#21) Expected space(s) after "try". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#22) This line has a length of 509. Maximum allowed is 132. (max-len)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (babel/semi)
(#22) Expected space(s) before "catch". (keyword-spacing)
(#22) Expected space(s) after "catch". (keyword-spacing)
(#22) Empty block statement. (no-empty)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#22) Operator '!==' must be spaced. (space-infix-ops)
(#22) Operator '&&' must be spaced. (space-infix-ops)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#22) Operator '!==' must be spaced. (space-infix-ops)
(#22) Operator '&&' must be spaced. (space-infix-ops)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#22) Operator '!==' must be spaced. (space-infix-ops)
(#22) Operator '&&' must be spaced. (space-infix-ops)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (babel/semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'fillText'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#23) This line has a length of 501. Maximum allowed is 132. (max-len)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Operator '===' must be spaced. (space-infix-ops)
(#23) Operator '?' must be spaced. (space-infix-ops)
(#23) Requires a space before '}'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (babel/semi)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'strokeText'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Operator '===' must be spaced. (space-infix-ops)
(#23) Operator '?' must be spaced. (space-infix-ops)
(#23) Requires a space before '}'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (babel/semi)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'measureText'. (key-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected space(s) after "try". (keyword-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) Requires a space before '}'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (babel/semi)
(#23) Expected space(s) before "catch". (keyword-spacing)
(#23) Expected space(s) after "catch". (keyword-spacing)
(#23) Empty block statement. (no-empty)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Requires a space before '}'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (babel/semi)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'drawImage'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#23) Operator '||' must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#23) A space is required after ','. (comma-spacing)
(#23) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#24) This line has a length of 508. Maximum allowed is 132. (max-len)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Expected space(s) before "if". (keyword-spacing)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Unexpected use of comma operator. (no-sequences)
(#24) A space is required after ','. (comma-spacing)
(#24) Operator '===' must be spaced. (space-infix-ops)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected space(s) after "else". (keyword-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#24) Operator '===' must be spaced. (space-infix-ops)
(#24) Operator '||' must be spaced. (space-infix-ops)
(#24) Operator '===' must be spaced. (space-infix-ops)
(#24) Expected space(s) before "return". (keyword-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (babel/semi)
(#24) Expected { after 'else'. (curly)
(#24) Expected space(s) before "else". (keyword-spacing)
(#24) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#24) Operator '?' must be spaced. (space-infix-ops)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Operator '===' must be spaced. (space-infix-ops)
(#24) Expected space(s) before "this". (keyword-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Operator '===' must be spaced. (space-infix-ops)
(#24) Expected space(s) before "this". (keyword-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Operator '===' must be spaced. (space-infix-ops)
(#24) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#24) Operator '===' must be spaced. (space-infix-ops)
(#24) Operator '||' must be spaced. (space-infix-ops)
(#24) Operator '===' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Unexpected use of comma operator. (no-sequences)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected { after 'else'. (curly)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (babel/semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'createImageData'. (key-spacing)
(#24) Unexpected empty method 'createImageData'. (no-empty-function)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'getImageData'. (key-spacing)
(#24) Unexpected empty method 'getImageData'. (no-empty-function)
(#24) Missing space before opening brace. (space-before-blocks)
(#25) This line has a length of 513. Maximum allowed is 132. (max-len)
(#25) Missing space before value for key 'putImageData'. (key-spacing)
(#25) Unexpected empty method 'putImageData'. (no-empty-function)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'loadImage'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#25) Operator '?' must be spaced. (space-infix-ops)
(#25) Operator '===' must be spaced. (space-infix-ops)
(#25) Operator '&&' must be spaced. (space-infix-ops)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Operator '&&' must be spaced. (space-infix-ops)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#25) Operator '&&' must be spaced. (space-infix-ops)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Operator '||' must be spaced. (space-infix-ops)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#25) Operator '&&' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (babel/semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key '_initialize'. (key-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#26) This line has a length of 506. Maximum allowed is 132. (max-len)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Requires a space before '}'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (babel/semi)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key '_flush'. (key-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#27) This line has a length of 502. Maximum allowed is 132. (max-len)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Requires a space before '}'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (babel/semi)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key '_executeCommand'. (key-spacing)
(#27) Expected to return a value at the end of method '_executeCommand'. (consistent-return)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected { after 'if' condition. (curly)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Operator '<' must be spaced. (space-infix-ops)
(#27) Expected space(s) before "return". (keyword-spacing)
(#27) eval can be harmful. (no-eval)
(#27) Operator '+' must be spaced. (space-infix-ops)
(#27) Operator '+' must be spaced. (space-infix-ops)
(#27) Requires a space before '}'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (babel/semi)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key '_resize'. (key-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#27) Operator '<' must be spaced. (space-infix-ops)
(#27) Operator '&&' must be spaced. (space-infix-ops)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#27) Operator '<' must be spaced. (space-infix-ops)
(#27) Operator '&&' must be spaced. (space-infix-ops)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Requires a space before '}'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (babel/semi)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Requires a space before '}'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (babel/semi)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Missing space before value for key 'addColorStop'. (key-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#27) Operator '||' must be spaced. (space-infix-ops)
(#27) Operator '>' must be spaced. (space-infix-ops)
(#27) Operator '||' must be spaced. (space-infix-ops)
(#28) This line has a length of 530. Maximum allowed is 132. (max-len)
(#28) Operator '<' must be spaced. (space-infix-ops)
(#28) Operator '&&' must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space before '}'. (block-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Missing semicolon. (babel/semi)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Requires a space before '}'. (block-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Missing semicolon. (babel/semi)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Requires a space before '}'. (block-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Missing semicolon. (babel/semi)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Unquoted number literal '1' used as key. (quote-props)
(#28) Missing space before value for key '1'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Unquoted number literal '9' used as key. (quote-props)
(#28) Missing space before value for key '9'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Unquoted number literal '11' used as key. (quote-props)
(#28) Missing space before value for key '11'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Unquoted number literal '12' used as key. (quote-props)
(#28) Missing space before value for key '12'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Unquoted number literal '17' used as key. (quote-props)
(#28) Missing space before value for key '17'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Unquoted number literal '18' used as key. (quote-props)
(#28) Missing space before value for key '18'. (key-spacing)
(#28) Requires a space before '}'. (block-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Missing semicolon. (babel/semi)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Missing space before value for key 'registeredEvents'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'canvases'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'initWindow'. (key-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Missing JSDoc comment. (require-jsdoc)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Operator '===' must be spaced. (space-infix-ops)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected { after 'for' condition. (curly)
(#28) Expected space(s) after "for". (keyword-spacing)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#29) This line has a length of 503. Maximum allowed is 132. (max-len)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Operator '<' must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Requires a space before '}'. (block-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Missing semicolon. (babel/semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Expected space(s) before "var". (keyword-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Operator '+' must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected { after 'for-in'. (curly)
(#29) Expected space(s) after "for". (keyword-spacing)
(#29) Expected space(s) before "if". (keyword-spacing)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Unexpected use of comma operator. (no-sequences)
(#29) A space is required after ','. (comma-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Operator '?' must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Operator '===' must be spaced. (space-infix-ops)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Expected { after 'for-in'. (curly)
(#29) Expected space(s) after "for". (keyword-spacing)
(#29) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#29) Operator '===' must be spaced. (space-infix-ops)
(#29) Operator '&&' must be spaced. (space-infix-ops)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected { after 'for-in'. (curly)
(#29) Expected space(s) after "for". (keyword-spacing)
(#29) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#29) Operator '===' must be spaced. (space-infix-ops)
(#29) Operator '&&' must be spaced. (space-infix-ops)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#30) This line has a length of 503. Maximum allowed is 132. (max-len)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected { after 'for' condition. (curly)
(#30) Expected space(s) after "for". (keyword-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '!==' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Unexpected use of comma operator. (no-sequences)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (babel/semi)
(#30) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (babel/semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#30) Operator '===' must be spaced. (space-infix-ops)
(#30) Operator '+' must be spaced. (space-infix-ops)
(#30) Operator '+' must be spaced. (space-infix-ops)
(#30) Operator '+' must be spaced. (space-infix-ops)
(#30) Operator '&&' must be spaced. (space-infix-ops)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) 'ActiveXObject' is not defined. (no-undef)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (babel/semi)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#30) Operator '===' must be spaced. (space-infix-ops)
(#30) Operator '?' must be spaced. (space-infix-ops)
(#31) This line has a length of 575. Maximum allowed is 132. (max-len)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Missing semicolon. (babel/semi)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#31) Expected space(s) before "return". (keyword-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Operator '?' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#31) Operator '||' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Operator '||' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Operator '+' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Operator '+' must be spaced. (space-infix-ops)
(#31) Operator '===' must be spaced. (space-infix-ops)
(#31) Operator '?' must be spaced. (space-infix-ops)
(#31) Operator '+' must be spaced. (space-infix-ops)
(#31) Operator '+' must be spaced. (space-infix-ops)
(#32) This line has a length of 515. Maximum allowed is 132. (max-len)
(#32) Operator '+' must be spaced. (space-infix-ops)
(#32) Operator '+' must be spaced. (space-infix-ops)
(#32) Operator '+' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected { after 'if' condition. (curly)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected { after 'else'. (curly)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#32) Operator '&&' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Requires a space before '}'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Missing semicolon. (babel/semi)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected { after 'if' condition. (curly)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Operator '===' must be spaced. (space-infix-ops)
(#32) Operator '||' must be spaced. (space-infix-ops)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#33) This line has a length of 504. Maximum allowed is 132. (max-len)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) A constructor name should not start with a lowercase letter. (babel/new-cap)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Requires a space after '{'. (block-spacing)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Expected space(s) after "return". (keyword-spacing)
(#33) Operator '===' must be spaced. (space-infix-ops)
(#33) Operator '?' must be spaced. (space-infix-ops)
(#33) Requires a space before '}'. (block-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Missing semicolon. (babel/semi)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Requires a space after '{'. (block-spacing)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#33) Operator '===' must be spaced. (space-infix-ops)
(#33) Operator '+' must be spaced. (space-infix-ops)
(#33) Operator '?' must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Operator '===' must be spaced. (space-infix-ops)
(#33) Operator '?' must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Requires a space before '}'. (block-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Missing semicolon. (babel/semi)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Requires a space after '{'. (block-spacing)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) 'a' is already defined. (no-redeclare)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Operator '?' must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Requires a space before '}'. (block-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Missing semicolon. (babel/semi)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Requires a space before '}'. (block-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Missing semicolon. (babel/semi)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Requires a space after '{'. (block-spacing)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Requires a space before '}'. (block-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Missing semicolon. (babel/semi)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Unexpected empty function. (no-empty-function)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#34) This line has a length of 512. Maximum allowed is 132. (max-len)
(#34) A space is required after ','. (comma-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Operator '+' must be spaced. (space-infix-ops)
(#34) Requires a space before '}'. (block-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Missing semicolon. (babel/semi)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Expected space(s) after "try". (keyword-spacing)
(#34) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected { after 'if' condition. (curly)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Operator '===' must be spaced. (space-infix-ops)
(#34) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Unexpected use of comma operator. (no-sequences)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Operator '?' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Operator '+' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Operator '+' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '<' must be spaced. (space-infix-ops)
(#34) Operator '&&' must be spaced. (space-infix-ops)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '<' must be spaced. (space-infix-ops)
(#34) Operator '&&' must be spaced. (space-infix-ops)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) 'a' is already defined. (no-redeclare)
(#34) 'a' used outside of binding context. (block-scoped-var)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) 'a' used outside of binding context. (block-scoped-var)
(#34) Operator '?' must be spaced. (space-infix-ops)
(#34) 'a' used outside of binding context. (block-scoped-var)
(#34) A space is required after ','. (comma-spacing)
(#34) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) 'a' used outside of binding context. (block-scoped-var)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Operator '===' must be spaced. (space-infix-ops)
(#34) Operator '||' must be spaced. (space-infix-ops)
(#34) Operator '===' must be spaced. (space-infix-ops)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) 'a' is already defined. (no-redeclare)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected { after 'if' condition. (curly)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Operator '||' must be spaced. (space-infix-ops)
(#34) Operator '<' must be spaced. (space-infix-ops)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Operator '===' must be spaced. (space-infix-ops)
(#34) Operator '?' must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Operator '===' must be spaced. (space-infix-ops)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#35) This line has a length of 490. Maximum allowed is 132. (max-len)
(#35) Operator '+' must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (babel/semi)
(#35) Expected { after 'else'. (curly)
(#35) Expected space(s) before "else". (keyword-spacing)
(#35) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (babel/semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Operator '===' must be spaced. (space-infix-ops)
(#35) Operator '&&' must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (babel/semi)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected { after 'if' condition. (curly)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) Unexpected use of comma operator. (no-sequences)
(#35) A space is required after ','. (comma-spacing)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) Operator '+' must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Operator '===' must be spaced. (space-infix-ops)
(#35) Operator '&&' must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#35) Operator '&&' must be spaced. (space-infix-ops)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (babel/semi)
(#35) Expected space(s) before "catch". (keyword-spacing)
(#35) Expected space(s) after "catch". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Unexpected console statement. (no-console)
(#35) A space is required after ','. (comma-spacing)
(#35) Unexpected use of comma operator. (no-sequences)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) 'keep' is not defined. (no-undef)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (babel/semi)
(#37) Missing semicolon. (babel/semi)
mod/data/field/jsignature/amd/src/jquery.jsignature.js
(#2) Trailing spaces not allowed. (no-trailing-spaces)
(#6) Missing space before opening brace. (space-before-blocks)
(#7) Comments should not begin with a lowercase character. (capitalized-comments)
(#15) Unnecessary semicolon. (no-extra-semi)
(#17) Missing semicolon. (babel/semi)
(#19) JSDoc syntax error. (valid-jsdoc)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#36) Missing semicolon. (babel/semi)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#39) Missing semicolon. (babel/semi)
(#40) Unexpected tab character. (no-tabs)
(#41) Missing semicolon. (babel/semi)
(#43) Missing space before opening brace. (space-before-blocks)
(#44) Unexpected tab character. (no-tabs)
(#44) Missing semicolon. (babel/semi)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#56) Unexpected tab character. (no-tabs)
(#56) Comments should not begin with a lowercase character. (capitalized-comments)
(#57) Unexpected tab character. (no-tabs)
(#58) Unexpected tab character. (no-tabs)
(#59) Unexpected tab character. (no-tabs)
(#59) Missing JSDoc for parameter 'arg2'. (valid-jsdoc)
(#59) Missing JSDoc for parameter 'etc'. (valid-jsdoc)
(#60) Unexpected tab character. (no-tabs)
(#61) Unexpected tab character. (no-tabs)
(#62) Unexpected tab character. (no-tabs)
(#63) Unexpected tab character. (no-tabs)
(#63) Missing JSDoc parameter type for 'topic'. (valid-jsdoc)
(#64) Unexpected tab character. (no-tabs)
(#64) Missing JSDoc parameter type for 'null'. (valid-jsdoc)
(#64) Expected JSDoc for 'arg1' but found 'null'. (valid-jsdoc)
(#65) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#66) 'arg1' is defined but never used. (no-unused-vars)
(#66) 'arg2' is defined but never used. (no-unused-vars)
(#66) 'etc' is defined but never used. (no-unused-vars)
(#67) Unexpected tab character. (no-tabs)
(#67) Missing semicolon. (babel/semi)
(#68) Unexpected tab character. (no-tabs)
(#69) Unexpected tab character. (no-tabs)
(#70) Unexpected tab character. (no-tabs)
(#70) ',' should be placed last. (comma-style)
(#71) Unexpected tab character. (no-tabs)
(#71) ',' should be placed last. (comma-style)
(#72) Unexpected tab character. (no-tabs)
(#72) ',' should be placed last. (comma-style)
(#73) Unexpected tab character. (no-tabs)
(#73) ',' should be placed last. (comma-style)
(#74) Unexpected tab character. (no-tabs)
(#74) ',' should be placed last. (comma-style)
(#75) Unexpected tab character. (no-tabs)
(#75) ',' should be placed last. (comma-style)
(#77) Unexpected tab character. (no-tabs)
(#78) Unexpected tab character. (no-tabs)
(#78) Comments should not begin with a lowercase character. (capitalized-comments)
(#79) Unexpected tab character. (no-tabs)
(#80) Unexpected tab character. (no-tabs)
(#80) Missing space before opening brace. (space-before-blocks)
(#81) Unexpected tab character. (no-tabs)
(#81) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#81) Unexpected empty function. (no-empty-function)
(#81) Missing space before opening brace. (space-before-blocks)
(#82) Unexpected tab character. (no-tabs)
(#82) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#83) Unexpected tab character. (no-tabs)
(#84) Unexpected tab character. (no-tabs)
(#84) Comments should not begin with a lowercase character. (capitalized-comments)
(#85) Unexpected tab character. (no-tabs)
(#86) Unexpected tab character. (no-tabs)
(#87) Unexpected tab character. (no-tabs)
(#88) Unexpected tab character. (no-tabs)
(#89) Unexpected tab character. (no-tabs)
(#90) Unexpected tab character. (no-tabs)
(#90) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#91) Unexpected tab character. (no-tabs)
(#92) Unexpected tab character. (no-tabs)
(#93) Unexpected tab character. (no-tabs)
(#93) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#94) Unexpected tab character. (no-tabs)
(#95) Unexpected tab character. (no-tabs)
(#96) Unexpected tab character. (no-tabs)
(#96) Missing semicolon. (babel/semi)
(#97) Unexpected tab character. (no-tabs)
(#98) Unexpected tab character. (no-tabs)
(#99) Unexpected tab character. (no-tabs)
(#100) Unexpected tab character. (no-tabs)
(#101) Unexpected tab character. (no-tabs)
(#101) Missing JSDoc parameter type for 'topic'. (valid-jsdoc)
(#102) Unexpected tab character. (no-tabs)
(#102) Missing JSDoc parameter type for 'callback'. (valid-jsdoc)
(#103) Unexpected tab character. (no-tabs)
(#103) Missing JSDoc parameter type for 'once'. (valid-jsdoc)
(#104) Unexpected tab character. (no-tabs)
(#105) Unexpected tab character. (no-tabs)
(#106) Unexpected tab character. (no-tabs)
(#107) Unexpected tab character. (no-tabs)
(#107) Missing semicolon. (babel/semi)
(#108) Unexpected tab character. (no-tabs)
(#109) Unexpected tab character. (no-tabs)
(#110) Unexpected tab character. (no-tabs)
(#111) Unexpected tab character. (no-tabs)
(#111) A space is required after ','. (comma-spacing)
(#112) Unexpected tab character. (no-tabs)
(#113) Unexpected tab character. (no-tabs)
(#114) Unexpected tab character. (no-tabs)
(#115) Unexpected tab character. (no-tabs)
(#116) Unexpected tab character. (no-tabs)
(#117) Unexpected tab character. (no-tabs)
(#118) Unexpected tab character. (no-tabs)
(#119) Unexpected tab character. (no-tabs)
(#120) Unexpected tab character. (no-tabs)
(#121) Unexpected tab character. (no-tabs)
(#122) Unexpected tab character. (no-tabs)
(#122) Missing JSDoc parameter type for 'token'. (valid-jsdoc)
(#123) Unexpected tab character. (no-tabs)
(#124) Unexpected tab character. (no-tabs)
(#125) Unexpected tab character. (no-tabs)
(#126) Unexpected tab character. (no-tabs)
(#128) Unexpected tab character. (no-tabs)
(#129) Unexpected tab character. (no-tabs)
(#130) Unexpected tab character. (no-tabs)
(#131) Unexpected tab character. (no-tabs)
(#132) Unexpected tab character. (no-tabs)
(#133) Unexpected tab character. (no-tabs)
(#134) Unexpected tab character. (no-tabs)
(#134) Missing semicolon. (babel/semi)
(#135) Missing semicolon. (babel/semi)
(#137) Expected space or tab after '//' in comment. (spaced-comment)
(#138) Missing JSDoc comment. (require-jsdoc)
(#138) Missing space before opening brace. (space-before-blocks)
(#139) Unexpected tab character. (no-tabs)
(#140) Unexpected tab character. (no-tabs)
(#140) ',' should be placed last. (comma-style)
(#141) Unexpected tab character. (no-tabs)
(#141) ',' should be placed last. (comma-style)
(#142) Unexpected tab character. (no-tabs)
(#142) ',' should be placed last. (comma-style)
(#143) Unexpected tab character. (no-tabs)
(#143) ',' should be placed last. (comma-style)
(#145) Unexpected tab character. (no-tabs)
(#146) Unexpected tab character. (no-tabs)
(#146) Expected space(s) after "while". (keyword-spacing)
(#146) Missing space before opening brace. (space-before-blocks)
(#147) Unexpected tab character. (no-tabs)
(#147) Expected space(s) after "try". (keyword-spacing)
(#148) Unexpected tab character. (no-tabs)
(#149) Unexpected tab character. (no-tabs)
(#150) Unexpected tab character. (no-tabs)
(#151) Unexpected tab character. (no-tabs)
(#152) Unexpected tab character. (no-tabs)
(#152) Missing space before opening brace. (space-before-blocks)
(#153) Unexpected tab character. (no-tabs)
(#154) Unexpected tab character. (no-tabs)
(#155) Unexpected tab character. (no-tabs)
(#156) Unexpected tab character. (no-tabs)
(#157) Unexpected tab character. (no-tabs)
(#159) Unexpected tab character. (no-tabs)
(#159) Comments should not begin with a lowercase character. (capitalized-comments)
(#160) Unexpected tab character. (no-tabs)
(#160) ',' should be placed last. (comma-style)
(#161) Unexpected tab character. (no-tabs)
(#161) ',' should be placed last. (comma-style)
(#163) Unexpected tab character. (no-tabs)
(#164) Unexpected tab character. (no-tabs)
(#165) Unexpected tab character. (no-tabs)
(#166) Unexpected tab character. (no-tabs)
(#166) Missing space before opening brace. (space-before-blocks)
(#167) Unexpected tab character. (no-tabs)
(#167) Missing space before value for key 'r'. (key-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing space before value for key 'g'. (key-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing space before value for key 'b'. (key-spacing)
(#167) A space is required after ','. (comma-spacing)
(#168) Unexpected tab character. (no-tabs)
(#169) Unexpected tab character. (no-tabs)
(#170) Unexpected tab character. (no-tabs)
(#171) Unexpected tab character. (no-tabs)
(#171) Missing space before value for key 'r'. (key-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing space before value for key 'g'. (key-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing space before value for key 'b'. (key-spacing)
(#171) A space is required after ','. (comma-spacing)
(#172) Unexpected tab character. (no-tabs)
(#173) Unexpected tab character. (no-tabs)
(#174) Comments should not begin with a lowercase character. (capitalized-comments)
(#174) Unexpected tab character. (no-tabs)
(#175) Unexpected tab character. (no-tabs)
(#176) Unexpected tab character. (no-tabs)
(#178) Unexpected tab character. (no-tabs)
(#178) Missing semicolon. (babel/semi)
(#179) Unexpected tab character. (no-tabs)
(#180) Unexpected tab character. (no-tabs)
(#180) Expected space(s) after "if". (keyword-spacing)
(#180) Missing space before opening brace. (space-before-blocks)
(#181) Unexpected tab character. (no-tabs)
(#182) Unexpected tab character. (no-tabs)
(#183) Unexpected tab character. (no-tabs)
(#183) Expected space(s) after "if". (keyword-spacing)
(#183) Missing space before opening brace. (space-before-blocks)
(#184) Unexpected tab character. (no-tabs)
(#184) Missing space before opening brace. (space-before-blocks)
(#185) Unexpected tab character. (no-tabs)
(#185) Missing space before value for key 'r'. (key-spacing)
(#185) A space is required after ','. (comma-spacing)
(#185) Missing space before value for key 'g'. (key-spacing)
(#185) A space is required after ','. (comma-spacing)
(#185) Missing space before value for key 'b'. (key-spacing)
(#186) Unexpected tab character. (no-tabs)
(#187) Unexpected tab character. (no-tabs)
(#187) Missing space before value for key 'r'. (key-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Missing space before value for key 'g'. (key-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Missing space before value for key 'b'. (key-spacing)
(#188) Unexpected tab character. (no-tabs)
(#189) Unexpected tab character. (no-tabs)
(#190) Unexpected tab character. (no-tabs)
(#190) Comments should not begin with a lowercase character. (capitalized-comments)
(#191) Unexpected tab character. (no-tabs)
(#192) Unexpected tab character. (no-tabs)
(#192) Missing space before value for key 'r'. (key-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) Missing space before value for key 'g'. (key-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) Missing space before value for key 'b'. (key-spacing)
(#193) Unexpected tab character. (no-tabs)
(#194) Unexpected tab character. (no-tabs)
(#195) Unexpected tab character. (no-tabs)
(#196) Unexpected tab character. (no-tabs)
(#197) Unexpected tab character. (no-tabs)
(#197) Missing space before opening brace. (space-before-blocks)
(#198) Unexpected tab character. (no-tabs)
(#198) Missing space before value for key 'r'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'g'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'b'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#199) Unexpected tab character. (no-tabs)
(#200) Unexpected tab character. (no-tabs)
(#201) Unexpected tab character. (no-tabs)
(#202) Unexpected tab character. (no-tabs)
(#202) Missing space before value for key 'r'. (key-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing space before value for key 'g'. (key-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing space before value for key 'b'. (key-spacing)
(#202) A space is required after ','. (comma-spacing)
(#203) Unexpected tab character. (no-tabs)
(#204) Unexpected tab character. (no-tabs)
(#205) Comments should not begin with a lowercase character. (capitalized-comments)
(#205) Unexpected tab character. (no-tabs)
(#206) Unexpected tab character. (no-tabs)
(#207) Unexpected tab character. (no-tabs)
(#208) Unexpected tab character. (no-tabs)
(#210) Unexpected tab character. (no-tabs)
(#211) Unexpected tab character. (no-tabs)
(#213) Unexpected tab character. (no-tabs)
(#213) Requires a space after '{'. (block-spacing)
(#213) Statement inside of curly braces should be on next line. (brace-style)
(#213) Missing space before opening brace. (space-before-blocks)
(#213) Requires a space before '}'. (block-spacing)
(#213) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#213) Missing semicolon. (babel/semi)
(#214) Unexpected tab character. (no-tabs)
(#214) ',' should be placed last. (comma-style)
(#215) Unexpected tab character. (no-tabs)
(#215) ',' should be placed last. (comma-style)
(#216) Unexpected tab character. (no-tabs)
(#216) ',' should be placed last. (comma-style)
(#218) Unexpected tab character. (no-tabs)
(#218) Missing space before opening brace. (space-before-blocks)
(#219) Unexpected tab character. (no-tabs)
(#221) Unexpected tab character. (no-tabs)
(#222) This line has a length of 163. Maximum allowed is 132. (max-len)
(#222) Unexpected tab character. (no-tabs)
(#223) Unexpected tab character. (no-tabs)
(#223) Missing space before value for key 'r'. (key-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'g'. (key-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'b'. (key-spacing)
(#223) Comments should not begin with a lowercase character. (capitalized-comments)
(#224) Unexpected tab character. (no-tabs)
(#225) Unexpected tab character. (no-tabs)
(#226) Unexpected tab character. (no-tabs)
(#227) Unexpected tab character. (no-tabs)
(#227) Missing space before opening brace. (space-before-blocks)
(#228) Unexpected tab character. (no-tabs)
(#229) Unexpected tab character. (no-tabs)
(#230) Unexpected tab character. (no-tabs)
(#230) Comments should not begin with a lowercase character. (capitalized-comments)
(#231) Unexpected tab character. (no-tabs)
(#232) Unexpected tab character. (no-tabs)
(#232) Missing space before value for key 'r'. (key-spacing)
(#232) A space is required after ','. (comma-spacing)
(#232) Missing space before value for key 'g'. (key-spacing)
(#232) A space is required after ','. (comma-spacing)
(#232) Missing space before value for key 'b'. (key-spacing)
(#232) Comments should not begin with a lowercase character. (capitalized-comments)
(#233) Unexpected tab character. (no-tabs)
(#234) Unexpected tab character. (no-tabs)
(#234) Missing space before value for key 'r'. (key-spacing)
(#234) A space is required after ','. (comma-spacing)
(#234) Missing space before value for key 'g'. (key-spacing)
(#234) A space is required after ','. (comma-spacing)
(#234) Missing space before value for key 'b'. (key-spacing)
(#234) Comments should not begin with a lowercase character. (capitalized-comments)
(#235) Unexpected tab character. (no-tabs)
(#237) Unexpected tab character. (no-tabs)
(#238) Unexpected tab character. (no-tabs)
(#239) Unexpected tab character. (no-tabs)
(#239) ',' should be placed last. (comma-style)
(#239) Operator '?' must be spaced. (space-infix-ops)
(#240) Unexpected tab character. (no-tabs)
(#240) ',' should be placed last. (comma-style)
(#241) Unexpected tab character. (no-tabs)
(#244) Missing JSDoc comment. (require-jsdoc)
(#244) A space is required after ','. (comma-spacing)
(#244) Missing space before opening brace. (space-before-blocks)
(#245) Unexpected tab character. (no-tabs)
(#246) Unexpected tab character. (no-tabs)
(#247) Unexpected tab character. (no-tabs)
(#247) Missing space before opening brace. (space-before-blocks)
(#248) Unexpected tab character. (no-tabs)
(#249) Unexpected tab character. (no-tabs)
(#250) Unexpected tab character. (no-tabs)
(#251) Unexpected tab character. (no-tabs)
(#252) Unexpected tab character. (no-tabs)
(#253) Unexpected tab character. (no-tabs)
(#254) Unexpected tab character. (no-tabs)
(#254) Missing space before opening brace. (space-before-blocks)
(#255) Unexpected tab character. (no-tabs)
(#255) Missing space before opening brace. (space-before-blocks)
(#256) Unexpected tab character. (no-tabs)
(#256) There should be no space after this paren. (space-in-parens)
(#256) There should be no space before this paren. (space-in-parens)
(#257) Unexpected tab character. (no-tabs)
(#258) Unexpected tab character. (no-tabs)
(#259) Unexpected tab character. (no-tabs)
(#261) Unexpected tab character. (no-tabs)
(#261) Unexpected space before function parentheses. (space-before-function-paren)
(#261) Missing space before opening brace. (space-before-blocks)
(#262) Unexpected tab character. (no-tabs)
(#263) Unexpected tab character. (no-tabs)
(#264) Unexpected tab character. (no-tabs)
(#264) Missing space before opening brace. (space-before-blocks)
(#265) Unexpected tab character. (no-tabs)
(#265) Comments should not begin with a lowercase character. (capitalized-comments)
(#266) Unexpected tab character. (no-tabs)
(#266) Missing space before opening brace. (space-before-blocks)
(#267) Unexpected tab character. (no-tabs)
(#268) Unexpected tab character. (no-tabs)
(#268) Missing space before opening brace. (space-before-blocks)
(#269) Unexpected tab character. (no-tabs)
(#270) Unexpected tab character. (no-tabs)
(#271) Unexpected tab character. (no-tabs)
(#271) Expected space(s) after "if". (keyword-spacing)
(#271) Missing space before opening brace. (space-before-blocks)
(#272) Unexpected tab character. (no-tabs)
(#273) Unexpected tab character. (no-tabs)
(#274) Unexpected tab character. (no-tabs)
(#275) Unexpected tab character. (no-tabs)
(#276) Unexpected tab character. (no-tabs)
(#276) ',' should be placed last. (comma-style)
(#277) Unexpected tab character. (no-tabs)
(#277) ',' should be placed last. (comma-style)
(#278) Unexpected tab character. (no-tabs)
(#279) Unexpected tab character. (no-tabs)
(#280) Unexpected tab character. (no-tabs)
(#281) Unexpected tab character. (no-tabs)
(#282) Unexpected tab character. (no-tabs)
(#283) Unexpected tab character. (no-tabs)
(#285) Unexpected tab character. (no-tabs)
(#285) Missing JSDoc for parameter 'vectorB'. (valid-jsdoc)
(#286) Unexpected tab character. (no-tabs)
(#287) Unexpected tab character. (no-tabs)
(#288) Unexpected tab character. (no-tabs)
(#289) Unexpected tab character. (no-tabs)
(#290) Unexpected tab character. (no-tabs)
(#291) Unexpected tab character. (no-tabs)
(#292) Unexpected tab character. (no-tabs)
(#293) Unexpected tab character. (no-tabs)
(#294) Unexpected tab character. (no-tabs)
(#295) Unexpected tab character. (no-tabs)
(#296) Unexpected tab character. (no-tabs)
(#297) Unexpected tab character. (no-tabs)
(#298) Unexpected tab character. (no-tabs)
(#299) Unexpected tab character. (no-tabs)
(#300) Unexpected tab character. (no-tabs)
(#301) Unexpected tab character. (no-tabs)
(#302) Unexpected tab character. (no-tabs)
(#302) There should be no space after this paren. (space-in-parens)
(#302) There should be no space before this paren. (space-in-parens)
(#303) Unexpected tab character. (no-tabs)
(#304) Unexpected tab character. (no-tabs)
(#305) Unexpected tab character. (no-tabs)
(#306) Unexpected tab character. (no-tabs)
(#307) Unexpected tab character. (no-tabs)
(#308) Unexpected tab character. (no-tabs)
(#309) Unexpected tab character. (no-tabs)
(#312) Missing JSDoc comment. (require-jsdoc)
(#312) A space is required after ','. (comma-spacing)
(#312) Missing space before opening brace. (space-before-blocks)
(#313) Unexpected tab character. (no-tabs)
(#314) Unexpected tab character. (no-tabs)
(#316) Unexpected tab character. (no-tabs)
(#316) Unexpected space before function parentheses. (space-before-function-paren)
(#317) Unexpected tab character. (no-tabs)
(#318) Unexpected tab character. (no-tabs)
(#319) Unexpected tab character. (no-tabs)
(#319) Unexpected space before function parentheses. (space-before-function-paren)
(#320) Unexpected tab character. (no-tabs)
(#321) Unexpected tab character. (no-tabs)
(#322) Unexpected tab character. (no-tabs)
(#322) Unexpected space before function parentheses. (space-before-function-paren)
(#323) Unexpected tab character. (no-tabs)
(#324) Unexpected tab character. (no-tabs)
(#325) Unexpected tab character. (no-tabs)
(#325) Unexpected space before function parentheses. (space-before-function-paren)
(#326) Unexpected tab character. (no-tabs)
(#327) Unexpected tab character. (no-tabs)
(#338) This line has a length of 153. Maximum allowed is 132. (max-len)
(#339) Unexpected tab character. (no-tabs)
(#340) This line has a length of 139. Maximum allowed is 132. (max-len)
(#340) Unexpected tab character. (no-tabs)
(#345) Unexpected tab character. (no-tabs)
(#346) Unexpected tab character. (no-tabs)
(#347) Unexpected tab character. (no-tabs)
(#348) Unexpected tab character. (no-tabs)
(#349) Unexpected tab character. (no-tabs)
(#350) Unexpected tab character. (no-tabs)
(#351) Unexpected tab character. (no-tabs)
(#352) Unexpected tab character. (no-tabs)
(#353) Unexpected tab character. (no-tabs)
(#354) Unexpected tab character. (no-tabs)
(#355) Unexpected tab character. (no-tabs)
(#356) Unexpected tab character. (no-tabs)
(#359) This line has a length of 140. Maximum allowed is 132. (max-len)
(#362) Missing JSDoc comment. (require-jsdoc)
(#362) Missing space before opening brace. (space-before-blocks)
(#363) Unexpected tab character. (no-tabs)
(#363) Comments should not begin with a lowercase character. (capitalized-comments)
(#364) Unexpected tab character. (no-tabs)
(#366) Unexpected tab character. (no-tabs)
(#366) Missing space before opening brace. (space-before-blocks)
(#367) Unexpected tab character. (no-tabs)
(#367) Comments should not begin with a lowercase character. (capitalized-comments)
(#368) Unexpected tab character. (no-tabs)
(#369) Unexpected tab character. (no-tabs)
(#369) ',' should be placed last. (comma-style)
(#370) Unexpected tab character. (no-tabs)
(#370) ',' should be placed last. (comma-style)
(#372) Unexpected tab character. (no-tabs)
(#372) Missing space before opening brace. (space-before-blocks)
(#373) Unexpected tab character. (no-tabs)
(#374) Unexpected tab character. (no-tabs)
(#375) Unexpected tab character. (no-tabs)
(#376) Unexpected tab character. (no-tabs)
(#376) Expected space(s) after "for". (keyword-spacing)
(#376) Missing space before opening brace. (space-before-blocks)
(#377) Unexpected tab character. (no-tabs)
(#378) Unexpected tab character. (no-tabs)
(#379) Unexpected tab character. (no-tabs)
(#380) Unexpected tab character. (no-tabs)
(#381) Unexpected tab character. (no-tabs)
(#383) Unexpected tab character. (no-tabs)
(#383) Unexpected empty function. (no-empty-function)
(#383) Missing space before opening brace. (space-before-blocks)
(#385) Unexpected tab character. (no-tabs)
(#386) Unexpected tab character. (no-tabs)
(#387) Unexpected tab character. (no-tabs)
(#389) Unexpected tab character. (no-tabs)
(#391) Unexpected tab character. (no-tabs)
(#392) Unexpected tab character. (no-tabs)
(#393) Unexpected tab character. (no-tabs)
(#393) Missing space before opening brace. (space-before-blocks)
(#394) Unexpected tab character. (no-tabs)
(#394) Expected space(s) after "if". (keyword-spacing)
(#394) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#394) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#394) Missing space before opening brace. (space-before-blocks)
(#395) Unexpected tab character. (no-tabs)
(#395) Missing space before value for key 'x'. (key-spacing)
(#395) Missing space before value for key 'y'. (key-spacing)
(#396) Unexpected tab character. (no-tabs)
(#397) Unexpected tab character. (no-tabs)
(#398) Unexpected tab character. (no-tabs)
(#399) Unexpected tab character. (no-tabs)
(#400) Unexpected tab character. (no-tabs)
(#401) Unexpected tab character. (no-tabs)
(#401) ',' should be placed last. (comma-style)
(#402) Unexpected tab character. (no-tabs)
(#402) ',' should be placed last. (comma-style)
(#403) Unexpected tab character. (no-tabs)
(#404) Unexpected tab character. (no-tabs)
(#404) Comments should not begin with a lowercase character. (capitalized-comments)
(#405) Unexpected tab character. (no-tabs)
(#405) Requires a space after '{'. (block-spacing)
(#405) Statement inside of curly braces should be on next line. (brace-style)
(#405) Requires a space before '}'. (block-spacing)
(#405) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#405) Missing semicolon. (babel/semi)
(#406) Unexpected tab character. (no-tabs)
(#407) Unexpected tab character. (no-tabs)
(#408) Unexpected tab character. (no-tabs)
(#409) Unexpected tab character. (no-tabs)
(#410) Unexpected tab character. (no-tabs)
(#411) Unexpected tab character. (no-tabs)
(#412) Unexpected tab character. (no-tabs)
(#413) Unexpected tab character. (no-tabs)
(#413) Comments should not begin with a lowercase character. (capitalized-comments)
(#414) Unexpected tab character. (no-tabs)
(#415) Unexpected tab character. (no-tabs)
(#416) Unexpected tab character. (no-tabs)
(#417) Unexpected tab character. (no-tabs)
(#418) Unexpected tab character. (no-tabs)
(#418) Missing space before opening brace. (space-before-blocks)
(#419) Unexpected tab character. (no-tabs)
(#420) Unexpected tab character. (no-tabs)
(#420) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#421) Unexpected tab character. (no-tabs)
(#421) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#422) Unexpected tab character. (no-tabs)
(#422) Comments should not begin with a lowercase character. (capitalized-comments)
(#423) Unexpected tab character. (no-tabs)
(#424) Unexpected tab character. (no-tabs)
(#424) Missing space before opening brace. (space-before-blocks)
(#425) Unexpected tab character. (no-tabs)
(#426) Unexpected tab character. (no-tabs)
(#427) Unexpected tab character. (no-tabs)
(#428) Unexpected tab character. (no-tabs)
(#430) Unexpected tab character. (no-tabs)
(#431) Unexpected tab character. (no-tabs)
(#431) ',' should be placed last. (comma-style)
(#432) Unexpected tab character. (no-tabs)
(#432) ',' should be placed last. (comma-style)
(#433) Unexpected tab character. (no-tabs)
(#434) Unexpected tab character. (no-tabs)
(#434) Comments should not begin with a lowercase character. (capitalized-comments)
(#435) Unexpected tab character. (no-tabs)
(#435) Requires a space after '{'. (block-spacing)
(#435) Statement inside of curly braces should be on next line. (brace-style)
(#435) Requires a space before '}'. (block-spacing)
(#435) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#435) Missing semicolon. (babel/semi)
(#436) Unexpected tab character. (no-tabs)
(#437) Unexpected tab character. (no-tabs)
(#438) Unexpected tab character. (no-tabs)
(#439) Unexpected tab character. (no-tabs)
(#440) Unexpected tab character. (no-tabs)
(#441) Unexpected tab character. (no-tabs)
(#442) Unexpected tab character. (no-tabs)
(#443) Unexpected tab character. (no-tabs)
(#443) Missing space before opening brace. (space-before-blocks)
(#444) Unexpected tab character. (no-tabs)
(#445) Unexpected tab character. (no-tabs)
(#446) Unexpected tab character. (no-tabs)
(#447) Unexpected tab character. (no-tabs)
(#447) Missing space before opening brace. (space-before-blocks)
(#448) Unexpected tab character. (no-tabs)
(#449) Unexpected tab character. (no-tabs)
(#449) ',' should be placed last. (comma-style)
(#450) Unexpected tab character. (no-tabs)
(#450) ',' should be placed last. (comma-style)
(#451) Unexpected tab character. (no-tabs)
(#451) ',' should be placed last. (comma-style)
(#452) Unexpected tab character. (no-tabs)
(#453) Unexpected tab character. (no-tabs)
(#453) Comments should not begin with a lowercase character. (capitalized-comments)
(#454) Unexpected tab character. (no-tabs)
(#454) Missing space before opening brace. (space-before-blocks)
(#455) Unexpected tab character. (no-tabs)
(#456) Unexpected tab character. (no-tabs)
(#457) Unexpected tab character. (no-tabs)
(#458) Unexpected tab character. (no-tabs)
(#459) Unexpected tab character. (no-tabs)
(#460) Unexpected tab character. (no-tabs)
(#461) Unexpected tab character. (no-tabs)
(#462) Unexpected tab character. (no-tabs)
(#463) Unexpected tab character. (no-tabs)
(#464) Unexpected tab character. (no-tabs)
(#467) Missing space before opening brace. (space-before-blocks)
(#468) Unexpected tab character. (no-tabs)
(#469) Unexpected tab character. (no-tabs)
(#470) Unexpected tab character. (no-tabs)
(#470) There should be no space before ','. (comma-spacing)
(#471) Unexpected tab character. (no-tabs)
(#473) ',' should be placed last. (comma-style)
(#473) Missing space before opening brace. (space-before-blocks)
(#474) Unexpected tab character. (no-tabs)
(#475) Unexpected tab character. (no-tabs)
(#476) Unexpected tab character. (no-tabs)
(#477) Unexpected tab character. (no-tabs)
(#478) Unexpected tab character. (no-tabs)
(#480) ',' should be placed last. (comma-style)
(#480) Missing space before opening brace. (space-before-blocks)
(#481) Unexpected tab character. (no-tabs)
(#482) Unexpected tab character. (no-tabs)
(#483) Unexpected tab character. (no-tabs)
(#484) Unexpected tab character. (no-tabs)
(#485) Unexpected tab character. (no-tabs)
(#487) ',' should be placed last. (comma-style)
(#488) Unexpected tab character. (no-tabs)
(#488) Comments should not begin with a lowercase character. (capitalized-comments)
(#489) Unexpected tab character. (no-tabs)
(#491) ',' should be placed last. (comma-style)
(#491) Missing space before opening brace. (space-before-blocks)
(#492) Unexpected tab character. (no-tabs)
(#492) Comments should not begin with a lowercase character. (capitalized-comments)
(#494) Unexpected tab character. (no-tabs)
(#495) Unexpected tab character. (no-tabs)
(#496) Unexpected tab character. (no-tabs)
(#498) Unexpected tab character. (no-tabs)
(#499) Unexpected tab character. (no-tabs)
(#500) Unexpected tab character. (no-tabs)
(#501) Unexpected tab character. (no-tabs)
(#502) Unexpected tab character. (no-tabs)
(#503) Unexpected tab character. (no-tabs)
(#504) Unexpected tab character. (no-tabs)
(#506) Unexpected tab character. (no-tabs)
(#507) Unexpected tab character. (no-tabs)
(#507) Unexpected tab character. (no-tabs)
(#508) Unexpected tab character. (no-tabs)
(#509) Unexpected tab character. (no-tabs)
(#510) Unexpected tab character. (no-tabs)
(#511) Unexpected tab character. (no-tabs)
(#512) Unexpected tab character. (no-tabs)
(#513) Unexpected tab character. (no-tabs)
(#514) Unexpected tab character. (no-tabs)
(#514) Operator '-' must be spaced. (space-infix-ops)
(#514) Operator '-' must be spaced. (space-infix-ops)
(#515) Unexpected tab character. (no-tabs)
(#515) ',' should be placed last. (comma-style)
(#516) Unexpected tab character. (no-tabs)
(#516) ',' should be placed last. (comma-style)
(#518) Unexpected tab character. (no-tabs)
(#519) Unexpected tab character. (no-tabs)
(#520) Unexpected tab character. (no-tabs)
(#522) Unexpected tab character. (no-tabs)
(#523) Unexpected tab character. (no-tabs)
(#524) Unexpected tab character. (no-tabs)
(#525) Unexpected tab character. (no-tabs)
(#525) Expected space(s) after "if". (keyword-spacing)
(#526) Unexpected tab character. (no-tabs)
(#526) Comments should not begin with a lowercase character. (capitalized-comments)
(#527) Unexpected tab character. (no-tabs)
(#527) Operator '-' must be spaced. (space-infix-ops)
(#527) Operator '-' must be spaced. (space-infix-ops)
(#528) Unexpected tab character. (no-tabs)
(#528) ',' should be placed last. (comma-style)
(#529) Unexpected tab character. (no-tabs)
(#529) ',' should be placed last. (comma-style)
(#530) Unexpected tab character. (no-tabs)
(#530) Expected space(s) after "if". (keyword-spacing)
(#530) Missing space before opening brace. (space-before-blocks)
(#531) Unexpected tab character. (no-tabs)
(#532) Unexpected tab character. (no-tabs)
(#532) Expected space(s) after "if". (keyword-spacing)
(#533) Unexpected tab character. (no-tabs)
(#533) Comments should not begin with a lowercase character. (capitalized-comments)
(#534) Unexpected tab character. (no-tabs)
(#534) Operator '-' must be spaced. (space-infix-ops)
(#534) Operator '-' must be spaced. (space-infix-ops)
(#535) Unexpected tab character. (no-tabs)
(#536) Unexpected tab character. (no-tabs)
(#536) A space is required after ','. (comma-spacing)
(#537) Unexpected tab character. (no-tabs)
(#539) Unexpected tab character. (no-tabs)
(#540) Unexpected tab character. (no-tabs)
(#540) ',' should be placed last. (comma-style)
(#541) Unexpected tab character. (no-tabs)
(#541) ',' should be placed last. (comma-style)
(#542) Unexpected tab character. (no-tabs)
(#542) ',' should be placed last. (comma-style)
(#543) Unexpected tab character. (no-tabs)
(#543) ',' should be placed last. (comma-style)
(#544) Unexpected tab character. (no-tabs)
(#545) Unexpected tab character. (no-tabs)
(#546) Unexpected tab character. (no-tabs)
(#546) ',' should be placed last. (comma-style)
(#547) Unexpected tab character. (no-tabs)
(#548) Unexpected tab character. (no-tabs)
(#550) Unexpected tab character. (no-tabs)
(#551) Unexpected tab character. (no-tabs)
(#552) Unexpected tab character. (no-tabs)
(#553) Unexpected tab character. (no-tabs)
(#554) Unexpected tab character. (no-tabs)
(#555) Unexpected tab character. (no-tabs)
(#556) Unexpected tab character. (no-tabs)
(#557) Unexpected tab character. (no-tabs)
(#558) Unexpected tab character. (no-tabs)
(#559) Unexpected tab character. (no-tabs)
(#560) Unexpected tab character. (no-tabs)
(#561) Unexpected tab character. (no-tabs)
(#562) Unexpected tab character. (no-tabs)
(#563) Unexpected tab character. (no-tabs)
(#563) Expected space(s) after "if". (keyword-spacing)
(#563) Missing space before opening brace. (space-before-blocks)
(#564) Unexpected tab character. (no-tabs)
(#565) Unexpected tab character. (no-tabs)
(#566) Unexpected tab character. (no-tabs)
(#567) Unexpected tab character. (no-tabs)
(#568) Unexpected tab character. (no-tabs)
(#569) Unexpected tab character. (no-tabs)
(#570) Unexpected tab character. (no-tabs)
(#571) Unexpected tab character. (no-tabs)
(#573) ',' should be placed last. (comma-style)
(#573) Missing space before opening brace. (space-before-blocks)
(#574) Unexpected tab character. (no-tabs)
(#574) Comments should not begin with a lowercase character. (capitalized-comments)
(#576) Unexpected tab character. (no-tabs)
(#578) Unexpected tab character. (no-tabs)
(#579) Unexpected tab character. (no-tabs)
(#580) Unexpected tab character. (no-tabs)
(#581) Unexpected tab character. (no-tabs)
(#582) Unexpected tab character. (no-tabs)
(#583) Unexpected tab character. (no-tabs)
(#585) Unexpected tab character. (no-tabs)
(#586) Unexpected tab character. (no-tabs)
(#586) Unexpected tab character. (no-tabs)
(#587) Unexpected tab character. (no-tabs)
(#588) Unexpected tab character. (no-tabs)
(#589) Unexpected tab character. (no-tabs)
(#590) Unexpected tab character. (no-tabs)
(#591) Unexpected tab character. (no-tabs)
(#592) Unexpected tab character. (no-tabs)
(#594) Unexpected tab character. (no-tabs)
(#594) Missing space before opening brace. (space-before-blocks)
(#595) Unexpected tab character. (no-tabs)
(#595) Comments should not begin with a lowercase character. (capitalized-comments)
(#596) Unexpected tab character. (no-tabs)
(#597) Unexpected tab character. (no-tabs)
(#597) ',' should be placed last. (comma-style)
(#597) Operator '-' must be spaced. (space-infix-ops)
(#597) Operator '-' must be spaced. (space-infix-ops)
(#598) Unexpected tab character. (no-tabs)
(#598) ',' should be placed last. (comma-style)
(#599) Unexpected tab character. (no-tabs)
(#599) ',' should be placed last. (comma-style)
(#600) Unexpected tab character. (no-tabs)
(#600) Missing space before opening brace. (space-before-blocks)
(#601) Unexpected tab character. (no-tabs)
(#601) Comments should not begin with a lowercase character. (capitalized-comments)
(#602) Unexpected tab character. (no-tabs)
(#602) Missing space before opening brace. (space-before-blocks)
(#603) Unexpected tab character. (no-tabs)
(#603) Comments should not begin with a lowercase character. (capitalized-comments)
(#604) Unexpected tab character. (no-tabs)
(#604) Operator '-' must be spaced. (space-infix-ops)
(#604) Operator '-' must be spaced. (space-infix-ops)
(#605) Unexpected tab character. (no-tabs)
(#606) Unexpected tab character. (no-tabs)
(#607) Unexpected tab character. (no-tabs)
(#608) Unexpected tab character. (no-tabs)
(#609) Unexpected tab character. (no-tabs)
(#610) Unexpected tab character. (no-tabs)
(#611) Unexpected tab character. (no-tabs)
(#612) Unexpected tab character. (no-tabs)
(#613) Unexpected tab character. (no-tabs)
(#614) Unexpected tab character. (no-tabs)
(#615) Unexpected tab character. (no-tabs)
(#616) Unexpected tab character. (no-tabs)
(#617) Unexpected tab character. (no-tabs)
(#618) Unexpected tab character. (no-tabs)
(#619) Unexpected tab character. (no-tabs)
(#620) Unexpected tab character. (no-tabs)
(#621) Unexpected tab character. (no-tabs)
(#622) Unexpected tab character. (no-tabs)
(#623) Unexpected tab character. (no-tabs)
(#624) Unexpected tab character. (no-tabs)
(#625) Unexpected tab character. (no-tabs)
(#626) Unexpected tab character. (no-tabs)
(#627) Unexpected tab character. (no-tabs)
(#628) Unexpected tab character. (no-tabs)
(#629) Missing semicolon. (babel/semi)
(#632) Comments should not begin with a lowercase character. (capitalized-comments)
(#634) Unexpected tab character. (no-tabs)
(#635) Unexpected tab character. (no-tabs)
(#636) Unexpected tab character. (no-tabs)
(#637) Unexpected tab character. (no-tabs)
(#638) Unexpected tab character. (no-tabs)
(#639) Unexpected tab character. (no-tabs)
(#640) Unexpected tab character. (no-tabs)
(#641) Unexpected tab character. (no-tabs)
(#642) Unexpected tab character. (no-tabs)
(#643) Unexpected tab character. (no-tabs)
(#644) Unexpected tab character. (no-tabs)
(#645) Unexpected tab character. (no-tabs)
(#646) Unexpected tab character. (no-tabs)
(#647) Unexpected tab character. (no-tabs)
(#648) Unexpected tab character. (no-tabs)
(#649) Unexpected tab character. (no-tabs)
(#650) Unexpected tab character. (no-tabs)
(#651) Unexpected tab character. (no-tabs)
(#652) Unexpected tab character. (no-tabs)
(#653) Unexpected tab character. (no-tabs)
(#654) Unexpected tab character. (no-tabs)
(#655) Unexpected tab character. (no-tabs)
(#656) Unexpected tab character. (no-tabs)
(#657) Unexpected tab character. (no-tabs)
(#658) Unexpected tab character. (no-tabs)
(#659) Unexpected tab character. (no-tabs)
(#660) Unexpected tab character. (no-tabs)
(#661) Unexpected tab character. (no-tabs)
(#665) Missing JSDoc comment. (require-jsdoc)
(#665) Missing space before opening brace. (space-before-blocks)
(#666) Unexpected tab character. (no-tabs)
(#666) Missing semicolon. (babel/semi)
(#667) Unexpected tab character. (no-tabs)
(#667) There should be no space after this paren. (space-in-parens)
(#667) There should be no space before this paren. (space-in-parens)
(#669) Unexpected tab character. (no-tabs)
(#670) Unexpected tab character. (no-tabs)
(#671) Unexpected tab character. (no-tabs)
(#671) 'sizeRatio' is defined but never used. (no-unused-vars)
(#671) Missing space before opening brace. (space-before-blocks)
(#672) Unexpected tab character. (no-tabs)
(#672) Missing semicolon. (babel/semi)
(#674) Unexpected tab character. (no-tabs)
(#674) Missing space before opening brace. (space-before-blocks)
(#675) Unexpected tab character. (no-tabs)
(#675) Missing semicolon. (babel/semi)
(#677) Unexpected tab character. (no-tabs)
(#678) Unexpected tab character. (no-tabs)
(#680) Unexpected tab character. (no-tabs)
(#681) Unexpected tab character. (no-tabs)
(#682) Unexpected tab character. (no-tabs)
(#682) 'key' used outside of binding context. (block-scoped-var)
(#682) Missing space before opening brace. (space-before-blocks)
(#683) Unexpected tab character. (no-tabs)
(#683) 'key' used outside of binding context. (block-scoped-var)
(#684) Unexpected tab character. (no-tabs)
(#684) 'key' used outside of binding context. (block-scoped-var)
(#685) Unexpected tab character. (no-tabs)
(#685) 'key' used outside of binding context. (block-scoped-var)
(#686) Unexpected tab character. (no-tabs)
(#687) Unexpected tab character. (no-tabs)
(#689) Unexpected tab character. (no-tabs)
(#690) Unexpected tab character. (no-tabs)
(#691) Unexpected tab character. (no-tabs)
(#691) 'key' is already defined. (no-redeclare)
(#691) 'key' used outside of binding context. (block-scoped-var)
(#691) Missing space before opening brace. (space-before-blocks)
(#692) Unexpected tab character. (no-tabs)
(#692) 'key' used outside of binding context. (block-scoped-var)
(#693) Unexpected tab character. (no-tabs)
(#693) 'key' used outside of binding context. (block-scoped-var)
(#694) Unexpected tab character. (no-tabs)
(#695) Unexpected tab character. (no-tabs)
(#697) Unexpected tab character. (no-tabs)
(#697) Comments should not begin with a lowercase character. (capitalized-comments)
(#698) Unexpected tab character. (no-tabs)
(#698) Missing space before opening brace. (space-before-blocks)
(#699) Unexpected tab character. (no-tabs)
(#700) Unexpected tab character. (no-tabs)
(#701) Unexpected tab character. (no-tabs)
(#701) There should be no space after this paren. (space-in-parens)
(#702) Unexpected tab character. (no-tabs)
(#704) Unexpected tab character. (no-tabs)
(#704) Missing space before value for key 'x'. (key-spacing)
(#704) A space is required after ','. (comma-spacing)
(#704) Missing space before value for key 'y'. (key-spacing)
(#706) Unexpected tab character. (no-tabs)
(#706) There should be no space after this paren. (space-in-parens)
(#707) Unexpected tab character. (no-tabs)
(#708) Unexpected tab character. (no-tabs)
(#709) Unexpected tab character. (no-tabs)
(#711) Unexpected tab character. (no-tabs)
(#712) Unexpected tab character. (no-tabs)
(#713) Unexpected tab character. (no-tabs)
(#714) Unexpected tab character. (no-tabs)
(#715) Unexpected tab character. (no-tabs)
(#716) Unexpected tab character. (no-tabs)
(#717) Unexpected tab character. (no-tabs)
(#717) Missing semicolon. (babel/semi)
(#719) Unexpected tab character. (no-tabs)
(#720) Unexpected tab character. (no-tabs)
(#721) Unexpected tab character. (no-tabs)
(#721) Missing semicolon. (babel/semi)
(#722) Unexpected tab character. (no-tabs)
(#723) Unexpected tab character. (no-tabs)
(#724) Unexpected tab character. (no-tabs)
(#725) Unexpected tab character. (no-tabs)
(#726) Unexpected tab character. (no-tabs)
(#727) Unexpected tab character. (no-tabs)
(#728) Unexpected tab character. (no-tabs)
(#728) Missing semicolon. (babel/semi)
(#729) Unexpected tab character. (no-tabs)
(#730) Unnecessary semicolon. (no-extra-semi)
(#733) Missing JSDoc comment. (require-jsdoc)
(#735) Unexpected tab character. (no-tabs)
(#736) Unexpected tab character. (no-tabs)
(#736) ',' should be placed last. (comma-style)
(#737) Unexpected tab character. (no-tabs)
(#737) ',' should be placed last. (comma-style)
(#737) 'events' is assigned a value but never used. (no-unused-vars)
(#738) Unexpected tab character. (no-tabs)
(#738) ',' should be placed last. (comma-style)
(#739) Unexpected tab character. (no-tabs)
(#739) ',' should be placed last. (comma-style)
(#740) Unexpected tab character. (no-tabs)
(#740) Extra space after key 'width'. (key-spacing)
(#741) Unexpected tab character. (no-tabs)
(#741) A space is required after ','. (comma-spacing)
(#741) ',' should be placed last. (comma-style)
(#741) Extra space after key 'height'. (key-spacing)
(#742) Unexpected tab character. (no-tabs)
(#742) A space is required after ','. (comma-spacing)
(#742) ',' should be placed last. (comma-style)
(#742) Comments should not begin with a lowercase character. (capitalized-comments)
(#743) Unexpected tab character. (no-tabs)
(#743) A space is required after ','. (comma-spacing)
(#743) ',' should be placed last. (comma-style)
(#743) Extra space after key 'color'. (key-spacing)
(#744) Unexpected tab character. (no-tabs)
(#744) A space is required after ','. (comma-spacing)
(#744) ',' should be placed last. (comma-style)
(#745) Unexpected tab character. (no-tabs)
(#745) A space is required after ','. (comma-spacing)
(#745) ',' should be placed last. (comma-style)
(#746) Unexpected tab character. (no-tabs)
(#746) A space is required after ','. (comma-spacing)
(#746) ',' should be placed last. (comma-style)
(#746) Extra space after key 'lineWidth'. (key-spacing)
(#747) Unexpected tab character. (no-tabs)
(#747) A space is required after ','. (comma-spacing)
(#747) ',' should be placed last. (comma-style)
(#747) Extra space after key 'minFatFingerCompensation'. (key-spacing)
(#748) Unexpected tab character. (no-tabs)
(#748) A space is required after ','. (comma-spacing)
(#748) ',' should be placed last. (comma-style)
(#749) Unexpected tab character. (no-tabs)
(#749) A space is required after ','. (comma-spacing)
(#749) ',' should be placed last. (comma-style)
(#750) Unexpected tab character. (no-tabs)
(#750) A space is required after ','. (comma-spacing)
(#750) ',' should be placed last. (comma-style)
(#751) Unexpected tab character. (no-tabs)
(#751) A space is required after ','. (comma-spacing)
(#751) ',' should be placed last. (comma-style)
(#752) Unexpected tab character. (no-tabs)
(#754) Unexpected tab character. (no-tabs)
(#755) Unexpected tab character. (no-tabs)
(#756) Unexpected tab character. (no-tabs)
(#757) Unexpected tab character. (no-tabs)
(#758) Unexpected tab character. (no-tabs)
(#760) Unexpected tab character. (no-tabs)
(#760) Missing space before opening brace. (space-before-blocks)
(#761) Unexpected tab character. (no-tabs)
(#762) Unexpected tab character. (no-tabs)
(#763) Unexpected tab character. (no-tabs)
(#764) Unexpected tab character. (no-tabs)
(#766) Unexpected tab character. (no-tabs)
(#766) Operator '+' must be spaced. (space-infix-ops)
(#768) Unexpected tab character. (no-tabs)
(#768) Comments should not begin with a lowercase character. (capitalized-comments)
(#769) Unexpected tab character. (no-tabs)
(#769) Missing space before opening brace. (space-before-blocks)
(#770) Unexpected tab character. (no-tabs)
(#770) Operator '+' must be spaced. (space-infix-ops)
(#771) Unexpected tab character. (no-tabs)
(#771) Operator '+' must be spaced. (space-infix-ops)
(#772) Unexpected tab character. (no-tabs)
(#773) Unexpected tab character. (no-tabs)
(#773) Operator '+' must be spaced. (space-infix-ops)
(#773) Operator '+' must be spaced. (space-infix-ops)
(#774) Unexpected tab character. (no-tabs)
(#776) Unexpected tab character. (no-tabs)
(#776) Comments should not begin with a lowercase character. (capitalized-comments)
(#777) Unexpected tab character. (no-tabs)
(#778) Unexpected tab character. (no-tabs)
(#778) ',' should be placed last. (comma-style)
(#780) Unexpected tab character. (no-tabs)
(#780) Missing space before opening brace. (space-before-blocks)
(#781) Unexpected tab character. (no-tabs)
(#781) Operator '+' must be spaced. (space-infix-ops)
(#782) Unexpected tab character. (no-tabs)
(#782) Operator '+' must be spaced. (space-infix-ops)
(#783) Unexpected tab character. (no-tabs)
(#784) Unexpected tab character. (no-tabs)
(#784) Operator '+' must be spaced. (space-infix-ops)
(#784) Operator '+' must be spaced. (space-infix-ops)
(#785) Unexpected tab character. (no-tabs)
(#787) Unexpected tab character. (no-tabs)
(#789) Unexpected tab character. (no-tabs)
(#790) Unexpected tab character. (no-tabs)
(#792) Unexpected tab character. (no-tabs)
(#792) Missing space before opening brace. (space-before-blocks)
(#793) Unexpected tab character. (no-tabs)
(#793) Missing space before opening brace. (space-before-blocks)
(#794) Unexpected tab character. (no-tabs)
(#795) Unexpected tab character. (no-tabs)
(#795) Expected space or tab after '/*' in comment. (spaced-comment)
(#796) Unexpected tab character. (no-tabs)
(#796) Comments should not begin with a lowercase character. (capitalized-comments)
(#797) Unexpected tab character. (no-tabs)
(#798) Unexpected tab character. (no-tabs)
(#799) Unexpected tab character. (no-tabs)
(#800) Unexpected tab character. (no-tabs)
(#801) Unexpected tab character. (no-tabs)
(#803) Unexpected tab character. (no-tabs)
(#805) Unexpected tab character. (no-tabs)
(#806) Unexpected tab character. (no-tabs)
(#806) Expected space(s) after "if". (keyword-spacing)
(#807) Unexpected tab character. (no-tabs)
(#808) Unexpected tab character. (no-tabs)
(#810) Unexpected tab character. (no-tabs)
(#810) Comments should not begin with a lowercase character. (capitalized-comments)
(#811) Unexpected tab character. (no-tabs)
(#813) Unexpected tab character. (no-tabs)
(#815) Unexpected tab character. (no-tabs)
(#815) Expected space or tab after '//' in comment. (spaced-comment)
(#816) Unexpected tab character. (no-tabs)
(#818) Unexpected tab character. (no-tabs)
(#819) Unexpected tab character. (no-tabs)
(#820) Unexpected tab character. (no-tabs)
(#820) ',' should be placed last. (comma-style)
(#821) Unexpected tab character. (no-tabs)
(#821) ',' should be placed last. (comma-style)
(#821) Missing space before opening brace. (space-before-blocks)
(#822) Unexpected tab character. (no-tabs)
(#822) Missing semicolon. (babel/semi)
(#823) Unexpected tab character. (no-tabs)
(#823) Missing semicolon. (babel/semi)
(#824) Unexpected tab character. (no-tabs)
(#824) Missing semicolon. (babel/semi)
(#825) Unexpected tab character. (no-tabs)
(#826) Unexpected tab character. (no-tabs)
(#826) ',' should be placed last. (comma-style)
(#827) Unexpected tab character. (no-tabs)
(#828) Unexpected tab character. (no-tabs)
(#829) Unexpected tab character. (no-tabs)
(#830) Unexpected tab character. (no-tabs)
(#831) Unexpected tab character. (no-tabs)
(#832) Unexpected tab character. (no-tabs)
(#833) Unexpected tab character. (no-tabs)
(#834) Unexpected tab character. (no-tabs)
(#835) Unexpected tab character. (no-tabs)
(#836) Unexpected tab character. (no-tabs)
(#837) Unexpected tab character. (no-tabs)
(#838) Unexpected tab character. (no-tabs)
(#838) ',' should be placed last. (comma-style)
(#839) Unexpected tab character. (no-tabs)
(#840) Unexpected tab character. (no-tabs)
(#840) Statement inside of curly braces should be on next line. (brace-style)
(#840) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#841) Unexpected tab character. (no-tabs)
(#843) Unexpected tab character. (no-tabs)
(#844) Unexpected tab character. (no-tabs)
(#845) Unexpected tab character. (no-tabs)
(#845) Statement inside of curly braces should be on next line. (brace-style)
(#845) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#845) Empty block statement. (no-empty)
(#846) Unexpected tab character. (no-tabs)
(#847) Unexpected tab character. (no-tabs)
(#848) Unexpected tab character. (no-tabs)
(#849) Unexpected tab character. (no-tabs)
(#850) Unexpected tab character. (no-tabs)
(#851) Unexpected tab character. (no-tabs)
(#852) Unexpected tab character. (no-tabs)
(#853) Unexpected tab character. (no-tabs)
(#853) Comments should not begin with a lowercase character. (capitalized-comments)
(#854) Unexpected tab character. (no-tabs)
(#855) Unexpected tab character. (no-tabs)
(#856) Unexpected tab character. (no-tabs)
(#856) There should be no space after this paren. (space-in-parens)
(#856) There should be no space before this paren. (space-in-parens)
(#857) Unexpected tab character. (no-tabs)
(#858) Unexpected tab character. (no-tabs)
(#859) Unexpected tab character. (no-tabs)
(#860) Unexpected tab character. (no-tabs)
(#861) Unexpected tab character. (no-tabs)
(#862) Unexpected tab character. (no-tabs)
(#863) Unexpected tab character. (no-tabs)
(#863) Missing space before opening brace. (space-before-blocks)
(#864) Unexpected tab character. (no-tabs)
(#865) Unexpected tab character. (no-tabs)
(#866) Unexpected tab character. (no-tabs)
(#866) There should be no space after this paren. (space-in-parens)
(#866) There should be no space before this paren. (space-in-parens)
(#867) Unexpected tab character. (no-tabs)
(#868) Unexpected tab character. (no-tabs)
(#869) Unexpected tab character. (no-tabs)
(#871) Unexpected tab character. (no-tabs)
(#873) Unexpected tab character. (no-tabs)
(#873) There should be no space after this paren. (space-in-parens)
(#873) There should be no space before this paren. (space-in-parens)
(#875) Unexpected tab character. (no-tabs)
(#876) Unexpected tab character. (no-tabs)
(#876) Expected space or tab after '//' in comment. (spaced-comment)
(#878) Unexpected tab character. (no-tabs)
(#879) Unexpected tab character. (no-tabs)
(#880) Unexpected tab character. (no-tabs)
(#880) ',' should be placed last. (comma-style)
(#881) Unexpected tab character. (no-tabs)
(#881) ',' should be placed last. (comma-style)
(#882) Unexpected tab character. (no-tabs)
(#882) Missing space before opening brace. (space-before-blocks)
(#883) Unexpected tab character. (no-tabs)
(#883) Operator '+' must be spaced. (space-infix-ops)
(#884) Unexpected tab character. (no-tabs)
(#884) Operator '+' must be spaced. (space-infix-ops)
(#885) Unexpected tab character. (no-tabs)
(#885) Operator '+' must be spaced. (space-infix-ops)
(#886) Unexpected tab character. (no-tabs)
(#887) Unexpected tab character. (no-tabs)
(#888) Unexpected tab character. (no-tabs)
(#889) Unexpected tab character. (no-tabs)
(#891) Unexpected tab character. (no-tabs)
(#892) Unexpected tab character. (no-tabs)
(#893) Unexpected tab character. (no-tabs)
(#894) Unexpected tab character. (no-tabs)
(#896) Unexpected tab character. (no-tabs)
(#898) Unexpected tab character. (no-tabs)
(#899) Unexpected tab character. (no-tabs)
(#900) Unexpected tab character. (no-tabs)
(#901) Unexpected tab character. (no-tabs)
(#902) Unexpected tab character. (no-tabs)
(#903) Unexpected tab character. (no-tabs)
(#904) Unexpected tab character. (no-tabs)
(#905) Unexpected tab character. (no-tabs)
(#906) Unexpected tab character. (no-tabs)
(#907) Unexpected tab character. (no-tabs)
(#909) Unexpected tab character. (no-tabs)
(#910) Unexpected tab character. (no-tabs)
(#911) Unexpected tab character. (no-tabs)
(#912) Unexpected tab character. (no-tabs)
(#912) 'ontouchstart' is not defined. (no-undef)
(#913) Unexpected tab character. (no-tabs)
(#915) Unexpected tab character. (no-tabs)
(#916) Unexpected tab character. (no-tabs)
(#917) Unexpected tab character. (no-tabs)
(#918) Unexpected tab character. (no-tabs)
(#919) Unexpected tab character. (no-tabs)
(#920) Unexpected tab character. (no-tabs)
(#922) Unexpected tab character. (no-tabs)
(#924) Unexpected tab character. (no-tabs)
(#925) Unexpected tab character. (no-tabs)
(#926) Unexpected tab character. (no-tabs)
(#927) Unexpected tab character. (no-tabs)
(#927) Missing semicolon. (babel/semi)
(#928) Unexpected tab character. (no-tabs)
(#929) Unexpected tab character. (no-tabs)
(#930) Unexpected tab character. (no-tabs)
(#931) Unexpected tab character. (no-tabs)
(#932) Unexpected tab character. (no-tabs)
(#933) Unexpected tab character. (no-tabs)
(#934) Unexpected tab character. (no-tabs)
(#935) Unexpected tab character. (no-tabs)
(#936) Unexpected tab character. (no-tabs)
(#937) Unexpected tab character. (no-tabs)
(#938) Unexpected tab character. (no-tabs)
(#939) Unexpected tab character. (no-tabs)
(#939) Missing semicolon. (babel/semi)
(#941) Unexpected tab character. (no-tabs)
(#941) Expected space or tab after '//' in comment. (spaced-comment)
(#942) Unexpected tab character. (no-tabs)
(#944) Unexpected tab character. (no-tabs)
(#945) Unexpected tab character. (no-tabs)
(#946) Unexpected tab character. (no-tabs)
(#947) Unexpected tab character. (no-tabs)
(#948) Unexpected tab character. (no-tabs)
(#949) Unexpected tab character. (no-tabs)
(#950) Unexpected tab character. (no-tabs)
(#951) Unexpected tab character. (no-tabs)
(#953) Unexpected tab character. (no-tabs)
(#953) Operator '+' must be spaced. (space-infix-ops)
(#955) Unexpected tab character. (no-tabs)
(#956) Unexpected tab character. (no-tabs)
(#957) Unexpected tab character. (no-tabs)
(#958) Unexpected tab character. (no-tabs)
(#959) Unexpected tab character. (no-tabs)
(#960) Unexpected tab character. (no-tabs)
(#961) Unexpected tab character. (no-tabs)
(#962) Unexpected tab character. (no-tabs)
(#963) Unexpected tab character. (no-tabs)
(#965) Unexpected tab character. (no-tabs)
(#965) Comments should not begin with a lowercase character. (capitalized-comments)
(#966) Unexpected tab character. (no-tabs)
(#968) Unexpected tab character. (no-tabs)
(#970) Unexpected tab character. (no-tabs)
(#970) Comments should not begin with a lowercase character. (capitalized-comments)
(#971) Unexpected tab character. (no-tabs)
(#972) Unexpected tab character. (no-tabs)
(#973) Unexpected tab character. (no-tabs)
(#974) Unexpected tab character. (no-tabs)
(#974) Operator '+' must be spaced. (space-infix-ops)
(#976) Unexpected tab character. (no-tabs)
(#977) Comments should not begin with a lowercase character. (capitalized-comments)
(#979) Expected space or tab after '//' in comment. (spaced-comment)
(#982) Missing space before opening brace. (space-before-blocks)
(#983) Unexpected tab character. (no-tabs)
(#984) Unexpected tab character. (no-tabs)
(#984) ',' should be placed last. (comma-style)
(#985) Unexpected tab character. (no-tabs)
(#985) ',' should be placed last. (comma-style)
(#986) Unexpected tab character. (no-tabs)
(#986) ',' should be placed last. (comma-style)
(#987) Unexpected tab character. (no-tabs)
(#987) ',' should be placed last. (comma-style)
(#988) Unexpected tab character. (no-tabs)
(#988) ',' should be placed last. (comma-style)
(#990) Unexpected tab character. (no-tabs)
(#990) Comments should not begin with a lowercase character. (capitalized-comments)
(#991) Unexpected tab character. (no-tabs)
(#991) Missing space before opening brace. (space-before-blocks)
(#992) Unexpected tab character. (no-tabs)
(#993) Unexpected tab character. (no-tabs)
(#995) Unexpected tab character. (no-tabs)
(#995) Missing semicolon. (babel/semi)
(#996) Unexpected tab character. (no-tabs)
(#996) Missing space before opening brace. (space-before-blocks)
(#997) Unexpected tab character. (no-tabs)
(#998) Unexpected tab character. (no-tabs)
(#999) Unexpected tab character. (no-tabs)
(#999) A space is required after ','. (comma-spacing)
(#999) A space is required after ','. (comma-spacing)
(#1000) Unexpected tab character. (no-tabs)
(#1002) Unexpected tab character. (no-tabs)
(#1003) Unexpected tab character. (no-tabs)
(#1005) Unexpected tab character. (no-tabs)
(#1005) Comments should not begin with a lowercase character. (capitalized-comments)
(#1006) Unexpected tab character. (no-tabs)
(#1006) Expected space(s) after "if". (keyword-spacing)
(#1007) Unexpected tab character. (no-tabs)
(#1007) Use '===' to compare with null. (no-eq-null)
(#1008) Unexpected tab character. (no-tabs)
(#1009) Unexpected tab character. (no-tabs)
(#1010) Unexpected tab character. (no-tabs)
(#1011) Unexpected tab character. (no-tabs)
(#1011) There should be no space after this paren. (space-in-parens)
(#1011) There should be no space before this paren. (space-in-parens)
(#1012) Unexpected tab character. (no-tabs)
(#1013) Unexpected tab character. (no-tabs)
(#1015) Unexpected tab character. (no-tabs)
(#1015) Missing space before opening brace. (space-before-blocks)
(#1016) Unexpected tab character. (no-tabs)
(#1017) Unexpected tab character. (no-tabs)
(#1018) Unexpected tab character. (no-tabs)
(#1019) Unexpected tab character. (no-tabs)
(#1020) Unexpected tab character. (no-tabs)
(#1021) Unexpected tab character. (no-tabs)
(#1022) Unexpected tab character. (no-tabs)
(#1022) Trailing spaces not allowed. (no-trailing-spaces)
(#1023) Unexpected tab character. (no-tabs)
(#1025) Unexpected tab character. (no-tabs)
(#1025) Comments should not begin with a lowercase character. (capitalized-comments)
(#1027) Unexpected tab character. (no-tabs)
(#1027) Statement inside of curly braces should be on next line. (brace-style)
(#1027) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1029) Unexpected tab character. (no-tabs)
(#1030) Unexpected tab character. (no-tabs)
(#1031) Unexpected tab character. (no-tabs)
(#1032) Unexpected tab character. (no-tabs)
(#1033) Unexpected tab character. (no-tabs)
(#1034) Unexpected tab character. (no-tabs)
(#1035) Unexpected tab character. (no-tabs)
(#1037) Unexpected tab character. (no-tabs)
(#1037) Comments should not begin with a lowercase character. (capitalized-comments)
(#1038) Unexpected tab character. (no-tabs)
(#1038) Operator '+' must be spaced. (space-infix-ops)
(#1039) Unexpected tab character. (no-tabs)
(#1039) Operator '+' must be spaced. (space-infix-ops)
(#1041) Unexpected tab character. (no-tabs)
(#1041) Comments should not begin with a lowercase character. (capitalized-comments)
(#1042) Unexpected tab character. (no-tabs)
(#1043) Unexpected tab character. (no-tabs)
(#1044) Unexpected tab character. (no-tabs)
(#1044) Missing semicolon. (babel/semi)
(#1045) Unexpected tab character. (no-tabs)
(#1046) Unexpected tab character. (no-tabs)
(#1046) Operator '+' must be spaced. (space-infix-ops)
(#1047) Unexpected tab character. (no-tabs)
(#1048) Unexpected tab character. (no-tabs)
(#1048) Missing semicolon. (babel/semi)
(#1049) Unexpected tab character. (no-tabs)
(#1050) Unexpected tab character. (no-tabs)
(#1050) Comments should not begin with a lowercase character. (capitalized-comments)
(#1051) Unexpected tab character. (no-tabs)
(#1053) Unexpected tab character. (no-tabs)
(#1053) Comments should not begin with a lowercase character. (capitalized-comments)
(#1054) Unexpected tab character. (no-tabs)
(#1057) Missing JSDoc comment. (require-jsdoc)
(#1057) Missing space before opening brace. (space-before-blocks)
(#1058) Unexpected tab character. (no-tabs)
(#1058) Missing space before opening brace. (space-before-blocks)
(#1059) Unexpected tab character. (no-tabs)
(#1060) Unexpected tab character. (no-tabs)
(#1061) Unexpected tab character. (no-tabs)
(#1061) Comments should not begin with a lowercase character. (capitalized-comments)
(#1062) Unexpected tab character. (no-tabs)
(#1063) Unexpected tab character. (no-tabs)
(#1064) Unexpected tab character. (no-tabs)
(#1065) Unexpected tab character. (no-tabs)
(#1066) Unexpected tab character. (no-tabs)
(#1067) Unexpected tab character. (no-tabs)
(#1067) Do not nest ternary expressions. (no-nested-ternary)
(#1068) Unexpected tab character. (no-tabs)
(#1069) Unexpected tab character. (no-tabs)
(#1070) Unexpected tab character. (no-tabs)
(#1071) Unexpected tab character. (no-tabs)
(#1072) Unexpected tab character. (no-tabs)
(#1072) 'FlashCanvas' is not defined. (no-undef)
(#1073) Unexpected tab character. (no-tabs)
(#1075) Unexpected tab character. (no-tabs)
(#1076) Unexpected tab character. (no-tabs)
(#1078) Unexpected tab character. (no-tabs)
(#1079) Unexpected tab character. (no-tabs)
(#1080) Unexpected tab character. (no-tabs)
(#1081) Unexpected tab character. (no-tabs)
(#1082) Unexpected tab character. (no-tabs)
(#1082) Missing space before opening brace. (space-before-blocks)
(#1083) Unexpected tab character. (no-tabs)
(#1084) Unexpected tab character. (no-tabs)
(#1085) Unexpected tab character. (no-tabs)
(#1085) Missing space before opening brace. (space-before-blocks)
(#1086) Unexpected tab character. (no-tabs)
(#1087) Unexpected tab character. (no-tabs)
(#1088) Unexpected tab character. (no-tabs)
(#1089) Unexpected tab character. (no-tabs)
(#1090) Unexpected tab character. (no-tabs)
(#1091) Unexpected tab character. (no-tabs)
(#1092) Unexpected tab character. (no-tabs)
(#1093) Unexpected tab character. (no-tabs)
(#1094) Unexpected tab character. (no-tabs)
(#1094) Empty block statement. (no-empty)
(#1095) Unexpected tab character. (no-tabs)
(#1096) Unexpected tab character. (no-tabs)
(#1097) Unexpected tab character. (no-tabs)
(#1098) Unexpected tab character. (no-tabs)
(#1099) Unexpected tab character. (no-tabs)
(#1100) Unexpected tab character. (no-tabs)
(#1105) Unexpected tab character. (no-tabs)
(#1106) Unexpected tab character. (no-tabs)
(#1108) Unexpected tab character. (no-tabs)
(#1109) Unexpected tab character. (no-tabs)
(#1109) ',' should be placed last. (comma-style)
(#1111) Unexpected tab character. (no-tabs)
(#1112) Unexpected tab character. (no-tabs)
(#1113) Unexpected tab character. (no-tabs)
(#1114) Unexpected tab character. (no-tabs)
(#1116) Unexpected tab character. (no-tabs)
(#1117) Unexpected tab character. (no-tabs)
(#1118) Unexpected tab character. (no-tabs)
(#1119) Unexpected tab character. (no-tabs)
(#1120) Unexpected tab character. (no-tabs)
(#1121) Unexpected tab character. (no-tabs)
(#1122) Unexpected tab character. (no-tabs)
(#1123) Unexpected tab character. (no-tabs)
(#1124) Unexpected tab character. (no-tabs)
(#1125) Unexpected tab character. (no-tabs)
(#1126) Unexpected tab character. (no-tabs)
(#1127) Unexpected tab character. (no-tabs)
(#1129) Unexpected tab character. (no-tabs)
(#1131) Unexpected tab character. (no-tabs)
(#1131) Comments should not begin with a lowercase character. (capitalized-comments)
(#1132) Unexpected tab character. (no-tabs)
(#1133) Unexpected tab character. (no-tabs)
(#1134) Unexpected tab character. (no-tabs)
(#1135) Unexpected tab character. (no-tabs)
(#1135) There should be no space after this paren. (space-in-parens)
(#1135) There should be no space before this paren. (space-in-parens)
(#1136) Unexpected tab character. (no-tabs)
(#1137) Unexpected tab character. (no-tabs)
(#1138) Unexpected tab character. (no-tabs)
(#1139) Unexpected tab character. (no-tabs)
(#1140) Unexpected tab character. (no-tabs)
(#1140) There should be no space after this paren. (space-in-parens)
(#1140) There should be no space before this paren. (space-in-parens)
(#1141) Unexpected tab character. (no-tabs)
(#1142) Unexpected tab character. (no-tabs)
(#1144) Unexpected tab character. (no-tabs)
(#1146) Unexpected tab character. (no-tabs)
(#1146) Comments should not begin with a lowercase character. (capitalized-comments)
(#1147) Unexpected tab character. (no-tabs)
(#1148) Unexpected tab character. (no-tabs)
(#1150) Unexpected tab character. (no-tabs)
(#1151) Unexpected tab character. (no-tabs)
(#1153) Unexpected tab character. (no-tabs)
(#1155) Unexpected tab character. (no-tabs)
(#1157) Unexpected tab character. (no-tabs)
(#1158) Unexpected tab character. (no-tabs)
(#1160) Unexpected tab character. (no-tabs)
(#1161) Unexpected tab character. (no-tabs)
(#1162) This line has a length of 150. Maximum allowed is 132. (max-len)
(#1162) Unexpected tab character. (no-tabs)
(#1162) Requires a space after '{'. (block-spacing)
(#1162) Statement inside of curly braces should be on next line. (brace-style)
(#1162) Missing space before opening brace. (space-before-blocks)
(#1162) Expected space(s) after "if". (keyword-spacing)
(#1162) Requires a space after '{'. (block-spacing)
(#1162) Statement inside of curly braces should be on next line. (brace-style)
(#1162) Missing space before opening brace. (space-before-blocks)
(#1162) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#1162) Requires a space before '}'. (block-spacing)
(#1162) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1162) Missing semicolon. (babel/semi)
(#1162) Unnecessary semicolon. (no-extra-semi)
(#1162) Expected space(s) after "if". (keyword-spacing)
(#1162) Requires a space after '{'. (block-spacing)
(#1162) Statement inside of curly braces should be on next line. (brace-style)
(#1162) Missing space before opening brace. (space-before-blocks)
(#1162) Requires a space before '}'. (block-spacing)
(#1162) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1162) Missing semicolon. (babel/semi)
(#1162) Unnecessary semicolon. (no-extra-semi)
(#1162) Requires a space before '}'. (block-spacing)
(#1162) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1164) Unexpected tab character. (no-tabs)
(#1165) Missing semicolon. (babel/semi)
(#1168) Missing space before opening brace. (space-before-blocks)
(#1170) Unexpected tab character. (no-tabs)
(#1172) Unexpected tab character. (no-tabs)
(#1172) Comments should not begin with a lowercase character. (capitalized-comments)
(#1173) Unexpected tab character. (no-tabs)
(#1174) Unexpected tab character. (no-tabs)
(#1175) Unexpected tab character. (no-tabs)
(#1175) Unnecessary semicolon. (no-extra-semi)
(#1175) Missing space before opening brace. (space-before-blocks)
(#1176) Unexpected tab character. (no-tabs)
(#1176) Missing semicolon. (babel/semi)
(#1178) Unexpected tab character. (no-tabs)
(#1179) Unexpected tab character. (no-tabs)
(#1179) ',' should be placed last. (comma-style)
(#1179) Missing space before opening brace. (space-before-blocks)
(#1180) Unexpected tab character. (no-tabs)
(#1181) Unexpected tab character. (no-tabs)
(#1182) Unexpected tab character. (no-tabs)
(#1182) Missing semicolon. (babel/semi)
(#1183) Unexpected tab character. (no-tabs)
(#1185) Unexpected tab character. (no-tabs)
(#1185) Comments should not begin with a lowercase character. (capitalized-comments)
(#1186) Unexpected tab character. (no-tabs)
(#1187) Unexpected tab character. (no-tabs)
(#1187) Operator '+' must be spaced. (space-infix-ops)
(#1187) Missing space before opening brace. (space-before-blocks)
(#1188) Unexpected tab character. (no-tabs)
(#1189) Unexpected tab character. (no-tabs)
(#1190) Unexpected tab character. (no-tabs)
(#1191) Unexpected tab character. (no-tabs)
(#1192) Unexpected tab character. (no-tabs)
(#1193) Unexpected tab character. (no-tabs)
(#1194) Unexpected tab character. (no-tabs)
(#1195) Unexpected tab character. (no-tabs)
(#1196) Unexpected tab character. (no-tabs)
(#1196) Comments should not begin with a lowercase character. (capitalized-comments)
(#1197) Unexpected tab character. (no-tabs)
(#1198) Unexpected tab character. (no-tabs)
(#1198) Operator '+' must be spaced. (space-infix-ops)
(#1198) 'e' is defined but never used. (no-unused-vars)
(#1198) Missing space before opening brace. (space-before-blocks)
(#1199) Unexpected tab character. (no-tabs)
(#1200) Unexpected tab character. (no-tabs)
(#1201) Unexpected tab character. (no-tabs)
(#1201) Missing semicolon. (babel/semi)
(#1202) Unexpected tab character. (no-tabs)
(#1204) Unexpected tab character. (no-tabs)
(#1204) Missing semicolon. (babel/semi)
(#1206) Unexpected tab character. (no-tabs)
(#1207) Unexpected tab character. (no-tabs)
(#1208) Unexpected tab character. (no-tabs)
(#1209) Unexpected tab character. (no-tabs)
(#1210) Unexpected tab character. (no-tabs)
(#1211) Unexpected tab character. (no-tabs)
(#1212) Unexpected tab character. (no-tabs)
(#1213) Unexpected tab character. (no-tabs)
(#1214) Unexpected tab character. (no-tabs)
(#1215) Unexpected tab character. (no-tabs)
(#1216) Unexpected tab character. (no-tabs)
(#1217) Unexpected tab character. (no-tabs)
(#1219) Unexpected tab character. (no-tabs)
(#1220) Unexpected tab character. (no-tabs)
(#1221) Unexpected tab character. (no-tabs)
(#1222) Unexpected tab character. (no-tabs)
(#1224) Unexpected tab character. (no-tabs)
(#1225) Unexpected tab character. (no-tabs)
(#1227) Unexpected tab character. (no-tabs)
(#1228) Unexpected tab character. (no-tabs)
(#1230) Unexpected tab character. (no-tabs)
(#1231) Unexpected tab character. (no-tabs)
(#1232) Unexpected tab character. (no-tabs)
(#1233) Unexpected tab character. (no-tabs)
(#1234) Unexpected tab character. (no-tabs)
(#1236) Unexpected tab character. (no-tabs)
(#1237) Unexpected tab character. (no-tabs)
(#1238) Unexpected tab character. (no-tabs)
(#1239) Unexpected tab character. (no-tabs)
(#1240) Unexpected tab character. (no-tabs)
(#1241) Unexpected tab character. (no-tabs)
(#1242) Unexpected tab character. (no-tabs)
(#1243) Unexpected tab character. (no-tabs)
(#1244) Unexpected tab character. (no-tabs)
(#1245) Unexpected tab character. (no-tabs)
(#1246) Unexpected tab character. (no-tabs)
(#1247) Unexpected tab character. (no-tabs)
(#1248) Unexpected tab character. (no-tabs)
(#1249) Unexpected tab character. (no-tabs)
(#1251) Unexpected tab character. (no-tabs)
(#1252) Unexpected tab character. (no-tabs)
(#1252) Missing space before value for key 'default'. (key-spacing)
(#1252) 'data' is defined but never used. (no-unused-vars)
(#1252) Requires a space after '{'. (block-spacing)
(#1252) Statement inside of curly braces should be on next line. (brace-style)
(#1252) Missing space before opening brace. (space-before-blocks)
(#1252) Requires a space before '}'. (block-spacing)
(#1252) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1252) Missing semicolon. (babel/semi)
(#1253) Unexpected tab character. (no-tabs)
(#1253) ',' should be placed last. (comma-style)
(#1253) Missing space before value for key 'native'. (key-spacing)
(#1253) Requires a space after '{'. (block-spacing)
(#1253) Statement inside of curly braces should be on next line. (brace-style)
(#1253) Missing space before opening brace. (space-before-blocks)
(#1253) Requires a space before '}'. (block-spacing)
(#1253) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1253) Missing semicolon. (babel/semi)
(#1254) Unexpected tab character. (no-tabs)
(#1254) ',' should be placed last. (comma-style)
(#1254) Missing space before value for key 'image'. (key-spacing)
(#1254) 'data' is defined but never used. (no-unused-vars)
(#1254) Missing space before opening brace. (space-before-blocks)
(#1255) Unexpected tab character. (no-tabs)
(#1255) Comments should not begin with a lowercase character. (capitalized-comments)
(#1255) Expected space or tab after '/*' in comment. (spaced-comment)
(#1256) Unexpected tab character. (no-tabs)
(#1258) Unexpected tab character. (no-tabs)
(#1259) Unexpected tab character. (no-tabs)
(#1260) Unexpected tab character. (no-tabs)
(#1260) A space is required after ','. (comma-spacing)
(#1261) Unexpected tab character. (no-tabs)
(#1261) Missing space before opening brace. (space-before-blocks)
(#1263) Unexpected tab character. (no-tabs)
(#1265) Unexpected tab character. (no-tabs)
(#1266) Unexpected tab character. (no-tabs)
(#1267) Unexpected tab character. (no-tabs)
(#1267) ',' should be placed last. (comma-style)
(#1268) Unexpected tab character. (no-tabs)
(#1269) Unexpected tab character. (no-tabs)
(#1270) Unexpected tab character. (no-tabs)
(#1271) Unexpected tab character. (no-tabs)
(#1272) Unexpected tab character. (no-tabs)
(#1274) Unexpected tab character. (no-tabs)
(#1274) Comments should not begin with a lowercase character. (capitalized-comments)
(#1275) Unexpected tab character. (no-tabs)
(#1275) Missing JSDoc comment. (require-jsdoc)
(#1275) There should be no space after this paren. (space-in-parens)
(#1275) 'rerendercallable' is defined but never used. (no-unused-vars)
(#1275) There should be no space before this paren. (space-in-parens)
(#1276) Unexpected tab character. (no-tabs)
(#1276) Missing semicolon. (babel/semi)
(#1277) Unexpected tab character. (no-tabs)
(#1278) Unexpected tab character. (no-tabs)
(#1279) Unexpected tab character. (no-tabs)
(#1280) Unexpected tab character. (no-tabs)
(#1281) Unexpected tab character. (no-tabs)
(#1283) Unexpected tab character. (no-tabs)
(#1284) Unexpected tab character. (no-tabs)
(#1285) Unexpected tab character. (no-tabs)
(#1286) Unexpected tab character. (no-tabs)
(#1288) Unexpected tab character. (no-tabs)
(#1289) Unexpected tab character. (no-tabs)
(#1289) Comments should not begin with a lowercase character. (capitalized-comments)
(#1290) Unexpected tab character. (no-tabs)
(#1290) ',' should be placed last. (comma-style)
(#1292) Unexpected tab character. (no-tabs)
(#1292) Unexpected space before function parentheses. (space-before-function-paren)
(#1293) Unexpected tab character. (no-tabs)
(#1294) Unexpected tab character. (no-tabs)
(#1295) Unexpected tab character. (no-tabs)
(#1296) Unexpected tab character. (no-tabs)
(#1297) Unexpected tab character. (no-tabs)
(#1298) Unexpected tab character. (no-tabs)
(#1298) There should be no space after this paren. (space-in-parens)
(#1299) Unexpected tab character. (no-tabs)
(#1299) There should be no space after this paren. (space-in-parens)
(#1300) Unexpected tab character. (no-tabs)
(#1301) Unexpected tab character. (no-tabs)
(#1302) Unexpected tab character. (no-tabs)
(#1304) Unexpected tab character. (no-tabs)
(#1305) Unexpected tab character. (no-tabs)
(#1307) Unexpected tab character. (no-tabs)
(#1308) Unexpected tab character. (no-tabs)
(#1308) Missing space before value for key 'native'. (key-spacing)
(#1308) Missing space before opening brace. (space-before-blocks)
(#1309) Unexpected tab character. (no-tabs)
(#1309) Comments should not begin with a lowercase character. (capitalized-comments)
(#1310) Unexpected tab character. (no-tabs)
(#1311) Unexpected tab character. (no-tabs)
(#1311) There should be no space after this paren. (space-in-parens)
(#1311) There should be no space before this paren. (space-in-parens)
(#1312) Unexpected tab character. (no-tabs)
(#1313) Unexpected tab character. (no-tabs)
(#1313) ',' should be placed last. (comma-style)
(#1314) Unexpected tab character. (no-tabs)
(#1314) ',' should be placed last. (comma-style)
(#1315) Unexpected tab character. (no-tabs)
(#1315) ',' should be placed last. (comma-style)
(#1316) Unexpected tab character. (no-tabs)
(#1316) ',' should be placed last. (comma-style)
(#1317) Unexpected tab character. (no-tabs)
(#1319) Unexpected tab character. (no-tabs)
(#1319) Missing JSDoc comment. (require-jsdoc)
(#1319) There should be no space after this paren. (space-in-parens)
(#1319) There should be no space before this paren. (space-in-parens)
(#1320) Unexpected tab character. (no-tabs)
(#1320) Operator '+' must be spaced. (space-infix-ops)
(#1321) Unexpected tab character. (no-tabs)
(#1321) Operator '+' must be spaced. (space-infix-ops)
(#1322) Unexpected tab character. (no-tabs)
(#1322) Operator '+' must be spaced. (space-infix-ops)
(#1322) There should be no space after this paren. (space-in-parens)
(#1322) There should be no space before this paren. (space-in-parens)
(#1323) Unexpected tab character. (no-tabs)
(#1324) Unexpected tab character. (no-tabs)
(#1326) Unexpected tab character. (no-tabs)
(#1326) Missing JSDoc comment. (require-jsdoc)
(#1326) There should be no space after this paren. (space-in-parens)
(#1326) There should be no space before this paren. (space-in-parens)
(#1327) Unexpected tab character. (no-tabs)
(#1329) Unexpected tab character. (no-tabs)
(#1329) A space is required after ','. (comma-spacing)
(#1330) Unexpected tab character. (no-tabs)
(#1331) Unexpected tab character. (no-tabs)
(#1332) Unexpected tab character. (no-tabs)
(#1333) Unexpected tab character. (no-tabs)
(#1334) Unexpected tab character. (no-tabs)
(#1335) Unexpected tab character. (no-tabs)
(#1336) Unexpected tab character. (no-tabs)
(#1338) Unexpected tab character. (no-tabs)
(#1338) Operator '+' must be spaced. (space-infix-ops)
(#1338) Operator '+' must be spaced. (space-infix-ops)
(#1340) Unexpected tab character. (no-tabs)
(#1341) Unexpected tab character. (no-tabs)
(#1341) Operator '+' must be spaced. (space-infix-ops)
(#1341) Operator '+' must be spaced. (space-infix-ops)
(#1342) Unexpected tab character. (no-tabs)
(#1343) Unexpected tab character. (no-tabs)
(#1344) Unexpected tab character. (no-tabs)
(#1345) Unexpected tab character. (no-tabs)
(#1346) Unexpected tab character. (no-tabs)
(#1347) Unexpected tab character. (no-tabs)
(#1347) Missing space before opening brace. (space-before-blocks)
(#1348) Unexpected tab character. (no-tabs)
(#1348) Statement inside of curly braces should be on next line. (brace-style)
(#1348) Missing space before opening brace. (space-before-blocks)
(#1348) Missing semicolon. (babel/semi)
(#1348) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1348) Missing semicolon. (babel/semi)
(#1349) Unexpected tab character. (no-tabs)
(#1349) Operator '+' must be spaced. (space-infix-ops)
(#1350) Unexpected tab character. (no-tabs)
(#1351) Unexpected tab character. (no-tabs)
(#1353) Unexpected tab character. (no-tabs)
(#1353) Function '_setDrawingData' expected no return value. (consistent-return)
(#1354) Unexpected tab character. (no-tabs)
(#1356) Unexpected tab character. (no-tabs)
(#1356) Missing space before opening brace. (space-before-blocks)
(#1357) Unexpected tab character. (no-tabs)
(#1358) Unexpected tab character. (no-tabs)
(#1359) Unexpected tab character. (no-tabs)
(#1359) Missing space before opening brace. (space-before-blocks)
(#1360) Unexpected tab character. (no-tabs)
(#1361) Unexpected tab character. (no-tabs)
(#1362) Unexpected tab character. (no-tabs)
(#1363) Unexpected tab character. (no-tabs)
(#1364) Unexpected tab character. (no-tabs)
(#1364) Missing semicolon. (babel/semi)
(#1366) Unexpected tab character. (no-tabs)
(#1366) Expected space or tab after '//' in comment. (spaced-comment)
(#1367) Unexpected tab character. (no-tabs)
(#1367) Missing space before value for key 'export'. (key-spacing)
(#1367) Missing space before value for key 'import'. (key-spacing)
(#1368) Unexpected tab character. (no-tabs)
(#1368) ',' should be placed last. (comma-style)
(#1369) Unexpected tab character. (no-tabs)
(#1369) Extra space after key 'init'. (key-spacing)
(#1369) There should be no space after this paren. (space-in-parens)
(#1369) There should be no space before this paren. (space-in-parens)
(#1370) Unexpected tab character. (no-tabs)
(#1370) There should be no space after this paren. (space-in-parens)
(#1371) Unexpected tab character. (no-tabs)
(#1372) Unexpected tab character. (no-tabs)
(#1372) A constructor name should not start with a lowercase letter. (babel/new-cap)
(#1373) Unexpected tab character. (no-tabs)
(#1374) Unexpected tab character. (no-tabs)
(#1374) Missing semicolon. (babel/semi)
(#1375) Unexpected tab character. (no-tabs)
(#1376) Unexpected tab character. (no-tabs)
(#1376) ',' should be placed last. (comma-style)
(#1377) Unexpected tab character. (no-tabs)
(#1378) Unexpected tab character. (no-tabs)
(#1378) Expected space(s) after "if". (keyword-spacing)
(#1379) Unexpected tab character. (no-tabs)
(#1380) Unexpected tab character. (no-tabs)
(#1380) Expected space(s) after "if". (keyword-spacing)
(#1381) Unexpected tab character. (no-tabs)
(#1382) Unexpected tab character. (no-tabs)
(#1383) Unexpected tab character. (no-tabs)
(#1384) Unexpected tab character. (no-tabs)
(#1384) Missing space before opening brace. (space-before-blocks)
(#1385) Unexpected tab character. (no-tabs)
(#1385) Missing space before opening brace. (space-before-blocks)
(#1386) Unexpected tab character. (no-tabs)
(#1387) Unexpected tab character. (no-tabs)
(#1388) Unexpected tab character. (no-tabs)
(#1389) Unexpected tab character. (no-tabs)
(#1390) Unexpected tab character. (no-tabs)
(#1391) Unexpected tab character. (no-tabs)
(#1392) Unexpected tab character. (no-tabs)
(#1393) Unexpected tab character. (no-tabs)
(#1393) ',' should be placed last. (comma-style)
(#1393) Extra space after key 'getSettings'. (key-spacing)
(#1394) Unexpected tab character. (no-tabs)
(#1394) Operator '+' must be spaced. (space-infix-ops)
(#1395) Unexpected tab character. (no-tabs)
(#1395) Operator '+' must be spaced. (space-infix-ops)
(#1396) Unexpected tab character. (no-tabs)
(#1396) Operator '+' must be spaced. (space-infix-ops)
(#1397) Unexpected tab character. (no-tabs)
(#1398) Unexpected tab character. (no-tabs)
(#1398) ',' should be placed last. (comma-style)
(#1398) Extra space after key 'isModified'. (key-spacing)
(#1399) Unexpected tab character. (no-tabs)
(#1399) Operator '+' must be spaced. (space-infix-ops)
(#1400) Unexpected tab character. (no-tabs)
(#1400) Operator '+' must be spaced. (space-infix-ops)
(#1401) Unexpected tab character. (no-tabs)
(#1401) Operator '+' must be spaced. (space-infix-ops)
(#1402) Unexpected tab character. (no-tabs)
(#1403) Unexpected tab character. (no-tabs)
(#1404) Unexpected tab character. (no-tabs)
(#1405) Unexpected tab character. (no-tabs)
(#1405) ',' should be placed last. (comma-style)
(#1405) Extra space after key 'updateSetting'. (key-spacing)
(#1406) Unexpected tab character. (no-tabs)
(#1406) Operator '+' must be spaced. (space-infix-ops)
(#1407) Unexpected tab character. (no-tabs)
(#1407) Operator '+' must be spaced. (space-infix-ops)
(#1408) Unexpected tab character. (no-tabs)
(#1408) Operator '+' must be spaced. (space-infix-ops)
(#1409) Unexpected tab character. (no-tabs)
(#1410) Unexpected tab character. (no-tabs)
(#1410) There should be no space after this paren. (space-in-parens)
(#1410) There should be no space before this paren. (space-in-parens)
(#1411) Unexpected tab character. (no-tabs)
(#1412) Unexpected tab character. (no-tabs)
(#1413) Unexpected tab character. (no-tabs)
(#1413) Comments should not begin with a lowercase character. (capitalized-comments)
(#1414) Unexpected tab character. (no-tabs)
(#1414) ',' should be placed last. (comma-style)
(#1414) Extra space after key 'clear'. (key-spacing)
(#1415) Unexpected tab character. (no-tabs)
(#1415) Comments should not begin with a lowercase character. (capitalized-comments)
(#1416) Unexpected tab character. (no-tabs)
(#1416) ',' should be placed last. (comma-style)
(#1416) Extra space after key 'reset'. (key-spacing)
(#1417) Unexpected tab character. (no-tabs)
(#1417) ',' should be placed last. (comma-style)
(#1417) Extra space after key 'addPlugin'. (key-spacing)
(#1417) Missing space before opening brace. (space-before-blocks)
(#1418) Unexpected tab character. (no-tabs)
(#1418) Missing space before opening brace. (space-before-blocks)
(#1419) Unexpected tab character. (no-tabs)
(#1420) Unexpected tab character. (no-tabs)
(#1421) Unexpected tab character. (no-tabs)
(#1422) Unexpected tab character. (no-tabs)
(#1423) Unexpected tab character. (no-tabs)
(#1423) ',' should be placed last. (comma-style)
(#1423) Extra space after key 'listPlugins'. (key-spacing)
(#1423) Missing space before opening brace. (space-before-blocks)
(#1424) Unexpected tab character. (no-tabs)
(#1425) Unexpected tab character. (no-tabs)
(#1425) Missing space before opening brace. (space-before-blocks)
(#1426) Unexpected tab character. (no-tabs)
(#1427) Unexpected tab character. (no-tabs)
(#1427) Missing space before opening brace. (space-before-blocks)
(#1428) Unexpected tab character. (no-tabs)
(#1428) Missing space before opening brace. (space-before-blocks)
(#1429) Unexpected tab character. (no-tabs)
(#1430) Unexpected tab character. (no-tabs)
(#1431) Unexpected tab character. (no-tabs)
(#1432) Unexpected tab character. (no-tabs)
(#1433) Unexpected tab character. (no-tabs)
(#1434) Unexpected tab character. (no-tabs)
(#1435) Unexpected tab character. (no-tabs)
(#1435) ',' should be placed last. (comma-style)
(#1435) Extra space after key 'getData'. (key-spacing)
(#1435) Expected to return a value at the end of method 'getData'. (consistent-return)
(#1435) There should be no space after this paren. (space-in-parens)
(#1435) There should be no space before this paren. (space-in-parens)
(#1436) Unexpected tab character. (no-tabs)
(#1436) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1436) Operator '=' must be spaced. (space-infix-ops)
(#1436) Operator '+' must be spaced. (space-infix-ops)
(#1436) Operator '+' must be spaced. (space-infix-ops)
(#1437) Unexpected tab character. (no-tabs)
(#1438) Unexpected tab character. (no-tabs)
(#1439) Unexpected tab character. (no-tabs)
(#1440) Unexpected tab character. (no-tabs)
(#1440) Missing space before opening brace. (space-before-blocks)
(#1441) Unexpected tab character. (no-tabs)
(#1442) Unexpected tab character. (no-tabs)
(#1442) Comments should not begin with a lowercase character. (capitalized-comments)
(#1443) Unexpected tab character. (no-tabs)
(#1443) Operator '+' must be spaced. (space-infix-ops)
(#1443) Comments should not begin with a lowercase character. (capitalized-comments)
(#1444) Unexpected tab character. (no-tabs)
(#1444) Operator '+' must be spaced. (space-infix-ops)
(#1445) Unexpected tab character. (no-tabs)
(#1446) Unexpected tab character. (no-tabs)
(#1447) Unexpected tab character. (no-tabs)
(#1448) Unexpected tab character. (no-tabs)
(#1448) Comments should not begin with a lowercase character. (capitalized-comments)
(#1449) Unexpected tab character. (no-tabs)
(#1449) ',' should be placed last. (comma-style)
(#1449) Extra space after key 'importData'. (key-spacing)
(#1450) Unexpected tab character. (no-tabs)
(#1450) Comments should not begin with a lowercase character. (capitalized-comments)
(#1451) Unexpected tab character. (no-tabs)
(#1451) ',' should be placed last. (comma-style)
(#1451) Extra space after key 'setData'. (key-spacing)
(#1452) Unexpected tab character. (no-tabs)
(#1452) Comments should not begin with a lowercase character. (capitalized-comments)
(#1453) Unexpected tab character. (no-tabs)
(#1453) ',' should be placed last. (comma-style)
(#1453) Extra space after key 'globalEvents'. (key-spacing)
(#1453) Requires a space after '{'. (block-spacing)
(#1453) Statement inside of curly braces should be on next line. (brace-style)
(#1453) Missing space before opening brace. (space-before-blocks)
(#1453) Requires a space before '}'. (block-spacing)
(#1453) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1453) Missing semicolon. (babel/semi)
(#1454) Unexpected tab character. (no-tabs)
(#1454) ',' should be placed last. (comma-style)
(#1454) Extra space after key 'disable'. (key-spacing)
(#1455) Unexpected tab character. (no-tabs)
(#1456) Unexpected tab character. (no-tabs)
(#1456) Operator '+' must be spaced. (space-infix-ops)
(#1457) Unexpected tab character. (no-tabs)
(#1458) Unexpected tab character. (no-tabs)
(#1458) Operator '+' must be spaced. (space-infix-ops)
(#1459) Unexpected tab character. (no-tabs)
(#1460) Unexpected tab character. (no-tabs)
(#1460) Operator '=' must be spaced. (space-infix-ops)
(#1461) Unexpected tab character. (no-tabs)
(#1462) Unexpected tab character. (no-tabs)
(#1462) ',' should be placed last. (comma-style)
(#1462) Extra space after key 'enable'. (key-spacing)
(#1463) Unexpected tab character. (no-tabs)
(#1464) Unexpected tab character. (no-tabs)
(#1464) Operator '+' must be spaced. (space-infix-ops)
(#1465) Unexpected tab character. (no-tabs)
(#1466) Unexpected tab character. (no-tabs)
(#1466) Operator '+' must be spaced. (space-infix-ops)
(#1467) Unexpected tab character. (no-tabs)
(#1468) Unexpected tab character. (no-tabs)
(#1468) Operator '=' must be spaced. (space-infix-ops)
(#1469) Unexpected tab character. (no-tabs)
(#1470) Unexpected tab character. (no-tabs)
(#1470) Comments should not begin with a lowercase character. (capitalized-comments)
(#1471) Unexpected tab character. (no-tabs)
(#1471) ',' should be placed last. (comma-style)
(#1471) Extra space after key 'events'. (key-spacing)
(#1472) Unexpected tab character. (no-tabs)
(#1472) Operator '+' must be spaced. (space-infix-ops)
(#1473) Unexpected tab character. (no-tabs)
(#1473) Operator '+' must be spaced. (space-infix-ops)
(#1474) Unexpected tab character. (no-tabs)
(#1474) Operator '+' must be spaced. (space-infix-ops)
(#1475) Unexpected tab character. (no-tabs)
(#1476) Unexpected tab character. (no-tabs)
(#1476) Missing semicolon. (babel/semi)
(#1476) Comments should not begin with a lowercase character. (capitalized-comments)
(#1478) Unexpected tab character. (no-tabs)
(#1478) Expected to return a value at the end of function. (consistent-return)
(#1479) Unexpected tab character. (no-tabs)
(#1479) Missing semicolon. (babel/semi)
(#1480) Unexpected tab character. (no-tabs)
(#1480) There should be no space after this paren. (space-in-parens)
(#1480) There should be no space before this paren. (space-in-parens)
(#1481) Unexpected tab character. (no-tabs)
(#1481) There should be no space after this paren. (space-in-parens)
(#1481) There should be no space before this paren. (space-in-parens)
(#1482) Unexpected tab character. (no-tabs)
(#1482) There should be no space after this paren. (space-in-parens)
(#1482) There should be no space before this paren. (space-in-parens)
(#1483) Unexpected tab character. (no-tabs)
(#1483) There should be no space after this paren. (space-in-parens)
(#1483) There should be no space after this paren. (space-in-parens)
(#1483) There should be no space before this paren. (space-in-parens)
(#1484) Unexpected tab character. (no-tabs)
(#1485) Unexpected tab character. (no-tabs)
(#1485) There should be no space after this paren. (space-in-parens)
(#1485) Multiple spaces found before 'String'. (no-multi-spaces)
(#1485) There should be no space before this paren. (space-in-parens)
(#1486) Unexpected tab character. (no-tabs)
(#1487) Unexpected tab character. (no-tabs)
(#1487) Missing semicolon. (babel/semi)
(#1489) Missing semicolon. (babel/semi)
(#1489) Comments should not begin with a lowercase character. (capitalized-comments)
(#1491) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#1491) Missing semicolon. (babel/semi)
(#1494) Comments should not begin with a lowercase character. (capitalized-comments)
(#1505) Unnecessary semicolon. (no-extra-semi)
(#1505) Missing space before opening brace. (space-before-blocks)
(#1507) Unexpected tab character. (no-tabs)
(#1507) Trailing spaces not allowed. (no-trailing-spaces)
(#1508) This line has a length of 151. Maximum allowed is 132. (max-len)
(#1508) Unexpected tab character. (no-tabs)
(#1508) ',' should be placed last. (comma-style)
(#1509) Unexpected tab character. (no-tabs)
(#1509) ',' should be placed last. (comma-style)
(#1509) Identifier 'charmap_reverse' is not in camel case. (camelcase)
(#1509) Comments should not begin with a lowercase character. (capitalized-comments)
(#1510) Unexpected tab character. (no-tabs)
(#1511) Unexpected tab character. (no-tabs)
(#1511) ',' should be placed last. (comma-style)
(#1511) Trailing spaces not allowed. (no-trailing-spaces)
(#1512) Unexpected tab character. (no-tabs)
(#1512) ',' should be placed last. (comma-style)
(#1513) Unexpected tab character. (no-tabs)
(#1513) ',' should be placed last. (comma-style)
(#1514) Unexpected tab character. (no-tabs)
(#1514) ',' should be placed last. (comma-style)
(#1514) Missing semicolon. (babel/semi)
(#1515) Unexpected tab character. (no-tabs)
(#1515) Trailing spaces not allowed. (no-trailing-spaces)
(#1516) Unexpected tab character. (no-tabs)
(#1516) Expected space(s) after "for". (keyword-spacing)
(#1516) Operator '-' must be spaced. (space-infix-ops)
(#1516) Missing space before opening brace. (space-before-blocks)
(#1517) Unexpected tab character. (no-tabs)
(#1517) Operator '+' must be spaced. (space-infix-ops)
(#1517) Missing semicolon. (babel/semi)
(#1518) Unexpected tab character. (no-tabs)
(#1518) Identifier 'charmap_reverse' is not in camel case. (camelcase)
(#1518) Operator '+' must be spaced. (space-infix-ops)
(#1518) Missing semicolon. (babel/semi)
(#1519) Unexpected tab character. (no-tabs)
(#1519) Trailing spaces not allowed. (no-trailing-spaces)
(#1520) Unexpected tab character. (no-tabs)
(#1520) Missing space before opening brace. (space-before-blocks)
(#1521) Unexpected tab character. (no-tabs)
(#1521) Comments should not begin with a lowercase character. (capitalized-comments)
(#1522) Unexpected tab character. (no-tabs)
(#1523) Unexpected tab character. (no-tabs)
(#1523) Trailing spaces not allowed. (no-trailing-spaces)
(#1524) Unexpected tab character. (no-tabs)
(#1524) ',' should be placed last. (comma-style)
(#1524) Missing semicolon. (babel/semi)
(#1525) Unexpected tab character. (no-tabs)
(#1525) Comments should not begin with a lowercase character. (capitalized-comments)
(#1526) Unexpected tab character. (no-tabs)
(#1526) There should be no space before this paren. (space-in-parens)
(#1526) Missing space before opening brace. (space-before-blocks)
(#1527) Unexpected tab character. (no-tabs)
(#1527) Missing semicolon. (babel/semi)
(#1528) Unexpected tab character. (no-tabs)
(#1529) Unexpected tab character. (no-tabs)
(#1529) Missing semicolon. (babel/semi)
(#1530) Unexpected tab character. (no-tabs)
(#1531) Unexpected tab character. (no-tabs)
(#1531) ',' should be placed last. (comma-style)
(#1531) Missing space before opening brace. (space-before-blocks)
(#1532) Unexpected tab character. (no-tabs)
(#1532) Comments should not begin with a lowercase character. (capitalized-comments)
(#1533) Unexpected tab character. (no-tabs)
(#1534) Unexpected tab character. (no-tabs)
(#1535) Unexpected tab character. (no-tabs)
(#1536) Unexpected tab character. (no-tabs)
(#1537) Unexpected tab character. (no-tabs)
(#1538) Unexpected tab character. (no-tabs)
(#1539) Unexpected tab character. (no-tabs)
(#1540) Unexpected tab character. (no-tabs)
(#1541) Unexpected tab character. (no-tabs)
(#1542) Unexpected tab character. (no-tabs)
(#1543) Unexpected tab character. (no-tabs)
(#1543) ',' should be placed last. (comma-style)
(#1544) Unexpected tab character. (no-tabs)
(#1544) ',' should be placed last. (comma-style)
(#1544) 'last' is assigned a value but never used. (no-unused-vars)
(#1545) Unexpected tab character. (no-tabs)
(#1545) ',' should be placed last. (comma-style)
(#1546) Unexpected tab character. (no-tabs)
(#1546) ',' should be placed last. (comma-style)
(#1547) Unexpected tab character. (no-tabs)
(#1547) ',' should be placed last. (comma-style)
(#1547) Missing semicolon. (babel/semi)
(#1548) Unexpected tab character. (no-tabs)
(#1548) Trailing spaces not allowed. (no-trailing-spaces)
(#1549) Unexpected tab character. (no-tabs)
(#1549) Expected space(s) after "for". (keyword-spacing)
(#1549) Missing space before opening brace. (space-before-blocks)
(#1550) Unexpected tab character. (no-tabs)
(#1550) Comments should not begin with a lowercase character. (capitalized-comments)
(#1551) Unexpected tab character. (no-tabs)
(#1552) Unexpected tab character. (no-tabs)
(#1553) Unexpected tab character. (no-tabs)
(#1554) Unexpected tab character. (no-tabs)
(#1554) Missing semicolon. (babel/semi)
(#1555) Unexpected tab character. (no-tabs)
(#1555) Unexpected tab character. (no-tabs)
(#1555) Trailing spaces not allowed. (no-trailing-spaces)
(#1555) Missing semicolon. (babel/semi)
(#1556) Unexpected tab character. (no-tabs)
(#1556) Missing semicolon. (babel/semi)
(#1558) Unexpected tab character. (no-tabs)
(#1558) Comments should not begin with a lowercase character. (capitalized-comments)
(#1559) Unexpected tab character. (no-tabs)
(#1560) Unexpected tab character. (no-tabs)
(#1560) Missing semicolon. (babel/semi)
(#1561) Unexpected tab character. (no-tabs)
(#1561) Missing semicolon. (babel/semi)
(#1562) Unexpected tab character. (no-tabs)
(#1562) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1563) Unexpected tab character. (no-tabs)
(#1564) Unexpected tab character. (no-tabs)
(#1564) Missing semicolon. (babel/semi)
(#1565) Unexpected tab character. (no-tabs)
(#1565) Missing semicolon. (babel/semi)
(#1566) Unexpected tab character. (no-tabs)
(#1567) Unexpected tab character. (no-tabs)
(#1567) Trailing spaces not allowed. (no-trailing-spaces)
(#1568) Unexpected tab character. (no-tabs)
(#1568) Comments should not begin with a lowercase character. (capitalized-comments)
(#1569) Unexpected tab character. (no-tabs)
(#1569) Missing semicolon. (babel/semi)
(#1570) Unexpected tab character. (no-tabs)
(#1570) Comments should not begin with a lowercase character. (capitalized-comments)
(#1571) Unexpected tab character. (no-tabs)
(#1572) Unexpected tab character. (no-tabs)
(#1572) Missing semicolon. (babel/semi)
(#1573) Unexpected tab character. (no-tabs)
(#1574) Unexpected tab character. (no-tabs)
(#1574) Missing semicolon. (babel/semi)
(#1575) Unexpected tab character. (no-tabs)
(#1576) Unexpected tab character. (no-tabs)
(#1577) Unexpected tab character. (no-tabs)
(#1577) Missing semicolon. (babel/semi)
(#1578) Unexpected tab character. (no-tabs)
(#1579) Unexpected tab character. (no-tabs)
(#1579) ',' should be placed last. (comma-style)
(#1579) Missing space before opening brace. (space-before-blocks)
(#1580) Unexpected tab character. (no-tabs)
(#1580) Comments should not begin with a lowercase character. (capitalized-comments)
(#1581) Unexpected tab character. (no-tabs)
(#1582) Unexpected tab character. (no-tabs)
(#1583) Unexpected tab character. (no-tabs)
(#1584) Unexpected tab character. (no-tabs)
(#1585) Unexpected tab character. (no-tabs)
(#1586) Unexpected tab character. (no-tabs)
(#1587) Unexpected tab character. (no-tabs)
(#1588) Unexpected tab character. (no-tabs)
(#1589) Unexpected tab character. (no-tabs)
(#1590) Unexpected tab character. (no-tabs)
(#1591) Unexpected tab character. (no-tabs)
(#1591) Trailing spaces not allowed. (no-trailing-spaces)
(#1592) Unexpected tab character. (no-tabs)
(#1593) Unexpected tab character. (no-tabs)
(#1593) ',' should be placed last. (comma-style)
(#1594) Unexpected tab character. (no-tabs)
(#1594) ',' should be placed last. (comma-style)
(#1595) Unexpected tab character. (no-tabs)
(#1595) ',' should be placed last. (comma-style)
(#1596) Unexpected tab character. (no-tabs)
(#1596) ',' should be placed last. (comma-style)
(#1597) Unexpected tab character. (no-tabs)
(#1597) ',' should be placed last. (comma-style)
(#1598) Unexpected tab character. (no-tabs)
(#1598) ',' should be placed last. (comma-style)
(#1599) Unexpected tab character. (no-tabs)
(#1599) ',' should be placed last. (comma-style)
(#1599) Missing semicolon. (babel/semi)
(#1600) Unexpected tab character. (no-tabs)
(#1600) Expected space(s) after "for". (keyword-spacing)
(#1600) Missing space before opening brace. (space-before-blocks)
(#1601) Unexpected tab character. (no-tabs)
(#1601) Missing semicolon. (babel/semi)
(#1602) Unexpected tab character. (no-tabs)
(#1602) Missing space before opening brace. (space-before-blocks)
(#1603) Unexpected tab character. (no-tabs)
(#1603) Comments should not begin with a lowercase character. (capitalized-comments)
(#1604) Unexpected tab character. (no-tabs)
(#1604) Trailing spaces not allowed. (no-trailing-spaces)
(#1605) Unexpected tab character. (no-tabs)
(#1606) Unexpected tab character. (no-tabs)
(#1607) Unexpected tab character. (no-tabs)
(#1608) Unexpected tab character. (no-tabs)
(#1608) Trailing spaces not allowed. (no-trailing-spaces)
(#1609) Unexpected tab character. (no-tabs)
(#1610) Unexpected tab character. (no-tabs)
(#1611) Unexpected tab character. (no-tabs)
(#1612) Unexpected tab character. (no-tabs)
(#1614) Unexpected tab character. (no-tabs)
(#1615) Unexpected tab character. (no-tabs)
(#1615) Comments should not begin with a lowercase character. (capitalized-comments)
(#1616) Unexpected tab character. (no-tabs)
(#1616) There should be no space after this paren. (space-in-parens)
(#1616) Missing semicolon. (babel/semi)
(#1617) Unexpected tab character. (no-tabs)
(#1617) There should be no space after this paren. (space-in-parens)
(#1617) There should be no space before this paren. (space-in-parens)
(#1617) Missing semicolon. (babel/semi)
(#1618) Unexpected tab character. (no-tabs)
(#1618) Missing semicolon. (babel/semi)
(#1619) Unexpected tab character. (no-tabs)
(#1621) Unexpected tab character. (no-tabs)
(#1621) Missing space before opening brace. (space-before-blocks)
(#1622) Unexpected tab character. (no-tabs)
(#1622) Missing semicolon. (babel/semi)
(#1623) Unexpected tab character. (no-tabs)
(#1623) Missing semicolon. (babel/semi)
(#1624) Unexpected tab character. (no-tabs)
(#1624) Missing space before opening brace. (space-before-blocks)
(#1625) Unexpected tab character. (no-tabs)
(#1625) Missing semicolon. (babel/semi)
(#1626) Unexpected tab character. (no-tabs)
(#1626) Missing semicolon. (babel/semi)
(#1627) Unexpected tab character. (no-tabs)
(#1628) Unexpected tab character. (no-tabs)
(#1628) Comments should not begin with a lowercase character. (capitalized-comments)
(#1629) Unexpected tab character. (no-tabs)
(#1629) Unexpected tab character. (no-tabs)
(#1629) Trailing spaces not allowed. (no-trailing-spaces)
(#1629) Missing semicolon. (babel/semi)
(#1630) Unexpected tab character. (no-tabs)
(#1631) Unexpected tab character. (no-tabs)
(#1631) Comments should not begin with a lowercase character. (capitalized-comments)
(#1632) Unexpected tab character. (no-tabs)
(#1632) Comments should not begin with a lowercase character. (capitalized-comments)
(#1633) Unexpected tab character. (no-tabs)
(#1633) Identifier 'charmap_reverse' is not in camel case. (camelcase)
(#1633) Missing semicolon. (babel/semi)
(#1634) Unexpected tab character. (no-tabs)
(#1635) Unexpected tab character. (no-tabs)
(#1636) Unexpected tab character. (no-tabs)
(#1636) Comments should not begin with a lowercase character. (capitalized-comments)
(#1637) Unexpected tab character. (no-tabs)
(#1638) Unexpected tab character. (no-tabs)
(#1638) There should be no space after this paren. (space-in-parens)
(#1638) There should be no space after this paren. (space-in-parens)
(#1638) There should be no space before this paren. (space-in-parens)
(#1638) There should be no space before this paren. (space-in-parens)
(#1638) Missing semicolon. (babel/semi)
(#1639) Unexpected tab character. (no-tabs)
(#1639) Trailing spaces not allowed. (no-trailing-spaces)
(#1640) Unexpected tab character. (no-tabs)
(#1640) Missing semicolon. (babel/semi)
(#1641) Unexpected tab character. (no-tabs)
(#1642) Unexpected tab character. (no-tabs)
(#1642) ',' should be placed last. (comma-style)
(#1642) Missing space before opening brace. (space-before-blocks)
(#1643) Unexpected tab character. (no-tabs)
(#1644) Unexpected tab character. (no-tabs)
(#1644) ',' should be placed last. (comma-style)
(#1645) Unexpected tab character. (no-tabs)
(#1645) ',' should be placed last. (comma-style)
(#1645) Missing semicolon. (babel/semi)
(#1646) Unexpected tab character. (no-tabs)
(#1646) Expected space(s) after "for". (keyword-spacing)
(#1646) Missing space before opening brace. (space-before-blocks)
(#1647) Unexpected tab character. (no-tabs)
(#1647) Trailing spaces not allowed. (no-trailing-spaces)
(#1647) Missing semicolon. (babel/semi)
(#1648) Unexpected tab character. (no-tabs)
(#1648) Missing semicolon. (babel/semi)
(#1649) Unexpected tab character. (no-tabs)
(#1649) Missing semicolon. (babel/semi)
(#1650) Unexpected tab character. (no-tabs)
(#1651) Unexpected tab character. (no-tabs)
(#1651) Missing semicolon. (babel/semi)
(#1652) Unexpected tab character. (no-tabs)
(#1653) Unexpected tab character. (no-tabs)
(#1653) ',' should be placed last. (comma-style)
(#1653) Missing space before opening brace. (space-before-blocks)
(#1654) Unexpected tab character. (no-tabs)
(#1655) Unexpected tab character. (no-tabs)
(#1655) ',' should be placed last. (comma-style)
(#1656) Unexpected tab character. (no-tabs)
(#1656) ',' should be placed last. (comma-style)
(#1656) Missing semicolon. (babel/semi)
(#1657) Unexpected tab character. (no-tabs)
(#1657) Missing space before opening brace. (space-before-blocks)
(#1658) Unexpected tab character. (no-tabs)
(#1659) Unexpected tab character. (no-tabs)
(#1659) Missing space before value for key 'x'. (key-spacing)
(#1659) Operator '*' must be spaced. (space-infix-ops)
(#1660) Unexpected tab character. (no-tabs)
(#1660) ',' should be placed last. (comma-style)
(#1660) Missing space before value for key 'y'. (key-spacing)
(#1660) Operator '*' must be spaced. (space-infix-ops)
(#1660) Operator '+' must be spaced. (space-infix-ops)
(#1661) Unexpected tab character. (no-tabs)
(#1661) Missing semicolon. (babel/semi)
(#1662) Unexpected tab character. (no-tabs)
(#1663) Unexpected tab character. (no-tabs)
(#1663) Missing semicolon. (babel/semi)
(#1664) Unexpected tab character. (no-tabs)
(#1665) Unexpected tab character. (no-tabs)
(#1665) ',' should be placed last. (comma-style)
(#1666) Unexpected tab character. (no-tabs)
(#1666) ',' should be placed last. (comma-style)
(#1666) Missing space before opening brace. (space-before-blocks)
(#1667) Unexpected tab character. (no-tabs)
(#1667) There should be no space before ','. (comma-spacing)
(#1667) Missing semicolon. (babel/semi)
(#1668) Unexpected tab character. (no-tabs)
(#1669) Unexpected tab character. (no-tabs)
(#1669) ',' should be placed last. (comma-style)
(#1669) Missing space before opening brace. (space-before-blocks)
(#1670) Unexpected tab character. (no-tabs)
(#1670) Expected { after 'if' condition. (curly)
(#1670) Missing semicolon. (babel/semi)
(#1671) Unexpected tab character. (no-tabs)
(#1672) Unexpected tab character. (no-tabs)
(#1672) Missing semicolon. (babel/semi)
(#1672) Comments should not begin with a lowercase character. (capitalized-comments)
(#1673) Unexpected tab character. (no-tabs)
(#1674) Unexpected tab character. (no-tabs)
(#1674) There should be no space after this paren. (space-in-parens)
(#1674) There should be no space before this paren. (space-in-parens)
(#1674) Missing semicolon. (babel/semi)
(#1675) Unexpected tab character. (no-tabs)
(#1676) Unexpected tab character. (no-tabs)
(#1676) ',' should be placed last. (comma-style)
(#1676) Missing space before opening brace. (space-before-blocks)
(#1677) Unexpected tab character. (no-tabs)
(#1677) ["jSignature"] is better written in dot notation. (dot-notation)
(#1677) Missing semicolon. (babel/semi)
(#1678) Unexpected tab character. (no-tabs)
(#1679) Unexpected tab character. (no-tabs)
(#1680) Unexpected tab character. (no-tabs)
(#1680) A space is required after ','. (comma-spacing)
(#1681) Unexpected tab character. (no-tabs)
(#1681) A space is required after ','. (comma-spacing)
(#1681) Comments should not begin with a lowercase character. (capitalized-comments)
(#1682) Unexpected tab character. (no-tabs)
(#1682) A space is required after ','. (comma-spacing)
(#1683) Unexpected tab character. (no-tabs)
(#1683) Missing semicolon. (babel/semi)
(#1684) Unexpected tab character. (no-tabs)
(#1685) Unexpected tab character. (no-tabs)
(#1686) Unexpected tab character. (no-tabs)
(#1686) A space is required after ','. (comma-spacing)
(#1687) Unexpected tab character. (no-tabs)
(#1687) A space is required after ','. (comma-spacing)
(#1687) Comments should not begin with a lowercase character. (capitalized-comments)
(#1688) Unexpected tab character. (no-tabs)
(#1688) A space is required after ','. (comma-spacing)
(#1689) Unexpected tab character. (no-tabs)
(#1689) Missing semicolon. (babel/semi)
(#1690) Unexpected tab character. (no-tabs)
(#1691) Unexpected tab character. (no-tabs)
(#1692) Unexpected tab character. (no-tabs)
(#1692) A space is required after ','. (comma-spacing)
(#1693) Unexpected tab character. (no-tabs)
(#1693) A space is required after ','. (comma-spacing)
(#1693) Comments should not begin with a lowercase character. (capitalized-comments)
(#1694) Unexpected tab character. (no-tabs)
(#1694) A space is required after ','. (comma-spacing)
(#1695) Unexpected tab character. (no-tabs)
(#1695) Missing semicolon. (babel/semi)
(#1696) Unexpected tab character. (no-tabs)
(#1697) Unexpected tab character. (no-tabs)
(#1698) Unexpected tab character. (no-tabs)
(#1698) A space is required after ','. (comma-spacing)
(#1699) Unexpected tab character. (no-tabs)
(#1699) A space is required after ','. (comma-spacing)
(#1699) Comments should not begin with a lowercase character. (capitalized-comments)
(#1700) Unexpected tab character. (no-tabs)
(#1700) A space is required after ','. (comma-spacing)
(#1701) Unexpected tab character. (no-tabs)
(#1701) Missing semicolon. (babel/semi)
(#1702) Unexpected tab character. (no-tabs)
(#1702) Missing semicolon. (babel/semi)
(#1704) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#1704) Missing semicolon. (babel/semi)
(#1709) Comments should not begin with a lowercase character. (capitalized-comments)
(#1719) Unnecessary semicolon. (no-extra-semi)
(#1719) Missing space before opening brace. (space-before-blocks)
(#1720) Unexpected tab character. (no-tabs)
(#1721) Unexpected tab character. (no-tabs)
(#1721) Trailing spaces not allowed. (no-trailing-spaces)
(#1723) Trailing spaces not allowed. (no-trailing-spaces)
(#1728) This line has a length of 793. Maximum allowed is 132. (max-len)
(#1728) Unexpected tab character. (no-tabs)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Requires a space after '{'. (block-spacing)
(#1728) Statement inside of curly braces should be on next line. (brace-style)
(#1728) Missing space before opening brace. (space-before-blocks)
(#1728) Missing JSDoc comment. (require-jsdoc)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Requires a space after '{'. (block-spacing)
(#1728) Statement inside of curly braces should be on next line. (brace-style)
(#1728) Missing space before opening brace. (space-before-blocks)
(#1728) This line has 26 statements. Maximum allowed is 2. (max-statements-per-line)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Operator '-' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Operator '-' must be spaced. (space-infix-ops)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Operator '*' must be spaced. (space-infix-ops)
(#1728) Operator '+' must be spaced. (space-infix-ops)
(#1728) Operator '*' must be spaced. (space-infix-ops)
(#1728) Requires a space before '}'. (block-spacing)
(#1728) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1728) Missing semicolon. (babel/semi)
(#1728) Expected space(s) before "function". (keyword-spacing)
(#1728) Missing JSDoc comment. (require-jsdoc)
(#1728) A space is required after ','. (comma-spacing)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Requires a space after '{'. (block-spacing)
(#1728) Statement inside of curly braces should be on next line. (brace-style)
(#1728) Missing space before opening brace. (space-before-blocks)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Operator '-' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Operator '-' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Expected { after 'if' condition. (curly)
(#1728) Expected space(s) after "if". (keyword-spacing)
(#1728) Operator '!==' must be spaced. (space-infix-ops)
(#1728) Operator '||' must be spaced. (space-infix-ops)
(#1728) Operator '!==' must be spaced. (space-infix-ops)
(#1728) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Operator '-' must be spaced. (space-infix-ops)
(#1728) Operator '*' must be spaced. (space-infix-ops)
(#1728) Operator '+' must be spaced. (space-infix-ops)
(#1728) Operator '-' must be spaced. (space-infix-ops)
(#1728) Operator '*' must be spaced. (space-infix-ops)
(#1728) Operator '/' must be spaced. (space-infix-ops)
(#1728) Operator '*' must be spaced. (space-infix-ops)
(#1728) Operator '+' must be spaced. (space-infix-ops)
(#1728) Operator '*' must be spaced. (space-infix-ops)
(#1728) Unexpected use of comma operator. (no-sequences)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Operator '>' must be spaced. (space-infix-ops)
(#1728) Operator '?' must be spaced. (space-infix-ops)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Operator '>' must be spaced. (space-infix-ops)
(#1728) Operator '&&' must be spaced. (space-infix-ops)
(#1728) Operator '+=' must be spaced. (space-infix-ops)
(#1728) Operator '*' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Operator '+=' must be spaced. (space-infix-ops)
(#1728) Operator '*' must be spaced. (space-infix-ops)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Return statement should not contain assignment. (no-return-assign)
(#1728) Return statement should not contain assignment. (no-return-assign)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Operator '-' must be spaced. (space-infix-ops)
(#1728) Unexpected use of comma operator. (no-sequences)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Operator '-' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Operator '*' must be spaced. (space-infix-ops)
(#1728) Operator '+' must be spaced. (space-infix-ops)
(#1728) Operator '*' must be spaced. (space-infix-ops)
(#1728) Requires a space before '}'. (block-spacing)
(#1728) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1728) Missing semicolon. (babel/semi)
(#1728) Expected space(s) before "function". (keyword-spacing)
(#1728) Missing JSDoc comment. (require-jsdoc)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Requires a space after '{'. (block-spacing)
(#1728) Statement inside of curly braces should be on next line. (brace-style)
(#1728) Missing space before opening brace. (space-before-blocks)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Expected { after 'for' condition. (curly)
(#1728) Expected space(s) after "for". (keyword-spacing)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Operator '<' must be spaced. (space-infix-ops)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Unexpected use of comma operator. (no-sequences)
(#1728) A space is required after ','. (comma-spacing)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Operator '>' must be spaced. (space-infix-ops)
(#1728) Operator '&&' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Operator '!==' must be spaced. (space-infix-ops)
(#1728) Operator '&&' must be spaced. (space-infix-ops)
(#1728) Unexpected use of comma operator. (no-sequences)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Requires a space before '}'. (block-spacing)
(#1728) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1728) Missing semicolon. (babel/semi)
(#1728) Expected space(s) before "function". (keyword-spacing)
(#1728) Missing JSDoc comment. (require-jsdoc)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Requires a space after '{'. (block-spacing)
(#1728) Statement inside of curly braces should be on next line. (brace-style)
(#1728) Missing space before opening brace. (space-before-blocks)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Operator '!=' must be spaced. (space-infix-ops)
(#1728) Operator '+' must be spaced. (space-infix-ops)
(#1728) Operator '?' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) A constructor name should not start with a lowercase letter. (babel/new-cap)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Operator '-' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1728) A space is required after ','. (comma-spacing)
(#1728) A space is required after ','. (comma-spacing)
(#1728) A space is required after ','. (comma-spacing)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Expected space(s) after "while". (keyword-spacing)
(#1728) Requires a space after '{'. (block-spacing)
(#1728) Statement inside of curly braces should be on next line. (brace-style)
(#1728) Missing space before opening brace. (space-before-blocks)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Expected { after 'for' condition. (curly)
(#1728) Expected space(s) after "for". (keyword-spacing)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Operator '+' must be spaced. (space-infix-ops)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Operator '<' must be spaced. (space-infix-ops)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Unexpected use of comma operator. (no-sequences)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Operator '>' must be spaced. (space-infix-ops)
(#1728) Operator '&&' must be spaced. (space-infix-ops)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#1728) Operator '>' must be spaced. (space-infix-ops)
(#1728) Operator '&&' must be spaced. (space-infix-ops)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) A space is required after ','. (comma-spacing)
(#1728) A space is required after ','. (comma-spacing)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Unexpected use of comma operator. (no-sequences)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Requires a space before '}'. (block-spacing)
(#1728) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1728) Missing semicolon. (babel/semi)
(#1728) Expected { after 'for' condition. (curly)
(#1728) Expected space(s) before "for". (keyword-spacing)
(#1728) Expected space(s) after "for". (keyword-spacing)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Operator '<' must be spaced. (space-infix-ops)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#1728) Operator '&&' must be spaced. (space-infix-ops)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Requires a space before '}'. (block-spacing)
(#1728) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1728) Missing semicolon. (babel/semi)
(#1728) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Requires a space after '{'. (block-spacing)
(#1728) Statement inside of curly braces should be on next line. (brace-style)
(#1728) Missing space before opening brace. (space-before-blocks)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) Operator '!==' must be spaced. (space-infix-ops)
(#1728) Operator '?' must be spaced. (space-infix-ops)
(#1728) Operator '*' must be spaced. (space-infix-ops)
(#1728) Missing whitespace after semicolon. (semi-spacing)
(#1728) Return statement should not contain assignment. (no-return-assign)
(#1728) Operator '||' must be spaced. (space-infix-ops)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Unexpected use of comma operator. (no-sequences)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Operator '=' must be spaced. (space-infix-ops)
(#1728) A space is required after ','. (comma-spacing)
(#1728) A space is required after ','. (comma-spacing)
(#1728) Requires a space before '}'. (block-spacing)
(#1728) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1728) Missing semicolon. (babel/semi)
(#1728) Requires a space before '}'. (block-spacing)
(#1728) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1728) Missing semicolon. (babel/semi)
(#1731) Unexpected tab character. (no-tabs)
(#1731) JSDoc syntax error. (valid-jsdoc)
(#1732) Unexpected tab character. (no-tabs)
(#1733) Unexpected tab character. (no-tabs)
(#1735) Unexpected tab character. (no-tabs)
(#1736) Unexpected tab character. (no-tabs)
(#1737) Unexpected tab character. (no-tabs)
(#1738) Unexpected tab character. (no-tabs)
(#1739) Unexpected tab character. (no-tabs)
(#1740) Unexpected tab character. (no-tabs)
(#1740) A space is required after ','. (comma-spacing)
(#1740) Missing space before opening brace. (space-before-blocks)
(#1741) Unexpected tab character. (no-tabs)
(#1741) Missing semicolon. (babel/semi)
(#1742) Unexpected tab character. (no-tabs)
(#1742) Missing semicolon. (babel/semi)
(#1743) Unexpected tab character. (no-tabs)
(#1743) Missing space before opening brace. (space-before-blocks)
(#1744) Unexpected tab character. (no-tabs)
(#1744) Trailing spaces not allowed. (no-trailing-spaces)
(#1745) Unexpected tab character. (no-tabs)
(#1746) Unexpected tab character. (no-tabs)
(#1747) Unexpected tab character. (no-tabs)
(#1747) Missing semicolon. (babel/semi)
(#1748) Unexpected tab character. (no-tabs)
(#1748) Missing semicolon. (babel/semi)
(#1749) Unexpected tab character. (no-tabs)
(#1749) Missing semicolon. (babel/semi)
(#1750) Unexpected tab character. (no-tabs)
(#1750) Missing space before opening brace. (space-before-blocks)
(#1751) Unexpected tab character. (no-tabs)
(#1751) Missing space before opening brace. (space-before-blocks)
(#1752) Unexpected tab character. (no-tabs)
(#1752) There should be no space after this paren. (space-in-parens)
(#1752) There should be no space before this paren. (space-in-parens)
(#1752) Missing semicolon. (babel/semi)
(#1753) Unexpected tab character. (no-tabs)
(#1754) Unexpected tab character. (no-tabs)
(#1754) Missing semicolon. (babel/semi)
(#1755) Unexpected tab character. (no-tabs)
(#1755) Missing semicolon. (babel/semi)
(#1756) Unexpected tab character. (no-tabs)
(#1756) Trailing spaces not allowed. (no-trailing-spaces)
(#1757) Unexpected tab character. (no-tabs)
(#1757) Unexpected space before function parentheses. (space-before-function-paren)
(#1757) Missing space before opening brace. (space-before-blocks)
(#1758) Unexpected tab character. (no-tabs)
(#1758) Missing semicolon. (babel/semi)
(#1759) Unexpected tab character. (no-tabs)
(#1759) Missing semicolon. (babel/semi)
(#1760) Unexpected tab character. (no-tabs)
(#1760) Missing space before opening brace. (space-before-blocks)
(#1761) Unexpected tab character. (no-tabs)
(#1761) Comments should not begin with a lowercase character. (capitalized-comments)
(#1762) Unexpected tab character. (no-tabs)
(#1762) Missing space before opening brace. (space-before-blocks)
(#1763) Unexpected tab character. (no-tabs)
(#1763) Missing semicolon. (babel/semi)
(#1764) Unexpected tab character. (no-tabs)
(#1764) Missing space before opening brace. (space-before-blocks)
(#1765) Unexpected tab character. (no-tabs)
(#1765) Missing semicolon. (babel/semi)
(#1766) Unexpected tab character. (no-tabs)
(#1766) Missing semicolon. (babel/semi)
(#1767) Unexpected tab character. (no-tabs)
(#1767) Expected space(s) after "if". (keyword-spacing)
(#1767) Missing space before opening brace. (space-before-blocks)
(#1768) Unexpected tab character. (no-tabs)
(#1768) Missing semicolon. (babel/semi)
(#1769) Unexpected tab character. (no-tabs)
(#1769) Missing semicolon. (babel/semi)
(#1770) Unexpected tab character. (no-tabs)
(#1771) Unexpected tab character. (no-tabs)
(#1772) Unexpected tab character. (no-tabs)
(#1772) ',' should be placed last. (comma-style)
(#1773) Unexpected tab character. (no-tabs)
(#1773) ',' should be placed last. (comma-style)
(#1773) Missing semicolon. (babel/semi)
(#1774) Unexpected tab character. (no-tabs)
(#1774) Missing semicolon. (babel/semi)
(#1775) Unexpected tab character. (no-tabs)
(#1775) Missing semicolon. (babel/semi)
(#1776) Unexpected tab character. (no-tabs)
(#1776) Missing semicolon. (babel/semi)
(#1777) Unexpected tab character. (no-tabs)
(#1778) Unexpected tab character. (no-tabs)
(#1778) Missing semicolon. (babel/semi)
(#1779) Unexpected tab character. (no-tabs)
(#1779) Missing semicolon. (babel/semi)
(#1780) Unexpected tab character. (no-tabs)
(#1780) Trailing spaces not allowed. (no-trailing-spaces)
(#1781) Unexpected tab character. (no-tabs)
(#1781) Missing JSDoc for parameter 'vectorB'. (valid-jsdoc)
(#1782) Unexpected tab character. (no-tabs)
(#1783) Unexpected tab character. (no-tabs)
(#1784) Unexpected tab character. (no-tabs)
(#1785) Unexpected tab character. (no-tabs)
(#1785) Trailing spaces not allowed. (no-trailing-spaces)
(#1786) Unexpected tab character. (no-tabs)
(#1787) Unexpected tab character. (no-tabs)
(#1788) Unexpected tab character. (no-tabs)
(#1788) Missing semicolon. (babel/semi)
(#1789) Unexpected tab character. (no-tabs)
(#1790) Unexpected tab character. (no-tabs)
(#1790) Missing semicolon. (babel/semi)
(#1791) Unexpected tab character. (no-tabs)
(#1792) Unexpected tab character. (no-tabs)
(#1793) Unexpected tab character. (no-tabs)
(#1794) Unexpected tab character. (no-tabs)
(#1795) Unexpected tab character. (no-tabs)
(#1796) Unexpected tab character. (no-tabs)
(#1796) Trailing spaces not allowed. (no-trailing-spaces)
(#1797) Unexpected tab character. (no-tabs)
(#1797) Trailing spaces not allowed. (no-trailing-spaces)
(#1798) Unexpected tab character. (no-tabs)
(#1798) There should be no space after this paren. (space-in-parens)
(#1798) There should be no space before this paren. (space-in-parens)
(#1799) Unexpected tab character. (no-tabs)
(#1800) Unexpected tab character. (no-tabs)
(#1801) Unexpected tab character. (no-tabs)
(#1802) Unexpected tab character. (no-tabs)
(#1803) Unexpected tab character. (no-tabs)
(#1803) Missing semicolon. (babel/semi)
(#1804) Unexpected tab character. (no-tabs)
(#1805) Unexpected tab character. (no-tabs)
(#1805) Missing semicolon. (babel/semi)
(#1806) Unexpected tab character. (no-tabs)
(#1808) Unexpected tab character. (no-tabs)
(#1808) Missing JSDoc comment. (require-jsdoc)
(#1808) A space is required after ','. (comma-spacing)
(#1808) Missing space before opening brace. (space-before-blocks)
(#1809) Unexpected tab character. (no-tabs)
(#1809) Missing semicolon. (babel/semi)
(#1810) Unexpected tab character. (no-tabs)
(#1810) Missing semicolon. (babel/semi)
(#1811) Unexpected tab character. (no-tabs)
(#1811) Trailing spaces not allowed. (no-trailing-spaces)
(#1812) Unexpected tab character. (no-tabs)
(#1812) Unexpected space before function parentheses. (space-before-function-paren)
(#1813) Unexpected tab character. (no-tabs)
(#1813) Missing semicolon. (babel/semi)
(#1814) Unexpected tab character. (no-tabs)
(#1814) Missing semicolon. (babel/semi)
(#1815) Unexpected tab character. (no-tabs)
(#1815) Unexpected space before function parentheses. (space-before-function-paren)
(#1816) Unexpected tab character. (no-tabs)
(#1816) Missing semicolon. (babel/semi)
(#1817) Unexpected tab character. (no-tabs)
(#1817) Missing semicolon. (babel/semi)
(#1818) Unexpected tab character. (no-tabs)
(#1818) Unexpected space before function parentheses. (space-before-function-paren)
(#1819) Unexpected tab character. (no-tabs)
(#1819) Missing semicolon. (babel/semi)
(#1820) Unexpected tab character. (no-tabs)
(#1820) Missing semicolon. (babel/semi)
(#1821) Unexpected tab character. (no-tabs)
(#1821) Unexpected space before function parentheses. (space-before-function-paren)
(#1822) Unexpected tab character. (no-tabs)
(#1822) Missing semicolon. (babel/semi)
(#1823) Unexpected tab character. (no-tabs)
(#1823) Missing semicolon. (babel/semi)
(#1824) Unexpected tab character. (no-tabs)
(#1826) Unexpected tab character. (no-tabs)
(#1827) Unexpected tab character. (no-tabs)
(#1828) Unexpected tab character. (no-tabs)
(#1829) Unexpected tab character. (no-tabs)
(#1830) Unexpected tab character. (no-tabs)
(#1832) Unexpected tab character. (no-tabs)
(#1833) Unexpected tab character. (no-tabs)
(#1834) Unexpected tab character. (no-tabs)
(#1834) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#1835) Unexpected tab character. (no-tabs)
(#1835) Missing JSDoc parameter type for 'position'. (valid-jsdoc)
(#1836) Unexpected tab character. (no-tabs)
(#1837) Unexpected tab character. (no-tabs)
(#1838) Unexpected tab character. (no-tabs)
(#1838) Unexpected space before function parentheses. (space-before-function-paren)
(#1838) Missing space before opening brace. (space-before-blocks)
(#1839) Unexpected tab character. (no-tabs)
(#1839) Missing semicolon. (babel/semi)
(#1840) Unexpected tab character. (no-tabs)
(#1840) There should be no space after this paren. (space-in-parens)
(#1840) There should be no space before this paren. (space-in-parens)
(#1840) Missing semicolon. (babel/semi)
(#1841) Unexpected tab character. (no-tabs)
(#1843) Unexpected tab character. (no-tabs)
(#1843) Unexpected tab character. (no-tabs)
(#1844) Unexpected tab character. (no-tabs)
(#1844) Unexpected tab character. (no-tabs)
(#1844) Trailing spaces not allowed. (no-trailing-spaces)
(#1845) Unexpected tab character. (no-tabs)
(#1845) Unexpected tab character. (no-tabs)
(#1846) Unexpected tab character. (no-tabs)
(#1846) Unexpected tab character. (no-tabs)
(#1847) Unexpected tab character. (no-tabs)
(#1847) Unexpected tab character. (no-tabs)
(#1848) Unexpected tab character. (no-tabs)
(#1848) Unexpected tab character. (no-tabs)
(#1849) Unexpected tab character. (no-tabs)
(#1849) Unexpected tab character. (no-tabs)
(#1849) Trailing spaces not allowed. (no-trailing-spaces)
(#1850) Unexpected tab character. (no-tabs)
(#1850) Unexpected tab character. (no-tabs)
(#1851) Unexpected tab character. (no-tabs)
(#1851) Unexpected tab character. (no-tabs)
(#1852) Unexpected tab character. (no-tabs)
(#1852) Unexpected tab character. (no-tabs)
(#1853) Unexpected tab character. (no-tabs)
(#1853) Unexpected tab character. (no-tabs)
(#1854) Unexpected tab character. (no-tabs)
(#1854) Unexpected tab character. (no-tabs)
(#1855) Unexpected tab character. (no-tabs)
(#1855) Unexpected tab character. (no-tabs)
(#1856) Unexpected tab character. (no-tabs)
(#1856) Unexpected tab character. (no-tabs)
(#1857) Unexpected tab character. (no-tabs)
(#1857) Unexpected tab character. (no-tabs)
(#1858) Unexpected tab character. (no-tabs)
(#1858) Unexpected tab character. (no-tabs)
(#1859) Unexpected tab character. (no-tabs)
(#1859) Unexpected tab character. (no-tabs)
(#1860) Unexpected tab character. (no-tabs)
(#1860) Unexpected tab character. (no-tabs)
(#1860) Trailing spaces not allowed. (no-trailing-spaces)
(#1861) Unexpected tab character. (no-tabs)
(#1861) Unexpected tab character. (no-tabs)
(#1862) Unexpected tab character. (no-tabs)
(#1862) Unexpected tab character. (no-tabs)
(#1863) Unexpected tab character. (no-tabs)
(#1863) Unexpected tab character. (no-tabs)
(#1864) Unexpected tab character. (no-tabs)
(#1864) Unexpected tab character. (no-tabs)
(#1865) Unexpected tab character. (no-tabs)
(#1865) Unexpected tab character. (no-tabs)
(#1866) Unexpected tab character. (no-tabs)
(#1866) Unexpected tab character. (no-tabs)
(#1867) Unexpected tab character. (no-tabs)
(#1867) Unexpected tab character. (no-tabs)
(#1868) Unexpected tab character. (no-tabs)
(#1868) Unexpected tab character. (no-tabs)
(#1869) Unexpected tab character. (no-tabs)
(#1869) Unexpected tab character. (no-tabs)
(#1870) Unexpected tab character. (no-tabs)
(#1870) Unexpected tab character. (no-tabs)
(#1871) Unexpected tab character. (no-tabs)
(#1871) Unexpected tab character. (no-tabs)
(#1872) Unexpected tab character. (no-tabs)
(#1872) Unexpected tab character. (no-tabs)
(#1873) Unexpected tab character. (no-tabs)
(#1873) Unexpected tab character. (no-tabs)
(#1873) Trailing spaces not allowed. (no-trailing-spaces)
(#1875) Unexpected tab character. (no-tabs)
(#1875) Missing JSDoc comment. (require-jsdoc)
(#1875) Missing space before opening brace. (space-before-blocks)
(#1876) Unexpected tab character. (no-tabs)
(#1876) Missing semicolon. (babel/semi)
(#1877) Unexpected tab character. (no-tabs)
(#1877) Comments should not begin with a lowercase character. (capitalized-comments)
(#1878) Unexpected tab character. (no-tabs)
(#1879) Unexpected tab character. (no-tabs)
(#1880) Unexpected tab character. (no-tabs)
(#1881) Unexpected tab character. (no-tabs)
(#1882) Unexpected tab character. (no-tabs)
(#1883) Unexpected tab character. (no-tabs)
(#1883) Trailing spaces not allowed. (no-trailing-spaces)
(#1884) Unexpected tab character. (no-tabs)
(#1884) Trailing spaces not allowed. (no-trailing-spaces)
(#1885) Unexpected tab character. (no-tabs)
(#1885) Unexpected tab character. (no-tabs)
(#1886) Unexpected tab character. (no-tabs)
(#1887) Unexpected tab character. (no-tabs)
(#1887) Trailing spaces not allowed. (no-trailing-spaces)
(#1888) Unexpected tab character. (no-tabs)
(#1888) Trailing spaces not allowed. (no-trailing-spaces)
(#1889) Unexpected tab character. (no-tabs)
(#1890) Unexpected tab character. (no-tabs)
(#1891) Unexpected tab character. (no-tabs)
(#1893) Unexpected tab character. (no-tabs)
(#1894) Unexpected tab character. (no-tabs)
(#1895) Unexpected tab character. (no-tabs)
(#1895) Missing semicolon. (babel/semi)
(#1896) Unexpected tab character. (no-tabs)
(#1897) Unexpected tab character. (no-tabs)
(#1897) Trailing spaces not allowed. (no-trailing-spaces)
(#1898) Unexpected tab character. (no-tabs)
(#1898) Operator '-' must be spaced. (space-infix-ops)
(#1898) Operator '-' must be spaced. (space-infix-ops)
(#1899) Unexpected tab character. (no-tabs)
(#1899) ',' should be placed last. (comma-style)
(#1900) Unexpected tab character. (no-tabs)
(#1900) ',' should be placed last. (comma-style)
(#1900) Missing semicolon. (babel/semi)
(#1901) Unexpected tab character. (no-tabs)
(#1902) Unexpected tab character. (no-tabs)
(#1902) Trailing spaces not allowed. (no-trailing-spaces)
(#1903) Unexpected tab character. (no-tabs)
(#1904) Unexpected tab character. (no-tabs)
(#1905) Unexpected tab character. (no-tabs)
(#1906) Unexpected tab character. (no-tabs)
(#1907) Unexpected tab character. (no-tabs)
(#1907) Operator '-' must be spaced. (space-infix-ops)
(#1907) Operator '-' must be spaced. (space-infix-ops)
(#1908) Unexpected tab character. (no-tabs)
(#1908) ',' should be placed last. (comma-style)
(#1909) Unexpected tab character. (no-tabs)
(#1909) ',' should be placed last. (comma-style)
(#1910) Unexpected tab character. (no-tabs)
(#1910) ',' should be placed last. (comma-style)
(#1910) Missing semicolon. (babel/semi)
(#1911) Unexpected tab character. (no-tabs)
(#1911) Trailing spaces not allowed. (no-trailing-spaces)
(#1912) Unexpected tab character. (no-tabs)
(#1912) There should be no space after this paren. (space-in-parens)
(#1912) There should be no space before this paren. (space-in-parens)
(#1912) Missing space before opening brace. (space-before-blocks)
(#1913) Unexpected tab character. (no-tabs)
(#1914) Unexpected tab character. (no-tabs)
(#1914) Expected space(s) after "if". (keyword-spacing)
(#1915) Unexpected tab character. (no-tabs)
(#1915) Operator '-' must be spaced. (space-infix-ops)
(#1915) Operator '-' must be spaced. (space-infix-ops)
(#1915) Missing semicolon. (babel/semi)
(#1916) Unexpected tab character. (no-tabs)
(#1917) Unexpected tab character. (no-tabs)
(#1917) A space is required after ','. (comma-spacing)
(#1917) Missing semicolon. (babel/semi)
(#1918) Unexpected tab character. (no-tabs)
(#1919) Unexpected tab character. (no-tabs)
(#1920) Unexpected tab character. (no-tabs)
(#1920) ',' should be placed last. (comma-style)
(#1921) Unexpected tab character. (no-tabs)
(#1921) ',' should be placed last. (comma-style)
(#1922) Unexpected tab character. (no-tabs)
(#1922) ',' should be placed last. (comma-style)
(#1923) Unexpected tab character. (no-tabs)
(#1923) ',' should be placed last. (comma-style)
(#1924) Unexpected tab character. (no-tabs)
(#1925) Unexpected tab character. (no-tabs)
(#1926) Unexpected tab character. (no-tabs)
(#1926) ',' should be placed last. (comma-style)
(#1927) Unexpected tab character. (no-tabs)
(#1928) Unexpected tab character. (no-tabs)
(#1929) Unexpected tab character. (no-tabs)
(#1929) ',' should be placed last. (comma-style)
(#1929) Missing semicolon. (babel/semi)
(#1930) Unexpected tab character. (no-tabs)
(#1930) Trailing spaces not allowed. (no-trailing-spaces)
(#1931) Unexpected tab character. (no-tabs)
(#1931) Comments should not begin with a lowercase character. (capitalized-comments)
(#1932) Unexpected tab character. (no-tabs)
(#1933) Unexpected tab character. (no-tabs)
(#1934) Unexpected tab character. (no-tabs)
(#1934) Comments should not begin with a lowercase character. (capitalized-comments)
(#1935) Unexpected tab character. (no-tabs)
(#1935) ',' should be placed last. (comma-style)
(#1935) There should be no space after this paren. (space-in-parens)
(#1935) There should be no space before this paren. (space-in-parens)
(#1936) Unexpected tab character. (no-tabs)
(#1936) ',' should be placed last. (comma-style)
(#1936) There should be no space after this paren. (space-in-parens)
(#1936) There should be no space before this paren. (space-in-parens)
(#1937) Unexpected tab character. (no-tabs)
(#1937) ',' should be placed last. (comma-style)
(#1937) There should be no space after this paren. (space-in-parens)
(#1937) There should be no space before this paren. (space-in-parens)
(#1938) Unexpected tab character. (no-tabs)
(#1938) ',' should be placed last. (comma-style)
(#1938) There should be no space after this paren. (space-in-parens)
(#1938) There should be no space before this paren. (space-in-parens)
(#1939) Unexpected tab character. (no-tabs)
(#1939) ',' should be placed last. (comma-style)
(#1939) There should be no space after this paren. (space-in-parens)
(#1939) There should be no space before this paren. (space-in-parens)
(#1940) Unexpected tab character. (no-tabs)
(#1940) ',' should be placed last. (comma-style)
(#1940) There should be no space after this paren. (space-in-parens)
(#1940) There should be no space before this paren. (space-in-parens)
(#1941) Unexpected tab character. (no-tabs)
(#1941) Missing semicolon. (babel/semi)
(#1942) Unexpected tab character. (no-tabs)
(#1943) Unexpected tab character. (no-tabs)
(#1944) Unexpected tab character. (no-tabs)
(#1944) Comments should not begin with a lowercase character. (capitalized-comments)
(#1945) Unexpected tab character. (no-tabs)
(#1945) ',' should be placed last. (comma-style)
(#1945) There should be no space after this paren. (space-in-parens)
(#1945) There should be no space before this paren. (space-in-parens)
(#1946) Unexpected tab character. (no-tabs)
(#1946) ',' should be placed last. (comma-style)
(#1946) There should be no space after this paren. (space-in-parens)
(#1946) There should be no space before this paren. (space-in-parens)
(#1947) Unexpected tab character. (no-tabs)
(#1947) Missing semicolon. (babel/semi)
(#1948) Unexpected tab character. (no-tabs)
(#1949) Unexpected tab character. (no-tabs)
(#1951) Unexpected tab character. (no-tabs)
(#1951) Missing JSDoc comment. (require-jsdoc)
(#1951) Missing space before opening brace. (space-before-blocks)
(#1952) Unexpected tab character. (no-tabs)
(#1952) Missing semicolon. (babel/semi)
(#1953) Unexpected tab character. (no-tabs)
(#1954) Unexpected tab character. (no-tabs)
(#1954) Trailing spaces not allowed. (no-trailing-spaces)
(#1955) Unexpected tab character. (no-tabs)
(#1956) Unexpected tab character. (no-tabs)
(#1957) Unexpected tab character. (no-tabs)
(#1957) Trailing spaces not allowed. (no-trailing-spaces)
(#1958) Unexpected tab character. (no-tabs)
(#1960) Unexpected tab character. (no-tabs)
(#1960) Trailing spaces not allowed. (no-trailing-spaces)
(#1961) Unexpected tab character. (no-tabs)
(#1961) Unexpected tab character. (no-tabs)
(#1962) Unexpected tab character. (no-tabs)
(#1963) Unexpected tab character. (no-tabs)
(#1963) Trailing spaces not allowed. (no-trailing-spaces)
(#1964) Unexpected tab character. (no-tabs)
(#1964) Trailing spaces not allowed. (no-trailing-spaces)
(#1965) Unexpected tab character. (no-tabs)
(#1966) Unexpected tab character. (no-tabs)
(#1967) Unexpected tab character. (no-tabs)
(#1967) Missing semicolon. (babel/semi)
(#1968) Unexpected tab character. (no-tabs)
(#1968) Trailing spaces not allowed. (no-trailing-spaces)
(#1969) Unexpected tab character. (no-tabs)
(#1969) Comments should not begin with a lowercase character. (capitalized-comments)
(#1970) Unexpected tab character. (no-tabs)
(#1971) Unexpected tab character. (no-tabs)
(#1971) ',' should be placed last. (comma-style)
(#1971) Operator '-' must be spaced. (space-infix-ops)
(#1971) Operator '-' must be spaced. (space-infix-ops)
(#1972) Unexpected tab character. (no-tabs)
(#1972) ',' should be placed last. (comma-style)
(#1973) Unexpected tab character. (no-tabs)
(#1973) ',' should be placed last. (comma-style)
(#1973) Missing semicolon. (babel/semi)
(#1974) Unexpected tab character. (no-tabs)
(#1974) Trailing spaces not allowed. (no-trailing-spaces)
(#1975) Unexpected tab character. (no-tabs)
(#1975) Missing space before opening brace. (space-before-blocks)
(#1976) Unexpected tab character. (no-tabs)
(#1976) Comments should not begin with a lowercase character. (capitalized-comments)
(#1977) Unexpected tab character. (no-tabs)
(#1977) Operator '-' must be spaced. (space-infix-ops)
(#1977) Operator '-' must be spaced. (space-infix-ops)
(#1978) Unexpected tab character. (no-tabs)
(#1978) ',' should be placed last. (comma-style)
(#1979) Unexpected tab character. (no-tabs)
(#1979) ',' should be placed last. (comma-style)
(#1980) Unexpected tab character. (no-tabs)
(#1980) ',' should be placed last. (comma-style)
(#1981) Unexpected tab character. (no-tabs)
(#1981) ',' should be placed last. (comma-style)
(#1982) Unexpected tab character. (no-tabs)
(#1983) Unexpected tab character. (no-tabs)
(#1983) Missing semicolon. (babel/semi)
(#1984) Unexpected tab character. (no-tabs)
(#1984) Trailing spaces not allowed. (no-trailing-spaces)
(#1985) Unexpected tab character. (no-tabs)
(#1986) Unexpected tab character. (no-tabs)
(#1986) Comments should not begin with a lowercase character. (capitalized-comments)
(#1987) Unexpected tab character. (no-tabs)
(#1987) ',' should be placed last. (comma-style)
(#1987) There should be no space after this paren. (space-in-parens)
(#1987) There should be no space before this paren. (space-in-parens)
(#1988) Unexpected tab character. (no-tabs)
(#1988) ',' should be placed last. (comma-style)
(#1988) There should be no space after this paren. (space-in-parens)
(#1988) There should be no space before this paren. (space-in-parens)
(#1989) Unexpected tab character. (no-tabs)
(#1989) ',' should be placed last. (comma-style)
(#1989) There should be no space after this paren. (space-in-parens)
(#1989) There should be no space before this paren. (space-in-parens)
(#1990) Unexpected tab character. (no-tabs)
(#1990) ',' should be placed last. (comma-style)
(#1990) There should be no space after this paren. (space-in-parens)
(#1990) There should be no space before this paren. (space-in-parens)
(#1991) Unexpected tab character. (no-tabs)
(#1991) ',' should be placed last. (comma-style)
(#1991) There should be no space after this paren. (space-in-parens)
(#1991) There should be no space before this paren. (space-in-parens)
(#1992) Unexpected tab character. (no-tabs)
(#1992) ',' should be placed last. (comma-style)
(#1992) There should be no space after this paren. (space-in-parens)
(#1992) There should be no space before this paren. (space-in-parens)
(#1993) Unexpected tab character. (no-tabs)
(#1993) Missing semicolon. (babel/semi)
(#1994) Unexpected tab character. (no-tabs)
(#1995) Unexpected tab character. (no-tabs)
(#1996) Unexpected tab character. (no-tabs)
(#1997) Unexpected tab character. (no-tabs)
(#1997) Comments should not begin with a lowercase character. (capitalized-comments)
(#1998) Unexpected tab character. (no-tabs)
(#1998) ',' should be placed last. (comma-style)
(#1998) There should be no space after this paren. (space-in-parens)
(#1998) There should be no space before this paren. (space-in-parens)
(#1999) Unexpected tab character. (no-tabs)
(#1999) ',' should be placed last. (comma-style)
(#1999) There should be no space after this paren. (space-in-parens)
(#1999) There should be no space before this paren. (space-in-parens)
(#2000) Unexpected tab character. (no-tabs)
(#2000) Missing semicolon. (babel/semi)
(#2001) Unexpected tab character. (no-tabs)
(#2002) Unexpected tab character. (no-tabs)
(#2004) Unexpected tab character. (no-tabs)
(#2004) Missing JSDoc comment. (require-jsdoc)
(#2004) Missing space before opening brace. (space-before-blocks)
(#2005) Unexpected tab character. (no-tabs)
(#2005) Missing semicolon. (babel/semi)
(#2006) Unexpected tab character. (no-tabs)
(#2006) Comments should not begin with a lowercase character. (capitalized-comments)
(#2007) Unexpected tab character. (no-tabs)
(#2008) Unexpected tab character. (no-tabs)
(#2009) Unexpected tab character. (no-tabs)
(#2010) Unexpected tab character. (no-tabs)
(#2010) Comments should not begin with a lowercase character. (capitalized-comments)
(#2011) Unexpected tab character. (no-tabs)
(#2011) ',' should be placed last. (comma-style)
(#2011) There should be no space after this paren. (space-in-parens)
(#2012) Unexpected tab character. (no-tabs)
(#2012) ',' should be placed last. (comma-style)
(#2012) There should be no space after this paren. (space-in-parens)
(#2013) Unexpected tab character. (no-tabs)
(#2014) Unexpected tab character. (no-tabs)
(#2014) Comments should not begin with a lowercase character. (capitalized-comments)
(#2014) Trailing spaces not allowed. (no-trailing-spaces)
(#2015) Unexpected tab character. (no-tabs)
(#2015) ',' should be placed last. (comma-style)
(#2015) Comments should not begin with a lowercase character. (capitalized-comments)
(#2016) Unexpected tab character. (no-tabs)
(#2016) ',' should be placed last. (comma-style)
(#2016) Comments should not begin with a lowercase character. (capitalized-comments)
(#2017) Unexpected tab character. (no-tabs)
(#2017) ',' should be placed last. (comma-style)
(#2017) Missing semicolon. (babel/semi)
(#2018) Unexpected tab character. (no-tabs)
(#2018) Trailing spaces not allowed. (no-trailing-spaces)
(#2019) Unexpected tab character. (no-tabs)
(#2019) Expected space(s) after "for". (keyword-spacing)
(#2019) Missing space before opening brace. (space-before-blocks)
(#2020) Unexpected tab character. (no-tabs)
(#2020) Missing semicolon. (babel/semi)
(#2021) Unexpected tab character. (no-tabs)
(#2022) Unexpected tab character. (no-tabs)
(#2022) Comments should not begin with a lowercase character. (capitalized-comments)
(#2022) Missing space before opening brace. (space-before-blocks)
(#2023) Unexpected tab character. (no-tabs)
(#2023) Missing semicolon. (babel/semi)
(#2024) Unexpected tab character. (no-tabs)
(#2024) Missing space before opening brace. (space-before-blocks)
(#2025) Unexpected tab character. (no-tabs)
(#2025) Comments should not begin with a lowercase character. (capitalized-comments)
(#2026) Unexpected tab character. (no-tabs)
(#2026) unnecessary '.apply()'. (no-useless-call)
(#2026) There should be no space before ','. (comma-spacing)
(#2026) Missing semicolon. (babel/semi)
(#2027) Unexpected tab character. (no-tabs)
(#2028) Unexpected tab character. (no-tabs)
(#2028) Missing semicolon. (babel/semi)
(#2029) Unexpected tab character. (no-tabs)
(#2031) Unexpected tab character. (no-tabs)
(#2031) Missing JSDoc comment. (require-jsdoc)
(#2031) Missing space before opening brace. (space-before-blocks)
(#2032) Unexpected tab character. (no-tabs)
(#2033) Unexpected tab character. (no-tabs)
(#2033) ',' should be placed last. (comma-style)
(#2033) Missing space before value for key 'x'. (key-spacing)
(#2033) Missing space before value for key 'y'. (key-spacing)
(#2034) Unexpected tab character. (no-tabs)
(#2034) ',' should be placed last. (comma-style)
(#2034) Missing semicolon. (babel/semi)
(#2035) Unexpected tab character. (no-tabs)
(#2035) Trailing spaces not allowed. (no-trailing-spaces)
(#2036) Unexpected tab character. (no-tabs)
(#2036) Missing space before opening brace. (space-before-blocks)
(#2037) Unexpected tab character. (no-tabs)
(#2037) Missing space before value for key 'x'. (key-spacing)
(#2037) Missing space before value for key 'y'. (key-spacing)
(#2037) Missing semicolon. (babel/semi)
(#2038) Unexpected tab character. (no-tabs)
(#2039) Unexpected tab character. (no-tabs)
(#2039) 'simplify' is not defined. (no-undef)
(#2039) Missing semicolon. (babel/semi)
(#2040) Unexpected tab character. (no-tabs)
(#2040) Missing space before opening brace. (space-before-blocks)
(#2041) Unexpected tab character. (no-tabs)
(#2041) Missing semicolon. (babel/semi)
(#2042) Unexpected tab character. (no-tabs)
(#2042) Missing semicolon. (babel/semi)
(#2043) Unexpected tab character. (no-tabs)
(#2043) Unexpected tab character. (no-tabs)
(#2043) Trailing spaces not allowed. (no-trailing-spaces)
(#2044) Unexpected tab character. (no-tabs)
(#2044) Missing semicolon. (babel/semi)
(#2045) Unexpected tab character. (no-tabs)
(#2047) Unexpected tab character. (no-tabs)
(#2047) Comments should not begin with a lowercase character. (capitalized-comments)
(#2048) Unexpected tab character. (no-tabs)
(#2048) Missing JSDoc comment. (require-jsdoc)
(#2048) Missing space before opening brace. (space-before-blocks)
(#2049) Unexpected tab character. (no-tabs)
(#2050) Unexpected tab character. (no-tabs)
(#2051) Unexpected tab character. (no-tabs)
(#2052) Unexpected tab character. (no-tabs)
(#2053) Unexpected tab character. (no-tabs)
(#2054) Unexpected tab character. (no-tabs)
(#2055) Unexpected tab character. (no-tabs)
(#2056) Unexpected tab character. (no-tabs)
(#2057) Unexpected tab character. (no-tabs)
(#2058) Unexpected tab character. (no-tabs)
(#2058) Missing space before opening brace. (space-before-blocks)
(#2059) Unexpected tab character. (no-tabs)
(#2060) Unexpected tab character. (no-tabs)
(#2060) ',' should be placed last. (comma-style)
(#2061) Unexpected tab character. (no-tabs)
(#2061) ',' should be placed last. (comma-style)
(#2062) Unexpected tab character. (no-tabs)
(#2063) Unexpected tab character. (no-tabs)
(#2064) Unexpected tab character. (no-tabs)
(#2065) Unexpected tab character. (no-tabs)
(#2067) Unexpected tab character. (no-tabs)
(#2067) Missing JSDoc comment. (require-jsdoc)
(#2067) Missing space before opening brace. (space-before-blocks)
(#2068) Unexpected tab character. (no-tabs)
(#2068) Missing semicolon. (babel/semi)
(#2069) Unexpected tab character. (no-tabs)
(#2070) Unexpected tab character. (no-tabs)
(#2071) Unexpected tab character. (no-tabs)
(#2071) ',' should be placed last. (comma-style)
(#2072) Unexpected tab character. (no-tabs)
(#2072) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2073) Unexpected tab character. (no-tabs)
(#2073) ',' should be placed last. (comma-style)
(#2073) There should be no space before ','. (comma-spacing)
(#2073) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2074) Unexpected tab character. (no-tabs)
(#2074) ',' should be placed last. (comma-style)
(#2075) Unexpected tab character. (no-tabs)
(#2075) ',' should be placed last. (comma-style)
(#2076) Unexpected tab character. (no-tabs)
(#2076) ',' should be placed last. (comma-style)
(#2077) Unexpected tab character. (no-tabs)
(#2077) ',' should be placed last. (comma-style)
(#2078) Unexpected tab character. (no-tabs)
(#2078) ',' should be placed last. (comma-style)
(#2079) Unexpected tab character. (no-tabs)
(#2079) ',' should be placed last. (comma-style)
(#2080) Unexpected tab character. (no-tabs)
(#2080) ',' should be placed last. (comma-style)
(#2081) Unexpected tab character. (no-tabs)
(#2081) ',' should be placed last. (comma-style)
(#2081) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2082) Unexpected tab character. (no-tabs)
(#2082) ',' should be placed last. (comma-style)
(#2082) Missing semicolon. (babel/semi)
(#2083) Unexpected tab character. (no-tabs)
(#2083) Trailing spaces not allowed. (no-trailing-spaces)
(#2084) Unexpected tab character. (no-tabs)
(#2084) Expected space(s) after "if". (keyword-spacing)
(#2084) Missing space before opening brace. (space-before-blocks)
(#2085) Unexpected tab character. (no-tabs)
(#2085) Expected space(s) after "for". (keyword-spacing)
(#2085) Missing space before opening brace. (space-before-blocks)
(#2086) Unexpected tab character. (no-tabs)
(#2086) There should be no space after this paren. (space-in-parens)
(#2086) There should be no space before this paren. (space-in-parens)
(#2086) Missing semicolon. (babel/semi)
(#2087) Unexpected tab character. (no-tabs)
(#2087) Missing semicolon. (babel/semi)
(#2088) Unexpected tab character. (no-tabs)
(#2088) Missing semicolon. (babel/semi)
(#2089) Unexpected tab character. (no-tabs)
(#2089) Missing semicolon. (babel/semi)
(#2090) Unexpected tab character. (no-tabs)
(#2091) Unexpected tab character. (no-tabs)
(#2091) Trailing spaces not allowed. (no-trailing-spaces)
(#2091) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2092) Unexpected tab character. (no-tabs)
(#2092) Missing semicolon. (babel/semi)
(#2093) Unexpected tab character. (no-tabs)
(#2093) Missing semicolon. (babel/semi)
(#2094) Unexpected tab character. (no-tabs)
(#2094) Missing semicolon. (babel/semi)
(#2095) Unexpected tab character. (no-tabs)
(#2095) Missing semicolon. (babel/semi)
(#2096) Unexpected tab character. (no-tabs)
(#2096) Operator '?' must be spaced. (space-infix-ops)
(#2096) Missing semicolon. (babel/semi)
(#2097) Unexpected tab character. (no-tabs)
(#2097) Operator '?' must be spaced. (space-infix-ops)
(#2097) Missing semicolon. (babel/semi)
(#2098) Unexpected tab character. (no-tabs)
(#2098) Missing semicolon. (babel/semi)
(#2099) Unexpected tab character. (no-tabs)
(#2099) Missing semicolon. (babel/semi)
(#2100) Unexpected tab character. (no-tabs)
(#2101) Unexpected tab character. (no-tabs)
(#2101) Trailing spaces not allowed. (no-trailing-spaces)
(#2102) Unexpected tab character. (no-tabs)
(#2103) Unexpected tab character. (no-tabs)
(#2103) Operator '+' must be spaced. (space-infix-ops)
(#2103) Trailing spaces not allowed. (no-trailing-spaces)
(#2104) Unexpected tab character. (no-tabs)
(#2105) Unexpected tab character. (no-tabs)
(#2105) Operator '+' must be spaced. (space-infix-ops)
(#2105) Trailing spaces not allowed. (no-trailing-spaces)
(#2106) Unexpected tab character. (no-tabs)
(#2107) Unexpected tab character. (no-tabs)
(#2108) Unexpected tab character. (no-tabs)
(#2108) Missing semicolon. (babel/semi)
(#2109) Unexpected tab character. (no-tabs)
(#2109) Trailing spaces not allowed. (no-trailing-spaces)
(#2110) Unexpected tab character. (no-tabs)
(#2110) Unexpected tab character. (no-tabs)
(#2111) Unexpected tab character. (no-tabs)
(#2111) Unexpected tab character. (no-tabs)
(#2111) Trailing spaces not allowed. (no-trailing-spaces)
(#2112) This line has a length of 138. Maximum allowed is 132. (max-len)
(#2112) Unexpected tab character. (no-tabs)
(#2112) Unexpected tab character. (no-tabs)
(#2113) This line has a length of 176. Maximum allowed is 132. (max-len)
(#2113) Unexpected tab character. (no-tabs)
(#2113) Unexpected tab character. (no-tabs)
(#2113) Trailing spaces not allowed. (no-trailing-spaces)
(#2114) Unexpected tab character. (no-tabs)
(#2114) Unexpected tab character. (no-tabs)
(#2115) This line has a length of 148. Maximum allowed is 132. (max-len)
(#2115) Unexpected tab character. (no-tabs)
(#2115) Unexpected tab character. (no-tabs)
(#2116) Unexpected tab character. (no-tabs)
(#2116) Unexpected tab character. (no-tabs)
(#2118) Unexpected tab character. (no-tabs)
(#2118) Unexpected tab character. (no-tabs)
(#2119) Unexpected tab character. (no-tabs)
(#2119) Unexpected tab character. (no-tabs)
(#2120) Unexpected tab character. (no-tabs)
(#2120) Unexpected tab character. (no-tabs)
(#2121) Unexpected tab character. (no-tabs)
(#2121) Unexpected tab character. (no-tabs)
(#2122) Unexpected tab character. (no-tabs)
(#2122) Unexpected tab character. (no-tabs)
(#2123) Unexpected tab character. (no-tabs)
(#2123) Unexpected tab character. (no-tabs)
(#2124) Unexpected tab character. (no-tabs)
(#2124) Unexpected tab character. (no-tabs)
(#2125) Unexpected tab character. (no-tabs)
(#2125) Unexpected tab character. (no-tabs)
(#2126) Unexpected tab character. (no-tabs)
(#2126) Unexpected tab character. (no-tabs)
(#2128) Unexpected tab character. (no-tabs)
(#2128) Expected space(s) after "for". (keyword-spacing)
(#2128) Missing space before opening brace. (space-before-blocks)
(#2129) Unexpected tab character. (no-tabs)
(#2129) Missing semicolon. (babel/semi)
(#2130) Unexpected tab character. (no-tabs)
(#2130) Operator '+' must be spaced. (space-infix-ops)
(#2130) Missing semicolon. (babel/semi)
(#2131) Unexpected tab character. (no-tabs)
(#2132) Unexpected tab character. (no-tabs)
(#2132) Missing semicolon. (babel/semi)
(#2133) Unexpected tab character. (no-tabs)
(#2133) Missing semicolon. (babel/semi)
(#2134) Unexpected tab character. (no-tabs)
(#2136) Unexpected tab character. (no-tabs)
(#2136) 'btoa' used outside of binding context. (block-scoped-var)
(#2137) Unexpected tab character. (no-tabs)
(#2137) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2138) Unexpected tab character. (no-tabs)
(#2152) Unexpected tab character. (no-tabs)
(#2152) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2153) Unexpected tab character. (no-tabs)
(#2153) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2153) ',' should be placed last. (comma-style)
(#2154) Unexpected tab character. (no-tabs)
(#2154) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2154) ',' should be placed last. (comma-style)
(#2154) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2155) Unexpected tab character. (no-tabs)
(#2155) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2156) Unexpected tab character. (no-tabs)
(#2156) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2157) Unexpected tab character. (no-tabs)
(#2157) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2157) Identifier 'tmp_arr' is not in camel case. (camelcase)
(#2158) Unexpected tab character. (no-tabs)
(#2158) Trailing spaces not allowed. (no-trailing-spaces)
(#2158) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2159) Unexpected tab character. (no-tabs)
(#2159) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2159) Comments should not begin with a lowercase character. (capitalized-comments)
(#2160) Unexpected tab character. (no-tabs)
(#2160) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2161) Unexpected tab character. (no-tabs)
(#2161) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2162) Unexpected tab character. (no-tabs)
(#2162) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2163) Unexpected tab character. (no-tabs)
(#2163) Trailing spaces not allowed. (no-trailing-spaces)
(#2163) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2164) Unexpected tab character. (no-tabs)
(#2164) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2164) Unexpected use of '|'. (no-bitwise)
(#2164) Unexpected use of '|'. (no-bitwise)
(#2164) Unexpected use of '<<'. (no-bitwise)
(#2164) Unexpected use of '<<'. (no-bitwise)
(#2165) Unexpected tab character. (no-tabs)
(#2165) Trailing spaces not allowed. (no-trailing-spaces)
(#2165) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2166) Unexpected tab character. (no-tabs)
(#2166) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2166) Unexpected use of '&'. (no-bitwise)
(#2166) Unexpected use of '>>'. (no-bitwise)
(#2167) Unexpected tab character. (no-tabs)
(#2167) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2167) Unexpected use of '&'. (no-bitwise)
(#2167) Unexpected use of '>>'. (no-bitwise)
(#2168) Unexpected tab character. (no-tabs)
(#2168) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2168) Unexpected use of '&'. (no-bitwise)
(#2168) Unexpected use of '>>'. (no-bitwise)
(#2169) Unexpected tab character. (no-tabs)
(#2169) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2169) Unexpected use of '&'. (no-bitwise)
(#2170) Unexpected tab character. (no-tabs)
(#2170) Trailing spaces not allowed. (no-trailing-spaces)
(#2170) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2171) Unexpected tab character. (no-tabs)
(#2171) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2171) Comments should not begin with a lowercase character. (capitalized-comments)
(#2172) Unexpected tab character. (no-tabs)
(#2172) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2172) Identifier 'tmp_arr' is not in camel case. (camelcase)
(#2173) Unexpected tab character. (no-tabs)
(#2173) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2175) Unexpected tab character. (no-tabs)
(#2175) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2175) Identifier 'tmp_arr' is not in camel case. (camelcase)
(#2176) Unexpected tab character. (no-tabs)
(#2176) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2177) Unexpected tab character. (no-tabs)
(#2177) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2179) Unexpected tab character. (no-tabs)
(#2179) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2179) Comments should not begin with a lowercase character. (capitalized-comments)
(#2180) Unexpected tab character. (no-tabs)
(#2180) Missing semicolon. (babel/semi)
(#2181) Unexpected tab character. (no-tabs)
(#2183) Unexpected tab character. (no-tabs)
(#2183) Missing semicolon. (babel/semi)
(#2184) Unexpected tab character. (no-tabs)
(#2184) Missing JSDoc comment. (require-jsdoc)
(#2184) Missing space before opening brace. (space-before-blocks)
(#2185) Unexpected tab character. (no-tabs)
(#2185) There should be no space before ','. (comma-spacing)
(#2186) Unexpected tab character. (no-tabs)
(#2188) Unexpected tab character. (no-tabs)
(#2188) Missing semicolon. (babel/semi)
(#2189) Unexpected tab character. (no-tabs)
(#2189) Missing JSDoc comment. (require-jsdoc)
(#2189) Missing space before opening brace. (space-before-blocks)
(#2191) Unexpected tab character. (no-tabs)
(#2191) There should be no space before ','. (comma-spacing)
(#2191) 'btoa' used outside of binding context. (block-scoped-var)
(#2191) There should be no space after this paren. (space-in-parens)
(#2191) There should be no space before this paren. (space-in-parens)
(#2192) Unexpected tab character. (no-tabs)
(#2192) Trailing spaces not allowed. (no-trailing-spaces)
(#2194) Unexpected tab character. (no-tabs)
(#2194) Missing JSDoc comment. (require-jsdoc)
(#2194) Missing space before opening brace. (space-before-blocks)
(#2195) Unexpected tab character. (no-tabs)
(#2195) ["jSignature"] is better written in dot notation. (dot-notation)
(#2195) Missing semicolon. (babel/semi)
(#2196) Unexpected tab character. (no-tabs)
(#2197) Unexpected tab character. (no-tabs)
(#2198) Unexpected tab character. (no-tabs)
(#2198) A space is required after ','. (comma-spacing)
(#2199) Unexpected tab character. (no-tabs)
(#2199) A space is required after ','. (comma-spacing)
(#2199) Comments should not begin with a lowercase character. (capitalized-comments)
(#2200) Unexpected tab character. (no-tabs)
(#2200) A space is required after ','. (comma-spacing)
(#2201) Unexpected tab character. (no-tabs)
(#2201) Missing semicolon. (babel/semi)
(#2202) Unexpected tab character. (no-tabs)
(#2203) Unexpected tab character. (no-tabs)
(#2204) Unexpected tab character. (no-tabs)
(#2204) A space is required after ','. (comma-spacing)
(#2205) Unexpected tab character. (no-tabs)
(#2205) A space is required after ','. (comma-spacing)
(#2205) Comments should not begin with a lowercase character. (capitalized-comments)
(#2206) Unexpected tab character. (no-tabs)
(#2206) A space is required after ','. (comma-spacing)
(#2207) Unexpected tab character. (no-tabs)
(#2207) Missing semicolon. (babel/semi)
(#2208) Unexpected tab character. (no-tabs)
(#2209) Unexpected tab character. (no-tabs)
(#2210) Unexpected tab character. (no-tabs)
(#2210) A space is required after ','. (comma-spacing)
(#2211) Unexpected tab character. (no-tabs)
(#2211) A space is required after ','. (comma-spacing)
(#2211) Comments should not begin with a lowercase character. (capitalized-comments)
(#2212) Unexpected tab character. (no-tabs)
(#2212) A space is required after ','. (comma-spacing)
(#2213) Unexpected tab character. (no-tabs)
(#2213) Missing semicolon. (babel/semi)
(#2214) Unexpected tab character. (no-tabs)
(#2215) Unexpected tab character. (no-tabs)
(#2216) Unexpected tab character. (no-tabs)
(#2216) A space is required after ','. (comma-spacing)
(#2217) Unexpected tab character. (no-tabs)
(#2217) A space is required after ','. (comma-spacing)
(#2217) Comments should not begin with a lowercase character. (capitalized-comments)
(#2218) Unexpected tab character. (no-tabs)
(#2218) A space is required after ','. (comma-spacing)
(#2219) Unexpected tab character. (no-tabs)
(#2219) Missing semicolon. (babel/semi)
(#2220) Unexpected tab character. (no-tabs)
(#2222) This line has a length of 148. Maximum allowed is 132. (max-len)
(#2222) Unexpected tab character. (no-tabs)
(#2222) Expected space(s) after "if". (keyword-spacing)
(#2222) Requires a space after '{'. (block-spacing)
(#2222) Statement inside of curly braces should be on next line. (brace-style)
(#2222) Requires a space before '}'. (block-spacing)
(#2222) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2222) Missing semicolon. (babel/semi)
(#2223) Unexpected tab character. (no-tabs)
(#2223) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#2223) Missing semicolon. (babel/semi)
(#2227) Comments should not begin with a lowercase character. (capitalized-comments)
(#2228) Trailing spaces not allowed. (no-trailing-spaces)
(#2238) Unnecessary semicolon. (no-extra-semi)
(#2238) Missing space before opening brace. (space-before-blocks)
(#2240) Unexpected tab character. (no-tabs)
(#2240) Missing semicolon. (babel/semi)
(#2242) Unexpected tab character. (no-tabs)
(#2242) Missing JSDoc comment. (require-jsdoc)
(#2243) Unexpected tab character. (no-tabs)
(#2245) Unexpected tab character. (no-tabs)
(#2246) Unexpected tab character. (no-tabs)
(#2247) Unexpected tab character. (no-tabs)
(#2248) Unexpected tab character. (no-tabs)
(#2248) Missing space before opening brace. (space-before-blocks)
(#2249) Unexpected tab character. (no-tabs)
(#2250) Unexpected tab character. (no-tabs)
(#2250) Missing semicolon. (babel/semi)
(#2251) Unexpected tab character. (no-tabs)
(#2252) Unexpected tab character. (no-tabs)
(#2252) Missing semicolon. (babel/semi)
(#2253) Unexpected tab character. (no-tabs)
(#2254) Unexpected tab character. (no-tabs)
(#2255) Unexpected tab character. (no-tabs)
(#2255) Missing semicolon. (babel/semi)
(#2256) Unexpected tab character. (no-tabs)
(#2256) There should be no space after this paren. (space-in-parens)
(#2256) There should be no space before this paren. (space-in-parens)
(#2258) Unexpected tab character. (no-tabs)
(#2260) Unexpected tab character. (no-tabs)
(#2260) Missing semicolon. (babel/semi)
(#2262) Unexpected tab character. (no-tabs)
(#2262) Missing space before opening brace. (space-before-blocks)
(#2263) Unexpected tab character. (no-tabs)
(#2263) Missing semicolon. (babel/semi)
(#2264) Unexpected tab character. (no-tabs)
(#2264) Missing semicolon. (babel/semi)
(#2266) Unexpected tab character. (no-tabs)
(#2267) Unexpected tab character. (no-tabs)
(#2268) Unexpected tab character. (no-tabs)
(#2269) Unexpected tab character. (no-tabs)
(#2270) Unexpected tab character. (no-tabs)
(#2270) Missing space before opening brace. (space-before-blocks)
(#2271) Unexpected tab character. (no-tabs)
(#2271) Missing semicolon. (babel/semi)
(#2272) Unexpected tab character. (no-tabs)
(#2273) Unexpected tab character. (no-tabs)
(#2273) Missing semicolon. (babel/semi)
(#2274) Unexpected tab character. (no-tabs)
(#2274) Missing semicolon. (babel/semi)
(#2275) Unexpected tab character. (no-tabs)
(#2276) Unexpected tab character. (no-tabs)
(#2277) Unexpected tab character. (no-tabs)
(#2277) Missing semicolon. (babel/semi)
(#2278) Unexpected tab character. (no-tabs)
(#2278) Trailing spaces not allowed. (no-trailing-spaces)
(#2279) Unexpected tab character. (no-tabs)
(#2280) Unexpected tab character. (no-tabs)
(#2281) Unexpected tab character. (no-tabs)
(#2281) There should be no space after this paren. (space-in-parens)
(#2281) There should be no space before this paren. (space-in-parens)
(#2281) Trailing spaces not allowed. (no-trailing-spaces)
(#2282) Unexpected tab character. (no-tabs)
(#2282) Comments should not begin with a lowercase character. (capitalized-comments)
(#2283) Unexpected tab character. (no-tabs)
(#2284) Unexpected tab character. (no-tabs)
(#2285) Unexpected tab character. (no-tabs)
(#2286) Unexpected tab character. (no-tabs)
(#2287) Unexpected tab character. (no-tabs)
(#2287) Missing semicolon. (babel/semi)
(#2288) Unexpected tab character. (no-tabs)
(#2290) Unexpected tab character. (no-tabs)
(#2290) Missing JSDoc comment. (require-jsdoc)
(#2290) Missing space before opening brace. (space-before-blocks)
(#2291) Unexpected tab character. (no-tabs)
(#2291) Comments should not begin with a lowercase character. (capitalized-comments)
(#2292) Unexpected tab character. (no-tabs)
(#2292) Trailing spaces not allowed. (no-trailing-spaces)
(#2293) Unexpected tab character. (no-tabs)
(#2293) Trailing spaces not allowed. (no-trailing-spaces)
(#2294) Unexpected tab character. (no-tabs)
(#2295) Unexpected tab character. (no-tabs)
(#2295) Trailing spaces not allowed. (no-trailing-spaces)
(#2296) Unexpected tab character. (no-tabs)
(#2297) Unexpected tab character. (no-tabs)
(#2298) Unexpected tab character. (no-tabs)
(#2299) Unexpected tab character. (no-tabs)
(#2301) Unexpected tab character. (no-tabs)
(#2302) Unexpected tab character. (no-tabs)
(#2303) Unexpected tab character. (no-tabs)
(#2304) Unexpected tab character. (no-tabs)
(#2306) Unexpected tab character. (no-tabs)
(#2307) Unexpected tab character. (no-tabs)
(#2309) Unexpected tab character. (no-tabs)
(#2310) Unexpected tab character. (no-tabs)
(#2312) Unexpected tab character. (no-tabs)
(#2313) Unexpected tab character. (no-tabs)
(#2314) Unexpected tab character. (no-tabs)
(#2315) Unexpected tab character. (no-tabs)
(#2316) Unexpected tab character. (no-tabs)
(#2318) Unexpected tab character. (no-tabs)
(#2318) Missing semicolon. (babel/semi)
(#2320) Unexpected tab character. (no-tabs)
(#2321) Unexpected tab character. (no-tabs)
(#2321) Comments should not begin with a lowercase character. (capitalized-comments)
(#2322) Unexpected tab character. (no-tabs)
(#2323) Unexpected tab character. (no-tabs)
(#2323) Comments should not begin with a lowercase character. (capitalized-comments)
(#2324) Unexpected tab character. (no-tabs)
(#2325) Unexpected tab character. (no-tabs)
(#2325) Missing space before opening brace. (space-before-blocks)
(#2327) Unexpected tab character. (no-tabs)
(#2327) Comments should not begin with a lowercase character. (capitalized-comments)
(#2327) Unexpected tab character. (no-tabs)
(#2328) Unexpected tab character. (no-tabs)
(#2329) Unexpected tab character. (no-tabs)
(#2330) Unexpected tab character. (no-tabs)
(#2331) Unexpected tab character. (no-tabs)
(#2332) Unexpected tab character. (no-tabs)
(#2332) Missing semicolon. (babel/semi)
(#2333) Unexpected tab character. (no-tabs)
(#2334) Unexpected tab character. (no-tabs)
(#2334) Comments should not begin with a lowercase character. (capitalized-comments)
(#2336) Unexpected tab character. (no-tabs)
(#2337) Unexpected tab character. (no-tabs)
(#2338) Unexpected tab character. (no-tabs)
(#2339) Unexpected tab character. (no-tabs)
(#2340) Unexpected tab character. (no-tabs)
(#2340) Missing space before opening brace. (space-before-blocks)
(#2341) Unexpected tab character. (no-tabs)
(#2341) Comments should not begin with a lowercase character. (capitalized-comments)
(#2341) Trailing spaces not allowed. (no-trailing-spaces)
(#2342) Unexpected tab character. (no-tabs)
(#2343) This line has a length of 726. Maximum allowed is 132. (max-len)
(#2343) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#2344) Unexpected tab character. (no-tabs)
(#2344) Unexpected use of comma operator. (no-sequences)
(#2344) '$undoButton' is not defined. (no-undef)
(#2344) Operator '+' must be spaced. (space-infix-ops)
(#2344) Operator '+' must be spaced. (space-infix-ops)
(#2345) Unexpected tab character. (no-tabs)
(#2345) Missing semicolon. (babel/semi)
(#2347) Unexpected tab character. (no-tabs)
(#2347) '$undoButton' is not defined. (no-undef)
(#2347) Missing semicolon. (babel/semi)
(#2348) Unexpected tab character. (no-tabs)
(#2348) Missing semicolon. (babel/semi)
(#2349) Unexpected tab character. (no-tabs)
(#2351) Unexpected tab character. (no-tabs)
(#2351) Trailing spaces not allowed. (no-trailing-spaces)
(#2352) Unexpected tab character. (no-tabs)
(#2353) Unexpected tab character. (no-tabs)
(#2354) Unexpected tab character. (no-tabs)
(#2355) Unexpected tab character. (no-tabs)
(#2356) Unexpected tab character. (no-tabs)
(#2356) Missing semicolon. (babel/semi)
(#2357) Unexpected tab character. (no-tabs)
(#2358) Unexpected tab character. (no-tabs)
(#2359) Unexpected tab character. (no-tabs)
(#2359) Missing semicolon. (babel/semi)
(#2360) Unexpected tab character. (no-tabs)
(#2362) Unexpected tab character. (no-tabs)
(#2362) Missing space before opening brace. (space-before-blocks)
(#2363) Unexpected tab character. (no-tabs)
(#2364) Unexpected tab character. (no-tabs)
(#2365) Unexpected tab character. (no-tabs)
(#2365) A space is required after ','. (comma-spacing)
(#2365) Comments should not begin with a lowercase character. (capitalized-comments)
(#2366) Unexpected tab character. (no-tabs)
(#2366) A space is required after ','. (comma-spacing)
(#2366) Comments should not begin with a lowercase character. (capitalized-comments)
(#2367) Unexpected tab character. (no-tabs)
(#2367) A space is required after ','. (comma-spacing)
(#2368) Unexpected tab character. (no-tabs)
(#2368) Missing semicolon. (babel/semi)
(#2369) Unexpected tab character. (no-tabs)
(#2369) Missing semicolon. (babel/semi)
(#2371) Unexpected tab character. (no-tabs)
(#2371) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#2371) Missing semicolon. (babel/semi)
(#2373) Trailing spaces not allowed. (no-trailing-spaces)
mod/data/field/jsignature/amd/src/jsignature.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#3) Unexpected space before function parentheses. (space-before-function-paren)
(#3) Identifier 'field_id' is not in camel case. (camelcase)
(#4) Identifier 'field_id' is not in camel case. (camelcase)
(#4) A space is required after ','. (comma-spacing)
(#5) Missing semicolon. (babel/semi)
(#6) Identifier 'field_id' is not in camel case. (camelcase)
(#10) Extra space after key 'sizeRatio'. (key-spacing)
(#15) Missing semicolon. (babel/semi)
(#17) Missing semicolon. (babel/semi)
(#19) Unexpected space before function parentheses. (space-before-function-paren)
(#20) Missing semicolon. (babel/semi)
(#21) Missing semicolon. (babel/semi)
(#22) Missing semicolon. (babel/semi)
(#24) Missing semicolon. (babel/semi)
(#25) Missing semicolon. (babel/semi)

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(37 errors, 5 warnings)

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

mod/data/field/jsignature/classes/jSignature_Tools_Base30.php
(#2) File-level phpdocs block is not found
(#19) Function jSignature_Tools_Base30::__construct is not documented
(#48) Function jSignature_Tools_Base30::uncompress_stroke_leg is not documented
(#138) Function jSignature_Tools_Base30::Base64ToNative is not documented
(#11) Variable jSignature_Tools_Base30::$chunkSeparator is not documented
(#12) Variable jSignature_Tools_Base30::$charmap is not documented
(#13) Variable jSignature_Tools_Base30::$charmap_reverse is not documented
(#14) Variable jSignature_Tools_Base30::$allchars is not documented
(#15) Variable jSignature_Tools_Base30::$bitness is not documented
(#16) Variable jSignature_Tools_Base30::$minus is not documented
(#17) Variable jSignature_Tools_Base30::$plus is not documented
(#2) No one-line description found in phpdocs for class jSignature_Tools_Base30
(#2) Package is not specified for class jSignature_Tools_Base30. It is also not specified in file-level phpdocs
mod/data/field/jsignature/classes/jSignature_Tools_SVG.php
(#2) File-level phpdocs block is not found
(#43) Function jSignature_Tools_SVG::NativeToSVG is not documented
(#2) No one-line description found in phpdocs for class jSignature_Tools_SVG
(#15) Phpdocs for function jSignature_Tools_SVG::addstroke has incomplete parameters list
(#13) Invalid phpdocs tag @public used
(#14) Invalid phpdocs tag @function used
(#18) Invalid phpdocs tag @returns used
(#2) Package is not specified for class jSignature_Tools_SVG. It is also not specified in file-level phpdocs
mod/data/field/jsignature/cli/installhacks.php
(#17) No one-line description found in phpdocs for file
(#18) Package datafield is not valid
mod/data/field/jsignature/cli/resources/lang_en_data.php
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
mod/data/field/jsignature/field.class.php
(#2) Empty line found after PHP open tag
(#25) Class data_field_jsignature is not documented
(#86) Function data_field_jsignature::display_search_field is not documented
(#95) Function data_field_jsignature::parse_search_field is not documented
(#99) Function data_field_jsignature::generate_sql is not documented
(#27) Variable data_field_jsignature::$type is not documented
(#18) No one-line description found in phpdocs for file
(#44) Phpdocs for function data_field_jsignature::display_add_field has incomplete parameters list
(#59) Phpdocs for function data_field_jsignature::get_image_url has incomplete parameters list
(#43) Not recommended phpdocs tag @global used
(#70) Not recommended phpdocs tag @global used
(#19) Package datafield is not valid
mod/data/field/jsignature/img.php
(#17) No one-line description found in phpdocs for file
(#18) Package datafield is not valid
mod/data/field/jsignature/lang/en/datafield_jsignature.php
(#2) Empty line found after PHP open tag
(#21) Package datafield is not valid
mod/data/field/jsignature/version.php
(#20) Package datafield is not valid

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

Problems running grunt
Task "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

(0 errors, 0 warnings)

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


Gherkin .feature problems

(0 errors, 0 warnings)

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