Prechecker results: error


Overview

(0 errors, 0 warnings)

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


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(17 errors, 6 warnings)

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

blocks/course_statistics/block_course_statistics.php
(#16) Boilerplate comment must be followed by a single blank line or end of file
blocks/course_statistics/classes/dbquery.php
(#360) Commas (,) must be followed by white space.
(#502) Commas (,) must be followed by white space.
(#911) Expected 1 space after "function"; 2 found
(#1365) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1368) Functions must not contain multiple empty lines in a row; found 2 empty lines
blocks/course_statistics/classes/generalmeasures/logic.php
(#103) Commas (,) must be followed by white space.
blocks/course_statistics/classes/measurespertool/toollogic.php
(#86) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#468) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/course_statistics/classes/output/generalmeasures.php
(#37) Content missing for @var tag in member variable comment
blocks/course_statistics/classes/output/generalusersmeasures.php
(#37) Content missing for @var tag in member variable comment
blocks/course_statistics/classes/output/measurescourseforums.php
(#37) Content missing for @var tag in member variable comment
(#45) Content missing for @var tag in member variable comment
blocks/course_statistics/classes/output/measurescoursequizzes.php
(#41) Content missing for @var tag in member variable comment
blocks/course_statistics/classes/output/measuresforumtopics.php
(#41) Content missing for @var tag in member variable comment
blocks/course_statistics/classes/output/measuresforumusers.php
(#41) Content missing for @var tag in member variable comment
blocks/course_statistics/classes/output/measuresinquizzes.php
(#41) Content missing for @var tag in member variable comment
blocks/course_statistics/classes/output/measuresquizusers.php
(#41) Content missing for @var tag in member variable comment
blocks/course_statistics/classes/utils/utils.php
(#113) Commas (,) must be followed by white space.
blocks/course_statistics/pages/admin/generalmeasures/index.php
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/course_statistics/pages/admin/measuresfortheforum/index.php
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/course_statistics/pages/admin/measuresinquizzes/index.php
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/course_statistics/pages/admin/measurespertool/index.php
(#94) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(8615 errors, 37719 warnings)

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

blocks/course_statistics/amd/src/buttons.bootstrap-lazy.js
(#5) Unexpected space before function parentheses. (space-before-function-paren)
(#6) Unexpected space before function parentheses. (space-before-function-paren)
(#31) Unexpected space before function parentheses. (space-before-function-paren)
blocks/course_statistics/amd/src/buttons.bootstrap4-lazy.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#5) Unexpected space before function parentheses. (space-before-function-paren)
(#8) This line has a length of 146. Maximum allowed is 132. (max-len)
(#8) Unexpected space before function parentheses. (space-before-function-paren)
(#13) 'module' is not defined. (no-undef)
(#13) Unexpected space before function parentheses. (space-before-function-paren)
(#30) 'jQuery' is not defined. (no-undef)
(#32) Unexpected space before function parentheses. (space-before-function-paren)
(#32) 'window' is defined but never used. (no-unused-vars)
(#32) 'document' is defined but never used. (no-unused-vars)
(#32) Shadowing of global property 'undefined'. (no-shadow-restricted-names)
(#32) 'undefined' is defined but never used. (no-unused-vars)
(#55) Unexpected space before function parentheses. (space-before-function-paren)
blocks/course_statistics/amd/src/buttons.colVis-lazy.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#6) Unexpected space before function parentheses. (space-before-function-paren)
(#9) This line has a length of 142. Maximum allowed is 132. (max-len)
(#9) Unexpected space before function parentheses. (space-before-function-paren)
(#14) 'module' is not defined. (no-undef)
(#14) Unexpected space before function parentheses. (space-before-function-paren)
(#31) 'jQuery' is not defined. (no-undef)
(#33) Unexpected space before function parentheses. (space-before-function-paren)
(#33) Shadowing of global property 'undefined'. (no-shadow-restricted-names)
(#40) Unexpected space before function parentheses. (space-before-function-paren)
(#43) Unexpected space before function parentheses. (space-before-function-paren)
(#56) Unexpected space before function parentheses. (space-before-function-paren)
(#57) Unexpected space before function parentheses. (space-before-function-paren)
(#69) Unexpected space before function parentheses. (space-before-function-paren)
(#78) Unexpected space before function parentheses. (space-before-function-paren)
(#79) Unexpected space before function parentheses. (space-before-function-paren)
(#93) Comments should not begin with a lowercase character. (capitalized-comments)
(#94) Unexpected space before function parentheses. (space-before-function-paren)
(#98) Unexpected space before function parentheses. (space-before-function-paren)
(#107) Unexpected space before function parentheses. (space-before-function-paren)
(#112) Unexpected space before function parentheses. (space-before-function-paren)
(#117) Unexpected space before function parentheses. (space-before-function-paren)
(#131) Unexpected space before function parentheses. (space-before-function-paren)
(#139) Unexpected space before function parentheses. (space-before-function-paren)
(#145) Unexpected space before function parentheses. (space-before-function-paren)
(#152) Multiple spaces found before '// remove new ...'. (no-multi-spaces)
(#152) Comments should not begin with a lowercase character. (capitalized-comments)
(#153) Multiple spaces found before '// replace lin...'. (no-multi-spaces)
(#153) Comments should not begin with a lowercase character. (capitalized-comments)
(#154) Comments should not begin with a lowercase character. (capitalized-comments)
(#155) Unnecessary escape character: \-. (no-useless-escape)
(#155) Unnecessary escape character: \-. (no-useless-escape)
(#155) Unnecessary escape character: \-. (no-useless-escape)
(#155) Unnecessary escape character: \-. (no-useless-escape)
(#155) Comments should not begin with a lowercase character. (capitalized-comments)
(#156) Multiple spaces found before '// strip HTML'. (no-multi-spaces)
(#156) Comments should not begin with a lowercase character. (capitalized-comments)
(#157) Comments should not begin with a lowercase character. (capitalized-comments)
(#169) Unexpected space before function parentheses. (space-before-function-paren)
(#173) Unexpected space before function parentheses. (space-before-function-paren)
(#174) Unexpected space before function parentheses. (space-before-function-paren)
(#179) Unexpected space before function parentheses. (space-before-function-paren)
(#180) Array.prototype.every() expects a return value from function. (array-callback-return)
(#180) Unexpected space before function parentheses. (space-before-function-paren)
(#196) Unexpected space before function parentheses. (space-before-function-paren)
blocks/course_statistics/amd/src/buttons.html5-lazy.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#9) Unexpected space before function parentheses. (space-before-function-paren)
(#12) This line has a length of 142. Maximum allowed is 132. (max-len)
(#12) Unexpected space before function parentheses. (space-before-function-paren)
(#17) 'module' is not defined. (no-undef)
(#17) Unexpected space before function parentheses. (space-before-function-paren)
(#34) 'jQuery' is not defined. (no-undef)
(#36) Unexpected space before function parentheses. (space-before-function-paren)
(#36) Shadowing of global property 'undefined'. (no-shadow-restricted-names)
(#42) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#46) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#50) Expected to return a value at the end of function. (consistent-return)
(#50) Unexpected space before function parentheses. (space-before-function-paren)
(#54) Identifier 'm_ake' is not in camel case. (camelcase)
(#54) 'm_ake' is not defined. (no-undef)
(#55) Missing semicolon. (@babel/semi)
(#57) Expected to return a value at the end of function. (consistent-return)
(#57) Unexpected space before function parentheses. (space-before-function-paren)
(#62) Missing semicolon. (@babel/semi)
(#69) Expected space or tab after '/*' in comment. (spaced-comment)
(#71) Unexpected space before function parentheses. (space-before-function-paren)
(#79) Comments should not begin with a lowercase character. (capitalized-comments)
(#80) ',' should be placed last. (comma-style)
(#80) Identifier 'get_URL' is not in camel case. (camelcase)
(#80) Unexpected space before function parentheses. (space-before-function-paren)
(#83) ',' should be placed last. (comma-style)
(#83) Identifier 'save_link' is not in camel case. (camelcase)
(#84) ',' should be placed last. (comma-style)
(#84) Identifier 'can_use_save_link' is not in camel case. (camelcase)
(#84) Identifier 'save_link' is not in camel case. (camelcase)
(#85) ',' should be placed last. (comma-style)
(#85) Unexpected space before function parentheses. (space-before-function-paren)
(#89) ',' should be placed last. (comma-style)
(#89) Identifier 'is_safari' is not in camel case. (camelcase)
(#90) ',' should be placed last. (comma-style)
(#90) Identifier 'is_chrome_ios' is not in camel case. (camelcase)
(#91) ',' should be placed last. (comma-style)
(#91) Identifier 'throw_outside' is not in camel case. (camelcase)
(#91) Unexpected space before function parentheses. (space-before-function-paren)
(#92) Unexpected space before function parentheses. (space-before-function-paren)
(#96) ',' should be placed last. (comma-style)
(#96) Identifier 'force_saveable_type' is not in camel case. (camelcase)
(#97) Comments should not begin with a lowercase character. (capitalized-comments)
(#98) ',' should be placed last. (comma-style)
(#98) Identifier 'arbitrary_revoke_timeout' is not in camel case. (camelcase)
(#98) Comments should not begin with a lowercase character. (capitalized-comments)
(#99) ',' should be placed last. (comma-style)
(#99) Unexpected space before function parentheses. (space-before-function-paren)
(#100) Unexpected space before function parentheses. (space-before-function-paren)
(#101) Comments should not begin with a lowercase character. (capitalized-comments)
(#103) Comments should not begin with a lowercase character. (capitalized-comments)
(#109) ',' should be placed last. (comma-style)
(#109) Unexpected space before function parentheses. (space-before-function-paren)
(#109) Identifier 'event_types' is not in camel case. (camelcase)
(#110) Identifier 'event_types' is not in camel case. (camelcase)
(#111) Identifier 'event_types' is not in camel case. (camelcase)
(#113) Identifier 'event_types' is not in camel case. (camelcase)
(#123) ',' should be placed last. (comma-style)
(#123) Identifier 'auto_bom' is not in camel case. (camelcase)
(#123) Unexpected space before function parentheses. (space-before-function-paren)
(#124) Comments should not begin with a lowercase character. (capitalized-comments)
(#131) ',' should be placed last. (comma-style)
(#131) Unexpected space before function parentheses. (space-before-function-paren)
(#131) Identifier 'no_auto_bom' is not in camel case. (camelcase)
(#132) Identifier 'no_auto_bom' is not in camel case. (camelcase)
(#138) ',' should be placed last. (comma-style)
(#139) ',' should be placed last. (comma-style)
(#139) Identifier 'force_saveable_type' is not in camel case. (camelcase)
(#140) ',' should be placed last. (comma-style)
(#140) Identifier 'object_url' is not in camel case. (camelcase)
(#141) ',' should be placed last. (comma-style)
(#141) Identifier 'dispatch_all' is not in camel case. (camelcase)
(#141) Unexpected space before function parentheses. (space-before-function-paren)
(#144) Comments should not begin with a lowercase character. (capitalized-comments)
(#145) ',' should be placed last. (comma-style)
(#145) Identifier 'fs_error' is not in camel case. (camelcase)
(#145) Unexpected space before function parentheses. (space-before-function-paren)
(#146) Identifier 'is_chrome_ios' is not in camel case. (camelcase)
(#146) Identifier 'is_safari' is not in camel case. (camelcase)
(#149) Unexpected space before function parentheses. (space-before-function-paren)
(#150) This line has a length of 137. Maximum allowed is 132. (max-len)
(#150) Identifier 'is_chrome_ios' is not in camel case. (camelcase)
(#152) Expected { after 'if' condition. (curly)
(#153) Comments should not begin with a lowercase character. (capitalized-comments)
(#161) Comments should not begin with a lowercase character. (capitalized-comments)
(#162) Identifier 'object_url' is not in camel case. (camelcase)
(#163) Identifier 'object_url' is not in camel case. (camelcase)
(#166) Identifier 'object_url' is not in camel case. (camelcase)
(#170) This line has a length of 224. Maximum allowed is 132. (max-len)
(#171) Identifier 'object_url' is not in camel case. (camelcase)
(#181) Identifier 'can_use_save_link' is not in camel case. (camelcase)
(#182) Identifier 'object_url' is not in camel case. (camelcase)
(#183) Unexpected space before function parentheses. (space-before-function-paren)
(#184) Identifier 'save_link' is not in camel case. (camelcase)
(#184) Identifier 'object_url' is not in camel case. (camelcase)
(#185) Identifier 'save_link' is not in camel case. (camelcase)
(#196) ',' should be placed last. (comma-style)
(#196) Identifier 'FS_proto' is not in camel case. (camelcase)
(#197) ',' should be placed last. (comma-style)
(#197) Unexpected space before function parentheses. (space-before-function-paren)
(#197) Identifier 'no_auto_bom' is not in camel case. (camelcase)
(#203) Function expected no return value. (consistent-return)
(#203) Unexpected space before function parentheses. (space-before-function-paren)
(#203) Identifier 'no_auto_bom' is not in camel case. (camelcase)
(#206) Identifier 'no_auto_bom' is not in camel case. (camelcase)
(#213) Identifier 'FS_proto' is not in camel case. (camelcase)
(#213) Unexpected space before function parentheses. (space-before-function-paren)
(#213) Unexpected empty function. (no-empty-function)
(#215) Identifier 'FS_proto' is not in camel case. (camelcase)
(#215) Identifier 'FS_proto' is not in camel case. (camelcase)
(#216) Identifier 'FS_proto' is not in camel case. (camelcase)
(#217) Identifier 'FS_proto' is not in camel case. (camelcase)
(#219) Identifier 'FS_proto' is not in camel case. (camelcase)
(#220) Identifier 'FS_proto' is not in camel case. (camelcase)
(#221) Identifier 'FS_proto' is not in camel case. (camelcase)
(#222) Identifier 'FS_proto' is not in camel case. (camelcase)
(#223) Identifier 'FS_proto' is not in camel case. (camelcase)
(#224) Identifier 'FS_proto' is not in camel case. (camelcase)
(#225) Identifier 'FS_proto' is not in camel case. (camelcase)
(#228) Function expected no return value. (consistent-return)
(#250) Unexpected space before function parentheses. (space-before-function-paren)
(#254) Unnecessary escape character: \[. (no-useless-escape)
(#254) Unnecessary escape character: \*. (no-useless-escape)
(#254) Unnecessary escape character: \/. (no-useless-escape)
(#254) Unnecessary escape character: \?. (no-useless-escape)
(#254) Unnecessary escape character: \:. (no-useless-escape)
(#266) Unexpected space before function parentheses. (space-before-function-paren)
(#267) Do not nest ternary expressions. (no-nested-ternary)
(#282) Unexpected space before function parentheses. (space-before-function-paren)
(#291) Unexpected space before function parentheses. (space-before-function-paren)
(#329) Unexpected space before function parentheses. (space-before-function-paren)
(#368) Empty block statement. (no-empty)
(#380) '_ieExcel' declared on line 367 column 13 is used outside of binding context. (block-scoped-var)
(#383) '_ieExcel' declared on line 367 column 13 is used outside of binding context. (block-scoped-var)
(#383) '_serialiser' declared on line 366 column 13 is used outside of binding context. (block-scoped-var)
(#390) Unexpected space before function parentheses. (space-before-function-paren)
(#395) '_ieExcel' declared on line 367 column 13 is used outside of binding context. (block-scoped-var)
(#423) '_serialiser' declared on line 366 column 13 is used outside of binding context. (block-scoped-var)
(#426) '_ieExcel' declared on line 367 column 13 is used outside of binding context. (block-scoped-var)
(#467) Unexpected space before function parentheses. (space-before-function-paren)
(#504) Unexpected space before function parentheses. (space-before-function-paren)
(#534) This line has a length of 156. Maximum allowed is 132. (max-len)
(#540) This line has a length of 157. Maximum allowed is 132. (max-len)
(#541) This line has a length of 143. Maximum allowed is 132. (max-len)
(#550) This line has a length of 145. Maximum allowed is 132. (max-len)
(#551) This line has a length of 153. Maximum allowed is 132. (max-len)
(#552) This line has a length of 139. Maximum allowed is 132. (max-len)
(#557) This line has a length of 170. Maximum allowed is 132. (max-len)
(#571) This line has a length of 337. Maximum allowed is 132. (max-len)
(#578) This line has a length of 260. Maximum allowed is 132. (max-len)
(#580) Unnecessary escape character: \ . (no-useless-escape)
(#582) Unnecessary escape character: \ . (no-useless-escape)
(#618) Comments should not begin with a lowercase character. (capitalized-comments)
(#723) This line has a length of 140. Maximum allowed is 132. (max-len)
(#726) This line has a length of 140. Maximum allowed is 132. (max-len)
(#729) This line has a length of 140. Maximum allowed is 132. (max-len)
(#732) This line has a length of 140. Maximum allowed is 132. (max-len)
(#735) This line has a length of 140. Maximum allowed is 132. (max-len)
(#738) This line has a length of 140. Maximum allowed is 132. (max-len)
(#741) This line has a length of 146. Maximum allowed is 132. (max-len)
(#742) This line has a length of 146. Maximum allowed is 132. (max-len)
(#743) This line has a length of 146. Maximum allowed is 132. (max-len)
(#744) This line has a length of 146. Maximum allowed is 132. (max-len)
(#745) This line has a length of 146. Maximum allowed is 132. (max-len)
(#746) This line has a length of 146. Maximum allowed is 132. (max-len)
(#747) This line has a length of 146. Maximum allowed is 132. (max-len)
(#748) This line has a length of 144. Maximum allowed is 132. (max-len)
(#749) This line has a length of 144. Maximum allowed is 132. (max-len)
(#750) This line has a length of 144. Maximum allowed is 132. (max-len)
(#751) This line has a length of 144. Maximum allowed is 132. (max-len)
(#766) This line has a length of 133. Maximum allowed is 132. (max-len)
(#769) Unnecessary escape character: \-. (no-useless-escape)
(#769) Unexpected space before function parentheses. (space-before-function-paren)
(#774) Unnecessary escape character: \-. (no-useless-escape)
(#774) Unexpected space before function parentheses. (space-before-function-paren)
(#778) Unnecessary escape character: \-. (no-useless-escape)
(#779) Unnecessary escape character: \-. (no-useless-escape)
(#780) Unnecessary escape character: \-. (no-useless-escape)
(#781) Unnecessary escape character: \-. (no-useless-escape)
(#782) Unnecessary escape character: \-. (no-useless-escape)
(#784) Unexpected space before function parentheses. (space-before-function-paren)
(#785) Unnecessary escape character: \(. (no-useless-escape)
(#785) Unnecessary escape character: \). (no-useless-escape)
(#787) Multiple spaces found before '// Negative nu...'. (no-multi-spaces)
(#789) Unexpected space before function parentheses. (space-before-function-paren)
(#790) Unnecessary escape character: \(. (no-useless-escape)
(#790) Unnecessary escape character: \). (no-useless-escape)
(#792) Multiple spaces found before '// Negative nu...'. (no-multi-spaces)
(#793) Unnecessary escape character: \-. (no-useless-escape)
(#794) Unnecessary escape character: \-. (no-useless-escape)
(#794) Multiple spaces found before '// Numbers wit...'. (no-multi-spaces)
(#808) Unexpected space before function parentheses. (space-before-function-paren)
(#812) Unexpected space before function parentheses. (space-before-function-paren)
(#864) Unquoted number literal '1' used as key. (quote-props)
(#873) Empty block statement. (no-empty)
(#893) Unexpected space before function parentheses. (space-before-function-paren)
(#901) Unexpected space before function parentheses. (space-before-function-paren)
(#902) Comments should not begin with a lowercase character. (capitalized-comments)
(#907) Unexpected space before function parentheses. (space-before-function-paren)
(#938) Unexpected space before function parentheses. (space-before-function-paren)
(#942) Unexpected space before function parentheses. (space-before-function-paren)
(#946) Unexpected space before function parentheses. (space-before-function-paren)
(#1008) Unexpected space before function parentheses. (space-before-function-paren)
(#1009) '_serialiser' declared on line 366 column 13 is used outside of binding context. (block-scoped-var)
(#1012) Unexpected space before function parentheses. (space-before-function-paren)
(#1016) Unexpected space before function parentheses. (space-before-function-paren)
(#1022) Unexpected space before function parentheses. (space-before-function-paren)
(#1025) Comments should not begin with a lowercase character. (capitalized-comments)
(#1025) Expected space or tab after '//' in comment. (spaced-comment)
(#1052) Unexpected space before function parentheses. (space-before-function-paren)
(#1081) Unnecessary escape character: \.. (no-useless-escape)
(#1081) Unnecessary escape character: \-. (no-useless-escape)
(#1122) Unexpected control character(s) in regular expression: \x00, \x09, \x0b, \x0c, \x0e, \x1f. (no-control-regex)
(#1156) Unexpected space before function parentheses. (space-before-function-paren)
(#1165) Comments should not begin with a lowercase character. (capitalized-comments)
(#1184) Comments should not begin with a lowercase character. (capitalized-comments)
(#1197) Comments should not begin with a lowercase character. (capitalized-comments)
(#1255) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#1265) Expected catch,fail() or return (promise/catch-or-return)
(#1267) Each then() should return a value or throw (promise/always-return)
(#1267) Unexpected space before function parentheses. (space-before-function-paren)
(#1310) Unexpected space before function parentheses. (space-before-function-paren)
(#1314) Unexpected space before function parentheses. (space-before-function-paren)
(#1318) Unexpected space before function parentheses. (space-before-function-paren)
(#1321) 'that' is assigned a value but never used. (no-unused-vars)
(#1327) Unexpected space before function parentheses. (space-before-function-paren)
(#1336) Function declared in a loop contains unsafe references to variable(s) 'i'. (no-loop-func)
(#1336) Unexpected space before function parentheses. (space-before-function-paren)
(#1348) Unexpected space before function parentheses. (space-before-function-paren)
blocks/course_statistics/amd/src/buttons.jqueryui-lazy.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#5) Unexpected space before function parentheses. (space-before-function-paren)
(#8) This line has a length of 144. Maximum allowed is 132. (max-len)
(#8) Unexpected space before function parentheses. (space-before-function-paren)
(#13) 'module' is not defined. (no-undef)
(#13) Unexpected space before function parentheses. (space-before-function-paren)
(#30) 'jQuery' is not defined. (no-undef)
(#32) Unexpected space before function parentheses. (space-before-function-paren)
(#32) 'window' is defined but never used. (no-unused-vars)
(#32) 'document' is defined but never used. (no-unused-vars)
(#32) Shadowing of global property 'undefined'. (no-shadow-restricted-names)
(#32) 'undefined' is defined but never used. (no-unused-vars)
(#54) Unexpected space before function parentheses. (space-before-function-paren)
blocks/course_statistics/amd/src/buttons.print-lazy.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#6) Unexpected space before function parentheses. (space-before-function-paren)
(#9) This line has a length of 142. Maximum allowed is 132. (max-len)
(#9) Unexpected space before function parentheses. (space-before-function-paren)
(#14) 'module' is not defined. (no-undef)
(#14) Unexpected space before function parentheses. (space-before-function-paren)
(#31) 'jQuery' is not defined. (no-undef)
(#33) Unexpected space before function parentheses. (space-before-function-paren)
(#33) Shadowing of global property 'undefined'. (no-shadow-restricted-names)
(#46) Unexpected space before function parentheses. (space-before-function-paren)
(#47) 'url' is defined but never used. (no-unused-vars)
(#49) 'linkHost' is defined but never used. (no-unused-vars)
(#64) Unexpected space before function parentheses. (space-before-function-paren)
(#83) Unexpected space before function parentheses. (space-before-function-paren)
(#87) Unexpected space before function parentheses. (space-before-function-paren)
(#95) Unexpected space before function parentheses. (space-before-function-paren)
(#100) Unexpected space before function parentheses. (space-before-function-paren)
(#104) Comments should not begin with a lowercase character. (capitalized-comments)
(#145) Unexpected space before function parentheses. (space-before-function-paren)
(#164) Unexpected space before function parentheses. (space-before-function-paren)
(#173) Unexpected space before function parentheses. (space-before-function-paren)
(#175) Comments should not begin with a lowercase character. (capitalized-comments)
(#176) Comments should not begin with a lowercase character. (capitalized-comments)
blocks/course_statistics/amd/src/dataTables.bootstrap4.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#5) Missing JSDoc @param "factory" declaration. (jsdoc/require-param)
(#13) Unexpected space before function parentheses. (space-before-function-paren)
(#16) Unexpected space before function parentheses. (space-before-function-paren)
(#21) 'module' is not defined. (no-undef)
(#21) Unexpected space before function parentheses. (space-before-function-paren)
(#37) 'jQuery' is not defined. (no-undef)
(#39) Unexpected space before function parentheses. (space-before-function-paren)
(#39) Shadowing of global property 'undefined'. (no-shadow-restricted-names)
(#65) Unexpected space before function parentheses. (space-before-function-paren)
(#70) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#72) Unexpected space before function parentheses. (space-before-function-paren)
(#74) Unexpected space before function parentheses. (space-before-function-paren)
(#166) Empty block statement. (no-empty)
blocks/course_statistics/amd/src/dataTables.buttons-lazy.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#5) Unexpected space before function parentheses. (space-before-function-paren)
(#8) Unexpected space before function parentheses. (space-before-function-paren)
(#13) 'module' is not defined. (no-undef)
(#13) Unexpected space before function parentheses. (space-before-function-paren)
(#26) 'jQuery' is not defined. (no-undef)
(#28) Unexpected space before function parentheses. (space-before-function-paren)
(#28) Shadowing of global property 'undefined'. (no-shadow-restricted-names)
(#42) Missing JSDoc @param "dt" declaration. (jsdoc/require-param)
(#42) Missing JSDoc @param "config" declaration. (jsdoc/require-param)
(#44) There must be an identifier after @param tag. (jsdoc/require-param-name)
(#45) Duplicate @param "" (jsdoc/check-param-names)
(#45) There must be an identifier after @param tag. (jsdoc/require-param-name)
(#47) Expected to return a value at the end of function. (consistent-return)
(#47) Unexpected space before function parentheses. (space-before-function-paren)
(#52) Unexpected space before function parentheses. (space-before-function-paren)
(#105) Expected JSDoc block to be aligned. (jsdoc/check-alignment)
(#110) Unexpected space before function parentheses. (space-before-function-paren)
(#129) Unexpected space before function parentheses. (space-before-function-paren)
(#149) Unexpected space before function parentheses. (space-before-function-paren)
(#174) Unexpected space before function parentheses. (space-before-function-paren)
(#183) Unexpected space before function parentheses. (space-before-function-paren)
(#196) Unexpected space before function parentheses. (space-before-function-paren)
(#231) Unexpected space before function parentheses. (space-before-function-paren)
(#246) Unexpected space before function parentheses. (space-before-function-paren)
(#255) Unexpected space before function parentheses. (space-before-function-paren)
(#264) Missing JSDoc @param "node" declaration. (jsdoc/require-param)
(#266) Expected @param names to be "node, flag". Got "flag". (jsdoc/check-param-names)
(#269) Unexpected space before function parentheses. (space-before-function-paren)
(#286) Unexpected space before function parentheses. (space-before-function-paren)
(#318) Expected JSDoc block to be aligned. (jsdoc/check-alignment)
(#323) Unexpected space before function parentheses. (space-before-function-paren)
(#331) Unexpected space before function parentheses. (space-before-function-paren)
(#361) Unexpected space before function parentheses. (space-before-function-paren)
(#380) Unexpected space before function parentheses. (space-before-function-paren)
(#387) Unexpected space before function parentheses. (space-before-function-paren)
(#410) Unexpected space before function parentheses. (space-before-function-paren)
(#424) Unexpected space before function parentheses. (space-before-function-paren)
(#442) Missing JSDoc @param "attachPoint" declaration. (jsdoc/require-param)
(#449) Unexpected space before function parentheses. (space-before-function-paren)
(#492) Comments should not begin with a lowercase character. (capitalized-comments)
(#498) 'buttonCounter' is assigned a value but never used. (no-unused-vars)
(#509) Method '_buildButton' has a complexity of 21. Maximum allowed is 20. (complexity)
(#509) Unexpected space before function parentheses. (space-before-function-paren)
(#514) Unexpected space before function parentheses. (space-before-function-paren)
(#534) Unexpected space before function parentheses. (space-before-function-paren)
(#543) Missing semicolon. (@babel/semi)
(#548) Unexpected space before function parentheses. (space-before-function-paren)
(#558) Unexpected space before function parentheses. (space-before-function-paren)
(#646) Expected to return a value at the end of method '_nodeToButton'. (consistent-return)
(#646) Unexpected space before function parentheses. (space-before-function-paren)
(#673) Expected to return a value at the end of method '_nodeToHost'. (consistent-return)
(#673) Unexpected space before function parentheses. (space-before-function-paren)
(#700) Unexpected space before function parentheses. (space-before-function-paren)
(#706) Unexpected space before function parentheses. (space-before-function-paren)
(#741) Unexpected space before function parentheses. (space-before-function-paren)
(#760) Unexpected space before function parentheses. (space-before-function-paren)
(#781) Unexpected space before function parentheses. (space-before-function-paren)
(#784) Unexpected space before function parentheses. (space-before-function-paren)
(#799) Function expected no return value. (consistent-return)
(#803) Expected an error object to be thrown. (no-throw-literal)
(#812) Expected an error object to be thrown. (no-throw-literal)
(#816) Function expected no return value. (consistent-return)
(#827) Expected an error object to be thrown. (no-throw-literal)
(#895) Missing JSDoc @param "show" declaration. (jsdoc/require-param)
(#895) Missing JSDoc @param "className" declaration. (jsdoc/require-param)
(#895) Missing JSDoc @param "fade" declaration. (jsdoc/require-param)
(#895) Missing JSDoc @param "insertPoint" declaration. (jsdoc/require-param)
(#897) Expected @param names to be "show, className, fade, insertPoint". Got "Flag, Class". (jsdoc/check-param-names)
(#902) Unexpected space before function parentheses. (space-before-function-paren)
(#920) Unexpected space before function parentheses. (space-before-function-paren)
(#928) Missing JSDoc @param "group" declaration. (jsdoc/require-param)
(#928) Missing JSDoc @param "buttons" declaration. (jsdoc/require-param)
(#932) Expected @param names to be "group, buttons". Got "Instance, Button". (jsdoc/check-param-names)
(#939) Unexpected space before function parentheses. (space-before-function-paren)
(#941) Unexpected space before function parentheses. (space-before-function-paren)
(#947) Unexpected space before function parentheses. (space-before-function-paren)
(#952) Unexpected space before function parentheses. (space-before-function-paren)
(#983) Missing JSDoc @param "insts" declaration. (jsdoc/require-param)
(#983) Missing JSDoc @param "selector" declaration. (jsdoc/require-param)
(#987) Duplicate @param "Button" (jsdoc/check-param-names)
(#993) Unexpected space before function parentheses. (space-before-function-paren)
(#995) Unexpected space before function parentheses. (space-before-function-paren)
(#1020) Unexpected space before function parentheses. (space-before-function-paren)
(#1025) Unexpected space before function parentheses. (space-before-function-paren)
(#1058) Unnecessary escape character: \-. (no-useless-escape)
(#1060) Unexpected space before function parentheses. (space-before-function-paren)
(#1081) Comments should not begin with a lowercase character. (capitalized-comments)
(#1082) Unexpected space before function parentheses. (space-before-function-paren)
(#1158) Unexpected space before function parentheses. (space-before-function-paren)
(#1162) Unexpected space before function parentheses. (space-before-function-paren)
(#1162) 'config' is defined but never used. (no-unused-vars)
(#1165) Unexpected space before function parentheses. (space-before-function-paren)
(#1166) Unexpected space before function parentheses. (space-before-function-paren)
(#1167) Unexpected space before function parentheses. (space-before-function-paren)
(#1171) Unexpected space before function parentheses. (space-before-function-paren)
(#1180) 'insertPoint' declared on line 1196 column 25 is used outside of binding context. (block-scoped-var)
(#1234) Comments should not begin with a lowercase character. (capitalized-comments)
(#1239) Comments should not begin with a lowercase character. (capitalized-comments)
(#1244) Comments should not begin with a lowercase character. (capitalized-comments)
(#1283) Unexpected space before function parentheses. (space-before-function-paren)
(#1288) Unexpected space before function parentheses. (space-before-function-paren)
(#1288) Unexpected empty function. (no-empty-function)
(#1292) Unexpected space before function parentheses. (space-before-function-paren)
(#1293) Comments should not begin with a lowercase character. (capitalized-comments)
(#1300) Unexpected space before function parentheses. (space-before-function-paren)
(#1307) Unexpected space before function parentheses. (space-before-function-paren)
(#1325) Expected to return a value at the end of method 'copy'. (consistent-return)
(#1325) Unexpected space before function parentheses. (space-before-function-paren)
(#1333) Expected to return a value at the end of method 'csv'. (consistent-return)
(#1333) Unexpected space before function parentheses. (space-before-function-paren)
(#1342) Expected to return a value at the end of method 'excel'. (consistent-return)
(#1342) Unexpected space before function parentheses. (space-before-function-paren)
(#1351) Expected to return a value at the end of method 'pdf'. (consistent-return)
(#1351) Unexpected space before function parentheses. (space-before-function-paren)
(#1360) Unexpected space before function parentheses. (space-before-function-paren)
(#1364) Unexpected space before function parentheses. (space-before-function-paren)
(#1376) Unexpected space before function parentheses. (space-before-function-paren)
(#1380) Unexpected space before function parentheses. (space-before-function-paren)
(#1383) Unexpected space before function parentheses. (space-before-function-paren)
(#1385) Unexpected space before function parentheses. (space-before-function-paren)
(#1392) Unexpected space before function parentheses. (space-before-function-paren)
(#1397) Unexpected space before function parentheses. (space-before-function-paren)
(#1399) Unexpected space before function parentheses. (space-before-function-paren)
(#1403) Unexpected space before function parentheses. (space-before-function-paren)
(#1419) Unexpected space before function parentheses. (space-before-function-paren)
(#1428) Expected to return a value at the end of function. (consistent-return)
(#1428) Unexpected space before function parentheses. (space-before-function-paren)
(#1442) Unexpected space before function parentheses. (space-before-function-paren)
(#1443) Comments should not begin with a lowercase character. (capitalized-comments)
(#1454) Unexpected space before function parentheses. (space-before-function-paren)
(#1456) Unexpected space before function parentheses. (space-before-function-paren)
(#1461) Unexpected space before function parentheses. (space-before-function-paren)
(#1467) Unexpected space before function parentheses. (space-before-function-paren)
(#1469) Unexpected space before function parentheses. (space-before-function-paren)
(#1474) Unexpected space before function parentheses. (space-before-function-paren)
(#1480) Unexpected space before function parentheses. (space-before-function-paren)
(#1481) Unexpected space before function parentheses. (space-before-function-paren)
(#1487) Unexpected space before function parentheses. (space-before-function-paren)
(#1488) Unexpected space before function parentheses. (space-before-function-paren)
(#1494) Unexpected space before function parentheses. (space-before-function-paren)
(#1497) Comments should not begin with a lowercase character. (capitalized-comments)
(#1498) Unexpected space before function parentheses. (space-before-function-paren)
(#1506) Unexpected space before function parentheses. (space-before-function-paren)
(#1508) Unexpected space before function parentheses. (space-before-function-paren)
(#1513) Unexpected space before function parentheses. (space-before-function-paren)
(#1519) Unexpected space before function parentheses. (space-before-function-paren)
(#1521) Unexpected space before function parentheses. (space-before-function-paren)
(#1526) Unexpected space before function parentheses. (space-before-function-paren)
(#1532) Unexpected space before function parentheses. (space-before-function-paren)
(#1533) Unexpected space before function parentheses. (space-before-function-paren)
(#1539) Unexpected space before function parentheses. (space-before-function-paren)
(#1545) Unexpected space before function parentheses. (space-before-function-paren)
(#1559) Unexpected space before function parentheses. (space-before-function-paren)
(#1575) Unexpected space before function parentheses. (space-before-function-paren)
(#1576) Unexpected space before function parentheses. (space-before-function-paren)
(#1584) Unexpected space before function parentheses. (space-before-function-paren)
(#1585) Unexpected space before function parentheses. (space-before-function-paren)
(#1594) Unexpected space before function parentheses. (space-before-function-paren)
(#1598) Unexpected space before function parentheses. (space-before-function-paren)
(#1625) Unexpected space before function parentheses. (space-before-function-paren)
(#1635) Expected to return a value at the end of function. (consistent-return)
(#1635) Unexpected space before function parentheses. (space-before-function-paren)
(#1643) Unexpected space before function parentheses. (space-before-function-paren)
(#1661) @param "incExtension" does not match an existing function parameter. (jsdoc/check-param-names)
(#1663) Unexpected space before function parentheses. (space-before-function-paren)
(#1665) This line has a length of 150. Maximum allowed is 132. (max-len)
(#1682) Unnecessary escape character: \.. (no-useless-escape)
(#1682) Unnecessary escape character: \(. (no-useless-escape)
(#1682) Unnecessary escape character: \). (no-useless-escape)
(#1698) Unexpected space before function parentheses. (space-before-function-paren)
(#1712) Unexpected space before function parentheses. (space-before-function-paren)
(#1715) Do not nest ternary expressions. (no-nested-ternary)
(#1721) Unexpected space before function parentheses. (space-before-function-paren)
(#1744) Unexpected space before function parentheses. (space-before-function-paren)
(#1758) Unexpected space before function parentheses. (space-before-function-paren)
(#1761) Unexpected space before function parentheses. (space-before-function-paren)
(#1764) Unexpected space before function parentheses. (space-before-function-paren)
(#1771) Unexpected space before function parentheses. (space-before-function-paren)
(#1780) Unnecessary escape character: \-. (no-useless-escape)
(#1780) Unnecessary escape character: \-. (no-useless-escape)
(#1780) Unnecessary escape character: \-. (no-useless-escape)
(#1780) Unnecessary escape character: \-. (no-useless-escape)
(#1803) Unexpected space before function parentheses. (space-before-function-paren)
(#1809) Unexpected space before function parentheses. (space-before-function-paren)
(#1821) Missing semicolon. (@babel/semi)
(#1878) Unexpected space before function parentheses. (space-before-function-paren)
(#1890) Missing JSDoc comment. (jsdoc/require-jsdoc)
blocks/course_statistics/amd/src/dataTables.jqueryui-lazy.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#5) Missing JSDoc @param "factory" declaration. (jsdoc/require-param)
(#13) Unexpected space before function parentheses. (space-before-function-paren)
(#16) Unexpected space before function parentheses. (space-before-function-paren)
(#21) 'module' is not defined. (no-undef)
(#21) Unexpected space before function parentheses. (space-before-function-paren)
(#34) 'jQuery' is not defined. (no-undef)
(#36) Unexpected space before function parentheses. (space-before-function-paren)
(#36) 'window' is defined but never used. (no-unused-vars)
(#36) 'document' is defined but never used. (no-unused-vars)
(#36) Shadowing of global property 'undefined'. (no-shadow-restricted-names)
(#36) 'undefined' is defined but never used. (no-unused-vars)
(#41) Identifier 'sort_prefix' is not in camel case. (camelcase)
(#42) Identifier 'toolbar_prefix' is not in camel case. (camelcase)
(#47) Identifier 'toolbar_prefix' is not in camel case. (camelcase)
(#49) Identifier 'toolbar_prefix' is not in camel case. (camelcase)
(#85) Unexpected space before function parentheses. (space-before-function-paren)
(#87) Identifier 'sort_prefix' is not in camel case. (camelcase)
(#94) Identifier 'sort_prefix' is not in camel case. (camelcase)
(#96) Identifier 'sort_prefix' is not in camel case. (camelcase)
(#109) Unexpected space before function parentheses. (space-before-function-paren)
(#118) Do not nest ternary expressions. (no-nested-ternary)
(#127) Identifier 'sort_prefix' is not in camel case. (camelcase)
(#128) Identifier 'sort_prefix' is not in camel case. (camelcase)
(#129) Identifier 'sort_prefix' is not in camel case. (camelcase)
(#130) Identifier 'sort_prefix' is not in camel case. (camelcase)
(#131) Identifier 'sort_prefix' is not in camel case. (camelcase)
(#133) Do not nest ternary expressions. (no-nested-ternary)
(#134) Identifier 'sort_prefix' is not in camel case. (camelcase)
(#135) Identifier 'sort_prefix' is not in camel case. (camelcase)
blocks/course_statistics/amd/src/dataTables.responsive-lazy.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#5) Missing JSDoc @param "factory" declaration. (jsdoc/require-param)
(#23) Unexpected space before function parentheses. (space-before-function-paren)
(#26) Unexpected space before function parentheses. (space-before-function-paren)
(#31) 'module' is not defined. (no-undef)
(#31) Unexpected space before function parentheses. (space-before-function-paren)
(#44) 'jQuery' is not defined. (no-undef)
(#46) Unexpected space before function parentheses. (space-before-function-paren)
(#46) Shadowing of global property 'undefined'. (no-shadow-restricted-names)
(#96) Unexpected space before function parentheses. (space-before-function-paren)
(#99) Expected an error object to be thrown. (no-throw-literal)
(#113) Comments should not begin with a lowercase character. (capitalized-comments)
(#138) Unexpected space before function parentheses. (space-before-function-paren)
(#148) Unexpected space before function parentheses. (space-before-function-paren)
(#149) Comments should not begin with a lowercase character. (capitalized-comments)
(#162) Unexpected space before function parentheses. (space-before-function-paren)
(#162) 'data' is defined but never used. (no-unused-vars)
(#162) 'idx' is defined but never used. (no-unused-vars)
(#164) Unexpected space before function parentheses. (space-before-function-paren)
(#175) Unexpected space before function parentheses. (space-before-function-paren)
(#181) Unexpected space before function parentheses. (space-before-function-paren)
(#190) Unexpected space before function parentheses. (space-before-function-paren)
(#191) Do not nest ternary expressions. (no-nested-ternary)
(#206) Unexpected space before function parentheses. (space-before-function-paren)
(#212) Unexpected space before function parentheses. (space-before-function-paren)
(#226) Unexpected space before function parentheses. (space-before-function-paren)
(#233) Unexpected space before function parentheses. (space-before-function-paren)
(#233) 'e' is defined but never used. (no-unused-vars)
(#233) 'settings' is defined but never used. (no-unused-vars)
(#233) 'details' is defined but never used. (no-unused-vars)
(#240) Unexpected space before function parentheses. (space-before-function-paren)
(#247) Unexpected space before function parentheses. (space-before-function-paren)
(#249) Array.prototype.every() expects a return value from function. (array-callback-return)
(#249) Unexpected space before function parentheses. (space-before-function-paren)
(#255) Unexpected space before function parentheses. (space-before-function-paren)
(#259) Array.prototype.every() expects a return value from function. (array-callback-return)
(#259) Unexpected space before function parentheses. (space-before-function-paren)
(#265) Unexpected space before function parentheses. (space-before-function-paren)
(#265) 'e' is defined but never used. (no-unused-vars)
(#265) 'settings' is defined but never used. (no-unused-vars)
(#265) 'details' is defined but never used. (no-unused-vars)
(#297) Method '_columnsVisiblity' has a complexity of 21. Maximum allowed is 20. (complexity)
(#297) Unexpected space before function parentheses. (space-before-function-paren)
(#306) Unexpected space before function parentheses. (space-before-function-paren)
(#312) Unexpected space before function parentheses. (space-before-function-paren)
(#322) Unexpected space before function parentheses. (space-before-function-paren)
(#326) Do not nest ternary expressions. (no-nested-ternary)
(#427) Unexpected space before function parentheses. (space-before-function-paren)
(#429) 'calc' is assigned a value but never used. (no-unused-vars)
(#432) Unexpected space before function parentheses. (space-before-function-paren)
(#457) Unexpected space before function parentheses. (space-before-function-paren)
(#465) Unexpected space before function parentheses. (space-before-function-paren)
(#500) Unexpected space before function parentheses. (space-before-function-paren)
(#511) Unexpected space before function parentheses. (space-before-function-paren)
(#527) Function declared in a loop contains unsafe references to variable(s) 'className', 'hasClass'. (no-loop-func)
(#527) Unexpected space before function parentheses. (space-before-function-paren)
(#564) Unexpected space before function parentheses. (space-before-function-paren)
(#570) Unexpected space before function parentheses. (space-before-function-paren)
(#588) Unexpected space before function parentheses. (space-before-function-paren)
(#599) Unexpected space before function parentheses. (space-before-function-paren)
(#604) Unexpected space before function parentheses. (space-before-function-paren)
(#610) Comments should not begin with a lowercase character. (capitalized-comments)
(#616) Unexpected space before function parentheses. (space-before-function-paren)
(#665) Unexpected space before function parentheses. (space-before-function-paren)
(#669) Unexpected space before function parentheses. (space-before-function-paren)
(#675) Function expected no return value. (consistent-return)
(#693) Expected to return a value at the end of method '_find'. (consistent-return)
(#693) Unexpected space before function parentheses. (space-before-function-paren)
(#710) Unexpected space before function parentheses. (space-before-function-paren)
(#714) Unexpected space before function parentheses. (space-before-function-paren)
(#715) 'row' is assigned a value but never used. (no-unused-vars)
(#729) Unexpected space before function parentheses. (space-before-function-paren)
(#767) Unexpected space before function parentheses. (space-before-function-paren)
(#800) Unexpected space before function parentheses. (space-before-function-paren)
(#811) Unexpected space before function parentheses. (space-before-function-paren)
(#819) Unexpected space before function parentheses. (space-before-function-paren)
(#827) 'tableWidth' is assigned a value but never used. (no-unused-vars)
(#828) 'columnWidths' is assigned a value but never used. (no-unused-vars)
(#831) Comments should not begin with a lowercase character. (capitalized-comments)
(#836) Unexpected space before function parentheses. (space-before-function-paren)
(#856) Unexpected space before function parentheses. (space-before-function-paren)
(#886) Missing semicolon. (@babel/semi)
(#900) Unexpected space before function parentheses. (space-before-function-paren)
(#920) Unexpected space before function parentheses. (space-before-function-paren)
(#922) Comments should not begin with a lowercase character. (capitalized-comments)
(#930) Unexpected space before function parentheses. (space-before-function-paren)
(#946) Unexpected space before function parentheses. (space-before-function-paren)
(#1001) Expected to return a value at the end of method 'childRow'. (consistent-return)
(#1001) Unexpected space before function parentheses. (space-before-function-paren)
(#1023) Unexpected space before function parentheses. (space-before-function-paren)
(#1042) Unexpected space before function parentheses. (space-before-function-paren)
(#1043) Unexpected space before function parentheses. (space-before-function-paren)
(#1046) Unexpected space before function parentheses. (space-before-function-paren)
(#1047) Comments should not begin with a lowercase character. (capitalized-comments)
(#1057) Unexpected space before function parentheses. (space-before-function-paren)
(#1063) Unexpected space before function parentheses. (space-before-function-paren)
(#1069) Unexpected space before function parentheses. (space-before-function-paren)
(#1094) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1113) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1147) Unexpected space before function parentheses. (space-before-function-paren)
(#1148) Unexpected space before function parentheses. (space-before-function-paren)
(#1152) 'data' is assigned a value but never used. (no-unused-vars)
(#1152) Unexpected space before function parentheses. (space-before-function-paren)
(#1155) This line has a length of 153. Maximum allowed is 132. (max-len)
(#1161) This line has a length of 188. Maximum allowed is 132. (max-len)
(#1161) Comments should not begin with a lowercase character. (capitalized-comments)
(#1174) Unexpected space before function parentheses. (space-before-function-paren)
(#1175) Unexpected space before function parentheses. (space-before-function-paren)
(#1176) Unexpected space before function parentheses. (space-before-function-paren)
(#1178) This line has a length of 149. Maximum allowed is 132. (max-len)
(#1192) Missing semicolon. (@babel/semi)
(#1195) Unexpected space before function parentheses. (space-before-function-paren)
(#1200) Unexpected space before function parentheses. (space-before-function-paren)
(#1201) Unexpected space before function parentheses. (space-before-function-paren)
(#1209) Missing semicolon. (@babel/semi)
(#1284) Unexpected space before function parentheses. (space-before-function-paren)
(#1288) Unexpected space before function parentheses. (space-before-function-paren)
(#1297) Unexpected space before function parentheses. (space-before-function-paren)
(#1298) Unexpected space before function parentheses. (space-before-function-paren)
(#1305) Unexpected space before function parentheses. (space-before-function-paren)
(#1306) Unexpected space before function parentheses. (space-before-function-paren)
(#1314) Unexpected space before function parentheses. (space-before-function-paren)
(#1322) Unexpected space before function parentheses. (space-before-function-paren)
(#1323) Unexpected space before function parentheses. (space-before-function-paren)
(#1345) Unexpected space before function parentheses. (space-before-function-paren)
(#1345) 'json' is defined but never used. (no-unused-vars)
blocks/course_statistics/amd/src/datatables_init-lazy.js
(#19) Unexpected space before function parentheses. (space-before-function-paren)
(#21) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#60) Comments should not begin with a lowercase character. (capitalized-comments)
(#60) Expected space or tab after '//' in comment. (spaced-comment)
(#61) Expected space or tab after '//' in comment. (spaced-comment)
(#68) Comments should not begin with a lowercase character. (capitalized-comments)
(#68) Expected space or tab after '//' in comment. (spaced-comment)
(#69) Expected space or tab after '//' in comment. (spaced-comment)
(#76) Comments should not begin with a lowercase character. (capitalized-comments)
(#77) Expected space or tab after '//' in comment. (spaced-comment)
(#84) Comments should not begin with a lowercase character. (capitalized-comments)
(#84) Expected space or tab after '//' in comment. (spaced-comment)
(#85) Expected space or tab after '//' in comment. (spaced-comment)
(#92) Comments should not begin with a lowercase character. (capitalized-comments)
(#92) Expected space or tab after '//' in comment. (spaced-comment)
(#107) Unexpected space before function parentheses. (space-before-function-paren)
(#112) Unexpected space before function parentheses. (space-before-function-paren)
(#113) There should be no space before ','. (comma-spacing)
(#115) Operator '+' must be spaced. (space-infix-ops)
(#118) Unexpected space before function parentheses. (space-before-function-paren)
(#123) Expected space or tab after '/*' in comment. (spaced-comment)
(#139) Unexpected alert. (no-alert)
(#143) Array.prototype.every() expects a return value from function. (array-callback-return)
(#143) Unexpected space before function parentheses. (space-before-function-paren)
(#146) Unexpected space before function parentheses. (space-before-function-paren)
(#155) Unexpected space before function parentheses. (space-before-function-paren)
(#161) Unexpected space before function parentheses. (space-before-function-paren)
(#174) Unexpected space before function parentheses. (space-before-function-paren)
(#175) Unexpected space before function parentheses. (space-before-function-paren)
(#189) Unexpected space before function parentheses. (space-before-function-paren)
(#197) Unexpected space before function parentheses. (space-before-function-paren)
(#198) Missing semicolon. (@babel/semi)
(#213) Unexpected space before function parentheses. (space-before-function-paren)
(#217) Comments should not begin with a lowercase character. (capitalized-comments)
(#217) Expected space or tab after '//' in comment. (spaced-comment)
blocks/course_statistics/amd/src/jquery-ui-lazy.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#3) This line has a length of 1002. Maximum allowed is 132. (max-len)
(#6) This line has a length of 33326. Maximum allowed is 132. (max-len)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) 'jQuery' is not defined. (no-undef)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6) This line has 287 statements. Maximum allowed is 2. (max-statements-per-line)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Expected { after 'for' condition. (curly)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) 'e' declared on line 6 column 119 is used outside of binding context. (block-scoped-var)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'closeText'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'prevText'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'nextText'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'currentText'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'monthNames'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'monthNamesShort'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'dayNames'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'dayNamesShort'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'dayNamesMin'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'weekHeader'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'dateFormat'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'firstDay'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'isRTL'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'showMonthAfterYear'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'yearSuffix'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'showOn'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'showAnim'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'showOptions'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'defaultDate'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'appendText'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'buttonText'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'buttonImage'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'buttonImageOnly'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'hideIfNoPrevNext'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'navigationAsDateFormat'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'gotoCurrent'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'changeMonth'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'changeYear'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'yearRange'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'showOtherMonths'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'selectOtherMonths'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'showWeek'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'calculateWeek'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'shortYearCutoff'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'minDate'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'maxDate'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'duration'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'beforeShowDay'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'beforeShow'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'onSelect'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'onChangeMonthYear'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'onClose'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'numberOfMonths'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'showCurrentAtPos'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'stepMonths'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'stepBigMonths'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'altField'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'altFormat'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'constrainInput'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'showButtonPanel'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'autoSize'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'disabled'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for-in'. (curly)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Use '===' to compare with null. (no-eq-null)
(#6) Operator '==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Use '===' to compare with null. (no-eq-null)
(#6) Operator '!=' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) Expected space(s) before "try". (keyword-spacing)
(#6) Expected space(s) after "try". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Expected space(s) before "catch". (keyword-spacing)
(#6) Expected space(s) after "catch". (keyword-spacing)
(#6) Empty block statement. (no-empty)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_proto'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_childConstructors'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing '()' invoking a constructor. (new-parens)
(#6) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'constructor'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'namespace'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'widgetName'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'widgetFullName'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) Expected space(s) before "for". (keyword-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for-in'. (curly)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '==' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected empty function. (no-empty-function)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'widgetName'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'defaultElement'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'options'. (key-spacing)
(#6) Missing space before value for key 'classes'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'disabled'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'create'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_createWidget'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'remove'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_getCreateOptions'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_getCreateEventData'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_create'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_init'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'destroy'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_destroy'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'widget'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'option'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Operator '==' must be spaced. (space-infix-ops)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "if". (keyword-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Expected space(s) after "else". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_setOptions'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for-in'. (curly)
(#6) Expected space(s) before "this". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_setOption'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_setOptionClasses'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for-in'. (curly)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'element'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'keys'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'classes'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'add'. (key-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_setOptionDisabled'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'enable'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing space before value for key 'disabled'. (key-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'disable'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing space before value for key 'disabled'. (key-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_classes'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'element'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'classes'. (key-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'remove'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_untrackClassesElement'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_removeClass'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_addClass'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_toggleClass'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '==' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '==' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'extra'. (key-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'keys'. (key-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'element'. (key-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'add'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_on'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '!=' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '==' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '!=' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_off'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_delay'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Operator '==' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_hoverable'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'mouseenter'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'mouseleave'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_focusable'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'focusin'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'focusout'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_trigger'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "for". (keyword-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for-in'. (curly)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'show'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'hide'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'effect'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '==' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'duration'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Operator '*' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '/' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '*' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '/' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'width'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'height'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'offset'. (key-spacing)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'width'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'height'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'offset'. (key-spacing)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'width'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'height'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'offset'. (key-spacing)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'width'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'height'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'offset'. (key-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unnecessary escape character: \+. (no-useless-escape)
(#6) Unnecessary escape character: \-. (no-useless-escape)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'scrollbarWidth'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'getScrollInfo'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '<' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '<' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Missing space before value for key 'width'. (key-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'height'. (key-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'getWithinInfo'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Missing space before value for key 'element'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'isWindow'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'isDocument'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'offset'. (key-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scrollLeft'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scrollTop'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'width'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'height'. (key-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '+=' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '+=' must be spaced. (space-infix-ops)
(#6) Operator '/' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '+=' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '+=' must be spaced. (space-infix-ops)
(#6) Operator '/' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '-=' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '-=' must be spaced. (space-infix-ops)
(#6) Operator '/' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '-=' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '-=' must be spaced. (space-infix-ops)
(#6) Operator '/' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'marginLeft'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'marginTop'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'targetWidth'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'targetHeight'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'elemWidth'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'elemHeight'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'collisionPosition'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'collisionWidth'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'collisionHeight'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'offset'. (key-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'my'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'at'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'within'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'elem'. (key-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'target'. (key-spacing)
(#6) Missing space before value for key 'element'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'width'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'height'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'element'. (key-spacing)
(#6) Missing space before value for key 'element'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'width'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'height'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'horizontal'. (key-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'vertical'. (key-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'using'. (key-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'fit'. (key-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '>=' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '>=' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '+=' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '-=' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '>=' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '>=' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '+=' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '-=' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'flip'. (key-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '*' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '+=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '+=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '*' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '+=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '+=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'flipfit'. (key-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'data'. (key-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'disableSelection'. (key-spacing)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator 'in' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'enableSelection'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'focusable'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Use '===' to compare with null. (no-eq-null)
(#6) Operator '!=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Operator '==' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key '_formResetHandler'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_bindFormResetHandler'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_unbindFormResetHandler'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '-=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '-=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '-=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'innerWidth'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'innerHeight'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'outerWidth'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'outerHeight'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Operator '!=' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Use '===' to compare with null. (no-eq-null)
(#6) Operator '==' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'BACKSPACE'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'COMMA'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'DELETE'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'DOWN'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'END'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'ENTER'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'ESCAPE'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'HOME'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'LEFT'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'PAGE_DOWN'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'PAGE_UP'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'PERIOD'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'RIGHT'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'SPACE'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'TAB'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'UP'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'tabbable'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Use '===' to compare with null. (no-eq-null)
(#6) Operator '!=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '>=' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'uniqueId'. (key-spacing)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'removeUniqueId'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'options'. (key-spacing)
(#6) Missing space before value for key 'cancel'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'distance'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'delay'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseInit'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseDestroy'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseDown'. (key-spacing)
(#6) Expected to return a value at the end of method '_mouseDown'. (consistent-return)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseMove'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "if". (keyword-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "this". (keyword-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseUp'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseDistanceMet'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '>=' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseDelayMet'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseStart'. (key-spacing)
(#6) Unexpected empty method '_mouseStart'. (no-empty-function)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseDrag'. (key-spacing)
(#6) Unexpected empty method '_mouseDrag'. (no-empty-function)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseStop'. (key-spacing)
(#6) Unexpected empty method '_mouseStop'. (no-empty-function)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseCapture'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'add'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for-in'. (curly)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'call'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "for". (keyword-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "try". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Expected space(s) before "catch". (keyword-spacing)
(#6) Expected space(s) after "catch". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'options'. (key-spacing)
(#6) Missing space before value for key 'addClasses'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'appendTo'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'axis'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'connectToSortable'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'containment'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'cursor'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'cursorAt'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'grid'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'handle'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'helper'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'iframeFix'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'opacity'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'refreshPositions'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'revert'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'revertDuration'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scope'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scroll'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scrollSensitivity'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scrollSpeed'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'snap'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'snapMode'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'snapTolerance'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'stack'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'zIndex'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'drag'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'start'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'stop'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_create'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_setOption'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_destroy'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseCapture'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_blockFrames'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_unblockFrames'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_blurActiveElement'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseStart'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Operator '>' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_refreshOffsets'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scroll'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'parent'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'relative'. (key-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseDrag'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseStop'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseUp'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'cancel'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'target'. (key-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_getHandle'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_setHandleClassName'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_removeHandleClassName'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_createHelper'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_setPositionRelative'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_adjustOffsetFromHelper'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#6) Operator '==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator 'in' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator 'in' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator 'in' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator 'in' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_isRootNode'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_getParentOffset'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '+=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_getRelativeOffset'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Operator '!==' must be spaced. (space-infix-ops)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_cacheMargins'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'right'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'bottom'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_cacheHelperProportions'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'width'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'height'. (key-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (@babel/semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_setContainment'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '===' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '||' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (@babel/semi)
(#7) This line has a length of 32087. Maximum allowed is 132. (max-len)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_convertPositionTo'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) This line has 190 statements. Maximum allowed is 2. (max-statements-per-line)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '*' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '*' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '*' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '*' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '*' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '*' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_generatePosition'. (key-spacing)
(#7) Method '_generatePosition' has a complexity of 27. Maximum allowed is 20. (complexity)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '/' must be spaced. (space-infix-ops)
(#7) Operator '*' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '/' must be spaced. (space-infix-ops)
(#7) Operator '*' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_clear'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_trigger'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'plugins'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_uiHash'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Missing space before value for key 'helper'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'position'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'originalPosition'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'offset'. (key-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'start'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'item'. (key-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'stop'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'item'. (key-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'position'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'drag'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '-=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '-=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'start'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'stop'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'start'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'stop'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'start'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'drag'. (key-spacing)
(#7) Method 'drag' has a complexity of 22. Maximum allowed is 20. (complexity)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'start'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'item'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'drag'. (key-spacing)
(#7) Method 'drag' has a complexity of 33. Maximum allowed is 20. (complexity)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'for' condition. (curly)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'snapItem'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'snapItem'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'start'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'start'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'stop'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'version'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'options'. (key-spacing)
(#7) Missing space before value for key 'accept'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'addClasses'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'greedy'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'scope'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'tolerance'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'activate'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'deactivate'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'drop'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'out'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'over'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_create'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_addToManager'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_splice'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'for' condition. (curly)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_destroy'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_setOption'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "this". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Expected space(s) before "this". (keyword-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_activate'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_deactivate'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_over'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_out'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_drop'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'offset'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'ui'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Missing space before value for key 'draggable'. (key-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'helper'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'position'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'offset'. (key-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_addHoverClass'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_removeHoverClass'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_addActiveClass'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_removeActiveClass'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Function has a complexity of 26. Maximum allowed is 20. (complexity)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "switch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "case". (keyword-spacing)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "case". (keyword-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '/' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '/' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '/' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '/' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "case". (keyword-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "case". (keyword-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'current'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'droppables'. (key-spacing)
(#7) Missing space before value for key 'default'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'prepareOffsets'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Unexpected labeled statement. (no-labels)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'for' condition. (curly)
(#7) Expected space(s) before "if". (keyword-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'for' condition. (curly)
(#7) Expected space(s) before "if". (keyword-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Unexpected label in continue statement. (no-labels)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Unnecessary '.call()'. (no-useless-call)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'drop'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unnecessary '.call()'. (no-useless-call)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unnecessary '.call()'. (no-useless-call)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'dragStart'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'drag'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unnecessary '.call()'. (no-useless-call)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unnecessary '.call()'. (no-useless-call)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unnecessary '.call()'. (no-useless-call)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'dragStop'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'options'. (key-spacing)
(#7) Missing space before value for key 'hoverClass'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'activeClass'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_addActiveClass'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_removeActiveClass'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_addHoverClass'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_removeHoverClass'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'version'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'options'. (key-spacing)
(#7) Missing space before value for key 'alsoResize'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'animate'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'animateDuration'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'animateEasing'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'aspectRatio'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'autoHide'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'classes'. (key-spacing)
(#7) Missing space before value for key 'ui-resizable-se'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'containment'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'ghost'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'grid'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'handles'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'helper'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'maxHeight'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'maxWidth'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'minHeight'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'minWidth'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'zIndex'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'resize'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'start'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'stop'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_num'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_isNumber'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_hasScroll'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_create'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_aspectRatio'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'aspectRatio'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'originalElement'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_proportionallyResizeElements'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_helper'. (key-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'position'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'marginTop'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'marginRight'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'marginBottom'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'marginLeft'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'position'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'zoom'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'display'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_destroy'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'position'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_setOption'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "switch". (keyword-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "case". (keyword-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_setupHandles'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'n'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'e'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 's'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'w'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'se'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'sw'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'ne'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'nw'. (key-spacing)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "for". (keyword-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'for' condition. (curly)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'zIndex'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Expected { after 'for-in'. (curly)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Expected space(s) before "this". (keyword-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'mousedown'. (key-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_removeHandles'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_mouseCapture'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Expected { after 'for-in'. (curly)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_mouseStart'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '/' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_mouseDrag'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_mouseStop'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_updatePrevProperties'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_applyChanges'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_updateVirtualBoundaries'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'minWidth'. (key-spacing)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'maxWidth'. (key-spacing)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '/' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'minHeight'. (key-spacing)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'maxHeight'. (key-spacing)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '/' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '*' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '/' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '*' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '/' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_updateCache'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_updateRatio'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '*' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '/' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_respectSize'. (key-spacing)
(#7) Method '_respectSize' has a complexity of 29. Maximum allowed is 20. (complexity)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_getPaddingPlusBorderDimensions'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'for' condition. (curly)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) 'i' declared on line 7 column 25543 is used outside of binding context. (block-scoped-var)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) 'i' declared on line 7 column 25543 is used outside of binding context. (block-scoped-var)
(#7) A space is required after ','. (comma-spacing)
(#7) 'i' declared on line 7 column 25543 is used outside of binding context. (block-scoped-var)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) 'i' declared on line 7 column 25543 is used outside of binding context. (block-scoped-var)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_proportionallyResize'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "for". (keyword-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'for' condition. (curly)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_renderProxy'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'position'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'zIndex'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_change'. (key-spacing)
(#7) Missing space before value for key 'e'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'w'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'n'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 's'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'se'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'sw'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'ne'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'nw'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_propagate'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'plugins'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'ui'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Missing space before value for key 'originalElement'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'element'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'helper'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'position'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'size'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'originalSize'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'originalPosition'. (key-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'stop'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'duration'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'easing'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'step'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'start'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'element'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'element'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'resize'. (key-spacing)
(#7) Method 'resize' has a complexity of 23. Maximum allowed is 20. (complexity)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '/' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '*' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '/' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '*' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'stop'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'start'. (key-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (@babel/semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'resize'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'height'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'width'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#8) This line has a length of 32095. Maximum allowed is 132. (max-len)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) This line has 182 statements. Maximum allowed is 2. (max-statements-per-line)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'stop'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'start'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'opacity'. (key-spacing)
(#8) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'display'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'position'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'height'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'width'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'margin'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'left'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'top'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'resize'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'position'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'height'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'width'. (key-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'stop'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'resize'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '+=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '+=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '-=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '-=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Do not nest ternary expressions. (no-nested-ternary)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Do not nest ternary expressions. (no-nested-ternary)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'version'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'options'. (key-spacing)
(#8) Missing space before value for key 'appendTo'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'autoRefresh'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'distance'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'filter'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'tolerance'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'selected'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'selecting'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'start'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'stop'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'unselected'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'unselecting'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_create'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'left'. (key-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'top'. (key-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'element'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '$element'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'left'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'top'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'right'. (key-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'bottom'. (key-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'startselected'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'selected'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'selecting'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'unselecting'. (key-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_destroy'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_mouseStart'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'left'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'top'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'width'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'height'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'unselecting'. (key-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'selecting'. (key-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'unselecting'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_mouseDrag'. (key-spacing)
(#8) Expected to return a value at the end of method '_mouseDrag'. (consistent-return)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'left'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'top'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'width'. (key-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'height'. (key-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Function has a complexity of 24. Maximum allowed is 20. (complexity)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'selecting'. (key-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'unselecting'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'unselecting'. (key-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_mouseStop'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'unselected'. (key-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'selected'. (key-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'version'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'ready'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'options'. (key-spacing)
(#8) Missing space before value for key 'appendTo'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'axis'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'connectWith'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'containment'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'cursor'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'cursorAt'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'dropOnEmpty'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'forcePlaceholderSize'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'forceHelperSize'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'grid'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'handle'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'helper'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'items'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'opacity'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'placeholder'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'revert'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'scroll'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'scrollSensitivity'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'scrollSpeed'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'scope'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'tolerance'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'zIndex'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'activate'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'beforeStop'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'change'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'deactivate'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'out'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'over'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'receive'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'remove'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'sort'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'start'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'stop'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'update'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_isOverAxis'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_isFloating'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "return". (keyword-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_create'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_setOption'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_setHandleClassName'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_destroy'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Expected space(s) before "this". (keyword-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_mouseCapture'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Do not nest ternary expressions. (no-nested-ternary)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Do not nest ternary expressions. (no-nested-ternary)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_mouseStart'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'top'. (key-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'left'. (key-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'click'. (key-spacing)
(#8) Missing space before value for key 'left'. (key-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'top'. (key-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'parent'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'relative'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'prev'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'parent'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) before "for". (keyword-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Expected space(s) before "this". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_mouseDrag'. (key-spacing)
(#8) Method '_mouseDrag' has a complexity of 33. Maximum allowed is 20. (complexity)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) before "break". (keyword-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_mouseStop'. (key-spacing)
(#8) Expected to return a value at the end of method '_mouseStop'. (consistent-return)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected { after 'else'. (curly)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "return". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'cancel'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'target'. (key-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Expected space(s) before "this". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'helper'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'dragging'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'reverting'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_noFinalSort'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'serialize'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Unnecessary escape character: \-. (no-useless-escape)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'toArray'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_intersectsWith'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "return". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_intersectsWithPointer'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Do not nest ternary expressions. (no-nested-ternary)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_intersectsWithSides'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_getDragVerticalDirection'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_getDragHorizontalDirection'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'refresh'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_connectWith'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_getItemsAsjQuery'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) before "for". (keyword-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Expected space(s) before "for". (keyword-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'options'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'item'. (key-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_removeCurrentsFromItems'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Expected space(s) after "return". (keyword-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "return". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_refreshItems'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'item'. (key-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) before "for". (keyword-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Expected space(s) before "for". (keyword-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'item'. (key-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Expected space(s) before "for". (keyword-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'item'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'instance'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'width'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'height'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'left'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'top'. (key-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'refreshPositions'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) before "this". (keyword-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'else'. (curly)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_createPlaceholder'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'element'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Do not nest ternary expressions. (no-nested-ternary)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'update'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_createTrPlaceholder'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_contactContainers'. (key-spacing)
(#8) Method '_contactContainers' has a complexity of 25. Maximum allowed is 20. (complexity)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) before "continue". (keyword-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected { after 'else'. (curly)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Expected space(s) before "this". (keyword-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Expected { after 'if' condition. (curly)
(#8) Method '_contactContainers' expected no return value. (consistent-return)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_createHelper'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Do not nest ternary expressions. (no-nested-ternary)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'width'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'height'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'position'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'top'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'left'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_adjustOffsetFromHelper'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'left'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'top'. (key-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator 'in' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator 'in' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator 'in' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator 'in' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_getParentOffset'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "return". (keyword-spacing)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '+=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'top'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'left'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'top'. (key-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'left'. (key-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_getRelativeOffset'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "return". (keyword-spacing)
(#8) Missing space before value for key 'top'. (key-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'left'. (key-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Expected space(s) after "return". (keyword-spacing)
(#8) Missing space before value for key 'top'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'left'. (key-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_cacheMargins'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'left'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'top'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_cacheHelperProportions'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'width'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'height'. (key-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_setContainment'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_convertPositionTo'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "return". (keyword-spacing)
(#8) Missing space before value for key 'top'. (key-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Do not nest ternary expressions. (no-nested-ternary)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'left'. (key-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Do not nest ternary expressions. (no-nested-ternary)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_generatePosition'. (key-spacing)
(#8) Method '_generatePosition' has a complexity of 26. Maximum allowed is 20. (complexity)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "return". (keyword-spacing)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Do not nest ternary expressions. (no-nested-ternary)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Do not nest ternary expressions. (no-nested-ternary)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '<=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Do not nest ternary expressions. (no-nested-ternary)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Do not nest ternary expressions. (no-nested-ternary)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '<=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'top'. (key-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Do not nest ternary expressions. (no-nested-ternary)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'left'. (key-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Do not nest ternary expressions. (no-nested-ternary)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_rearrange'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_clear'. (key-spacing)
(#8) Method '_clear' has a complexity of 27. Maximum allowed is 20. (complexity)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Expected space(s) before "this". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Expected { after 'for-in'. (curly)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected { after 'else'. (curly)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Return statement should not contain assignment. (no-return-assign)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_trigger'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_uiHash'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "return". (keyword-spacing)
(#8) Missing space before value for key 'helper'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'placeholder'. (key-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'position'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'originalPosition'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'offset'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'item'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'sender'. (key-spacing)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'version'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'options'. (key-spacing)
(#8) Missing space before value for key 'active'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'animate'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'classes'. (key-spacing)
(#8) Missing space before value for key 'ui-accordion-header'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'ui-accordion-header-collapsed'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'ui-accordion-content'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'collapsible'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'event'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'header'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'heightStyle'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'icons'. (key-spacing)
(#8) Missing space before value for key 'activeHeader'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'header'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'activate'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'beforeActivate'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'hideProps'. (key-spacing)
(#8) Missing space before value for key 'borderTopWidth'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'borderBottomWidth'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'paddingTop'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'paddingBottom'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'height'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'showProps'. (key-spacing)
(#8) Missing space before value for key 'borderTopWidth'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'borderBottomWidth'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'paddingTop'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'paddingBottom'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'height'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_create'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Use '===' to compare with null. (no-eq-null)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '+=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_getCreateEventData'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "return". (keyword-spacing)
(#8) Missing space before value for key 'header'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'panel'. (key-spacing)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (@babel/semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key '_createIcons'. (key-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing semicolon. (@babel/semi)
(#9) This line has a length of 32381. Maximum allowed is 132. (max-len)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_destroyIcons'. (key-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) A space is required after ','. (comma-spacing)
(#9) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_destroy'. (key-spacing)
(#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 whitespace after semicolon. (semi-spacing)
(#9) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) This line has 303 statements. Maximum allowed is 2. (max-statements-per-line)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-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) Operator '!==' must be spaced. (space-infix-ops)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_setOption'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) Operator '&&' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-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) Operator '!==' must be spaced. (space-infix-ops)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '===' must be spaced. (space-infix-ops)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_setOptionDisabled'. (key-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_keydown'. (key-spacing)
(#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 "if". (keyword-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected space(s) after "switch". (keyword-spacing)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#9) Operator '%' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-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) Operator '%' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_panelKeyDown'. (key-spacing)
(#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 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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'refresh'. (key-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Operator ':' must be spaced. (space-infix-ops)
(#9) Do not nest ternary expressions. (no-nested-ternary)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Operator ':' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_processPanels'. (key-spacing)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_refresh'. (key-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) A space is required after ','. (comma-spacing)
(#9) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'aria-selected'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'aria-expanded'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'tabIndex'. (key-spacing)
(#9) Missing space before value for key 'aria-hidden'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '?' must be spaced. (space-infix-ops)
(#9) Missing space before value for key 'aria-selected'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'aria-expanded'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'tabIndex'. (key-spacing)
(#9) Missing space before value for key 'aria-hidden'. (key-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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_activate'. (key-spacing)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'target'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'currentTarget'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'preventDefault'. (key-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_findActive'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_setupEvents'. (key-spacing)
(#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 space before value for key 'keydown'. (key-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'keydown'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_eventHandler'. (key-spacing)
(#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) 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) 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) 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) 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) Operator '?' must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'oldHeader'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'oldPanel'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'newHeader'. (key-spacing)
(#9) Operator '?' must be spaced. (space-infix-ops)
(#9) Operator ':' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'newPanel'. (key-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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) Operator ':' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_toggle'. (key-spacing)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-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) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) A space is required after ','. (comma-spacing)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) Operator ':' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'aria-hidden'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'aria-selected'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'aria-expanded'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#9) Operator '?' must be spaced. (space-infix-ops)
(#9) Missing space before value for key 'tabIndex'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'aria-expanded'. (key-spacing)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'aria-selected'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'aria-expanded'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'tabIndex'. (key-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_animate'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) Operator '&&' must be spaced. (space-infix-ops)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#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) 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) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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) Missing semicolon. (@babel/semi)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected space(s) after "return". (keyword-spacing)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) Do not nest ternary expressions. (no-nested-ternary)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'duration'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'easing'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'step'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'duration'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'easing'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'complete'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'step'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) 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) 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) A space is required after ','. (comma-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) A space is required after ','. (comma-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) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_toggleComplete'. (key-spacing)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) A space is required after ','. (comma-spacing)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'version'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'defaultElement'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'delay'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'options'. (key-spacing)
(#9) Missing space before value for key 'icons'. (key-spacing)
(#9) Missing space before value for key 'submenu'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'items'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'menus'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'position'. (key-spacing)
(#9) Missing space before value for key 'my'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'at'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'role'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'blur'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'focus'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'select'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_create'. (key-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'role'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'tabIndex'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'mousedown .ui-menu-item'. (key-spacing)
(#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) Missing semicolon. (@babel/semi)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'click .ui-menu-item'. (key-spacing)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) Operator '&&' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'mouseenter .ui-menu-item'. (key-spacing)
(#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 "if". (keyword-spacing)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'mouseleave'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'mouseleave .ui-menu'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'focus'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'blur'. (key-spacing)
(#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 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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'keydown'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'click'. (key-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_destroy'. (key-spacing)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_keydown'. (key-spacing)
(#9) Method '_keydown' has a complexity of 23. Maximum allowed is 20. (complexity)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected space(s) after "switch". (keyword-spacing)
(#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 whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) 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) Operator ':' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-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) Operator ':' must be spaced. (space-infix-ops)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Operator '+' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) Operator '?' must be spaced. (space-infix-ops)
(#9) Operator ':' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_activate'. (key-spacing)
(#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 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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'refresh'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing space before value for key 'role'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'aria-hidden'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'aria-expanded'. (key-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '+' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing space before value for key 'tabIndex'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'role'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_itemRole'. (key-spacing)
(#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) Missing space before value for key 'menu'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'listbox'. (key-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_setOption'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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 "if". (keyword-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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 "this". (keyword-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_setOptionDisabled'. (key-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'focus'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#9) Operator '===' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-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) 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) 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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'item'. (key-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_scrollIntoView'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) Operator '-' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) 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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'blur'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'item'. (key-spacing)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_startOpening'. (key-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) 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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Unexpected use of comma operator. (no-sequences)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_open'. (key-spacing)
(#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 space before value for key 'of'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'collapseAll'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_close'. (key-spacing)
(#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 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) Operator '?' must be spaced. (space-infix-ops)
(#9) Operator ':' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_closeOnDocumentClick'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_isDivider'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'collapse'. (key-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'expand'. (key-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'next'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'previous'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'isFirstItem'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'isLastItem'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_move'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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 whitespace after semicolon. (semi-spacing)
(#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) 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) 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) Operator '+' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'nextPage'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#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) Return statement should not contain assignment. (no-return-assign)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator ':' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '?' must be spaced. (space-infix-ops)
(#9) Operator ':' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator ':' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'previousPage'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#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) Return statement should not contain assignment. (no-return-assign)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-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) Operator ':' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_hasScroll'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'select'. (key-spacing)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing space before value for key 'item'. (key-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_filterMenuItems'. (key-spacing)
(#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) Unnecessary escape character: \-. (no-useless-escape)
(#9) Unnecessary escape character: \[. (no-useless-escape)
(#9) Unnecessary escape character: \^. (no-useless-escape)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing semicolon. (@babel/semi)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'version'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'defaultElement'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'options'. (key-spacing)
(#9) Missing space before value for key 'appendTo'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'autoFocus'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'delay'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'minLength'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'position'. (key-spacing)
(#9) Missing space before value for key 'my'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'at'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'collision'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'source'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'change'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'close'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'focus'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'open'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'response'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'search'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'select'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'requestIndex'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'pending'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_create'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) Operator ':' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'keydown'. (key-spacing)
(#9) Expected to return a value at the end of method 'keydown'. (consistent-return)
(#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 "if". (keyword-spacing)
(#9) Expected { after 'if' condition. (curly)
(#9) Expected space(s) before "return". (keyword-spacing)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected space(s) after "switch". (keyword-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'keypress'. (key-spacing)
(#9) Expected to return a value at the end of method 'keypress'. (consistent-return)
(#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 "if". (keyword-spacing)
(#9) Expected { after 'if' condition. (curly)
(#9) Expected space(s) before "return". (keyword-spacing)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#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 space(s) after "if". (keyword-spacing)
(#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) Expected space(s) after "switch". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing whitespace after semicolon. (semi-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) 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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'input'. (key-spacing)
(#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) Return statement should not contain assignment. (no-return-assign)
(#9) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'focus'. (key-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'blur'. (key-spacing)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing space before value for key 'role'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'mousedown'. (key-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'menufocus'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#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 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) Missing semicolon. (@babel/semi)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator ':' must be spaced. (space-infix-ops)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) Missing space before value for key 'item'. (key-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) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'menuselect'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) Missing space before value for key 'item'. (key-spacing)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'role'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'aria-live'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'aria-relevant'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'beforeunload'. (key-spacing)
(#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) Missing semicolon. (@babel/semi)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_destroy'. (key-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_setOption'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) A space is required after ','. (comma-spacing)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '===' must be spaced. (space-infix-ops)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '===' must be spaced. (space-infix-ops)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_isEventTargetInWidget'. (key-spacing)
(#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)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_closeOnClickOutside'. (key-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_appendTo'. (key-spacing)
(#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)
(#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) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_initSource'. (key-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Do not nest ternary expressions. (no-nested-ternary)
(#9) Operator '?' must be spaced. (space-infix-ops)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing space before value for key 'url'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'data'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'dataType'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'success'. (key-spacing)
(#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) Missing semicolon. (@babel/semi)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'error'. (key-spacing)
(#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) Missing semicolon. (@babel/semi)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_searchTimeout'. (key-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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 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) Operator '&&' must be spaced. (space-infix-ops)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'search'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) Return statement should not contain assignment. (no-return-assign)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Use '===' to compare with null. (no-eq-null)
(#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) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Do not nest ternary expressions. (no-nested-ternary)
(#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) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_search'. (key-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'term'. (key-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_response'. (key-spacing)
(#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) 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 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) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '__response'. (key-spacing)
(#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 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) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'content'. (key-spacing)
(#9) A space is required after ','. (comma-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) Operator '?' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'close'. (key-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_close'. (key-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) A space is required after ','. (comma-spacing)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_change'. (key-spacing)
(#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 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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'item'. (key-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_normalize'. (key-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#9) Operator '?' must be spaced. (space-infix-ops)
(#9) Operator ':' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#9) Missing space before value for key 'label'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'value'. (key-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) Missing space before value for key 'label'. (key-spacing)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'value'. (key-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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_suggest'. (key-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) A space is required after ','. (comma-spacing)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'of'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-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) Missing space before value for key 'mousedown'. (key-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_resizeMenu'. (key-spacing)
(#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)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_renderMenu'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_renderItemData'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_renderItem'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) Missing semicolon. (@babel/semi)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_move'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'widget'. (key-spacing)
(#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) Missing semicolon. (@babel/semi)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_value'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_keyEvent'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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 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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_isContentEditable'. (key-spacing)
(#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 "if". (keyword-spacing)
(#9) Expected { after 'if' condition. (curly)
(#9) Expected space(s) before "return". (keyword-spacing)
(#9) Expected space(s) after "return". (keyword-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected space(s) after "return". (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) 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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'escapeRegex'. (key-spacing)
(#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) Unnecessary escape character: \-. (no-useless-escape)
(#9) Unnecessary escape character: \[. (no-useless-escape)
(#9) Unnecessary escape character: \^. (no-useless-escape)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'filter'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'options'. (key-spacing)
(#9) Missing space before value for key 'messages'. (key-spacing)
(#9) Missing space before value for key 'noResults'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'results'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '__response'. (key-spacing)
(#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 whitespace after semicolon. (semi-spacing)
(#9) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) Operator '&&' must be spaced. (space-infix-ops)
(#9) Operator '?' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'version'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'defaultElement'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'options'. (key-spacing)
(#9) Missing space before value for key 'direction'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'disabled'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'onlyVisible'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'items'. (key-spacing)
(#9) Missing space before value for key 'button'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'controlgroupLabel'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'checkboxradio'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'selectmenu'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'spinner'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_create'. (key-spacing)
(#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) Missing semicolon. (@babel/semi)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_enhance'. (key-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) A space is required after ','. (comma-spacing)
(#9) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_destroy'. (key-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_initWidgets'. (key-spacing)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Do not nest ternary expressions. (no-nested-ternary)
(#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) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) 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) Operator '+' must be spaced. (space-infix-ops)
(#9) Operator ':' must be spaced. (space-infix-ops)
(#9) Missing space before value for key 'classes'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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 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) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '?' must be spaced. (space-infix-ops)
(#9) Operator ':' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#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) 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) A space is required after ','. (comma-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) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_callChildMethod'. (key-spacing)
(#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 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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 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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_updateCornerClass'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) 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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_buildSimpleOptions'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) 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) Missing space before value for key 'classes'. (key-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing space before value for key 'middle'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'first'. (key-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'last'. (key-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'only'. (key-spacing)
(#9) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_spinnerOptions'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_buttonOptions'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_checkboxradioOptions'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_selectmenuOptions'. (key-spacing)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected space(s) after "return". (keyword-spacing)
(#9) Missing space before value for key 'width'. (key-spacing)
(#9) Operator '?' must be spaced. (space-infix-ops)
(#9) Operator ':' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'classes'. (key-spacing)
(#9) Missing space before value for key 'middle'. (key-spacing)
(#9) Missing space before value for key 'ui-selectmenu-button-open'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'ui-selectmenu-button-closed'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'first'. (key-spacing)
(#9) Missing space before value for key 'ui-selectmenu-button-open'. (key-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'ui-selectmenu-button-closed'. (key-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'last'. (key-spacing)
(#9) Missing space before value for key 'ui-selectmenu-button-open'. (key-spacing)
(#9) Operator '?' must be spaced. (space-infix-ops)
(#9) Operator ':' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'ui-selectmenu-button-closed'. (key-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'only'. (key-spacing)
(#9) Missing space before value for key 'ui-selectmenu-button-open'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'ui-selectmenu-button-closed'. (key-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_resolveClassesValues'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) 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) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_setOption'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#9) Operator '+' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-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) Operator ':' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator ':' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'refresh'. (key-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '===' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) Operator ':' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#9) Unexpected use of comma operator. (no-sequences)
(#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 "else". (keyword-spacing)
(#9) Expected { after 'else'. (curly)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'version'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'options'. (key-spacing)
(#9) Missing space before value for key 'disabled'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'label'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'icon'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'classes'. (key-spacing)
(#9) Missing space before value for key 'ui-checkboxradio-label'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'ui-checkboxradio-icon'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_getCreateOptions'. (key-spacing)
(#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) 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Return statement should not contain assignment. (no-return-assign)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Operator '-' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Use '===' to compare with null. (no-eq-null)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_create'. (key-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Use '===' to compare with null. (no-eq-null)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '===' must be spaced. (space-infix-ops)
(#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) 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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'change'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'focus'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'blur'. (key-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_readType'. (key-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_enhance'. (key-spacing)
(#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) Missing semicolon. (@babel/semi)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'widget'. (key-spacing)
(#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) Missing semicolon. (@babel/semi)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_getRadioGroup'. (key-spacing)
(#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) 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) Operator '+' must be spaced. (space-infix-ops)
(#9) Operator '+' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Return statement should not contain assignment. (no-return-assign)
(#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 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) 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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_toggleClasses'. (key-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_destroy'. (key-spacing)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#9) Unexpected use of comma operator. (no-sequences)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_setOption'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#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) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '===' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Operator ':' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key '_updateIcon'. (key-spacing)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-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) Operator '?' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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) Operator '+=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing semicolon. (@babel/semi)
(#10) This line has a length of 32018. Maximum allowed is 132. (max-len)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_updateLabel'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'refresh'. (key-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 276 statements. Maximum allowed is 2. (max-statements-per-line)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '!==' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'disabled'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'version'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'defaultElement'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'options'. (key-spacing)
(#10) Missing space before value for key 'classes'. (key-spacing)
(#10) Missing space before value for key 'ui-button'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'disabled'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'icon'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'iconPosition'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'label'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'showLabel'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_getCreateOptions'. (key-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) 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) Operator '||' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Use '===' to compare with null. (no-eq-null)
(#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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_create'. (key-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Unexpected use of '&'. (no-bitwise)
(#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) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Use '===' to compare with null. (no-eq-null)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-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) Operator '!==' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'keyup'. (key-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '===' must be spaced. (space-infix-ops)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_enhance'. (key-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_updateTooltip'. (key-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_updateIcon'. (key-spacing)
(#10) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator '!==' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#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) 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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_destroy'. (key-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-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)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_attachIconSpace'. (key-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) Operator '?' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_attachIcon'. (key-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) Operator '?' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_setOptions'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) 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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_setOption'. (key-spacing)
(#10) A space is required after ','. (comma-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '===' must be spaced. (space-infix-ops)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '===' must be spaced. (space-infix-ops)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '===' must be spaced. (space-infix-ops)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'refresh'. (key-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) 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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '!==' must be spaced. (space-infix-ops)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'disabled'. (key-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Operator '!==' must be spaced. (space-infix-ops)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'options'. (key-spacing)
(#10) Missing space before value for key 'text'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'icons'. (key-spacing)
(#10) Missing space before value for key 'primary'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'secondary'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_create'. (key-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_setOption'. (key-spacing)
(#10) A space is required after ','. (comma-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) Expected space(s) after "return". (keyword-spacing)
(#10) Operator '===' must be spaced. (space-infix-ops)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) 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 space(s) after "return". (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) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '!==' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'icon'. (key-spacing)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) Unnecessary '.apply()'. (no-useless-call)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '===' must be spaced. (space-infix-ops)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) Unnecessary '.apply()'. (no-useless-call)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '&&' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'button'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'datepicker'. (key-spacing)
(#10) Missing space before value for key 'version'. (key-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'markerClassName'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'maxRows'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_widgetDatepicker'. (key-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) 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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'setDefaults'. (key-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) A space is required after ','. (comma-spacing)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_attachDatepicker'. (key-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-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) Operator '===' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) Operator '===' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_newInst'. (key-spacing)
(#10) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#10) Unnecessary escape character: \-. (no-useless-escape)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Missing space before value for key 'id'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'input'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'selectedDay'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'selectedMonth'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'selectedYear'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'drawMonth'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'drawYear'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'inline'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'dpDiv'. (key-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) 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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_connectDatepicker'. (key-spacing)
(#10) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_attachments'. (key-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-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) Operator '+' must be spaced. (space-infix-ops)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '&&' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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 space before value for key 'src'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'alt'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'title'. (key-spacing)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'src'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'alt'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'title'. (key-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) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_autoSize'. (key-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) Expected space(s) after "if". (keyword-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#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 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) 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 { after 'for' condition. (curly)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '-' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_inlineDatepicker'. (key-spacing)
(#10) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_dialogDatepicker'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '&&' must be spaced. (space-infix-ops)
(#10) Operator '===' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Do not nest ternary expressions. (no-nested-ternary)
(#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) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-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) Operator '||' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '/' must be spaced. (space-infix-ops)
(#10) Operator '-' must be spaced. (space-infix-ops)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_destroyDatepicker'. (key-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) 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) 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) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '===' must be spaced. (space-infix-ops)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '===' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_enableDatepicker'. (key-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) 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) 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) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-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) 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) Missing space before value for key 'opacity'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'cursor'. (key-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) Operator '===' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-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) Operator '===' must be spaced. (space-infix-ops)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_disableDatepicker'. (key-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) 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) 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) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-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) 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) Missing space before value for key 'opacity'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'cursor'. (key-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) Operator '===' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-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) Operator '===' must be spaced. (space-infix-ops)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_isDisabledDatepicker'. (key-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) Expected space(s) after "if". (keyword-spacing)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "for". (keyword-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 { after 'for' condition. (curly)
(#10) Expected space(s) before "if". (keyword-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Operator '===' must be spaced. (space-infix-ops)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "return". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_getInst'. (key-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) Expected space(s) after "try". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#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 "catch". (keyword-spacing)
(#10) Expected space(s) after "catch". (keyword-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) Expected an error object to be thrown. (no-throw-literal)
(#10) Expected space(s) after "throw". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_optionDatepicker'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Do not nest ternary expressions. (no-nested-ternary)
(#10) Operator '===' must be spaced. (space-infix-ops)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#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) A space is required after ','. (comma-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) Operator ':' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator 'in' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_changeDatepicker'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_refreshDatepicker'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_setDateDatepicker'. (key-spacing)
(#10) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_getDateDatepicker'. (key-spacing)
(#10) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_doKeyDown'. (key-spacing)
(#10) Expected to return a value at the end of method '_doKeyDown'. (consistent-return)
(#10) Method '_doKeyDown' has a complexity of 45. Maximum allowed is 20. (complexity)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected space(s) before "switch". (keyword-spacing)
(#10) Expected space(s) after "switch". (keyword-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-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)
(#10) Expected space(s) before "else". (keyword-spacing)
(#10) Expected { after 'else'. (curly)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_doKeyPress'. (key-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) 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) Missing whitespace after semicolon. (semi-spacing)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Use '===' to compare with null. (no-eq-null)
(#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) A space is required after ','. (comma-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) Operator '||' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_doKeyUp'. (key-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) 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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Operator '!==' must be spaced. (space-infix-ops)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected space(s) before "try". (keyword-spacing)
(#10) Expected space(s) after "try". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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 "catch". (keyword-spacing)
(#10) Expected space(s) after "catch". (keyword-spacing)
(#10) Empty block statement. (no-empty)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Expected space(s) after "return". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_showDatepicker'. (key-spacing)
(#10) Method '_showDatepicker' has a complexity of 22. Maximum allowed is 20. (complexity)
(#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 space(s) after "if". (keyword-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-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) Return statement should not contain assignment. (no-return-assign)
(#10) Unexpected use of '|='. (no-bitwise)
(#10) Operator '|=' must be spaced. (space-infix-ops)
(#10) Operator '===' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'left'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'top'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'position'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'display'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'top'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'position'. (key-spacing)
(#10) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'display'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'left'. (key-spacing)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'top'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_updateDatepicker'. (key-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-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) 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) 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) 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) Operator '+' must be spaced. (space-infix-ops)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '>' must be spaced. (space-infix-ops)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) Operator '*' must be spaced. (space-infix-ops)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-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) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_shouldFocusInput'. (key-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) Operator '&&' must be spaced. (space-infix-ops)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_checkOffset'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#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) 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) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-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) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-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) Operator '>' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#10) Operator '-' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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) Operator '>' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_findPos'. (key-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) Expected space(s) after "for". (keyword-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-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) Operator '!==' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) Expected { after 'for' condition. (curly)
(#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) Return statement should not contain assignment. (no-return-assign)
(#10) 'i' declared on line 10 column 18564 is used outside of binding context. (block-scoped-var)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) 'i' declared on line 10 column 18564 is used outside of binding context. (block-scoped-var)
(#10) A space is required after ','. (comma-spacing)
(#10) 'i' declared on line 10 column 18564 is used outside of binding context. (block-scoped-var)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_hideDatepicker'. (key-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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 space before value for key 'position'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'left'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'top'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_tidyDialog'. (key-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) 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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_checkExternalClick'. (key-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) Expected space(s) after "if". (keyword-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) Operator '=' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#10) Operator '!==' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_adjustDate'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_gotoToday'. (key-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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#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) 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 '()' invoking a constructor. (new-parens)
(#10) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_selectMonthYear'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_selectDay'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) 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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_clearDate'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_selectDate'. (key-spacing)
(#10) A space is required after ','. (comma-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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Use '===' to compare with null. (no-eq-null)
(#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) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-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) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-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)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_updateAlternate'. (key-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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'noWeekends'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "return". (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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'iso8601Week'. (key-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) 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) Missing whitespace after semicolon. (semi-spacing)
(#10) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'parseDate'. (key-spacing)
(#10) Method 'parseDate' has a complexity of 41. Maximum allowed is 20. (complexity)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Expected space(s) after "if". (keyword-spacing)
(#10) Use '===' to compare with null. (no-eq-null)
(#10) Operator '==' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) Use '===' to compare with null. (no-eq-null)
(#10) Operator '==' must be spaced. (space-infix-ops)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected an error object to be thrown. (no-throw-literal)
(#10) Expected space(s) before "throw". (keyword-spacing)
(#10) Expected space(s) after "throw". (keyword-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (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) Operator '+' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '===' must be spaced. (space-infix-ops)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) 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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#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) 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 '()' invoking a constructor. (new-parens)
(#10) Operator '%' must be spaced. (space-infix-ops)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#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) 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) 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) 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) 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) 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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#10) Operator '===' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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) 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) Operator '===' must be spaced. (space-infix-ops)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected an error object to be thrown. (no-throw-literal)
(#10) Expected space(s) before "throw". (keyword-spacing)
(#10) Expected space(s) after "throw". (keyword-spacing)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Operator '+=' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Expected space(s) after "return". (keyword-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-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) Expected space(s) after "return". (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)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) Return statement should not contain assignment. (no-return-assign)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-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) 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) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '!==' must be spaced. (space-infix-ops)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an error object to be thrown. (no-throw-literal)
(#10) Expected space(s) after "throw". (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)
(#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 space(s) after "if". (keyword-spacing)
(#10) Operator '!==' must be spaced. (space-infix-ops)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected an error object to be thrown. (no-throw-literal)
(#10) Expected space(s) before "throw". (keyword-spacing)
(#10) Expected space(s) after "throw". (keyword-spacing)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "for". (keyword-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 { after 'for' condition. (curly)
(#10) Expected space(s) before "if". (keyword-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected { after 'else'. (curly)
(#10) Expected space(s) after "switch". (keyword-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) Expected space(s) after "case". (keyword-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-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) 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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-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) 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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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 "if". (keyword-spacing)
(#10) Expected space(s) after "if". (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) A space is required after ','. (comma-spacing)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected an error object to be thrown. (no-throw-literal)
(#10) Expected space(s) before "throw". (keyword-spacing)
(#10) Expected space(s) after "throw". (keyword-spacing)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (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 '()' invoking a constructor. (new-parens)
(#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) Operator '+=' must be spaced. (space-infix-ops)
(#10) Missing '()' invoking a constructor. (new-parens)
(#10) Operator '-' must be spaced. (space-infix-ops)
(#10) Missing '()' invoking a constructor. (new-parens)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '>' must be spaced. (space-infix-ops)
(#10) Expected { after 'if' condition. (curly)
(#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) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "if". (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) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '>=' must be spaced. (space-infix-ops)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected space(s) before "break". (keyword-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-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)
(#10) Expected space(s) before "if". (keyword-spacing)
(#10) Expected space(s) after "if". (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) A space is required after ','. (comma-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-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) Operator '!==' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) Operator '!==' must be spaced. (space-infix-ops)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected an error object to be thrown. (no-throw-literal)
(#10) Expected space(s) before "throw". (keyword-spacing)
(#10) Expected space(s) after "throw". (keyword-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'ATOM'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'COOKIE'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'ISO_8601'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'RFC_822'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'RFC_850'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'RFC_1036'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'RFC_1123'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'RFC_2822'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'RSS'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'TICKS'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'TIMESTAMP'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'W3C'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_ticksTo1970'. (key-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) Operator '*' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'formatDate'. (key-spacing)
(#10) Method 'formatDate' has a complexity of 27. Maximum allowed is 20. (complexity)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Expected space(s) after "if". (keyword-spacing)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Missing whitespace after semicolon. (semi-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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#10) Operator '===' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) 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) Expected { after 'if' condition. (curly)
(#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) Expected { after 'for' condition. (curly)
(#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 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) 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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '?' must be spaced. (space-infix-ops)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Expected { after 'if' condition. (curly)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#10) Operator '>' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected { after 'for' condition. (curly)
(#10) Expected space(s) before "if". (keyword-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) 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) Expected { after 'else'. (curly)
(#10) Expected space(s) after "switch". (keyword-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) Expected space(s) after "case". (keyword-spacing)
(#10) Operator '+=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Operator '+=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Operator '+=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '-' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '/' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (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) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Operator '+=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (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) Operator '>' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#10) Operator '%' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Operator '+=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-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)
(#10) Expected space(s) before "return". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_possibleChars'. (key-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) 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) 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) 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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#10) Operator '===' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "for". (keyword-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 { after 'for' condition. (curly)
(#10) Expected space(s) before "if". (keyword-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) 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) Expected { after 'else'. (curly)
(#10) Expected space(s) after "switch". (keyword-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) Expected space(s) after "case". (keyword-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Operator '+=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-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)
(#10) Expected space(s) before "return". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_get'. (key-spacing)
(#10) A space is required after ','. (comma-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) Operator '!==' must be spaced. (space-infix-ops)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_setDateFromField'. (key-spacing)
(#10) A space is required after ','. (comma-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) Expected space(s) after "if". (keyword-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "try". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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)
(#10) Expected space(s) before "catch". (keyword-spacing)
(#10) Expected space(s) after "catch". (keyword-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) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_getDefaultDate'. (key-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing '()' invoking a constructor. (new-parens)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_determineDate'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) 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) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing '()' invoking a constructor. (new-parens)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#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) 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 space(s) after "try". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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 "catch". (keyword-spacing)
(#10) Expected space(s) after "catch". (keyword-spacing)
(#10) Empty block statement. (no-empty)
(#10) Missing space before opening brace. (space-before-blocks)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#10) Missing '()' invoking a constructor. (new-parens)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-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) Unnecessary escape character: \-. (no-useless-escape)
(#10) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "switch". (keyword-spacing)
(#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 space(s) after "case". (keyword-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Operator '+=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Operator '+=' must be spaced. (space-infix-ops)
(#10) Operator '*' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '+=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Expected space(s) after "case". (keyword-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '+=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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 "return". (keyword-spacing)
(#10) 'o' declared on line 10 column 26886 is used outside of binding context. (block-scoped-var)
(#10) A space is required after ','. (comma-spacing)
(#10) 'a' declared on line 10 column 26904 is used outside of binding context. (block-scoped-var)
(#10) A space is required after ','. (comma-spacing)
(#10) 'r' declared on line 10 column 26919 is used outside of binding context. (block-scoped-var)
(#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) 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) Do not nest ternary expressions. (no-nested-ternary)
(#10) Use '===' to compare with null. (no-eq-null)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Do not nest ternary expressions. (no-nested-ternary)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Return statement should not contain assignment. (no-return-assign)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_daylightSavingAdjust'. (key-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) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-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)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_setDate'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing '()' invoking a constructor. (new-parens)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-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) A space is required after ','. (comma-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) Operator '||' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_getDate'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_attachHandlers'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Array.prototype.map() expects a return value from function. (array-callback-return)
(#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) Missing space before value for key 'prev'. (key-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'next'. (key-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'hide'. (key-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) 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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'today'. (key-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) 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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'selectDay'. (key-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'selectMonth'. (key-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'selectYear'. (key-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_generateHTML'. (key-spacing)
(#10) Method '_generateHTML' has a complexity of 87. Maximum allowed is 20. (complexity)
(#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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) Missing '()' invoking a constructor. (new-parens)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) 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) 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) 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) 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) Operator '!==' must be spaced. (space-infix-ops)
(#10) Operator '||' must be spaced. (space-infix-ops)
(#10) Operator '!==' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#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) 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) 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) Operator '-' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (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) A space is required after ','. (comma-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected { after 'if' condition. (curly)
(#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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '>' must be spaced. (space-infix-ops)
(#10) Expected { after 'for' condition. (curly)
(#10) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '-' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Do not nest ternary expressions. (no-nested-ternary)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Do not nest ternary expressions. (no-nested-ternary)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-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) 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) 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 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) 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) 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 space(s) after "if". (keyword-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-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) A space is required after ','. (comma-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) Expected space(s) after "if". (keyword-spacing)
(#10) Operator '+=' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '>' must be spaced. (space-infix-ops)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected space(s) before "switch". (keyword-spacing)
(#10) Expected space(s) after "switch". (keyword-spacing)
(#10) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#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 an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#10) Operator '+=' must be spaced. (space-infix-ops)
(#10) Unexpected use of comma operator. (no-sequences)
(#10) A space is required after ','. (comma-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) Operator ':' must be spaced. (space-infix-ops)
(#11) This line has a length of 32475. Maximum allowed is 132. (max-len)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#11) Operator '?' must be spaced. (space-infix-ops)
(#11) Operator ':' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) This line has 248 statements. Maximum allowed is 2. (max-statements-per-line)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) 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) Expected space(s) before "for". (keyword-spacing)
(#11) Expected space(s) after "for". (keyword-spacing)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#11) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected { after 'for' condition. (curly)
(#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) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#11) Operator '+' must be spaced. (space-infix-ops)
(#11) Operator '+' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "for". (keyword-spacing)
(#11) Operator '+=' must be spaced. (space-infix-ops)
(#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 space is required after ','. (comma-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#11) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#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) 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) 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 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) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected { after 'for' condition. (curly)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '>' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#11) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#11) Operator '+' must be spaced. (space-infix-ops)
(#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) 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) 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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) Expected space(s) before "return". (keyword-spacing)
(#11) Return statement should not contain assignment. (no-return-assign)
(#11) Return statement should not contain assignment. (no-return-assign)
(#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) 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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_generateMonthYearHeader'. (key-spacing)
(#11) Method '_generateMonthYearHeader' has a complexity of 27. Maximum allowed is 20. (complexity)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Operator '||' must be spaced. (space-infix-ops)
(#11) Expected { after 'if' condition. (curly)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "else". (keyword-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected space(s) after "for". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#11) Operator '>' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected { after 'for' condition. (curly)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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) 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 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) Expected space(s) before "if". (keyword-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) before "if". (keyword-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#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) Expected { after 'if' condition. (curly)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "else". (keyword-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing '()' invoking a constructor. (new-parens)
(#11) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#11) Do not nest ternary expressions. (no-nested-ternary)
(#11) Unnecessary escape character: \-. (no-useless-escape)
(#11) Operator '?' must be spaced. (space-infix-ops)
(#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) Unnecessary escape character: \-. (no-useless-escape)
(#11) Operator '?' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) Operator '||' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) Expected { after 'for' condition. (curly)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#11) Operator '+' must be spaced. (space-infix-ops)
(#11) Operator '+' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Expected space(s) before "return". (keyword-spacing)
(#11) Return statement should not contain assignment. (no-return-assign)
(#11) Return statement should not contain assignment. (no-return-assign)
(#11) Operator '+=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#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) Operator '+=' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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) 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) Missing space before value for key '_adjustInstDate'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) 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) Operator '+' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) Missing space before value for key '_restrictMinMax'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) Missing space before value for key '_notifyChange'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) Missing space before value for key '_getNumberOfMonths'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Do not nest ternary expressions. (no-nested-ternary)
(#11) Use '===' to compare with null. (no-eq-null)
(#11) Operator '==' must be spaced. (space-infix-ops)
(#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) Operator '==' must be spaced. (space-infix-ops)
(#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) 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) Missing space before value for key '_getMinMaxDate'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) Missing space before value for key '_getDaysInMonth'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_getFirstDayOfMonth'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_canAdjustMonth'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) 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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '*' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Operator '>' must be spaced. (space-infix-ops)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_isInRange'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#11) Return statement should not contain assignment. (no-return-assign)
(#11) Return statement should not contain assignment. (no-return-assign)
(#11) Return statement should not contain assignment. (no-return-assign)
(#11) Return statement should not contain assignment. (no-return-assign)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#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) Missing '()' invoking a constructor. (new-parens)
(#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 space is required after ','. (comma-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Unnecessary escape character: \-. (no-useless-escape)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#11) Operator '+=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unnecessary escape character: \-. (no-useless-escape)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '>=' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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) Missing space before value for key '_getFormatConfig'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Return statement should not contain assignment. (no-return-assign)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#11) Missing '()' invoking a constructor. (new-parens)
(#11) Operator '%' must be spaced. (space-infix-ops)
(#11) Operator '+' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'shortYearCutoff'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'dayNamesShort'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'dayNames'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'monthNamesShort'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'monthNames'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_formatDate'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#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 space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-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 space(s) after "if". (keyword-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) before "return". (keyword-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "return". (keyword-spacing)
(#11) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-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 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) 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) 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) Operator ':' must be spaced. (space-infix-ops)
(#11) Operator '+' must be spaced. (space-infix-ops)
(#11) Operator '+' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing '()' invoking a constructor. (new-parens)
(#11) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing '()' invoking a constructor. (new-parens)
(#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 space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'version'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'options'. (key-spacing)
(#11) Missing space before value for key 'appendTo'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'autoOpen'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'buttons'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'classes'. (key-spacing)
(#11) Missing space before value for key 'ui-dialog'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'ui-dialog-titlebar'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'closeOnEscape'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'closeText'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'draggable'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'hide'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'height'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'maxHeight'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'maxWidth'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'minHeight'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'minWidth'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'modal'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'position'. (key-spacing)
(#11) Missing space before value for key 'my'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'at'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'of'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'collision'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'using'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key 'resizable'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'show'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'title'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'width'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'beforeClose'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'close'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'drag'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'dragStart'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'dragStop'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'focus'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'open'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'resize'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'resizeStart'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'resizeStop'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'sizeRelatedOptions'. (key-spacing)
(#11) Missing space before value for key 'buttons'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'height'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'maxHeight'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'maxWidth'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'minHeight'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'minWidth'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'width'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'resizableRelatedOptions'. (key-spacing)
(#11) Missing space before value for key 'maxHeight'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'maxWidth'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'minHeight'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'minWidth'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_create'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'display'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'width'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'minHeight'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'maxHeight'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'height'. (key-spacing)
(#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 space before value for key 'parent'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'index'. (key-spacing)
(#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) Use '===' to compare with null. (no-eq-null)
(#11) Operator '==' must be spaced. (space-infix-ops)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#11) Use '===' to compare with null. (no-eq-null)
(#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) A space is required after ','. (comma-spacing)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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) 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) Missing space before value for key '_init'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Missing space before value for key '_appendTo'. (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) 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) 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) Missing space before value for key '_destroy'. (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) 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) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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 space is required after ','. (comma-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) 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) Missing space before value for key 'widget'. (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) 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) Missing space before value for key 'disable'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'enable'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'close'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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 space is required after ','. (comma-spacing)
(#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 space is required after ','. (comma-spacing)
(#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) 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) 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) Missing space before value for key 'isOpen'. (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) 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) Missing space before value for key 'moveToTop'. (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) 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) Missing space before value for key '_moveToTop'. (key-spacing)
(#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) 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) 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 space(s) after "return". (keyword-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) 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) Missing whitespace after semicolon. (semi-spacing)
(#11) Return statement should not contain assignment. (no-return-assign)
(#11) Operator '>=' must be spaced. (space-infix-ops)
(#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) 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) Operator '&&' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'open'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Return statement should not contain assignment. (no-return-assign)
(#11) Return statement should not contain assignment. (no-return-assign)
(#11) Operator '?' must be spaced. (space-infix-ops)
(#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) 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 space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_focusTabbable'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_keepFocus'. (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 JSDoc comment. (jsdoc/require-jsdoc)
(#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) 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) Operator '===' must be spaced. (space-infix-ops)
(#11) Operator '||' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_createWrapper'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'tabIndex'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'role'. (key-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'keydown'. (key-spacing)
(#11) Expected to return a value at the end of method 'keydown'. (consistent-return)
(#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 space(s) after "if". (keyword-spacing)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) before "return". (keyword-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Operator '===' must be spaced. (space-infix-ops)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#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) 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 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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'mousedown'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'aria-describedby'. (key-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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_createTitlebar'. (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) 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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'mousedown'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'label'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'icon'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'showLabel'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'click'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#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) 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 space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'aria-labelledby'. (key-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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_title'. (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) 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) 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) Missing space before value for key '_createButtonPane'. (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) 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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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 space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_createButtons'. (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) 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) Missing whitespace after semicolon. (semi-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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 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) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing space before value for key 'click'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'text'. (key-spacing)
(#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 space before value for key 'type'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'icon'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'iconPosition'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'showLabel'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'icons'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'text'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '==' must be spaced. (space-infix-ops)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_makeDraggable'. (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 JSDoc comment. (jsdoc/require-jsdoc)
(#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 space(s) after "return". (keyword-spacing)
(#11) Missing space before value for key 'position'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'offset'. (key-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) Expected space(s) before "var". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing space before value for key 'cancel'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'handle'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'containment'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'start'. (key-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'drag'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'stop'. (key-spacing)
(#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) 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) Operator '-' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing space before value for key 'my'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'at'. (key-spacing)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'of'. (key-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) 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) Missing space before value for key '_makeResizable'. (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 JSDoc comment. (jsdoc/require-jsdoc)
(#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 space(s) after "return". (keyword-spacing)
(#11) Missing space before value for key 'originalPosition'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'originalSize'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'position'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'size'. (key-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) Expected space(s) before "var". (keyword-spacing)
(#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) Operator '==' must be spaced. (space-infix-ops)
(#11) Operator '?' must be spaced. (space-infix-ops)
(#11) Operator ':' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing space before value for key 'cancel'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'containment'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'alsoResize'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'maxWidth'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'maxHeight'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'minWidth'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'minHeight'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'handles'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'start'. (key-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'resize'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'stop'. (key-spacing)
(#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) 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) 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) Operator '-' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'my'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'at'. (key-spacing)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'of'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_trackFocus'. (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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'focusin'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) 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) 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) Missing space before value for key '_makeFocusTarget'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_untrackInstance'. (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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_trackingInstances'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Return statement should not contain assignment. (no-return-assign)
(#11) Operator '||' must be spaced. (space-infix-ops)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_minHeight'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "return". (keyword-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_position'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key '_setOptions'. (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) 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) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#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 space is required after ','. (comma-spacing)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_setOption'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '===' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '===' must be spaced. (space-infix-ops)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'label'. (key-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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '==' must be spaced. (space-infix-ops)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key '_size'. (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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Missing space before value for key 'width'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'minHeight'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'maxHeight'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'height'. (key-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'height'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'width'. (key-spacing)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Operator '-' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'minHeight'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'maxHeight'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'height'. (key-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) Operator '&&' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_blockFrames'. (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) 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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing space before value for key 'position'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'width'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'height'. (key-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) 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) Missing space before value for key '_unblockFrames'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_allowInteraction'. (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) 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) Missing space before value for key '_createOverlay'. (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) Expected space(s) after "if". (keyword-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#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) Missing space before value for key 'focusin'. (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) 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) 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) 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 space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'mousedown'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_destroyOverlay'. (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) Expected space(s) after "if". (keyword-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) Operator '=' must be spaced. (space-infix-ops)
(#11) Operator '-' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) 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 space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#11) Operator '!==' must be spaced. (space-infix-ops)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'options'. (key-spacing)
(#11) Missing space before value for key 'dialogClass'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_createWrapper'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_setOption'. (key-spacing)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'version'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'options'. (key-spacing)
(#11) Missing space before value for key 'classes'. (key-spacing)
(#11) Missing space before value for key 'ui-progressbar'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'ui-progressbar-value'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'ui-progressbar-complete'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'max'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'value'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'change'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'complete'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'min'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_create'. (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) 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) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'role'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'aria-valuemin'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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 space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_destroy'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'value'. (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) Return statement should not contain assignment. (no-return-assign)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_constrainedValue'. (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) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_setOptions'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#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) 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) Missing space before value for key '_setOption'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_setOptionDisabled'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_percentage'. (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) Operator '?' must be spaced. (space-infix-ops)
(#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) 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) Missing space before value for key '_refreshValue'. (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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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 space is required after ','. (comma-spacing)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator ':' must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'aria-valuemax'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'aria-valuenow'. (key-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'version'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'defaultElement'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'options'. (key-spacing)
(#11) Missing space before value for key 'appendTo'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'classes'. (key-spacing)
(#11) Missing space before value for key 'ui-selectmenu-button-open'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'ui-selectmenu-button-closed'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'disabled'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'icons'. (key-spacing)
(#11) Missing space before value for key 'button'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'position'. (key-spacing)
(#11) Missing space before value for key 'my'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'at'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'collision'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'width'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'change'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'close'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'focus'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'open'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'select'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_create'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing space before value for key 'element'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'button'. (key-spacing)
(#11) Operator '+' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'menu'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) 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) Missing space before value for key '_drawButton'. (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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'click'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key 'tabindex'. (key-spacing)
(#11) Operator '?' must be spaced. (space-infix-ops)
(#11) Operator ':' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'id'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'role'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'aria-expanded'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'aria-autocomplete'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'aria-owns'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'aria-haspopup'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'title'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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 space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '!==' must be spaced. (space-infix-ops)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) 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) Missing space before value for key '_drawMenu'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'aria-hidden'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'aria-labelledby'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'id'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'classes'. (key-spacing)
(#11) Missing space before value for key 'ui-menu'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'role'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'select'. (key-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'focus'. (key-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Use '===' to compare with null. (no-eq-null)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'item'. (key-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#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 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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-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 space(s) after "return". (keyword-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) A space is required after ','. (comma-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 space(s) after "return". (keyword-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) 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) Missing space before value for key 'refresh'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key '_refreshMenu'. (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) 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) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'open'. (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) 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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_position'. (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 space before value for key 'of'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'close'. (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) 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) A space is required after ','. (comma-spacing)
(#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 space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'widget'. (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) 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) Missing space before value for key 'menuWidget'. (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) 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) Missing space before value for key '_renderButtonItem'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_renderMenu'. (key-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'text'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) 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) 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) Missing space before value for key '_renderItemData'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_renderItem'. (key-spacing)
(#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) 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) Missing space before value for key 'title'. (key-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_setText'. (key-spacing)
(#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) 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) 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) Missing space before value for key '_move'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#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) 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) 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) Missing space before value for key '_getSelectedItem'. (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) 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) Missing space before value for key '_toggle'. (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) 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) Missing space before value for key '_setSelection'. (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) 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) A space is required after ','. (comma-spacing)
(#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) 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) Missing space before value for key '_documentClick'. (key-spacing)
(#11) Missing space before value for key 'mousedown'. (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) 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) Missing space before value for key '_buttonEvents'. (key-spacing)
(#11) Missing space before value for key 'mousedown'. (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) 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) A space is required after ','. (comma-spacing)
(#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) 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) Missing space before value for key 'click'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'keydown'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "switch". (keyword-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) 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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Missing space before value for key '_selectFocusedItem'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_select'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'item'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '!==' must be spaced. (space-infix-ops)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'item'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_setAria'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Missing space before value for key 'aria-labelledby'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'aria-activedescendant'. (key-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_setOption'. (key-spacing)
(#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) Expected space(s) after "if". (keyword-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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Expected space(s) before "this". (keyword-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key '_setOptionDisabled'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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 space is required after ','. (comma-spacing)
(#11) Operator ':' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_appendTo'. (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) 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) Operator '||' must be spaced. (space-infix-ops)
(#11) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_toggleAttr'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_resizeButton'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Return statement should not contain assignment. (no-return-assign)
(#11) Operator '===' must be spaced. (space-infix-ops)
(#11) Operator '?' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_resizeMenu'. (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) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key '_getCreateOptions'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Return statement should not contain assignment. (no-return-assign)
(#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) 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) Missing space before value for key '_parseOptions'. (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) 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) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key '_parseOption'. (key-spacing)
(#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) Expected space(s) after "return". (keyword-spacing)
(#11) Missing space before value for key 'element'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'index'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'value'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'label'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'optgroup'. (key-spacing)
(#11) Operator '||' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'disabled'. (key-spacing)
(#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) Missing space before value for key '_destroy'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'version'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'options'. (key-spacing)
(#11) Missing space before value for key 'animate'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'classes'. (key-spacing)
(#11) Missing space before value for key 'ui-slider'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'ui-slider-handle'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'ui-slider-range'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'distance'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'max'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'min'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'orientation'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'range'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'step'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'value'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'values'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'change'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'slide'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'start'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'stop'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'numPages'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_create'. (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) 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) A space is required after ','. (comma-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 space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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 space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key '_refresh'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key '_createHandles'. (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) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "for". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Operator '>' must be spaced. (space-infix-ops)
(#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 space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected { after 'for' condition. (curly)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) 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) Missing space before value for key '_createRange'. (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) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#11) Operator '?' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'left'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'bottom'. (key-spacing)
(#11) Operator ':' must be spaced. (space-infix-ops)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing semicolon. (@babel/semi)
(#12) This line has a length of 32148. Maximum allowed is 132. (max-len)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_setupEvents'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#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) 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 '_destroy'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#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) 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 '_mouseCapture'. (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) This line has 307 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'width'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'height'. (key-spacing)
(#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) Missing space before value for key 'x'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'y'. (key-spacing)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-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) 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) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#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) 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) 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) Operator '?' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'left'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'top'. (key-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'left'. (key-spacing)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'top'. (key-spacing)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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 '_mouseStart'. (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) Expected space(s) after "return". (keyword-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 '_mouseDrag'. (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 space before value for key 'x'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'y'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-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 '_mouseStop'. (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) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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) 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 '_detectOrientation'. (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) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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 '_normValueFromMouse'. (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) 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) Expected space(s) after "return". (keyword-spacing)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#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) 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) 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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) 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 '_uiHash'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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 space before value for key 'handle'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'handleIndex'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'value'. (key-spacing)
(#12) Operator '!==' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '!==' must be spaced. (space-infix-ops)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-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 '_hasMultipleValues'. (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) 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 '_start'. (key-spacing)
(#12) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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 '_slide'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) 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) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '!==' must be spaced. (space-infix-ops)
(#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) 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) Operator '!==' must be spaced. (space-infix-ops)
(#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) 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 '_stop'. (key-spacing)
(#12) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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 '_change'. (key-spacing)
(#12) A space is required after ','. (comma-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) 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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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 'value'. (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) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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 'values'. (key-spacing)
(#12) Expected to return a value at the end of method 'values'. (consistent-return)
(#12) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Operator '>' must be spaced. (space-infix-ops)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#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) Expected space(s) after "if". (keyword-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-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)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '>' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '+=' must be spaced. (space-infix-ops)
(#12) Expected { after 'for' condition. (curly)
(#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) Unexpected use of comma operator. (no-sequences)
(#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 '_setOption'. (key-spacing)
(#12) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "switch". (keyword-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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) Expected space(s) after "case". (keyword-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#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) 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) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "case". (keyword-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) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "case". (keyword-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '>=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'for' condition. (curly)
(#12) Expected space(s) before "this". (keyword-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "case". (keyword-spacing)
(#12) Expected space(s) after "case". (keyword-spacing)
(#12) Expected space(s) after "case". (keyword-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) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "case". (keyword-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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_setOptionDisabled'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#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) 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 '_value'. (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) Return statement should not contain assignment. (no-return-assign)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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 '_values'. (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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-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) Expected space(s) after "for". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '>' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '+=' must be spaced. (space-infix-ops)
(#12) Expected { after 'for' condition. (curly)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) before "return". (keyword-spacing)
(#12) Expected space(s) after "return". (keyword-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 '_trimAlignValue'. (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) Expected space(s) after "if". (keyword-spacing)
(#12) Operator '>=' must be spaced. (space-infix-ops)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Operator '>=' must be spaced. (space-infix-ops)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '>' must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '*' must be spaced. (space-infix-ops)
(#12) Operator '>=' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '+=' must be spaced. (space-infix-ops)
(#12) Operator '>' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-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 '_calculateNewMax'. (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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#12) Operator '/' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '>' must be spaced. (space-infix-ops)
(#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) 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 '_precision'. (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) Operator '!==' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-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 '_precisionOf'. (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) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "return". (keyword-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#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 '_valueMin'. (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) 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 '_valueMax'. (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) 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 '_refreshRange'. (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) 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) Missing space before value for key 'width'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'left'. (key-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'height'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'bottom'. (key-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 '_refreshValue'. (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) 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) 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) 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) Operator '-' must be spaced. (space-infix-ops)
(#12) Operator '/' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'left'. (key-spacing)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'width'. (key-spacing)
(#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) Missing space before value for key 'queue'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'duration'. (key-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'bottom'. (key-spacing)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'height'. (key-spacing)
(#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) Missing space before value for key 'queue'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'duration'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) 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)
(#12) Operator '!==' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator '*' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#12) Operator '/' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'width'. (key-spacing)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'width'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'height'. (key-spacing)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'height'. (key-spacing)
(#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) 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 '_handleEvents'. (key-spacing)
(#12) Missing space before value for key 'keydown'. (key-spacing)
(#12) Method 'keydown' has a complexity of 22. Maximum allowed is 20. (complexity)
(#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) 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "switch". (keyword-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) Expected space(s) after "if". (keyword-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "return". (keyword-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) Expected space(s) before "switch". (keyword-spacing)
(#12) Expected space(s) after "switch". (keyword-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#12) Operator '/' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#12) Operator '/' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#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) Expected space(s) before "this". (keyword-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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 'keyup'. (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) 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) 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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'version'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'defaultElement'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'options'. (key-spacing)
(#12) Missing space before value for key 'classes'. (key-spacing)
(#12) Missing space before value for key 'ui-spinner'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'ui-spinner-down'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'ui-spinner-up'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'culture'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'icons'. (key-spacing)
(#12) Missing space before value for key 'down'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'up'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'incremental'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'max'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'min'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'numberFormat'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'page'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'step'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'change'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'spin'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'start'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'stop'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_create'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#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) Operator '!==' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#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 space before value for key 'beforeunload'. (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) 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) 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 '_getCreateOptions'. (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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-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) 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) Use '===' to compare with null. (no-eq-null)
(#12) Operator '!=' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-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 '_events'. (key-spacing)
(#12) Missing space before value for key 'keydown'. (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) 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) 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 'keyup'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'focus'. (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) 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 'blur'. (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) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-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 'mousewheel'. (key-spacing)
(#12) Expected to return a value at the end of method 'mousewheel'. (consistent-return)
(#12) A space is required after ','. (comma-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) Expected space(s) after "if". (keyword-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) Expected space(s) after "if". (keyword-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Expected space(s) after "return". (keyword-spacing)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '*' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'mousedown .ui-spinner-button'. (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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#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) 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) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-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) 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) 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) Expected space(s) before "var". (keyword-spacing)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-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) 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) Operator ':' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-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 'mouseup .ui-spinner-button'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'mouseenter .ui-spinner-button'. (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) Do not nest ternary expressions. (no-nested-ternary)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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 'mouseleave .ui-spinner-button'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_enhance'. (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) A space is required after ','. (comma-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 '_draw'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'classes'. (key-spacing)
(#12) Missing space before value for key 'ui-button'. (key-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 space before value for key 'icon'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'showLabel'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'icon'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'showLabel'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '>' must be spaced. (space-infix-ops)
(#12) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#12) Operator '*' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '>' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#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 '_keydown'. (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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "switch". (keyword-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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-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) Expected space(s) before "return". (keyword-spacing)
(#12) Expected space(s) after "return". (keyword-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 '_start'. (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) Return statement should not contain assignment. (no-return-assign)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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) 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 '_repeat'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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) 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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#12) Operator '*' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-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 '_spin'. (key-spacing)
(#12) A space is required after ','. (comma-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) 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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'value'. (key-spacing)
(#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) 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 '_increment'. (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) Do not nest ternary expressions. (no-nested-ternary)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '*' must be spaced. (space-infix-ops)
(#12) Operator '*' must be spaced. (space-infix-ops)
(#12) Operator '/' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#12) Operator '*' must be spaced. (space-infix-ops)
(#12) Operator '/' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Operator '*' must be spaced. (space-infix-ops)
(#12) Operator '/' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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 '_precision'. (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) Operator '!==' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-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 '_precisionOf'. (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) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "return". (keyword-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#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 '_adjustValue'. (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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '!==' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#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) 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) 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) Do not nest ternary expressions. (no-nested-ternary)
(#12) Operator '!==' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '>' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '!==' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '>' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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 '_stop'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-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 '_setOption'. (key-spacing)
(#12) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "return". (keyword-spacing)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '==' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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 '_setOptionDisabled'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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 '_setOptions'. (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) 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 '_parse'. (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) Expected space(s) after "return". (keyword-spacing)
(#12) Operator '==' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '!==' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) 'Globalize' is not defined. (no-undef)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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 '_format'. (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) Expected space(s) after "return". (keyword-spacing)
(#12) Do not nest ternary expressions. (no-nested-ternary)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) 'Globalize' is not defined. (no-undef)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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 '_refresh'. (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) Missing space before value for key 'aria-valuemin'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'aria-valuemax'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'aria-valuenow'. (key-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 'isValid'. (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) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#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 '_value'. (key-spacing)
(#12) A space is required after ','. (comma-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) 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) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '!==' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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 '_destroy'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-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 'stepUp'. (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) 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 '_stepUp'. (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) 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) Operator '*' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-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 'stepDown'. (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) 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 '_stepDown'. (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) 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) Operator '*' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-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 'pageUp'. (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) Operator '*' must be spaced. (space-infix-ops)
(#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 'pageDown'. (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) Operator '*' must be spaced. (space-infix-ops)
(#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 'value'. (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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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 'widget'. (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) 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) Operator '!==' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_enhance'. (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) A space is required after ','. (comma-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 '_uiSpinnerHtml'. (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) Expected space(s) after "return". (keyword-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 '_buttonHtml'. (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) Expected space(s) after "return". (keyword-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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'version'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'delay'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'options'. (key-spacing)
(#12) Missing space before value for key 'active'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'classes'. (key-spacing)
(#12) Missing space before value for key 'ui-tabs'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'ui-tabs-nav'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'ui-tabs-panel'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'ui-tabs-tab'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'collapsible'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'event'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'heightStyle'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'hide'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'show'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'activate'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'beforeActivate'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'beforeLoad'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'load'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_isLocal'. (key-spacing)
(#12) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "try". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) before "catch". (keyword-spacing)
(#12) Expected space(s) after "catch". (keyword-spacing)
(#12) Empty block statement. (no-empty)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) before "try". (keyword-spacing)
(#12) Expected space(s) after "try". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) before "catch". (keyword-spacing)
(#12) Expected space(s) after "catch". (keyword-spacing)
(#12) Empty block statement. (no-empty)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Operator '>' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#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) 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 '_create'. (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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#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) 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) 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) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '!==' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#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 '_initialActive'. (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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#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) 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) Return statement should not contain assignment. (no-return-assign)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#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) 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) Operator '===' must be spaced. (space-infix-ops)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '!==' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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 '_getCreateEventData'. (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) Expected space(s) after "return". (keyword-spacing)
(#12) Missing space before value for key 'tab'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'panel'. (key-spacing)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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 '_tabKeydown'. (key-spacing)
(#12) Expected to return a value at the end of method '_tabKeydown'. (consistent-return)
(#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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-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) Expected space(s) after "switch". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#12) Method '_tabKeydown' expected a return value. (consistent-return)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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) 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) 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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_panelKeydown'. (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) 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) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-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 '_handlePageNav'. (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) Do not nest ternary expressions. (no-nested-ternary)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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 '_findNextTab'. (key-spacing)
(#12) A space is required after ','. (comma-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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#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) 'n' declared on line 12 column 18768 is used outside of binding context. (block-scoped-var)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '>' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) 'n' declared on line 12 column 18768 is used outside of binding context. (block-scoped-var)
(#12) A space is required after ','. (comma-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) Expected space(s) before "for". (keyword-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '!==' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected { after 'for' condition. (curly)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#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 '_focusNextTab'. (key-spacing)
(#12) A space is required after ','. (comma-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) Return statement should not contain assignment. (no-return-assign)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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 '_setOption'. (key-spacing)
(#12) A space is required after ','. (comma-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) Expected space(s) after "return". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#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) 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 '_sanitizeSelector'. (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) Unnecessary escape character: \/. (no-useless-escape)
(#12) Unnecessary escape character: \[. (no-useless-escape)
(#12) Unnecessary escape character: \^. (no-useless-escape)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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 'refresh'. (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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) A space is required after ','. (comma-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) 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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Do not nest ternary expressions. (no-nested-ternary)
(#12) Operator '!==' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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 '_refresh'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#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 space before value for key 'aria-selected'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'aria-expanded'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'tabIndex'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'aria-hidden'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'aria-selected'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'aria-expanded'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'tabIndex'. (key-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 space before value for key 'aria-hidden'. (key-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-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 '_processTabs'. (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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'role'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'tabIndex'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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) Missing space before value for key 'role'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'tabIndex'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'aria-controls'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'aria-labelledby'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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) 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) Operator '&&' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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 '_getList'. (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) 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 '_createPanel'. (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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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 '_setOptionDisabled'. (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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'for' condition. (curly)
(#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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#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 '_setupEvents'. (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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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) 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) Unexpected use of comma operator. (no-sequences)
(#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 space before value for key 'click'. (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) 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) 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 space before value for key 'keydown'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'keydown'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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 '_setupHeightStyle'. (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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Operator '!==' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '-=' must be spaced. (space-infix-ops)
(#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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#12) Operator '-' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-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) 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 '_eventHandler'. (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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'oldTab'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'oldPanel'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'newTab'. (key-spacing)
(#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) Missing space before value for key 'newPanel'. (key-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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 '_toggle'. (key-spacing)
(#12) A space is required after ','. (comma-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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#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) 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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12) Expected space(s) before "function". (keyword-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-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) Expected space(s) before "var". (keyword-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-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) Operator ':' must be spaced. (space-infix-ops)
(#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 space before value for key 'aria-selected'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'aria-expanded'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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) 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 space before value for key 'aria-selected'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'aria-expanded'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'tabIndex'. (key-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 '_activate'. (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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) 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) Missing space before value for key 'target'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'currentTarget'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'preventDefault'. (key-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 '_findActive'. (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) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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 '_getIndex'. (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) Expected space(s) after "return". (keyword-spacing)
(#12) Operator '==' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-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 '_destroy'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#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) 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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#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) 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 'enable'. (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) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-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) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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) 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 'disable'. (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 space(s) after "if". (keyword-spacing)
(#12) Operator '!==' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "if". (keyword-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Expected { after 'if' condition. (curly)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#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) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) Expected space(s) before "this". (keyword-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) 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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'load'. (key-spacing)
(#12) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'tab'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'panel'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-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) 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) Unexpected use of comma operator. (no-sequences)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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) 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) 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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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) 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) 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) A space is required after ','. (comma-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) 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) 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 '_ajaxSettings'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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 space(s) after "return". (keyword-spacing)
(#12) Missing space before value for key 'url'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'beforeSend'. (key-spacing)
(#12) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'jqXHR'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'ajaxSettings'. (key-spacing)
(#12) A space is required after ','. (comma-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) 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 '_getPanelForTab'. (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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '!==' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_processTabs'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'version'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'options'. (key-spacing)
(#12) Missing space before value for key 'classes'. (key-spacing)
(#12) Missing space before value for key 'ui-tooltip'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'content'. (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) Operator '||' must be spaced. (space-infix-ops)
(#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 'hide'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'items'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'position'. (key-spacing)
(#12) Missing space before value for key 'my'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'at'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'collision'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'show'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'track'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'close'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'open'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_addDescribedBy'. (key-spacing)
(#12) A space is required after ','. (comma-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) 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) Unexpected use of comma operator. (no-sequences)
(#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) 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 '_removeDescribedBy'. (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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#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)
(#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 '_create'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Missing space before value for key 'mouseover'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'focusin'. (key-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#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)
(#12) Missing space before value for key 'role'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'aria-live'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'aria-relevant'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#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 '_setOption'. (key-spacing)
(#12) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-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) 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) 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 '_setOptionDisabled'. (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) Operator ':' must be spaced. (space-infix-ops)
(#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 '_disable'. (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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#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) 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 '_enable'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) A space is required after ','. (comma-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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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 'open'. (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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#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) Missing space before value for key 'element'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'title'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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 '_updateContent'. (key-spacing)
(#12) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "return". (keyword-spacing)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Operator '==' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) 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) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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 '_open'. (key-spacing)
(#12) Expected to return a value at the end of method '_open'. (consistent-return)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#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) Expected space(s) before "var". (keyword-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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-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) Expected space(s) after "if". (keyword-spacing)
(#12) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'mousemove'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'of'. (key-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) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-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) 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 space before value for key 'tooltip'. (key-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) 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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_registerCloseHandlers'. (key-spacing)
(#12) A space is required after ','. (comma-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 space before value for key 'keyup'. (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) Expected space(s) after "if". (keyword-spacing)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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) 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 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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '!==' must be spaced. (space-infix-ops)
(#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) Operator '!==' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-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 'close'. (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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (@babel/semi)
(#13) This line has a length of 25998. Maximum allowed is 132. (max-len)
(#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) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'tooltip'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#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) 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 '_tooltip'. (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) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) This line has 291 statements. Maximum allowed is 2. (max-statements-per-line)
(#13) A space is required after ','. (comma-spacing)
(#13) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'element'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'tooltip'. (key-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 '_find'. (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) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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 '_removeTooltip'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Unexpected use of comma operator. (no-sequences)
(#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 '_appendTo'. (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) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#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 '_destroy'. (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) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'options'. (key-spacing)
(#13) Missing space before value for key 'tooltipClass'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key '_tooltip'. (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) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#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 whitespace after semicolon. (semi-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'effect'. (key-spacing)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Use '===' to compare with null. (no-eq-null)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Unexpected use of '~'. (no-bitwise)
(#13) Unexpected use of '~'. (no-bitwise)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '%' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13) Expected space(s) before "function". (keyword-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) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13) Expected space(s) before "function". (keyword-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)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '%' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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) Expected space(s) before "var". (keyword-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unnecessary escape character: \-. (no-useless-escape)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 're'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'parse'. (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) Expected space(s) after "return". (keyword-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 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 're'. (key-spacing)
(#13) Unnecessary escape character: \%. (no-useless-escape)
(#13) Unnecessary escape character: \%. (no-useless-escape)
(#13) Unnecessary escape character: \%. (no-useless-escape)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'parse'. (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) Expected space(s) after "return". (keyword-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) 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 're'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'parse'. (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) Expected space(s) after "return". (keyword-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 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 're'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'parse'. (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) Expected space(s) after "return". (keyword-spacing)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#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 're'. (key-spacing)
(#13) Unnecessary escape character: \%. (no-useless-escape)
(#13) Unnecessary escape character: \%. (no-useless-escape)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'space'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'parse'. (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) Expected space(s) after "return". (keyword-spacing)
(#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) 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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)
(#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 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'rgba'. (key-spacing)
(#13) Missing space before value for key 'props'. (key-spacing)
(#13) Missing space before value for key 'red'. (key-spacing)
(#13) Missing space before value for key 'idx'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'type'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'green'. (key-spacing)
(#13) Missing space before value for key 'idx'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'type'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'blue'. (key-spacing)
(#13) Missing space before value for key 'idx'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'type'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'hsla'. (key-spacing)
(#13) Missing space before value for key 'props'. (key-spacing)
(#13) Missing space before value for key 'hue'. (key-spacing)
(#13) Missing space before value for key 'idx'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'type'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'saturation'. (key-spacing)
(#13) Missing space before value for key 'idx'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'type'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'lightness'. (key-spacing)
(#13) Missing space before value for key 'idx'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'type'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'byte'. (key-spacing)
(#13) Missing space before value for key 'floor'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'max'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'percent'. (key-spacing)
(#13) Missing space before value for key 'max'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'degrees'. (key-spacing)
(#13) Missing space before value for key 'mod'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'floor'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#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)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'idx'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'type'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'def'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'parse'. (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) 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) Expected space(s) after "if". (keyword-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#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)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "if". (keyword-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Use '===' to compare with null. (no-eq-null)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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 'is'. (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) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-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)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#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)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Use '===' to compare with null. (no-eq-null)
(#13) Operator '!=' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) Unexpected use of comma operator. (no-sequences)
(#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 '_space'. (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) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-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)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#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 'transition'. (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) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '+=' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#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) 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 'blend'. (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) Expected space(s) after "if". (keyword-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-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)
(#13) Expected space(s) after "return". (keyword-spacing)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#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) 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 'toRgbaString'. (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) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Use '===' to compare with null. (no-eq-null)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#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 'toHslaString'. (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) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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)
(#13) Use '===' to compare with null. (no-eq-null)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#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 'toHexString'. (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) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Unexpected use of '~'. (no-bitwise)
(#13) Unexpected use of '~'. (no-bitwise)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#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) 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) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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) 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 'toString'. (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) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "if". (keyword-spacing)
(#13) Use '===' to compare with null. (no-eq-null)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Use '===' to compare with null. (no-eq-null)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Use '===' to compare with null. (no-eq-null)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Expected space(s) after "return". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#13) Operator '>=' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Use '===' to compare with null. (no-eq-null)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "if". (keyword-spacing)
(#13) Use '===' to compare with null. (no-eq-null)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Use '===' to compare with null. (no-eq-null)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Use '===' to compare with null. (no-eq-null)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Expected space(s) after "return". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#13) Operator '>=' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "return". (keyword-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#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) 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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "if". (keyword-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Use '===' to compare with null. (no-eq-null)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#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)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "return". (keyword-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#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) Use '===' to compare with null. (no-eq-null)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#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) 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) 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) 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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-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)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'set'. (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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "if". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "for". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Expected { after 'for' condition. (curly)
(#13) Expected space(s) before "try". (keyword-spacing)
(#13) Expected space(s) after "try". (keyword-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) before "catch". (keyword-spacing)
(#13) Expected space(s) after "catch". (keyword-spacing)
(#13) Empty block statement. (no-empty)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) before "try". (keyword-spacing)
(#13) Expected space(s) after "try". (keyword-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) before "catch". (keyword-spacing)
(#13) Expected space(s) after "catch". (keyword-spacing)
(#13) Empty block statement. (no-empty)
(#13) Missing space before opening brace. (space-before-blocks)
(#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) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#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 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) 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) 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) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'expand'. (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) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-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)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'aqua'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'black'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'blue'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'fuchsia'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'gray'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'green'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'lime'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'maroon'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'navy'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'olive'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'purple'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'red'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'silver'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'teal'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'white'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'yellow'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'transparent'. (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) Missing space before value for key '_default'. (key-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) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "for". (keyword-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'for' condition. (curly)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'else'. (curly)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Expected { after 'for-in'. (curly)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13) Expected space(s) before "function". (keyword-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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Expected { after 'for-in'. (curly)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Expected space(s) before "var". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'border'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'borderBottom'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'borderColor'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'borderLeft'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'borderRight'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'borderTop'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'borderWidth'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'margin'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'padding'. (key-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Use '===' to compare with null. (no-eq-null)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "return". (keyword-spacing)
(#13) Missing space before value for key 'el'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'start'. (key-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) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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 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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#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) 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) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'queue'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'complete'. (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) 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) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Unexpected use of comma operator. (no-sequences)
(#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) 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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Unexpected use of comma operator. (no-sequences)
(#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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-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) 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) 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) 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) 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) 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 'addClass'. (key-spacing)
(#13) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) 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) Operator '?' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'add'. (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) Operator ':' must be spaced. (space-infix-ops)
(#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) 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 'removeClass'. (key-spacing)
(#13) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) 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) Operator '>' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'remove'. (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) Operator ':' must be spaced. (space-infix-ops)
(#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) 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 'toggleClass'. (key-spacing)
(#13) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) 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)
(#13) Expected space(s) after "return". (keyword-spacing)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#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 space before value for key 'add'. (key-spacing)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'remove'. (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) 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) Missing space before value for key 'toggle'. (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) 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) 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 'switchClass'. (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) 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) Missing space before value for key 'add'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'remove'. (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) 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) 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) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#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)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'effect'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Use '===' to compare with null. (no-eq-null)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13) Expected space(s) before "function". (keyword-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) Expected space(s) after "return". (keyword-spacing)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '!=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '!=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13) Expected space(s) before "function". (keyword-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) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "return". (keyword-spacing)
(#13) Missing space before value for key 'top'. (key-spacing)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'right'. (key-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'bottom'. (key-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'left'. (key-spacing)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) 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) Expected space(s) after "return". (keyword-spacing)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'save'. (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) Expected space(s) after "for". (keyword-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) Operator '>' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'for' condition. (curly)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#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 'restore'. (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) Expected space(s) after "for". (keyword-spacing)
(#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) Operator '>' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'for' condition. (curly)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#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 'setMode'. (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) Expected space(s) after "return". (keyword-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#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 'createWrapper'. (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) Expected space(s) after "if". (keyword-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'width'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'height'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'float'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'fontSize'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'background'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'border'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'margin'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'padding'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'width'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'height'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "try". (keyword-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Expected space(s) before "catch". (keyword-spacing)
(#13) Expected space(s) after "catch". (keyword-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) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) before "return". (keyword-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'position'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'position'. (key-spacing)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'position'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'zIndex'. (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) 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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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 'position'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'top'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'left'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'right'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'bottom'. (key-spacing)
(#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 'removeWrapper'. (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) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-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) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'version'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'define'. (key-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)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) 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 'scaledDimensions'. (key-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)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Expected space(s) after "return". (keyword-spacing)
(#13) Missing space before value for key 'height'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'width'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'outerHeight'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'outerWidth'. (key-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "return". (keyword-spacing)
(#13) Missing space before value for key 'height'. (key-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'width'. (key-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'outerHeight'. (key-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'outerWidth'. (key-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#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 'clipToBox'. (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) Expected space(s) after "return". (keyword-spacing)
(#13) Missing space before value for key 'width'. (key-spacing)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'height'. (key-spacing)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'left'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'top'. (key-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 'unshift'. (key-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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#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 'saveStyle'. (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 'restoreStyle'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#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 'mode'. (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) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "return". (keyword-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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 'getBaseline'. (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) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "switch". (keyword-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) Expected space(s) after "case". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "case". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "case". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#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) Expected space(s) before "switch". (keyword-spacing)
(#13) Expected space(s) after "switch". (keyword-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) Expected space(s) after "case". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "case". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "case". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#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) Expected space(s) before "return". (keyword-spacing)
(#13) Expected space(s) after "return". (keyword-spacing)
(#13) Missing space before value for key 'x'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'y'. (key-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 'createPlaceholder'. (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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Missing space before value for key 'marginTop'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'marginBottom'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'marginLeft'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'marginRight'. (key-spacing)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'display'. (key-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'visibility'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'marginTop'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'marginBottom'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'marginLeft'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'marginRight'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'float'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'position'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'left'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'top'. (key-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 'removePlaceholder'. (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) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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 'cleanUp'. (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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Unexpected use of comma operator. (no-sequences)
(#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 'setTransition'. (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) 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) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#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) 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 'effect'. (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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13) Expected space(s) before "function". (keyword-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Expected space(s) before "var". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#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) 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) Expected space(s) before "var". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) A space is required after ','. (comma-spacing)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#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) 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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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 'show'. (key-spacing)
(#13) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) 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) Expected space(s) after "if". (keyword-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Unnecessary '.call()'. (no-useless-call)
(#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) 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 'hide'. (key-spacing)
(#13) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) 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) Expected space(s) after "if". (keyword-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Unnecessary '.call()'. (no-useless-call)
(#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) 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 'toggle'. (key-spacing)
(#13) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) 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) Expected space(s) after "if". (keyword-spacing)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Unnecessary '.call()'. (no-useless-call)
(#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) 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 'cssUnit'. (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) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-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)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#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 'cssClip'. (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) Operator '?' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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 'transfer'. (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) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'top'. (key-spacing)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'left'. (key-spacing)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'height'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'width'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'top'. (key-spacing)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'left'. (key-spacing)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'height'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'width'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'position'. (key-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'top'. (key-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'right'. (key-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'bottom'. (key-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'left'. (key-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#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) 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) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'Sine'. (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) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#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 'Circ'. (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) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#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 'Elastic'. (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) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#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 'Back'. (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) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#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 'Bounce'. (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) Expected space(s) after "for". (keyword-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-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) Operator '/' must be spaced. (space-infix-ops)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Expected { after 'for' condition. (curly)
(#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) 'i' declared on line 13 column 17523 is used outside of binding context. (block-scoped-var)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) 'e' declared on line 13 column 17521 is used outside of binding context. (block-scoped-var)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#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) 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)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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 leading decimal point can be confused with a dot. (no-floating-decimal)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'up'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'vertical'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'down'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'left'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'horizontal'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'right'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'clip'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'queue'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'duration'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'easing'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'complete'. (key-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) Unexpected use of comma operator. (no-sequences)
(#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)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'opacity'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '>' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'for' condition. (curly)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'opacity'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) 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)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'top'. (key-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'right'. (key-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'bottom'. (key-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'left'. (key-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'queue'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'duration'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'easing'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'complete'. (key-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) 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)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'opacity'. (key-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'queue'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'duration'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'easing'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'complete'. (key-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) 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)
(#13) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13) Expected space(s) before "function". (keyword-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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Missing space before value for key 'visibility'. (key-spacing)
(#13) Unexpected use of comma operator. (no-sequences)
(#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) Expected space(s) before "var". (keyword-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) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'for' condition. (curly)
(#13) Expected space(s) before "for". (keyword-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#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) Operator '>' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'for' condition. (curly)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'position'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'visibility'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'left'. (key-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'top'. (key-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'position'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'overflow'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'width'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'height'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'left'. (key-spacing)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'top'. (key-spacing)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'opacity'. (key-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'left'. (key-spacing)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'top'. (key-spacing)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'opacity'. (key-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#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) 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) 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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'opacity'. (key-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'queue'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'duration'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'easing'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'complete'. (key-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) 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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'clip'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'clip'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#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) 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) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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) 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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'backgroundColor'. (key-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'backgroundImage'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'backgroundColor'. (key-spacing)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'queue'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'duration'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'easing'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'complete'. (key-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) 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)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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 space before value for key 'from'. (key-spacing)
(#13) Missing space before value for key 'y'. (key-spacing)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'x'. (key-spacing)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'to'. (key-spacing)
(#13) Missing space before value for key 'y'. (key-spacing)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'x'. (key-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) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'height'. (key-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'width'. (key-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'outerHeight'. (key-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'outerWidth'. (key-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'height'. (key-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'width'. (key-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'outerHeight'. (key-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'outerWidth'. (key-spacing)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'queue'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'duration'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'easing'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'complete'. (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) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Unexpected use of comma operator. (no-sequences)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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) 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) 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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'from'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'to'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key 'origin'. (key-spacing)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#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 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) 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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'fade'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'percent'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#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) 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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'for' condition. (curly)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Missing space before value for key 'opacity'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Missing space before value for key 'opacity'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Unexpected use of comma operator. (no-sequences)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) 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)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '/' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'for' condition. (curly)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Operator '/' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Unexpected use of comma operator. (no-sequences)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) 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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'up'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'down'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'left'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'right'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Unexpected use of comma operator. (no-sequences)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '*' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'queue'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'duration'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'easing'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'complete'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#13) 'v' is already defined. (no-redeclare)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) 'v' is assigned a value but never used. (no-unused-vars)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#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)
(#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) 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)
blocks/course_statistics/amd/src/jszip-lazy.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#12) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#12) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#12) Unexpected space before function parentheses. (space-before-function-paren)
(#13) This line has a length of 163. Maximum allowed is 132. (max-len)
(#13) Expected { after 'if' condition. (curly)
(#13) 'module' is not defined. (no-undef)
(#13) Expected { after 'if' condition. (curly)
(#15) This line has a length of 151. Maximum allowed is 132. (max-len)
(#15) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#15) Do not nest ternary expressions. (no-nested-ternary)
(#15) 'global' is not defined. (no-undef)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) Missing semicolon. (@babel/semi)
(#17) Unexpected space before function parentheses. (space-before-function-paren)
(#18) 'define' is defined but never used. (no-unused-vars)
(#18) 'module' is defined but never used. (no-unused-vars)
(#18) 'exports' is defined but never used. (no-unused-vars)
(#20) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#24) Expected { after 'if' condition. (curly)
(#25) Expected { after 'if' condition. (curly)
(#26) Missing semicolon. (@babel/semi)
(#29) Unexpected space before function parentheses. (space-before-function-paren)
(#31) Missing semicolon. (@babel/semi)
(#32) Missing semicolon. (@babel/semi)
(#34) Missing semicolon. (@babel/semi)
(#38) Expected { after 'for' condition. (curly)
(#39) Missing semicolon. (@babel/semi)
(#41) Unquoted number literal '1' used as key. (quote-props)
(#41) Unexpected space before function parentheses. (space-before-function-paren)
(#43) Comments should not begin with a lowercase character. (capitalized-comments)
(#47) Comments should not begin with a lowercase character. (capitalized-comments)
(#48) Unexpected space before function parentheses. (space-before-function-paren)
(#48) 'utf8' is defined but never used. (no-unused-vars)
(#59) Unexpected use of '>>'. (no-bitwise)
(#60) Unexpected use of '|'. (no-bitwise)
(#60) Unexpected use of '<<'. (no-bitwise)
(#60) Unexpected use of '&'. (no-bitwise)
(#60) Unexpected use of '>>'. (no-bitwise)
(#61) Unexpected use of '|'. (no-bitwise)
(#61) Unexpected use of '<<'. (no-bitwise)
(#61) Unexpected use of '&'. (no-bitwise)
(#61) Unexpected use of '>>'. (no-bitwise)
(#62) Unexpected use of '&'. (no-bitwise)
(#77) Comments should not begin with a lowercase character. (capitalized-comments)
(#78) Unexpected space before function parentheses. (space-before-function-paren)
(#78) 'utf8' is defined but never used. (no-unused-vars)
(#84) Unnecessary escape character: \+. (no-useless-escape)
(#84) Unnecessary escape character: \/. (no-useless-escape)
(#84) Unnecessary escape character: \=. (no-useless-escape)
(#93) Unexpected use of '|'. (no-bitwise)
(#93) Unexpected use of '<<'. (no-bitwise)
(#93) Unexpected use of '>>'. (no-bitwise)
(#94) Unexpected use of '|'. (no-bitwise)
(#94) Unexpected use of '<<'. (no-bitwise)
(#94) Unexpected use of '&'. (no-bitwise)
(#94) Unexpected use of '>>'. (no-bitwise)
(#95) Unexpected use of '|'. (no-bitwise)
(#95) Unexpected use of '<<'. (no-bitwise)
(#95) Unexpected use of '&'. (no-bitwise)
(#113) Unquoted number literal '2' used as key. (quote-props)
(#113) Unexpected space before function parentheses. (space-before-function-paren)
(#113) 'exports' is defined but never used. (no-unused-vars)
(#116) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#130) Unexpected space before function parentheses. (space-before-function-paren)
(#131) Comments should not begin with a lowercase character. (capitalized-comments)
(#138) Unexpected space before function parentheses. (space-before-function-paren)
(#139) Comments should not begin with a lowercase character. (capitalized-comments)
(#145) Unquoted number literal '3' used as key. (quote-props)
(#145) Unexpected space before function parentheses. (space-before-function-paren)
(#149) Unexpected space before function parentheses. (space-before-function-paren)
(#149) 'compressionOptions' is defined but never used. (no-unused-vars)
(#150) Comments should not begin with a lowercase character. (capitalized-comments)
(#152) Unexpected space before function parentheses. (space-before-function-paren)
(#153) Comments should not begin with a lowercase character. (capitalized-comments)
(#161) Unquoted number literal '4' used as key. (quote-props)
(#161) Unexpected space before function parentheses. (space-before-function-paren)
(#161) 'exports' is defined but never used. (no-unused-vars)
(#233) Missing JSDoc @param "input" declaration. (jsdoc/require-param)
(#233) Missing JSDoc @param "crc" declaration. (jsdoc/require-param)
(#253) Unexpected use of '^'. (no-bitwise)
(#256) Unexpected use of '&'. (no-bitwise)
(#256) Unexpected use of '^'. (no-bitwise)
(#258) Unexpected use of '^'. (no-bitwise)
(#258) Unexpected use of '>>>'. (no-bitwise)
(#261) Unexpected use of '^'. (no-bitwise)
(#263) Comments should not begin with a lowercase character. (capitalized-comments)
(#266) Unquoted number literal '5' used as key. (quote-props)
(#266) Unexpected space before function parentheses. (space-before-function-paren)
(#266) 'exports' is defined but never used. (no-unused-vars)
(#270) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#270) 'data' is defined but never used. (no-unused-vars)
(#271) Comments should not begin with a lowercase character. (capitalized-comments)
(#282) Unexpected space before function parentheses. (space-before-function-paren)
(#290) Unexpected space before function parentheses. (space-before-function-paren)
(#292) This line has a length of 150. Maximum allowed is 132. (max-len)
(#300) Unexpected space before function parentheses. (space-before-function-paren)
(#309) Unexpected space before function parentheses. (space-before-function-paren)
(#317) Unexpected space before function parentheses. (space-before-function-paren)
(#317) 'i' is defined but never used. (no-unused-vars)
(#318) Comments should not begin with a lowercase character. (capitalized-comments)
(#325) Unexpected space before function parentheses. (space-before-function-paren)
(#330) Unexpected use of '<<'. (no-bitwise)
(#340) Unexpected space before function parentheses. (space-before-function-paren)
(#348) Unexpected space before function parentheses. (space-before-function-paren)
(#348) 'size' is defined but never used. (no-unused-vars)
(#349) Comments should not begin with a lowercase character. (capitalized-comments)
(#356) Unexpected space before function parentheses. (space-before-function-paren)
(#356) 'sig' is defined but never used. (no-unused-vars)
(#357) Comments should not begin with a lowercase character. (capitalized-comments)
(#363) Unexpected space before function parentheses. (space-before-function-paren)
(#366) Unexpected use of '&'. (no-bitwise)
(#366) Unexpected use of '>>'. (no-bitwise)
(#366) Comments should not begin with a lowercase character. (capitalized-comments)
(#367) Unexpected use of '&'. (no-bitwise)
(#367) Unexpected use of '>>'. (no-bitwise)
(#367) Comments should not begin with a lowercase character. (capitalized-comments)
(#368) Unexpected use of '&'. (no-bitwise)
(#368) Unexpected use of '>>'. (no-bitwise)
(#368) Comments should not begin with a lowercase character. (capitalized-comments)
(#369) Unexpected use of '&'. (no-bitwise)
(#369) Unexpected use of '>>'. (no-bitwise)
(#369) Comments should not begin with a lowercase character. (capitalized-comments)
(#370) Unexpected use of '&'. (no-bitwise)
(#370) Unexpected use of '>>'. (no-bitwise)
(#370) Comments should not begin with a lowercase character. (capitalized-comments)
(#371) Unexpected use of '<<'. (no-bitwise)
(#371) Unexpected use of '&'. (no-bitwise)
(#371) Comments should not begin with a lowercase character. (capitalized-comments)
(#377) Unquoted number literal '6' used as key. (quote-props)
(#377) Unexpected space before function parentheses. (space-before-function-paren)
(#391) Unquoted number literal '7' used as key. (quote-props)
(#391) Unexpected space before function parentheses. (space-before-function-paren)
(#395) Missing JSDoc @param "str" declaration. (jsdoc/require-param)
(#399) Unexpected space before function parentheses. (space-before-function-paren)
(#403) Missing JSDoc @param "str" declaration. (jsdoc/require-param)
(#407) Unexpected space before function parentheses. (space-before-function-paren)
(#411) Missing JSDoc @param "array" declaration. (jsdoc/require-param)
(#415) Unexpected space before function parentheses. (space-before-function-paren)
(#419) Missing JSDoc @param "str" declaration. (jsdoc/require-param)
(#423) Unexpected space before function parentheses. (space-before-function-paren)
(#428) Missing JSDoc @param "buffer" declaration. (jsdoc/require-param)
(#432) Unexpected space before function parentheses. (space-before-function-paren)
(#436) Missing JSDoc @param "outputType" declaration. (jsdoc/require-param)
(#436) Missing JSDoc @param "input" declaration. (jsdoc/require-param)
(#440) Unexpected space before function parentheses. (space-before-function-paren)
(#444) Missing JSDoc @param "input" declaration. (jsdoc/require-param)
(#448) Unexpected space before function parentheses. (space-before-function-paren)
(#452) Missing JSDoc @param "type" declaration. (jsdoc/require-param)
(#456) Unexpected space before function parentheses. (space-before-function-paren)
(#473) Missing JSDoc @param "str" declaration. (jsdoc/require-param)
(#477) Unexpected space before function parentheses. (space-before-function-paren)
(#481) Missing JSDoc @param "compressionMethod" declaration. (jsdoc/require-param)
(#485) Unexpected space before function parentheses. (space-before-function-paren)
(#489) Missing JSDoc @param "object" declaration. (jsdoc/require-param)
(#493) Unexpected space before function parentheses. (space-before-function-paren)
(#499) Unquoted number literal '8' used as key. (quote-props)
(#499) Unexpected space before function parentheses. (space-before-function-paren)
(#501) This line has a length of 149. Maximum allowed is 132. (max-len)
(#508) Unexpected space before function parentheses. (space-before-function-paren)
(#510) Comments should not begin with a lowercase character. (capitalized-comments)
(#513) Unexpected space before function parentheses. (space-before-function-paren)
(#518) Unquoted number literal '9' used as key. (quote-props)
(#518) Unexpected space before function parentheses. (space-before-function-paren)
(#518) 'exports' is defined but never used. (no-unused-vars)
(#524) Expected JSDoc block to be aligned. (jsdoc/check-alignment)
(#542) Comments should not begin with a lowercase character. (capitalized-comments)
(#542) Irregular whitespace not allowed. (no-irregular-whitespace)
(#542) Irregular whitespace not allowed. (no-irregular-whitespace)
(#542) Irregular whitespace not allowed. (no-irregular-whitespace)
(#542) Irregular whitespace not allowed. (no-irregular-whitespace)
(#543) Expected { after 'if' condition. (curly)
(#545) Comments should not begin with a lowercase character. (capitalized-comments)
(#559) Unexpected space before function parentheses. (space-before-function-paren)
(#582) Missing JSDoc @param "input" declaration. (jsdoc/require-param)
(#586) Unexpected space before function parentheses. (space-before-function-paren)
(#589) Missing JSDoc @param "input" declaration. (jsdoc/require-param)
(#593) Unexpected space before function parentheses. (space-before-function-paren)
(#609) Unquoted number literal '10' used as key. (quote-props)
(#609) Unexpected space before function parentheses. (space-before-function-paren)
(#609) 'exports' is defined but never used. (no-unused-vars)
(#613) Unexpected space before function parentheses. (space-before-function-paren)
(#643) Unquoted number literal '11' used as key. (quote-props)
(#643) Unexpected space before function parentheses. (space-before-function-paren)
(#643) 'exports' is defined but never used. (no-unused-vars)
(#644) Unexpected space before function parentheses. (space-before-function-paren)
(#646) Unexpected space before function parentheses. (space-before-function-paren)
(#649) Unexpected space before function parentheses. (space-before-function-paren)
(#653) 'Buffer' is not defined. (no-undef)
(#653) Missing semicolon. (@babel/semi)
(#655) Unquoted number literal '12' used as key. (quote-props)
(#655) Unexpected space before function parentheses. (space-before-function-paren)
(#655) 'exports' is defined but never used. (no-unused-vars)
(#659) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#667) Missing JSDoc @param "size" declaration. (jsdoc/require-param)
(#670) Unexpected space before function parentheses. (space-before-function-paren)
(#679) Unquoted number literal '13' used as key. (quote-props)
(#679) Unexpected space before function parentheses. (space-before-function-paren)
(#679) 'exports' is defined but never used. (no-unused-vars)
(#699) Unexpected space before function parentheses. (space-before-function-paren)
(#707) Comments should not begin with a lowercase character. (capitalized-comments)
(#708) This line has a length of 144. Maximum allowed is 132. (max-len)
(#710) Comments should not begin with a lowercase character. (capitalized-comments)
(#724) Unexpected space before function parentheses. (space-before-function-paren)
(#729) Comments should not begin with a lowercase character. (capitalized-comments)
(#740) Missing JSDoc @param "asUTF8" declaration. (jsdoc/require-param)
(#742) Expected @param names to be "asUTF8". Got "filter". (jsdoc/check-param-names)
(#745) Unexpected space before function parentheses. (space-before-function-paren)
(#750) Comments should not begin with a lowercase character. (capitalized-comments)
(#759) Comments should not begin with a lowercase character. (capitalized-comments)
(#775) Unexpected space before function parentheses. (space-before-function-paren)
(#802) Unexpected space before function parentheses. (space-before-function-paren)
(#809) Unexpected space before function parentheses. (space-before-function-paren)
(#816) Unexpected space before function parentheses. (space-before-function-paren)
(#824) Unexpected space before function parentheses. (space-before-function-paren)
(#832) Unexpected space before function parentheses. (space-before-function-paren)
(#844) Unexpected space before function parentheses. (space-before-function-paren)
(#848) Unexpected use of '&'. (no-bitwise)
(#849) Unexpected use of '>>>'. (no-bitwise)
(#857) @param "var_args" does not match an existing function parameter. (jsdoc/check-param-names)
(#860) Unexpected space before function parentheses. (space-before-function-paren)
(#861) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#862) Comments should not begin with a lowercase character. (capitalized-comments)
(#879) Unexpected space before function parentheses. (space-before-function-paren)
(#886) Expected { after 'if' condition. (curly)
(#899) Unexpected space before function parentheses. (space-before-function-paren)
(#900) Comments should not begin with a lowercase character. (capitalized-comments)
(#911) Unexpected use of '&'. (no-bitwise)
(#915) Unexpected use of '&'. (no-bitwise)
(#934) Comments should not begin with a lowercase character. (capitalized-comments)
(#936) Comments should not begin with a lowercase character. (capitalized-comments)
(#941) Comments should not begin with a lowercase character. (capitalized-comments)
(#949) Comments should not begin with a lowercase character. (capitalized-comments)
(#966) Unexpected space before function parentheses. (space-before-function-paren)
(#981) Unexpected space before function parentheses. (space-before-function-paren)
(#996) Unexpected space before function parentheses. (space-before-function-paren)
(#1018) Unexpected space before function parentheses. (space-before-function-paren)
(#1022) Comments should not begin with a lowercase character. (capitalized-comments)
(#1028) ["STORE"] is better written in dot notation. (dot-notation)
(#1035) Comments should not begin with a lowercase character. (capitalized-comments)
(#1036) This line has a length of 151. Maximum allowed is 132. (max-len)
(#1039) Comments should not begin with a lowercase character. (capitalized-comments)
(#1042) ["STORE"] is better written in dot notation. (dot-notation)
(#1047) This line has a length of 147. Maximum allowed is 132. (max-len)
(#1070) This line has a length of 133. Maximum allowed is 132. (max-len)
(#1072) Unexpected space before function parentheses. (space-before-function-paren)
(#1082) Unexpected use of '<<'. (no-bitwise)
(#1082) Unexpected use of '&'. (no-bitwise)
(#1098) Unexpected space before function parentheses. (space-before-function-paren)
(#1098) 'isDir' is defined but never used. (no-unused-vars)
(#1100) Comments should not begin with a lowercase character. (capitalized-comments)
(#1102) Unexpected use of '&'. (no-bitwise)
(#1114) Unexpected space before function parentheses. (space-before-function-paren)
(#1115) 'data' is assigned a value but never used. (no-unused-vars)
(#1130) Comments should not begin with a lowercase character. (capitalized-comments)
(#1137) Comments should not begin with a lowercase character. (capitalized-comments)
(#1147) Comments should not begin with a lowercase character. (capitalized-comments)
(#1148) Unexpected use of '|='. (no-bitwise)
(#1152) Unexpected use of '|='. (no-bitwise)
(#1155) Unexpected use of '|='. (no-bitwise)
(#1158) Comments should not begin with a lowercase character. (capitalized-comments)
(#1164) Unexpected use of '<<'. (no-bitwise)
(#1165) Unexpected use of '|'. (no-bitwise)
(#1166) Unexpected use of '<<'. (no-bitwise)
(#1167) Unexpected use of '|'. (no-bitwise)
(#1170) Unexpected use of '<<'. (no-bitwise)
(#1171) Unexpected use of '|'. (no-bitwise)
(#1172) Unexpected use of '<<'. (no-bitwise)
(#1173) Unexpected use of '|'. (no-bitwise)
(#1176) Comments should not begin with a lowercase character. (capitalized-comments)
(#1196) Comments should not begin with a lowercase character. (capitalized-comments)
(#1198) Comments should not begin with a lowercase character. (capitalized-comments)
(#1215) Comments should not begin with a lowercase character. (capitalized-comments)
(#1217) Comments should not begin with a lowercase character. (capitalized-comments)
(#1223) Comments should not begin with a lowercase character. (capitalized-comments)
(#1225) Comments should not begin with a lowercase character. (capitalized-comments)
(#1228) Comments should not begin with a lowercase character. (capitalized-comments)
(#1230) Comments should not begin with a lowercase character. (capitalized-comments)
(#1232) Comments should not begin with a lowercase character. (capitalized-comments)
(#1234) Comments should not begin with a lowercase character. (capitalized-comments)
(#1236) Comments should not begin with a lowercase character. (capitalized-comments)
(#1238) Comments should not begin with a lowercase character. (capitalized-comments)
(#1240) Comments should not begin with a lowercase character. (capitalized-comments)
(#1242) Comments should not begin with a lowercase character. (capitalized-comments)
(#1249) Comments should not begin with a lowercase character. (capitalized-comments)
(#1251) Comments should not begin with a lowercase character. (capitalized-comments)
(#1253) Comments should not begin with a lowercase character. (capitalized-comments)
(#1255) Comments should not begin with a lowercase character. (capitalized-comments)
(#1257) Comments should not begin with a lowercase character. (capitalized-comments)
(#1259) Comments should not begin with a lowercase character. (capitalized-comments)
(#1261) Comments should not begin with a lowercase character. (capitalized-comments)
(#1263) Comments should not begin with a lowercase character. (capitalized-comments)
(#1265) Comments should not begin with a lowercase character. (capitalized-comments)
(#1267) Comments should not begin with a lowercase character. (capitalized-comments)
(#1278) Comments should not begin with a lowercase character. (capitalized-comments)
(#1288) Unexpected space before function parentheses. (space-before-function-paren)
(#1288) 'stream' is defined but never used. (no-unused-vars)
(#1288) 'options' is defined but never used. (no-unused-vars)
(#1299) Unexpected space before function parentheses. (space-before-function-paren)
(#1307) Comments should not begin with a lowercase character. (capitalized-comments)
(#1310) Comments should not begin with a lowercase character. (capitalized-comments)
(#1311) Comments should not begin with a lowercase character. (capitalized-comments)
(#1327) Unexpected space before function parentheses. (space-before-function-paren)
(#1331) Unexpected space before function parentheses. (space-before-function-paren)
(#1334) Comments should not begin with a lowercase character. (capitalized-comments)
(#1335) Unexpected space before function parentheses. (space-before-function-paren)
(#1339) Comments should not begin with a lowercase character. (capitalized-comments)
(#1351) Unexpected space before function parentheses. (space-before-function-paren)
(#1357) Unexpected space before function parentheses. (space-before-function-paren)
(#1362) Comments should not begin with a lowercase character. (capitalized-comments)
(#1377) Unexpected space before function parentheses. (space-before-function-paren)
(#1389) Comments should not begin with a lowercase character. (capitalized-comments)
(#1392) Comments should not begin with a lowercase character. (capitalized-comments)
(#1393) Unexpected space before function parentheses. (space-before-function-paren)
(#1412) Method 'generate' has a complexity of 27. Maximum allowed is 20. (complexity)
(#1412) Unexpected space before function parentheses. (space-before-function-paren)
(#1425) Comments should not begin with a lowercase character. (capitalized-comments)
(#1444) Comments should not begin with a lowercase character. (capitalized-comments)
(#1468) Comments should not begin with a lowercase character. (capitalized-comments)
(#1470) Comments should not begin with a lowercase character. (capitalized-comments)
(#1472) Comments should not begin with a lowercase character. (capitalized-comments)
(#1474) Comments should not begin with a lowercase character. (capitalized-comments)
(#1476) Comments should not begin with a lowercase character. (capitalized-comments)
(#1478) Comments should not begin with a lowercase character. (capitalized-comments)
(#1480) Comments should not begin with a lowercase character. (capitalized-comments)
(#1488) Comments should not begin with a lowercase character. (capitalized-comments)
(#1491) This line has a length of 134. Maximum allowed is 132. (max-len)
(#1511) Comments should not begin with a lowercase character. (capitalized-comments)
(#1518) Comments should not begin with a lowercase character. (capitalized-comments)
(#1521) Comments should not begin with a lowercase character. (capitalized-comments)
(#1527) Missing JSDoc @param "input" declaration. (jsdoc/require-param)
(#1527) Missing JSDoc @param "crc" declaration. (jsdoc/require-param)
(#1531) Unexpected space before function parentheses. (space-before-function-paren)
(#1535) Missing JSDoc @param "string" declaration. (jsdoc/require-param)
(#1539) Unexpected space before function parentheses. (space-before-function-paren)
(#1543) Missing JSDoc @param "input" declaration. (jsdoc/require-param)
(#1547) Unexpected space before function parentheses. (space-before-function-paren)
(#1567) Unquoted number literal '14' used as key. (quote-props)
(#1567) Unexpected space before function parentheses. (space-before-function-paren)
(#1577) Unquoted number literal '15' used as key. (quote-props)
(#1577) Unexpected space before function parentheses. (space-before-function-paren)
(#1577) 'exports' is defined but never used. (no-unused-vars)
(#1582) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1592) Missing JSDoc @param "i" declaration. (jsdoc/require-param)
(#1595) Unexpected space before function parentheses. (space-before-function-paren)
(#1598) Missing JSDoc @param "sig" declaration. (jsdoc/require-param)
(#1601) Unexpected space before function parentheses. (space-before-function-paren)
(#1604) Missing JSDoc @param "size" declaration. (jsdoc/require-param)
(#1607) Unexpected space before function parentheses. (space-before-function-paren)
(#1609) Comments should not begin with a lowercase character. (capitalized-comments)
(#1617) Unquoted number literal '16' used as key. (quote-props)
(#1617) Unexpected space before function parentheses. (space-before-function-paren)
(#1617) 'exports' is defined but never used. (no-unused-vars)
(#1626) Unexpected space before function parentheses. (space-before-function-paren)
(#1634) Unexpected space before function parentheses. (space-before-function-paren)
(#1642) Unexpected space before function parentheses. (space-before-function-paren)
(#1650) Unquoted number literal '17' used as key. (quote-props)
(#1650) Unexpected space before function parentheses. (space-before-function-paren)
(#1651) Unexpected space before function parentheses. (space-before-function-paren)
(#1657) Comments should not begin with a lowercase character. (capitalized-comments)
(#1661) Comments should not begin with a lowercase character. (capitalized-comments)
(#1674) This line has a length of 138. Maximum allowed is 132. (max-len)
(#1684) 'Buffer' is not defined. (no-undef)
(#1684) Missing semicolon. (@babel/semi)
(#1686) Unquoted number literal '18' used as key. (quote-props)
(#1686) Unexpected space before function parentheses. (space-before-function-paren)
(#1686) 'exports' is defined but never used. (no-unused-vars)
(#1690) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1699) Missing JSDoc @param "i" declaration. (jsdoc/require-param)
(#1702) Unexpected space before function parentheses. (space-before-function-paren)
(#1705) Missing JSDoc @param "sig" declaration. (jsdoc/require-param)
(#1708) Unexpected space before function parentheses. (space-before-function-paren)
(#1714) This line has a length of 135. Maximum allowed is 132. (max-len)
(#1721) Missing JSDoc @param "size" declaration. (jsdoc/require-param)
(#1724) Unexpected space before function parentheses. (space-before-function-paren)
(#1727) Comments should not begin with a lowercase character. (capitalized-comments)
(#1737) Unquoted number literal '19' used as key. (quote-props)
(#1737) Unexpected space before function parentheses. (space-before-function-paren)
(#1737) 'exports' is defined but never used. (no-unused-vars)
(#1747) Unexpected space before function parentheses. (space-before-function-paren)
(#1756) Unexpected space before function parentheses. (space-before-function-paren)
(#1758) Comments should not begin with a lowercase character. (capitalized-comments)
(#1768) Unexpected space before function parentheses. (space-before-function-paren)
(#1776) Unquoted number literal '20' used as key. (quote-props)
(#1776) Unexpected space before function parentheses. (space-before-function-paren)
(#1793) Do not nest ternary expressions. (no-nested-ternary)
(#1793) Do not nest ternary expressions. (no-nested-ternary)
(#1793) Do not nest ternary expressions. (no-nested-ternary)
(#1793) Do not nest ternary expressions. (no-nested-ternary)
(#1798) Unexpected space before function parentheses. (space-before-function-paren)
(#1799) Identifier 'm_pos' is not in camel case. (camelcase)
(#1799) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1799) Identifier 'str_len' is not in camel case. (camelcase)
(#1799) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1799) Identifier 'buf_len' is not in camel case. (camelcase)
(#1801) Comments should not begin with a lowercase character. (capitalized-comments)
(#1802) Identifier 'm_pos' is not in camel case. (camelcase)
(#1802) Identifier 'm_pos' is not in camel case. (camelcase)
(#1802) Identifier 'str_len' is not in camel case. (camelcase)
(#1802) Identifier 'm_pos' is not in camel case. (camelcase)
(#1804) Unexpected use of '&'. (no-bitwise)
(#1804) Identifier 'm_pos' is not in camel case. (camelcase)
(#1804) Identifier 'str_len' is not in camel case. (camelcase)
(#1805) Identifier 'm_pos' is not in camel case. (camelcase)
(#1806) Unexpected use of '&'. (no-bitwise)
(#1807) Unexpected use of '<<'. (no-bitwise)
(#1808) Identifier 'm_pos' is not in camel case. (camelcase)
(#1811) Identifier 'buf_len' is not in camel case. (camelcase)
(#1811) Do not nest ternary expressions. (no-nested-ternary)
(#1811) Do not nest ternary expressions. (no-nested-ternary)
(#1814) Comments should not begin with a lowercase character. (capitalized-comments)
(#1821) Comments should not begin with a lowercase character. (capitalized-comments)
(#1822) Identifier 'm_pos' is not in camel case. (camelcase)
(#1822) Identifier 'buf_len' is not in camel case. (camelcase)
(#1822) Identifier 'm_pos' is not in camel case. (camelcase)
(#1824) Unexpected use of '&'. (no-bitwise)
(#1824) Identifier 'm_pos' is not in camel case. (camelcase)
(#1824) Identifier 'str_len' is not in camel case. (camelcase)
(#1825) Identifier 'm_pos' is not in camel case. (camelcase)
(#1826) Unexpected use of '&'. (no-bitwise)
(#1827) Unexpected use of '<<'. (no-bitwise)
(#1828) Identifier 'm_pos' is not in camel case. (camelcase)
(#1832) Comments should not begin with a lowercase character. (capitalized-comments)
(#1835) Comments should not begin with a lowercase character. (capitalized-comments)
(#1836) Unexpected use of '|'. (no-bitwise)
(#1836) Unexpected use of '>>>'. (no-bitwise)
(#1837) Unexpected use of '|'. (no-bitwise)
(#1837) Unexpected use of '&'. (no-bitwise)
(#1839) Comments should not begin with a lowercase character. (capitalized-comments)
(#1840) Unexpected use of '|'. (no-bitwise)
(#1840) Unexpected use of '>>>'. (no-bitwise)
(#1841) Unexpected use of '|'. (no-bitwise)
(#1841) Unexpected use of '&'. (no-bitwise)
(#1841) Unexpected use of '>>>'. (no-bitwise)
(#1842) Unexpected use of '|'. (no-bitwise)
(#1842) Unexpected use of '&'. (no-bitwise)
(#1844) Comments should not begin with a lowercase character. (capitalized-comments)
(#1845) Unexpected use of '|'. (no-bitwise)
(#1845) Unexpected use of '>>>'. (no-bitwise)
(#1846) Unexpected use of '|'. (no-bitwise)
(#1846) Unexpected use of '&'. (no-bitwise)
(#1846) Unexpected use of '>>>'. (no-bitwise)
(#1847) Unexpected use of '|'. (no-bitwise)
(#1847) Unexpected use of '&'. (no-bitwise)
(#1847) Unexpected use of '>>>'. (no-bitwise)
(#1848) Unexpected use of '|'. (no-bitwise)
(#1848) Unexpected use of '&'. (no-bitwise)
(#1861) Unexpected space before function parentheses. (space-before-function-paren)
(#1869) Comments should not begin with a lowercase character. (capitalized-comments)
(#1871) Unexpected use of '&'. (no-bitwise)
(#1890) Comments should not begin with a lowercase character. (capitalized-comments)
(#1891) Unexpected space before function parentheses. (space-before-function-paren)
(#1892) 'str' is defined but never used. (no-unused-vars)
(#1892) Identifier 'c_len' is not in camel case. (camelcase)
(#1902) Comments should not begin with a lowercase character. (capitalized-comments)
(#1908) Identifier 'c_len' is not in camel case. (camelcase)
(#1909) Comments should not begin with a lowercase character. (capitalized-comments)
(#1910) Identifier 'c_len' is not in camel case. (camelcase)
(#1912) Identifier 'c_len' is not in camel case. (camelcase)
(#1916) Comments should not begin with a lowercase character. (capitalized-comments)
(#1917) Unexpected use of '&='. (no-bitwise)
(#1917) Identifier 'c_len' is not in camel case. (camelcase)
(#1917) Do not nest ternary expressions. (no-nested-ternary)
(#1917) Identifier 'c_len' is not in camel case. (camelcase)
(#1918) Comments should not begin with a lowercase character. (capitalized-comments)
(#1919) Identifier 'c_len' is not in camel case. (camelcase)
(#1920) Unexpected use of '|'. (no-bitwise)
(#1920) Unexpected use of '<<'. (no-bitwise)
(#1920) Unexpected use of '&'. (no-bitwise)
(#1921) Identifier 'c_len' is not in camel case. (camelcase)
(#1924) Comments should not begin with a lowercase character. (capitalized-comments)
(#1925) Identifier 'c_len' is not in camel case. (camelcase)
(#1934) Unexpected use of '|'. (no-bitwise)
(#1934) Unexpected use of '&'. (no-bitwise)
(#1934) Unexpected use of '>>'. (no-bitwise)
(#1935) Unexpected use of '|'. (no-bitwise)
(#1935) Unexpected use of '&'. (no-bitwise)
(#1939) Comments should not begin with a lowercase character. (capitalized-comments)
(#1948) Comments should not begin with a lowercase character. (capitalized-comments)
(#1984) Comments should not begin with a lowercase character. (capitalized-comments)
(#1988) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1988) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1988) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2001) Comments should not begin with a lowercase character. (capitalized-comments)
(#2004) Unquoted number literal '21' used as key. (quote-props)
(#2004) Unexpected space before function parentheses. (space-before-function-paren)
(#2014) Unexpected space before function parentheses. (space-before-function-paren)
(#2017) Unexpected use of '&'. (no-bitwise)
(#2021) Unexpected space before function parentheses. (space-before-function-paren)
(#2033) Comments should not begin with a lowercase character. (capitalized-comments)
(#2034) This line has a length of 134. Maximum allowed is 132. (max-len)
(#2040) Comments should not begin with a lowercase character. (capitalized-comments)
(#2065) Unexpected use of '&'. (no-bitwise)
(#2104) Comments should not begin with a lowercase character. (capitalized-comments)
(#2144) Comments should not begin with a lowercase character. (capitalized-comments)
(#2147) Comments should not begin with a lowercase character. (capitalized-comments)
(#2148) ["string"] is better written in dot notation. (dot-notation)
(#2150) Unexpected space before function parentheses. (space-before-function-paren)
(#2153) Unexpected space before function parentheses. (space-before-function-paren)
(#2154) ["string"] is better written in dot notation. (dot-notation)
(#2154) ["uint8array"] is better written in dot notation. (dot-notation)
(#2156) Unexpected space before function parentheses. (space-before-function-paren)
(#2159) Unexpected space before function parentheses. (space-before-function-paren)
(#2164) Comments should not begin with a lowercase character. (capitalized-comments)
(#2165) ["array"] is better written in dot notation. (dot-notation)
(#2168) Unexpected space before function parentheses. (space-before-function-paren)
(#2171) Unexpected space before function parentheses. (space-before-function-paren)
(#2174) Unexpected space before function parentheses. (space-before-function-paren)
(#2179) Comments should not begin with a lowercase character. (capitalized-comments)
(#2180) ["arraybuffer"] is better written in dot notation. (dot-notation)
(#2181) Unexpected space before function parentheses. (space-before-function-paren)
(#2184) Unexpected space before function parentheses. (space-before-function-paren)
(#2188) Unexpected space before function parentheses. (space-before-function-paren)
(#2191) Unexpected space before function parentheses. (space-before-function-paren)
(#2196) Comments should not begin with a lowercase character. (capitalized-comments)
(#2197) ["uint8array"] is better written in dot notation. (dot-notation)
(#2199) Unexpected space before function parentheses. (space-before-function-paren)
(#2202) Unexpected space before function parentheses. (space-before-function-paren)
(#2206) Unexpected space before function parentheses. (space-before-function-paren)
(#2211) Comments should not begin with a lowercase character. (capitalized-comments)
(#2212) ["nodebuffer"] is better written in dot notation. (dot-notation)
(#2214) Unexpected space before function parentheses. (space-before-function-paren)
(#2217) Unexpected space before function parentheses. (space-before-function-paren)
(#2218) ["nodebuffer"] is better written in dot notation. (dot-notation)
(#2218) ["uint8array"] is better written in dot notation. (dot-notation)
(#2220) Unexpected space before function parentheses. (space-before-function-paren)
(#2234) Unexpected space before function parentheses. (space-before-function-paren)
(#2236) Comments should not begin with a lowercase character. (capitalized-comments)
(#2255) Expected to return a value at the end of function. (consistent-return)
(#2255) Unexpected space before function parentheses. (space-before-function-paren)
(#2278) Unexpected space before function parentheses. (space-before-function-paren)
(#2285) Comments should not begin with a lowercase character. (capitalized-comments)
(#2292) Unexpected space before function parentheses. (space-before-function-paren)
(#2307) Unexpected space before function parentheses. (space-before-function-paren)
(#2324) Unexpected space before function parentheses. (space-before-function-paren)
(#2330) Unquoted number literal '22' used as key. (quote-props)
(#2330) Unexpected space before function parentheses. (space-before-function-paren)
(#2330) 'exports' is defined but never used. (no-unused-vars)
(#2341) Comments should not begin with a lowercase character. (capitalized-comments)
(#2362) Unexpected space before function parentheses. (space-before-function-paren)
(#2365) This line has a length of 176. Maximum allowed is 132. (max-len)
(#2371) Unexpected space before function parentheses. (space-before-function-paren)
(#2380) Comments should not begin with a lowercase character. (capitalized-comments)
(#2394) Unexpected space before function parentheses. (space-before-function-paren)
(#2411) 'index' is not modified in this loop. (no-unmodified-loop-condition)
(#2411) 'extraDataSize' is not modified in this loop. (no-unmodified-loop-condition)
(#2425) Unexpected space before function parentheses. (space-before-function-paren)
(#2436) Unexpected space before function parentheses. (space-before-function-paren)
(#2450) Unexpected space before function parentheses. (space-before-function-paren)
(#2465) Unexpected space before function parentheses. (space-before-function-paren)
(#2478) Empty block statement. (no-empty)
(#2493) Comments should not begin with a lowercase character. (capitalized-comments)
(#2503) This line has a length of 346. Maximum allowed is 132. (max-len)
(#2524) Comments should not begin with a lowercase character. (capitalized-comments)
(#2530) Unexpected space before function parentheses. (space-before-function-paren)
(#2544) Unexpected space before function parentheses. (space-before-function-paren)
(#2564) Unquoted number literal '23' used as key. (quote-props)
(#2564) Unexpected space before function parentheses. (space-before-function-paren)
(#2564) 'exports' is defined but never used. (no-unused-vars)
(#2574) Comments should not begin with a lowercase character. (capitalized-comments)
(#2587) Comments should not begin with a lowercase character. (capitalized-comments)
(#2591) Unexpected space before function parentheses. (space-before-function-paren)
(#2592) Comments should not begin with a lowercase character. (capitalized-comments)
(#2593) Unexpected use of '&'. (no-bitwise)
(#2595) Comments should not begin with a lowercase character. (capitalized-comments)
(#2599) Unexpected space before function parentheses. (space-before-function-paren)
(#2600) Comments should not begin with a lowercase character. (capitalized-comments)
(#2601) Unexpected use of '&'. (no-bitwise)
(#2610) Unexpected space before function parentheses. (space-before-function-paren)
(#2611) Unexpected space before function parentheses. (space-before-function-paren)
(#2629) Unexpected space before function parentheses. (space-before-function-paren)
(#2630) Unexpected space before function parentheses. (space-before-function-paren)
(#2646) Unexpected space before function parentheses. (space-before-function-paren)
(#2649) Comments should not begin with a lowercase character. (capitalized-comments)
(#2655) Comments should not begin with a lowercase character. (capitalized-comments)
(#2667) Comments should not begin with a lowercase character. (capitalized-comments)
(#2672) This line has a length of 178. Maximum allowed is 132. (max-len)
(#2676) Comments should not begin with a lowercase character. (capitalized-comments)
(#2677) This line has a length of 161. Maximum allowed is 132. (max-len)
(#2684) This line has a length of 147. Maximum allowed is 132. (max-len)
(#2685) This line has a length of 150. Maximum allowed is 132. (max-len)
(#2687) Comments should not begin with a lowercase character. (capitalized-comments)
(#2700) Unexpected space before function parentheses. (space-before-function-paren)
(#2730) Unexpected space before function parentheses. (space-before-function-paren)
(#2733) Unexpected use of '>>'. (no-bitwise)
(#2738) Unexpected use of '&'. (no-bitwise)
(#2741) Comments should not begin with a lowercase character. (capitalized-comments)
(#2742) Unexpected use of '&'. (no-bitwise)
(#2746) Unexpected use of '&'. (no-bitwise)
(#2746) Unexpected use of '>>'. (no-bitwise)
(#2747) Comments should not begin with a lowercase character. (capitalized-comments)
(#2750) Comments should not begin with a lowercase character. (capitalized-comments)
(#2760) Unexpected space before function parentheses. (space-before-function-paren)
(#2760) 'reader' is defined but never used. (no-unused-vars)
(#2766) Comments should not begin with a lowercase character. (capitalized-comments)
(#2788) Unexpected space before function parentheses. (space-before-function-paren)
(#2811) Unexpected space before function parentheses. (space-before-function-paren)
(#2831) Unexpected space before function parentheses. (space-before-function-paren)
(#2836) Comments should not begin with a lowercase character. (capitalized-comments)
(#2841) Comments should not begin with a lowercase character. (capitalized-comments)
(#2855) Unexpected space before function parentheses. (space-before-function-paren)
(#2860) Comments should not begin with a lowercase character. (capitalized-comments)
(#2865) Comments should not begin with a lowercase character. (capitalized-comments)
(#2878) Unquoted number literal '24' used as key. (quote-props)
(#2878) Unexpected space before function parentheses. (space-before-function-paren)
(#2878) 'exports' is defined but never used. (no-unused-vars)
(#2894) Unquoted number literal '25' used as key. (quote-props)
(#2894) Unexpected space before function parentheses. (space-before-function-paren)
(#2898) Identifier 'zlib_deflate' is not in camel case. (camelcase)
(#2961) Missing JSDoc @param "options" declaration. (jsdoc/require-param)
(#3009) Unexpected space before function parentheses. (space-before-function-paren)
(#3029) Multiple spaces found before '// error code,...'. (no-multi-spaces)
(#3029) Comments should not begin with a lowercase character. (capitalized-comments)
(#3030) Multiple spaces found before '// error messa...'. (no-multi-spaces)
(#3030) Comments should not begin with a lowercase character. (capitalized-comments)
(#3031) Multiple spaces found before '// used to avo...'. (no-multi-spaces)
(#3031) Comments should not begin with a lowercase character. (capitalized-comments)
(#3032) Multiple spaces found before '// chunks of c...'. (no-multi-spaces)
(#3032) Comments should not begin with a lowercase character. (capitalized-comments)
(#3034) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#3035) Identifier 'avail_out' is not in camel case. (camelcase)
(#3037) Identifier 'zlib_deflate' is not in camel case. (camelcase)
(#3051) Identifier 'zlib_deflate' is not in camel case. (camelcase)
(#3055) Missing JSDoc @param "data" declaration. (jsdoc/require-param)
(#3055) Missing JSDoc @param "mode" declaration. (jsdoc/require-param)
(#3083) Unexpected space before function parentheses. (space-before-function-paren)
(#3092) Do not nest ternary expressions. (no-nested-ternary)
(#3092) Unexpected use of '~'. (no-bitwise)
(#3092) Unexpected use of '~'. (no-bitwise)
(#3102) Identifier 'next_in' is not in camel case. (camelcase)
(#3103) Identifier 'avail_in' is not in camel case. (camelcase)
(#3108) Identifier 'next_out' is not in camel case. (camelcase)
(#3109) Identifier 'avail_out' is not in camel case. (camelcase)
(#3111) Identifier 'zlib_deflate' is not in camel case. (camelcase)
(#3111) Multiple spaces found before '/* no bad retu...*/'. (no-multi-spaces)
(#3111) Comments should not begin with a lowercase character. (capitalized-comments)
(#3129) Identifier 'zlib_deflate' is not in camel case. (camelcase)
(#3139) Missing JSDoc @param "chunk" declaration. (jsdoc/require-param)
(#3148) Unexpected space before function parentheses. (space-before-function-paren)
(#3153) Missing JSDoc @param "status" declaration. (jsdoc/require-param)
(#3162) Unexpected space before function parentheses. (space-before-function-paren)
(#3177) Comments should not begin with a lowercase character. (capitalized-comments)
(#3177) Missing JSDoc @param "input" declaration. (jsdoc/require-param)
(#3177) Missing JSDoc @param "options" declaration. (jsdoc/require-param)
(#3224) Comments should not begin with a lowercase character. (capitalized-comments)
(#3224) Missing JSDoc @param "input" declaration. (jsdoc/require-param)
(#3224) Missing JSDoc @param "options" declaration. (jsdoc/require-param)
(#3239) Comments should not begin with a lowercase character. (capitalized-comments)
(#3239) Missing JSDoc @param "input" declaration. (jsdoc/require-param)
(#3239) Missing JSDoc @param "options" declaration. (jsdoc/require-param)
(#3265) Unquoted number literal '26' used as key. (quote-props)
(#3265) Unexpected space before function parentheses. (space-before-function-paren)
(#3269) Identifier 'zlib_inflate' is not in camel case. (camelcase)
(#3278) Comments should not begin with a lowercase character. (capitalized-comments)
(#3314) Missing JSDoc @param "options" declaration. (jsdoc/require-param)
(#3354) Unexpected space before function parentheses. (space-before-function-paren)
(#3382) Comments should not begin with a lowercase character. (capitalized-comments)
(#3384) Unexpected use of '&'. (no-bitwise)
(#3385) Unexpected use of '|='. (no-bitwise)
(#3389) Multiple spaces found before '// error code,...'. (no-multi-spaces)
(#3389) Comments should not begin with a lowercase character. (capitalized-comments)
(#3390) Multiple spaces found before '// error messa...'. (no-multi-spaces)
(#3390) Comments should not begin with a lowercase character. (capitalized-comments)
(#3391) Multiple spaces found before '// used to avo...'. (no-multi-spaces)
(#3391) Comments should not begin with a lowercase character. (capitalized-comments)
(#3392) Multiple spaces found before '// chunks of c...'. (no-multi-spaces)
(#3392) Comments should not begin with a lowercase character. (capitalized-comments)
(#3394) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#3395) Identifier 'avail_out' is not in camel case. (camelcase)
(#3397) Identifier 'zlib_inflate' is not in camel case. (camelcase)
(#3406) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#3408) Identifier 'zlib_inflate' is not in camel case. (camelcase)
(#3411) Missing JSDoc @param "data" declaration. (jsdoc/require-param)
(#3411) Missing JSDoc @param "mode" declaration. (jsdoc/require-param)
(#3438) Unexpected space before function parentheses. (space-before-function-paren)
(#3442) Identifier 'next_out_utf8' is not in camel case. (camelcase)
(#3447) Do not nest ternary expressions. (no-nested-ternary)
(#3447) Unexpected use of '~'. (no-bitwise)
(#3447) Unexpected use of '~'. (no-bitwise)
(#3457) Identifier 'next_in' is not in camel case. (camelcase)
(#3458) Identifier 'avail_in' is not in camel case. (camelcase)
(#3463) Identifier 'next_out' is not in camel case. (camelcase)
(#3464) Identifier 'avail_out' is not in camel case. (camelcase)
(#3467) Identifier 'zlib_inflate' is not in camel case. (camelcase)
(#3467) Multiple spaces found before '/* no bad retu...*/'. (no-multi-spaces)
(#3467) Comments should not begin with a lowercase character. (capitalized-comments)
(#3480) Identifier 'next_out_utf8' is not in camel case. (camelcase)
(#3482) Identifier 'next_out_utf8' is not in camel case. (camelcase)
(#3485) Comments should not begin with a lowercase character. (capitalized-comments)
(#3486) Identifier 'next_out' is not in camel case. (camelcase)
(#3487) Identifier 'avail_out' is not in camel case. (camelcase)
(#3488) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#3506) Identifier 'zlib_inflate' is not in camel case. (camelcase)
(#3516) Missing JSDoc @param "chunk" declaration. (jsdoc/require-param)
(#3525) Unexpected space before function parentheses. (space-before-function-paren)
(#3530) Missing JSDoc @param "status" declaration. (jsdoc/require-param)
(#3539) Unexpected space before function parentheses. (space-before-function-paren)
(#3556) Comments should not begin with a lowercase character. (capitalized-comments)
(#3556) Missing JSDoc @param "input" declaration. (jsdoc/require-param)
(#3556) Missing JSDoc @param "options" declaration. (jsdoc/require-param)
(#3609) Comments should not begin with a lowercase character. (capitalized-comments)
(#3609) Missing JSDoc @param "input" declaration. (jsdoc/require-param)
(#3609) Missing JSDoc @param "options" declaration. (jsdoc/require-param)
(#3624) Comments should not begin with a lowercase character. (capitalized-comments)
(#3648) Unquoted number literal '27' used as key. (quote-props)
(#3648) Unexpected space before function parentheses. (space-before-function-paren)
(#3657) Unexpected space before function parentheses. (space-before-function-paren)
(#3657) Comments should not begin with a lowercase character. (capitalized-comments)
(#3657) Expected space or tab after '/*' in comment. (spaced-comment)
(#3680) Comments should not begin with a lowercase character. (capitalized-comments)
(#3681) Unexpected space before function parentheses. (space-before-function-paren)
(#3694) Unexpected space before function parentheses. (space-before-function-paren)
(#3694) Identifier 'src_offs' is not in camel case. (camelcase)
(#3694) Identifier 'dest_offs' is not in camel case. (camelcase)
(#3696) Identifier 'src_offs' is not in camel case. (camelcase)
(#3701) Identifier 'dest_offs' is not in camel case. (camelcase)
(#3701) Identifier 'src_offs' is not in camel case. (camelcase)
(#3705) Unexpected space before function parentheses. (space-before-function-paren)
(#3708) Comments should not begin with a lowercase character. (capitalized-comments)
(#3714) Comments should not begin with a lowercase character. (capitalized-comments)
(#3728) Unexpected space before function parentheses. (space-before-function-paren)
(#3728) Identifier 'src_offs' is not in camel case. (camelcase)
(#3728) Identifier 'dest_offs' is not in camel case. (camelcase)
(#3730) Identifier 'dest_offs' is not in camel case. (camelcase)
(#3730) Identifier 'src_offs' is not in camel case. (camelcase)
(#3734) Unexpected space before function parentheses. (space-before-function-paren)
(#3742) Unexpected space before function parentheses. (space-before-function-paren)
(#3758) Unquoted number literal '28' used as key. (quote-props)
(#3758) Unexpected space before function parentheses. (space-before-function-paren)
(#3791) Do not nest ternary expressions. (no-nested-ternary)
(#3791) Do not nest ternary expressions. (no-nested-ternary)
(#3791) Do not nest ternary expressions. (no-nested-ternary)
(#3791) Do not nest ternary expressions. (no-nested-ternary)
(#3797) Unexpected space before function parentheses. (space-before-function-paren)
(#3798) Identifier 'm_pos' is not in camel case. (camelcase)
(#3798) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3798) Identifier 'str_len' is not in camel case. (camelcase)
(#3798) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3798) Identifier 'buf_len' is not in camel case. (camelcase)
(#3800) Comments should not begin with a lowercase character. (capitalized-comments)
(#3801) Identifier 'm_pos' is not in camel case. (camelcase)
(#3801) Identifier 'm_pos' is not in camel case. (camelcase)
(#3801) Identifier 'str_len' is not in camel case. (camelcase)
(#3801) Identifier 'm_pos' is not in camel case. (camelcase)
(#3803) Unexpected use of '&'. (no-bitwise)
(#3803) Identifier 'm_pos' is not in camel case. (camelcase)
(#3803) Identifier 'str_len' is not in camel case. (camelcase)
(#3804) Identifier 'm_pos' is not in camel case. (camelcase)
(#3805) Unexpected use of '&'. (no-bitwise)
(#3806) Unexpected use of '<<'. (no-bitwise)
(#3807) Identifier 'm_pos' is not in camel case. (camelcase)
(#3810) Identifier 'buf_len' is not in camel case. (camelcase)
(#3810) Do not nest ternary expressions. (no-nested-ternary)
(#3810) Do not nest ternary expressions. (no-nested-ternary)
(#3813) Comments should not begin with a lowercase character. (capitalized-comments)
(#3816) Comments should not begin with a lowercase character. (capitalized-comments)
(#3817) Identifier 'm_pos' is not in camel case. (camelcase)
(#3817) Identifier 'buf_len' is not in camel case. (camelcase)
(#3817) Identifier 'm_pos' is not in camel case. (camelcase)
(#3819) Unexpected use of '&'. (no-bitwise)
(#3819) Identifier 'm_pos' is not in camel case. (camelcase)
(#3819) Identifier 'str_len' is not in camel case. (camelcase)
(#3820) Identifier 'm_pos' is not in camel case. (camelcase)
(#3821) Unexpected use of '&'. (no-bitwise)
(#3822) Unexpected use of '<<'. (no-bitwise)
(#3823) Identifier 'm_pos' is not in camel case. (camelcase)
(#3827) Comments should not begin with a lowercase character. (capitalized-comments)
(#3830) Comments should not begin with a lowercase character. (capitalized-comments)
(#3831) Unexpected use of '|'. (no-bitwise)
(#3831) Unexpected use of '>>>'. (no-bitwise)
(#3832) Unexpected use of '|'. (no-bitwise)
(#3832) Unexpected use of '&'. (no-bitwise)
(#3834) Comments should not begin with a lowercase character. (capitalized-comments)
(#3835) Unexpected use of '|'. (no-bitwise)
(#3835) Unexpected use of '>>>'. (no-bitwise)
(#3836) Unexpected use of '|'. (no-bitwise)
(#3836) Unexpected use of '&'. (no-bitwise)
(#3836) Unexpected use of '>>>'. (no-bitwise)
(#3837) Unexpected use of '|'. (no-bitwise)
(#3837) Unexpected use of '&'. (no-bitwise)
(#3839) Comments should not begin with a lowercase character. (capitalized-comments)
(#3840) Unexpected use of '|'. (no-bitwise)
(#3840) Unexpected use of '>>>'. (no-bitwise)
(#3841) Unexpected use of '|'. (no-bitwise)
(#3841) Unexpected use of '&'. (no-bitwise)
(#3841) Unexpected use of '>>>'. (no-bitwise)
(#3842) Unexpected use of '|'. (no-bitwise)
(#3842) Unexpected use of '&'. (no-bitwise)
(#3842) Unexpected use of '>>>'. (no-bitwise)
(#3843) Unexpected use of '|'. (no-bitwise)
(#3843) Unexpected use of '&'. (no-bitwise)
(#3851) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3852) Comments should not begin with a lowercase character. (capitalized-comments)
(#3868) Unexpected space before function parentheses. (space-before-function-paren)
(#3874) Unexpected space before function parentheses. (space-before-function-paren)
(#3883) Comments should not begin with a lowercase character. (capitalized-comments)
(#3884) Unexpected space before function parentheses. (space-before-function-paren)
(#3885) Identifier 'c_len' is not in camel case. (camelcase)
(#3895) Comments should not begin with a lowercase character. (capitalized-comments)
(#3901) Identifier 'c_len' is not in camel case. (camelcase)
(#3902) Comments should not begin with a lowercase character. (capitalized-comments)
(#3903) Identifier 'c_len' is not in camel case. (camelcase)
(#3905) Identifier 'c_len' is not in camel case. (camelcase)
(#3909) Comments should not begin with a lowercase character. (capitalized-comments)
(#3910) Unexpected use of '&='. (no-bitwise)
(#3910) Identifier 'c_len' is not in camel case. (camelcase)
(#3910) Do not nest ternary expressions. (no-nested-ternary)
(#3910) Identifier 'c_len' is not in camel case. (camelcase)
(#3911) Comments should not begin with a lowercase character. (capitalized-comments)
(#3912) Identifier 'c_len' is not in camel case. (camelcase)
(#3913) Unexpected use of '|'. (no-bitwise)
(#3913) Unexpected use of '<<'. (no-bitwise)
(#3913) Unexpected use of '&'. (no-bitwise)
(#3914) Identifier 'c_len' is not in camel case. (camelcase)
(#3917) Comments should not begin with a lowercase character. (capitalized-comments)
(#3918) Identifier 'c_len' is not in camel case. (camelcase)
(#3927) Unexpected use of '|'. (no-bitwise)
(#3927) Unexpected use of '&'. (no-bitwise)
(#3927) Unexpected use of '>>'. (no-bitwise)
(#3928) Unexpected use of '|'. (no-bitwise)
(#3928) Unexpected use of '&'. (no-bitwise)
(#3942) Unexpected space before function parentheses. (space-before-function-paren)
(#3950) Comments should not begin with a lowercase character. (capitalized-comments)
(#3952) Unexpected use of '&'. (no-bitwise)
(#3972) Unquoted number literal '29' used as key. (quote-props)
(#3972) Unexpected space before function parentheses. (space-before-function-paren)
(#3972) 'exports' is defined but never used. (no-unused-vars)
(#3979) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3980) Unexpected use of '|'. (no-bitwise)
(#3980) Unexpected use of '&'. (no-bitwise)
(#3981) ',' should be placed last. (comma-style)
(#3981) Unexpected use of '|'. (no-bitwise)
(#3981) Unexpected use of '&'. (no-bitwise)
(#3981) Unexpected use of '>>>'. (no-bitwise)
(#3982) ',' should be placed last. (comma-style)
(#3992) Unexpected use of '|'. (no-bitwise)
(#3993) Unexpected use of '|'. (no-bitwise)
(#4000) Unexpected use of '|'. (no-bitwise)
(#4000) Unexpected use of '|'. (no-bitwise)
(#4000) Unexpected use of '<<'. (no-bitwise)
(#4006) Unquoted number literal '30' used as key. (quote-props)
(#4006) Unexpected space before function parentheses. (space-before-function-paren)
(#4006) 'exports' is defined but never used. (no-unused-vars)
(#4027) Expected space or tab after '//' in comment. (spaced-comment)
(#4029) Expected space or tab after '//' in comment. (spaced-comment)
(#4047) Expected space or tab after '//' in comment. (spaced-comment)
(#4052) Expected space or tab after '//' in comment. (spaced-comment)
(#4055) Unquoted number literal '31' used as key. (quote-props)
(#4055) Unexpected space before function parentheses. (space-before-function-paren)
(#4055) 'exports' is defined but never used. (no-unused-vars)
(#4064) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4065) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4070) Unexpected use of '&'. (no-bitwise)
(#4070) Unexpected use of '^'. (no-bitwise)
(#4070) Unexpected use of '>>>'. (no-bitwise)
(#4070) Unexpected use of '>>>'. (no-bitwise)
(#4082) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4084) ',' should be placed last. (comma-style)
(#4086) Unexpected use of '^'. (no-bitwise)
(#4089) Unexpected use of '^'. (no-bitwise)
(#4089) Unexpected use of '>>>'. (no-bitwise)
(#4089) Unexpected use of '&'. (no-bitwise)
(#4089) Unexpected use of '^'. (no-bitwise)
(#4092) Unexpected use of '^'. (no-bitwise)
(#4098) Unquoted number literal '32' used as key. (quote-props)
(#4098) Unexpected space before function parentheses. (space-before-function-paren)
(#4114) Comments should not begin with a lowercase character. (capitalized-comments)
(#4114) Expected space or tab after '//' in comment. (spaced-comment)
(#4118) Comments should not begin with a lowercase character. (capitalized-comments)
(#4118) Expected space or tab after '//' in comment. (spaced-comment)
(#4126) Comments should not begin with a lowercase character. (capitalized-comments)
(#4126) Expected space or tab after '//' in comment. (spaced-comment)
(#4127) Expected space or tab after '//' in comment. (spaced-comment)
(#4130) Comments should not begin with a lowercase character. (capitalized-comments)
(#4130) Expected space or tab after '//' in comment. (spaced-comment)
(#4132) Comments should not begin with a lowercase character. (capitalized-comments)
(#4132) Expected space or tab after '//' in comment. (spaced-comment)
(#4136) Expected space or tab after '//' in comment. (spaced-comment)
(#4137) Expected space or tab after '//' in comment. (spaced-comment)
(#4138) Expected space or tab after '//' in comment. (spaced-comment)
(#4149) Expected space or tab after '//' in comment. (spaced-comment)
(#4150) Expected space or tab after '//' in comment. (spaced-comment)
(#4151) Expected space or tab after '//' in comment. (spaced-comment)
(#4158) Expected space or tab after '/*' in comment. (spaced-comment)
(#4169) Comments should not begin with a lowercase character. (capitalized-comments)
(#4171) Comments should not begin with a lowercase character. (capitalized-comments)
(#4173) Comments should not begin with a lowercase character. (capitalized-comments)
(#4175) Comments should not begin with a lowercase character. (capitalized-comments)
(#4177) Comments should not begin with a lowercase character. (capitalized-comments)
(#4179) Comments should not begin with a lowercase character. (capitalized-comments)
(#4197) Comments should not begin with a lowercase character. (capitalized-comments)
(#4198) Comments should not begin with a lowercase character. (capitalized-comments)
(#4199) Comments should not begin with a lowercase character. (capitalized-comments)
(#4200) Comments should not begin with a lowercase character. (capitalized-comments)
(#4204) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4209) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4210) Unexpected use of '<<'. (no-bitwise)
(#4213) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4227) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4227) Identifier 'flush_pending' is not in camel case. (camelcase)
(#4230) Expected space or tab after '//' in comment. (spaced-comment)
(#4240) Identifier 'next_out' is not in camel case. (camelcase)
(#4241) Identifier 'pending_out' is not in camel case. (camelcase)
(#4242) Identifier 'total_out' is not in camel case. (camelcase)
(#4243) Identifier 'avail_out' is not in camel case. (camelcase)
(#4246) Identifier 'pending_out' is not in camel case. (camelcase)
(#4251) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4251) Identifier 'flush_block_only' is not in camel case. (camelcase)
(#4253) Identifier 'block_start' is not in camel case. (camelcase)
(#4258) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4258) Identifier 'put_byte' is not in camel case. (camelcase)
(#4268) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4269) Comments should not begin with a lowercase character. (capitalized-comments)
(#4271) Unexpected use of '&'. (no-bitwise)
(#4271) Unexpected use of '>>>'. (no-bitwise)
(#4272) Unexpected use of '&'. (no-bitwise)
(#4283) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4283) Identifier 'read_buf' is not in camel case. (camelcase)
(#4293) Identifier 'avail_in' is not in camel case. (camelcase)
(#4302) Identifier 'next_in' is not in camel case. (camelcase)
(#4303) Identifier 'total_in' is not in camel case. (camelcase)
(#4318) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4318) Function 'longest_match' has a complexity of 22. Maximum allowed is 20. (complexity)
(#4318) Identifier 'longest_match' is not in camel case. (camelcase)
(#4318) Identifier 'cur_match' is not in camel case. (camelcase)
(#4319) Identifier 'chain_length' is not in camel case. (camelcase)
(#4319) Multiple spaces found before '/* max hash ch...*/'. (no-multi-spaces)
(#4319) Comments should not begin with a lowercase character. (capitalized-comments)
(#4320) Comments should not begin with a lowercase character. (capitalized-comments)
(#4321) Multiple spaces found before '/* matched str...*/'. (no-multi-spaces)
(#4321) Comments should not begin with a lowercase character. (capitalized-comments)
(#4322) Multiple spaces found before '/* length of c...*/'. (no-multi-spaces)
(#4322) Comments should not begin with a lowercase character. (capitalized-comments)
(#4323) Identifier 'best_len' is not in camel case. (camelcase)
(#4323) Multiple spaces found before '/* best match ...*/'. (no-multi-spaces)
(#4323) Comments should not begin with a lowercase character. (capitalized-comments)
(#4324) Identifier 'nice_match' is not in camel case. (camelcase)
(#4324) Multiple spaces found before '/* stop if mat...*/'. (no-multi-spaces)
(#4324) Comments should not begin with a lowercase character. (capitalized-comments)
(#4326) Expected space or tab after '/*' in comment. (spaced-comment)
(#4328) Comments should not begin with a lowercase character. (capitalized-comments)
(#4338) Identifier 'scan_end1' is not in camel case. (camelcase)
(#4338) Identifier 'best_len' is not in camel case. (camelcase)
(#4339) Identifier 'scan_end' is not in camel case. (camelcase)
(#4339) Identifier 'best_len' is not in camel case. (camelcase)
(#4348) Identifier 'chain_length' is not in camel case. (camelcase)
(#4348) Unexpected use of '>>='. (no-bitwise)
(#4353) Identifier 'nice_match' is not in camel case. (camelcase)
(#4354) Identifier 'nice_match' is not in camel case. (camelcase)
(#4361) Identifier 'cur_match' is not in camel case. (camelcase)
(#4372) Identifier 'best_len' is not in camel case. (camelcase)
(#4372) Identifier 'scan_end' is not in camel case. (camelcase)
(#4373) Identifier 'best_len' is not in camel case. (camelcase)
(#4373) Identifier 'scan_end1' is not in camel case. (camelcase)
(#4393) Expected space or tab after '/*' in comment. (spaced-comment)
(#4405) Identifier 'best_len' is not in camel case. (camelcase)
(#4406) Identifier 'match_start' is not in camel case. (camelcase)
(#4406) Identifier 'cur_match' is not in camel case. (camelcase)
(#4407) Identifier 'best_len' is not in camel case. (camelcase)
(#4408) Identifier 'nice_match' is not in camel case. (camelcase)
(#4411) Identifier 'scan_end1' is not in camel case. (camelcase)
(#4411) Identifier 'best_len' is not in camel case. (camelcase)
(#4412) Identifier 'scan_end' is not in camel case. (camelcase)
(#4412) Identifier 'best_len' is not in camel case. (camelcase)
(#4414) Identifier 'cur_match' is not in camel case. (camelcase)
(#4414) Identifier 'cur_match' is not in camel case. (camelcase)
(#4414) Unexpected use of '&'. (no-bitwise)
(#4414) Identifier 'chain_length' is not in camel case. (camelcase)
(#4416) Identifier 'best_len' is not in camel case. (camelcase)
(#4417) Identifier 'best_len' is not in camel case. (camelcase)
(#4433) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4433) Identifier 'fill_window' is not in camel case. (camelcase)
(#4434) Identifier '_w_size' is not in camel case. (camelcase)
(#4437) Expected space or tab after '//' in comment. (spaced-comment)
(#4444) Expected space or tab after '//' in comment. (spaced-comment)
(#4454) Expected space or tab after '//' in comment. (spaced-comment)
(#4460) Identifier '_w_size' is not in camel case. (camelcase)
(#4460) Identifier '_w_size' is not in camel case. (camelcase)
(#4463) Identifier 'match_start' is not in camel case. (camelcase)
(#4463) Identifier '_w_size' is not in camel case. (camelcase)
(#4464) Identifier '_w_size' is not in camel case. (camelcase)
(#4465) Comments should not begin with a lowercase character. (capitalized-comments)
(#4466) Identifier 'block_start' is not in camel case. (camelcase)
(#4466) Identifier '_w_size' is not in camel case. (camelcase)
(#4479) Identifier '_w_size' is not in camel case. (camelcase)
(#4479) Identifier '_w_size' is not in camel case. (camelcase)
(#4482) Identifier '_w_size' is not in camel case. (camelcase)
(#4486) Identifier '_w_size' is not in camel case. (camelcase)
(#4486) Identifier '_w_size' is not in camel case. (camelcase)
(#4492) Identifier '_w_size' is not in camel case. (camelcase)
(#4509) Expected space or tab after '//' in comment. (spaced-comment)
(#4516) Identifier 'ins_h' is not in camel case. (camelcase)
(#4519) Identifier 'ins_h' is not in camel case. (camelcase)
(#4519) Unexpected use of '&'. (no-bitwise)
(#4519) Unexpected use of '^'. (no-bitwise)
(#4519) Unexpected use of '<<'. (no-bitwise)
(#4520) Expected space or tab after '//' in comment. (spaced-comment)
(#4522) Expected space or tab after '//' in comment. (spaced-comment)
(#4525) Identifier 'ins_h' is not in camel case. (camelcase)
(#4525) Unexpected use of '&'. (no-bitwise)
(#4525) Unexpected use of '^'. (no-bitwise)
(#4525) Unexpected use of '<<'. (no-bitwise)
(#4527) Unexpected use of '&'. (no-bitwise)
(#4589) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4589) Identifier 'deflate_stored' is not in camel case. (camelcase)
(#4593) Identifier 'max_block_size' is not in camel case. (camelcase)
(#4595) Identifier 'max_block_size' is not in camel case. (camelcase)
(#4596) Identifier 'max_block_size' is not in camel case. (camelcase)
(#4604) Expected space or tab after '//' in comment. (spaced-comment)
(#4619) Comments should not begin with a lowercase character. (capitalized-comments)
(#4621) Expected space or tab after '//' in comment. (spaced-comment)
(#4628) Identifier 'max_start' is not in camel case. (camelcase)
(#4628) Identifier 'max_block_size' is not in camel case. (camelcase)
(#4630) Identifier 'max_start' is not in camel case. (camelcase)
(#4631) Comments should not begin with a lowercase character. (capitalized-comments)
(#4632) Identifier 'max_start' is not in camel case. (camelcase)
(#4633) Identifier 'max_start' is not in camel case. (camelcase)
(#4634) Expected space or tab after '/**' in comment. (spaced-comment)
(#4647) Expected space or tab after '/**' in comment. (spaced-comment)
(#4659) Expected space or tab after '/**' in comment. (spaced-comment)
(#4669) Expected space or tab after '/**' in comment. (spaced-comment)
(#4687) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4687) Identifier 'deflate_fast' is not in camel case. (camelcase)
(#4688) Identifier 'hash_head' is not in camel case. (camelcase)
(#4688) Multiple spaces found before '/* head of the...*/'. (no-multi-spaces)
(#4688) Comments should not begin with a lowercase character. (capitalized-comments)
(#4689) Multiple spaces found before '/* set if curr...*/'. (no-multi-spaces)
(#4689) Comments should not begin with a lowercase character. (capitalized-comments)
(#4703) Comments should not begin with a lowercase character. (capitalized-comments)
(#4710) Identifier 'hash_head' is not in camel case. (camelcase)
(#4710) Expected space or tab after '/*' in comment. (spaced-comment)
(#4712) Expected space or tab after '/**' in comment. (spaced-comment)
(#4713) Identifier 'ins_h' is not in camel case. (camelcase)
(#4713) Unexpected use of '&'. (no-bitwise)
(#4713) Unexpected use of '^'. (no-bitwise)
(#4713) Unexpected use of '<<'. (no-bitwise)
(#4714) Identifier 'hash_head' is not in camel case. (camelcase)
(#4714) Unexpected use of '&'. (no-bitwise)
(#4722) Identifier 'hash_head' is not in camel case. (camelcase)
(#4722) Expected space or tab after '/*' in comment. (spaced-comment)
(#4722) Identifier 'hash_head' is not in camel case. (camelcase)
(#4727) Identifier 'match_length' is not in camel case. (camelcase)
(#4728) Comments should not begin with a lowercase character. (capitalized-comments)
(#4731) Comments should not begin with a lowercase character. (capitalized-comments)
(#4733) Expected space or tab after '/**' in comment. (spaced-comment)
(#4742) Comments should not begin with a lowercase character. (capitalized-comments)
(#4742) Expected space or tab after '/*' in comment. (spaced-comment)
(#4743) Comments should not begin with a lowercase character. (capitalized-comments)
(#4746) Expected space or tab after '/**' in comment. (spaced-comment)
(#4747) Identifier 'ins_h' is not in camel case. (camelcase)
(#4747) Unexpected use of '&'. (no-bitwise)
(#4747) Unexpected use of '^'. (no-bitwise)
(#4747) Unexpected use of '<<'. (no-bitwise)
(#4748) Identifier 'hash_head' is not in camel case. (camelcase)
(#4748) Unexpected use of '&'. (no-bitwise)
(#4758) Identifier 'match_length' is not in camel case. (camelcase)
(#4759) Identifier 'ins_h' is not in camel case. (camelcase)
(#4761) Identifier 'ins_h' is not in camel case. (camelcase)
(#4761) Unexpected use of '&'. (no-bitwise)
(#4761) Unexpected use of '^'. (no-bitwise)
(#4761) Unexpected use of '<<'. (no-bitwise)
(#4763) Expected space or tab after '//' in comment. (spaced-comment)
(#4765) Expected space or tab after '//' in comment. (spaced-comment)
(#4772) Expected space or tab after '//' in comment. (spaced-comment)
(#4773) Expected space or tab after '/**' in comment. (spaced-comment)
(#4780) Expected space or tab after '/**' in comment. (spaced-comment)
(#4790) Expected space or tab after '/**' in comment. (spaced-comment)
(#4799) Expected space or tab after '/**' in comment. (spaced-comment)
(#4814) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4814) Function 'deflate_slow' has a complexity of 29. Maximum allowed is 20. (complexity)
(#4814) Identifier 'deflate_slow' is not in camel case. (camelcase)
(#4815) Identifier 'hash_head' is not in camel case. (camelcase)
(#4815) Multiple spaces found before '/* head of has...*/'. (no-multi-spaces)
(#4815) Comments should not begin with a lowercase character. (capitalized-comments)
(#4816) Multiple spaces found before '/* set if curr...*/'. (no-multi-spaces)
(#4816) Comments should not begin with a lowercase character. (capitalized-comments)
(#4818) Identifier 'max_insert' is not in camel case. (camelcase)
(#4834) Comments should not begin with a lowercase character. (capitalized-comments)
(#4840) Identifier 'hash_head' is not in camel case. (camelcase)
(#4840) Expected space or tab after '/*' in comment. (spaced-comment)
(#4842) Expected space or tab after '/**' in comment. (spaced-comment)
(#4843) Identifier 'ins_h' is not in camel case. (camelcase)
(#4843) Unexpected use of '&'. (no-bitwise)
(#4843) Unexpected use of '^'. (no-bitwise)
(#4843) Unexpected use of '<<'. (no-bitwise)
(#4844) Identifier 'hash_head' is not in camel case. (camelcase)
(#4844) Unexpected use of '&'. (no-bitwise)
(#4851) Identifier 'prev_length' is not in camel case. (camelcase)
(#4852) Identifier 'prev_match' is not in camel case. (camelcase)
(#4853) Identifier 'match_length' is not in camel case. (camelcase)
(#4855) Identifier 'hash_head' is not in camel case. (camelcase)
(#4855) Expected space or tab after '/*' in comment. (spaced-comment)
(#4856) Identifier 'hash_head' is not in camel case. (camelcase)
(#4856) Expected space or tab after '/*' in comment. (spaced-comment)
(#4861) Identifier 'match_length' is not in camel case. (camelcase)
(#4862) Comments should not begin with a lowercase character. (capitalized-comments)
(#4865) This line has a length of 140. Maximum allowed is 132. (max-len)
(#4865) Expected space or tab after '/*' in comment. (spaced-comment)
(#4870) Identifier 'match_length' is not in camel case. (camelcase)
(#4877) Identifier 'max_insert' is not in camel case. (camelcase)
(#4880) Expected space or tab after '//' in comment. (spaced-comment)
(#4882) Expected space or tab after '/**' in comment. (spaced-comment)
(#4891) Identifier 'prev_length' is not in camel case. (camelcase)
(#4893) Identifier 'max_insert' is not in camel case. (camelcase)
(#4894) Expected space or tab after '/**' in comment. (spaced-comment)
(#4895) Identifier 'ins_h' is not in camel case. (camelcase)
(#4895) Unexpected use of '&'. (no-bitwise)
(#4895) Unexpected use of '^'. (no-bitwise)
(#4895) Unexpected use of '<<'. (no-bitwise)
(#4896) Identifier 'hash_head' is not in camel case. (camelcase)
(#4896) Unexpected use of '&'. (no-bitwise)
(#4901) Identifier 'match_available' is not in camel case. (camelcase)
(#4902) Identifier 'match_length' is not in camel case. (camelcase)
(#4906) Expected space or tab after '/**' in comment. (spaced-comment)
(#4919) Expected space or tab after '//' in comment. (spaced-comment)
(#4920) Expected space or tab after '/**' in comment. (spaced-comment)
(#4924) Expected space or tab after '/**' in comment. (spaced-comment)
(#4937) Identifier 'match_available' is not in camel case. (camelcase)
(#4942) Expected space or tab after '//' in comment. (spaced-comment)
(#4944) Expected space or tab after '//' in comment. (spaced-comment)
(#4945) Expected space or tab after '/**' in comment. (spaced-comment)
(#4948) Identifier 'match_available' is not in camel case. (camelcase)
(#4952) Expected space or tab after '/**' in comment. (spaced-comment)
(#4961) Expected space or tab after '/**' in comment. (spaced-comment)
(#4978) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4978) Function 'deflate_rle' has a complexity of 28. Maximum allowed is 20. (complexity)
(#4978) Identifier 'deflate_rle' is not in camel case. (camelcase)
(#4979) Multiple spaces found before '/* set if curr...*/'. (no-multi-spaces)
(#4979) Comments should not begin with a lowercase character. (capitalized-comments)
(#4980) Multiple spaces found before '/* byte at dis...*/'. (no-multi-spaces)
(#4980) Comments should not begin with a lowercase character. (capitalized-comments)
(#4981) Multiple spaces found before '/* scan goes u...*/'. (no-multi-spaces)
(#4981) Comments should not begin with a lowercase character. (capitalized-comments)
(#4997) Comments should not begin with a lowercase character. (capitalized-comments)
(#5001) Identifier 'match_length' is not in camel case. (camelcase)
(#5008) Expected space or tab after '/*' in comment. (spaced-comment)
(#5014) Identifier 'match_length' is not in camel case. (camelcase)
(#5016) Identifier 'match_length' is not in camel case. (camelcase)
(#5019) Expected space or tab after '//' in comment. (spaced-comment)
(#5024) Comments should not begin with a lowercase character. (capitalized-comments)
(#5024) Expected space or tab after '//' in comment. (spaced-comment)
(#5026) Expected space or tab after '/**' in comment. (spaced-comment)
(#5031) Identifier 'match_length' is not in camel case. (camelcase)
(#5034) Expected space or tab after '//' in comment. (spaced-comment)
(#5035) Expected space or tab after '/**' in comment. (spaced-comment)
(#5042) Expected space or tab after '/**' in comment. (spaced-comment)
(#5052) Expected space or tab after '/**' in comment. (spaced-comment)
(#5061) Expected space or tab after '/**' in comment. (spaced-comment)
(#5075) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5075) Identifier 'deflate_huff' is not in camel case. (camelcase)
(#5076) Multiple spaces found before '/* set if curr...*/'. (no-multi-spaces)
(#5076) Comments should not begin with a lowercase character. (capitalized-comments)
(#5086) Multiple spaces found before '/* flush the c...*/'. (no-multi-spaces)
(#5086) Comments should not begin with a lowercase character. (capitalized-comments)
(#5091) Identifier 'match_length' is not in camel case. (camelcase)
(#5092) Expected space or tab after '//' in comment. (spaced-comment)
(#5093) Expected space or tab after '/**' in comment. (spaced-comment)
(#5098) Expected space or tab after '/**' in comment. (spaced-comment)
(#5108) Expected space or tab after '/**' in comment. (spaced-comment)
(#5117) Expected space or tab after '/**' in comment. (spaced-comment)
(#5132) Unexpected space before function parentheses. (space-before-function-paren)
(#5132) Identifier 'good_length' is not in camel case. (camelcase)
(#5132) Identifier 'max_lazy' is not in camel case. (camelcase)
(#5132) Identifier 'nice_length' is not in camel case. (camelcase)
(#5132) Identifier 'max_chain' is not in camel case. (camelcase)
(#5133) Identifier 'good_length' is not in camel case. (camelcase)
(#5133) Identifier 'good_length' is not in camel case. (camelcase)
(#5134) Identifier 'max_lazy' is not in camel case. (camelcase)
(#5134) Identifier 'max_lazy' is not in camel case. (camelcase)
(#5135) Identifier 'nice_length' is not in camel case. (camelcase)
(#5135) Identifier 'nice_length' is not in camel case. (camelcase)
(#5136) Identifier 'max_chain' is not in camel case. (camelcase)
(#5136) Identifier 'max_chain' is not in camel case. (camelcase)
(#5140) Identifier 'configuration_table' is not in camel case. (camelcase)
(#5142) Identifier 'configuration_table' is not in camel case. (camelcase)
(#5143) Comments should not begin with a lowercase character. (capitalized-comments)
(#5144) Multiple spaces found before '/* 0 store onl...*/'. (no-multi-spaces)
(#5145) Multiple spaces found before '/* 1 max speed...*/'. (no-multi-spaces)
(#5146) Multiple spaces found before '/* 2 */'. (no-multi-spaces)
(#5147) Multiple spaces found before '/* 3 */'. (no-multi-spaces)
(#5149) Multiple spaces found before '/* 4 lazy matc...*/'. (no-multi-spaces)
(#5150) Multiple spaces found before '/* 5 */'. (no-multi-spaces)
(#5151) Multiple spaces found before '/* 6 */'. (no-multi-spaces)
(#5152) Multiple spaces found before '/* 7 */'. (no-multi-spaces)
(#5153) Multiple spaces found before '/* 8 */'. (no-multi-spaces)
(#5154) Multiple spaces found before '/* 9 max compr...*/'. (no-multi-spaces)
(#5161) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5161) Identifier 'lm_init' is not in camel case. (camelcase)
(#5162) Identifier 'window_size' is not in camel case. (camelcase)
(#5164) Expected space or tab after '/**' in comment. (spaced-comment)
(#5169) Identifier 'max_lazy_match' is not in camel case. (camelcase)
(#5169) Identifier 'configuration_table' is not in camel case. (camelcase)
(#5170) Identifier 'good_match' is not in camel case. (camelcase)
(#5170) Identifier 'configuration_table' is not in camel case. (camelcase)
(#5171) Identifier 'nice_match' is not in camel case. (camelcase)
(#5171) Identifier 'configuration_table' is not in camel case. (camelcase)
(#5172) Identifier 'max_chain_length' is not in camel case. (camelcase)
(#5172) Identifier 'configuration_table' is not in camel case. (camelcase)
(#5175) Identifier 'block_start' is not in camel case. (camelcase)
(#5178) Identifier 'match_length' is not in camel case. (camelcase)
(#5178) Identifier 'prev_length' is not in camel case. (camelcase)
(#5179) Identifier 'match_available' is not in camel case. (camelcase)
(#5180) Identifier 'ins_h' is not in camel case. (camelcase)
(#5184) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5185) Multiple spaces found before '/* pointer bac...*/'. (no-multi-spaces)
(#5185) Comments should not begin with a lowercase character. (capitalized-comments)
(#5186) Multiple spaces found before '/* as the name...*/'. (no-multi-spaces)
(#5186) Comments should not begin with a lowercase character. (capitalized-comments)
(#5187) Identifier 'pending_buf' is not in camel case. (camelcase)
(#5187) Multiple spaces found before '/* output stil...*/'. (no-multi-spaces)
(#5187) Comments should not begin with a lowercase character. (capitalized-comments)
(#5188) Identifier 'pending_buf_size' is not in camel case. (camelcase)
(#5188) Multiple spaces found before '/* size of pen...*/'. (no-multi-spaces)
(#5188) Comments should not begin with a lowercase character. (capitalized-comments)
(#5189) Identifier 'pending_out' is not in camel case. (camelcase)
(#5189) Multiple spaces found before '/* next pendin...*/'. (no-multi-spaces)
(#5189) Comments should not begin with a lowercase character. (capitalized-comments)
(#5190) Multiple spaces found before '/* nb of bytes...*/'. (no-multi-spaces)
(#5190) Comments should not begin with a lowercase character. (capitalized-comments)
(#5191) Multiple spaces found before '/* bit 0 true ...*/'. (no-multi-spaces)
(#5191) Comments should not begin with a lowercase character. (capitalized-comments)
(#5192) Multiple spaces found before '/* gzip header...*/'. (no-multi-spaces)
(#5192) Comments should not begin with a lowercase character. (capitalized-comments)
(#5193) Multiple spaces found before '/* where in ex...*/'. (no-multi-spaces)
(#5193) Comments should not begin with a lowercase character. (capitalized-comments)
(#5194) Comments should not begin with a lowercase character. (capitalized-comments)
(#5195) Identifier 'last_flush' is not in camel case. (camelcase)
(#5195) Multiple spaces found before '/* value of fl...*/'. (no-multi-spaces)
(#5195) Comments should not begin with a lowercase character. (capitalized-comments)
(#5197) Identifier 'w_size' is not in camel case. (camelcase)
(#5197) Multiple spaces found before '/* LZ77 window...*/'. (no-multi-spaces)
(#5198) Identifier 'w_bits' is not in camel case. (camelcase)
(#5198) Multiple spaces found before '/* log2(w_size...*/'. (no-multi-spaces)
(#5198) Comments should not begin with a lowercase character. (capitalized-comments)
(#5199) Identifier 'w_mask' is not in camel case. (camelcase)
(#5199) Multiple spaces found before '/* w_size - 1 */'. (no-multi-spaces)
(#5199) Comments should not begin with a lowercase character. (capitalized-comments)
(#5209) Identifier 'window_size' is not in camel case. (camelcase)
(#5220) Multiple spaces found before '/* Heads of th...*/'. (no-multi-spaces)
(#5222) Identifier 'ins_h' is not in camel case. (camelcase)
(#5222) Multiple spaces found before '/* hash index ...*/'. (no-multi-spaces)
(#5222) Comments should not begin with a lowercase character. (capitalized-comments)
(#5223) Identifier 'hash_size' is not in camel case. (camelcase)
(#5223) Multiple spaces found before '/* number of e...*/'. (no-multi-spaces)
(#5223) Comments should not begin with a lowercase character. (capitalized-comments)
(#5224) Identifier 'hash_bits' is not in camel case. (camelcase)
(#5224) Multiple spaces found before '/* log2(hash_s...*/'. (no-multi-spaces)
(#5224) Comments should not begin with a lowercase character. (capitalized-comments)
(#5225) Identifier 'hash_mask' is not in camel case. (camelcase)
(#5225) Multiple spaces found before '/* hash_size-1...*/'. (no-multi-spaces)
(#5225) Comments should not begin with a lowercase character. (capitalized-comments)
(#5227) Identifier 'hash_shift' is not in camel case. (camelcase)
(#5234) Identifier 'block_start' is not in camel case. (camelcase)
(#5239) Identifier 'match_length' is not in camel case. (camelcase)
(#5239) Multiple spaces found before '/* length of b...*/'. (no-multi-spaces)
(#5239) Comments should not begin with a lowercase character. (capitalized-comments)
(#5240) Identifier 'prev_match' is not in camel case. (camelcase)
(#5240) Multiple spaces found before '/* previous ma...*/'. (no-multi-spaces)
(#5240) Comments should not begin with a lowercase character. (capitalized-comments)
(#5241) Identifier 'match_available' is not in camel case. (camelcase)
(#5241) Multiple spaces found before '/* set if prev...*/'. (no-multi-spaces)
(#5241) Comments should not begin with a lowercase character. (capitalized-comments)
(#5242) Multiple spaces found before '/* start of st...*/'. (no-multi-spaces)
(#5242) Comments should not begin with a lowercase character. (capitalized-comments)
(#5243) Identifier 'match_start' is not in camel case. (camelcase)
(#5243) Multiple spaces found before '/* start of ma...*/'. (no-multi-spaces)
(#5243) Comments should not begin with a lowercase character. (capitalized-comments)
(#5244) Multiple spaces found before '/* number of v...*/'. (no-multi-spaces)
(#5244) Comments should not begin with a lowercase character. (capitalized-comments)
(#5246) Identifier 'prev_length' is not in camel case. (camelcase)
(#5251) Identifier 'max_chain_length' is not in camel case. (camelcase)
(#5257) Identifier 'max_lazy_match' is not in camel case. (camelcase)
(#5263) Expected space or tab after '//' in comment. (spaced-comment)
(#5269) Multiple spaces found before '/* compression...*/'. (no-multi-spaces)
(#5269) Comments should not begin with a lowercase character. (capitalized-comments)
(#5270) Multiple spaces found before '/* favor or fo...*/'. (no-multi-spaces)
(#5270) Comments should not begin with a lowercase character. (capitalized-comments)
(#5272) Identifier 'good_match' is not in camel case. (camelcase)
(#5275) Identifier 'nice_match' is not in camel case. (camelcase)
(#5287) Identifier 'dyn_ltree' is not in camel case. (camelcase)
(#5288) Identifier 'dyn_dtree' is not in camel case. (camelcase)
(#5289) Identifier 'bl_tree' is not in camel case. (camelcase)
(#5294) Identifier 'l_desc' is not in camel case. (camelcase)
(#5294) Multiple spaces found before '/* desc. for l...*/'. (no-multi-spaces)
(#5294) Comments should not begin with a lowercase character. (capitalized-comments)
(#5295) Identifier 'd_desc' is not in camel case. (camelcase)
(#5295) Multiple spaces found before '/* desc. for d...*/'. (no-multi-spaces)
(#5295) Comments should not begin with a lowercase character. (capitalized-comments)
(#5296) Identifier 'bl_desc' is not in camel case. (camelcase)
(#5296) Multiple spaces found before '/* desc. for b...*/'. (no-multi-spaces)
(#5296) Comments should not begin with a lowercase character. (capitalized-comments)
(#5298) Expected space or tab after '//' in comment. (spaced-comment)
(#5299) Identifier 'bl_count' is not in camel case. (camelcase)
(#5300) Comments should not begin with a lowercase character. (capitalized-comments)
(#5302) Expected space or tab after '//' in comment. (spaced-comment)
(#5303) Multiple spaces found before '/* heap used t...*/'. (no-multi-spaces)
(#5303) Comments should not begin with a lowercase character. (capitalized-comments)
(#5306) Identifier 'heap_len' is not in camel case. (camelcase)
(#5306) Multiple spaces found before '/* number of e...*/'. (no-multi-spaces)
(#5306) Comments should not begin with a lowercase character. (capitalized-comments)
(#5307) Identifier 'heap_max' is not in camel case. (camelcase)
(#5307) Multiple spaces found before '/* element of ...*/'. (no-multi-spaces)
(#5307) Comments should not begin with a lowercase character. (capitalized-comments)
(#5312) Comments should not begin with a lowercase character. (capitalized-comments)
(#5312) Expected space or tab after '//' in comment. (spaced-comment)
(#5317) Identifier 'l_buf' is not in camel case. (camelcase)
(#5317) Multiple spaces found before '/* buffer inde...*/'. (no-multi-spaces)
(#5317) Comments should not begin with a lowercase character. (capitalized-comments)
(#5319) Identifier 'lit_bufsize' is not in camel case. (camelcase)
(#5339) Identifier 'last_lit' is not in camel case. (camelcase)
(#5339) Multiple spaces found before '/* running ind...*/'. (no-multi-spaces)
(#5339) Comments should not begin with a lowercase character. (capitalized-comments)
(#5341) Identifier 'd_buf' is not in camel case. (camelcase)
(#5347) Identifier 'opt_len' is not in camel case. (camelcase)
(#5347) Multiple spaces found before '/* bit length ...*/'. (no-multi-spaces)
(#5347) Comments should not begin with a lowercase character. (capitalized-comments)
(#5348) Identifier 'static_len' is not in camel case. (camelcase)
(#5348) Multiple spaces found before '/* bit length ...*/'. (no-multi-spaces)
(#5348) Comments should not begin with a lowercase character. (capitalized-comments)
(#5349) Multiple spaces found before '/* number of s...*/'. (no-multi-spaces)
(#5349) Comments should not begin with a lowercase character. (capitalized-comments)
(#5350) Multiple spaces found before '/* bytes at en...*/'. (no-multi-spaces)
(#5350) Comments should not begin with a lowercase character. (capitalized-comments)
(#5353) Identifier 'bi_buf' is not in camel case. (camelcase)
(#5357) Identifier 'bi_valid' is not in camel case. (camelcase)
(#5364) Expected space or tab after '//' in comment. (spaced-comment)
(#5373) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5380) Identifier 'total_in' is not in camel case. (camelcase)
(#5380) Identifier 'total_out' is not in camel case. (camelcase)
(#5381) Identifier 'data_type' is not in camel case. (camelcase)
(#5385) Identifier 'pending_out' is not in camel case. (camelcase)
(#5389) Comments should not begin with a lowercase character. (capitalized-comments)
(#5393) Multiple spaces found before '// crc32(0, Z_...'. (no-multi-spaces)
(#5393) Comments should not begin with a lowercase character. (capitalized-comments)
(#5395) Comments should not begin with a lowercase character. (capitalized-comments)
(#5396) Identifier 'last_flush' is not in camel case. (camelcase)
(#5402) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5411) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5423) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5433) Comments should not begin with a lowercase character. (capitalized-comments)
(#5437) Multiple spaces found before '/* write gzip ...*/'. (no-multi-spaces)
(#5437) Comments should not begin with a lowercase character. (capitalized-comments)
(#5452) Comments should not begin with a lowercase character. (capitalized-comments)
(#5461) Identifier 'w_bits' is not in camel case. (camelcase)
(#5462) Identifier 'w_size' is not in camel case. (camelcase)
(#5462) Unexpected use of '<<'. (no-bitwise)
(#5463) Identifier 'w_mask' is not in camel case. (camelcase)
(#5465) Identifier 'hash_bits' is not in camel case. (camelcase)
(#5466) Identifier 'hash_size' is not in camel case. (camelcase)
(#5466) Unexpected use of '<<'. (no-bitwise)
(#5467) Identifier 'hash_mask' is not in camel case. (camelcase)
(#5468) Identifier 'hash_shift' is not in camel case. (camelcase)
(#5468) Unexpected use of '~'. (no-bitwise)
(#5468) Unexpected use of '~'. (no-bitwise)
(#5475) Expected space or tab after '//' in comment. (spaced-comment)
(#5477) Identifier 'lit_bufsize' is not in camel case. (camelcase)
(#5477) Unexpected use of '<<'. (no-bitwise)
(#5479) Identifier 'pending_buf_size' is not in camel case. (camelcase)
(#5480) Identifier 'pending_buf' is not in camel case. (camelcase)
(#5482) Identifier 'd_buf' is not in camel case. (camelcase)
(#5482) Unexpected use of '>>'. (no-bitwise)
(#5483) Identifier 'l_buf' is not in camel case. (camelcase)
(#5492) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5497) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5497) Function 'deflate' has a complexity of 100. Maximum allowed is 20. (complexity)
(#5498) Identifier 'old_flush' is not in camel case. (camelcase)
(#5499) Comments should not begin with a lowercase character. (capitalized-comments)
(#5514) Comments should not begin with a lowercase character. (capitalized-comments)
(#5515) Identifier 'old_flush' is not in camel case. (camelcase)
(#5516) Identifier 'last_flush' is not in camel case. (camelcase)
(#5522) Multiple spaces found before '//crc32(0L, Z_...'. (no-multi-spaces)
(#5522) Comments should not begin with a lowercase character. (capitalized-comments)
(#5522) Expected space or tab after '//' in comment. (spaced-comment)
(#5526) Comments should not begin with a lowercase character. (capitalized-comments)
(#5532) Do not nest ternary expressions. (no-nested-ternary)
(#5544) Unexpected use of '&'. (no-bitwise)
(#5545) Unexpected use of '&'. (no-bitwise)
(#5545) Unexpected use of '>>'. (no-bitwise)
(#5546) Unexpected use of '&'. (no-bitwise)
(#5546) Unexpected use of '>>'. (no-bitwise)
(#5547) Unexpected use of '&'. (no-bitwise)
(#5547) Unexpected use of '>>'. (no-bitwise)
(#5548) Do not nest ternary expressions. (no-nested-ternary)
(#5551) Unexpected use of '&'. (no-bitwise)
(#5553) Unexpected use of '&'. (no-bitwise)
(#5554) Unexpected use of '&'. (no-bitwise)
(#5554) Unexpected use of '>>'. (no-bitwise)
(#5563) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5564) Unexpected use of '<<'. (no-bitwise)
(#5564) Unexpected use of '<<'. (no-bitwise)
(#5565) Identifier 'level_flags' is not in camel case. (camelcase)
(#5568) Identifier 'level_flags' is not in camel case. (camelcase)
(#5570) Identifier 'level_flags' is not in camel case. (camelcase)
(#5572) Identifier 'level_flags' is not in camel case. (camelcase)
(#5574) Identifier 'level_flags' is not in camel case. (camelcase)
(#5576) Unexpected use of '|='. (no-bitwise)
(#5576) Identifier 'level_flags' is not in camel case. (camelcase)
(#5576) Unexpected use of '<<'. (no-bitwise)
(#5578) Unexpected use of '|='. (no-bitwise)
(#5587) Unexpected use of '>>>'. (no-bitwise)
(#5588) Unexpected use of '&'. (no-bitwise)
(#5590) Comments should not begin with a lowercase character. (capitalized-comments)
(#5594) Expected space or tab after '//' in comment. (spaced-comment)
(#5597) Multiple spaces found before '/* start of by...*/'. (no-multi-spaces)
(#5597) Comments should not begin with a lowercase character. (capitalized-comments)
(#5599) Unexpected use of '&'. (no-bitwise)
(#5610) Unexpected use of '&'. (no-bitwise)
(#5626) Multiple spaces found before '/* start of by...*/'. (no-multi-spaces)
(#5626) Comments should not begin with a lowercase character. (capitalized-comments)
(#5627) Expected space or tab after '//' in comment. (spaced-comment)
(#5643) Unexpected use of '&'. (no-bitwise)
(#5663) Multiple spaces found before '/* start of by...*/'. (no-multi-spaces)
(#5663) Comments should not begin with a lowercase character. (capitalized-comments)
(#5664) Expected space or tab after '//' in comment. (spaced-comment)
(#5680) Unexpected use of '&'. (no-bitwise)
(#5703) Unexpected use of '&'. (no-bitwise)
(#5704) Unexpected use of '&'. (no-bitwise)
(#5704) Unexpected use of '>>'. (no-bitwise)
(#5705) Comments should not begin with a lowercase character. (capitalized-comments)
(#5705) Expected space or tab after '//' in comment. (spaced-comment)
(#5712) Expected space or tab after '//' in comment. (spaced-comment)
(#5724) Identifier 'last_flush' is not in camel case. (camelcase)
(#5746) Do not nest ternary expressions. (no-nested-ternary)
(#5748) Identifier 'configuration_table' is not in camel case. (camelcase)
(#5755) Identifier 'last_flush' is not in camel case. (camelcase)
(#5756) Comments should not begin with a lowercase character. (capitalized-comments)
(#5777) Expected space or tab after '/**' in comment. (spaced-comment)
(#5777) Multiple spaces found before '/* forget hist...*/'. (no-multi-spaces)
(#5782) Identifier 'block_start' is not in camel case. (camelcase)
(#5789) Identifier 'last_flush' is not in camel case. (camelcase)
(#5789) Comments should not begin with a lowercase character. (capitalized-comments)
(#5794) Expected space or tab after '//' in comment. (spaced-comment)
(#5795) Expected space or tab after '//' in comment. (spaced-comment)
(#5806) Unexpected use of '&'. (no-bitwise)
(#5807) Unexpected use of '&'. (no-bitwise)
(#5807) Unexpected use of '>>'. (no-bitwise)
(#5808) Unexpected use of '&'. (no-bitwise)
(#5808) Unexpected use of '>>'. (no-bitwise)
(#5809) Unexpected use of '&'. (no-bitwise)
(#5809) Unexpected use of '>>'. (no-bitwise)
(#5810) Unexpected use of '&'. (no-bitwise)
(#5811) Unexpected use of '&'. (no-bitwise)
(#5811) Unexpected use of '>>'. (no-bitwise)
(#5812) Unexpected use of '&'. (no-bitwise)
(#5812) Unexpected use of '>>'. (no-bitwise)
(#5813) Unexpected use of '&'. (no-bitwise)
(#5813) Unexpected use of '>>'. (no-bitwise)
(#5815) Unexpected use of '>>>'. (no-bitwise)
(#5816) Unexpected use of '&'. (no-bitwise)
(#5826) Comments should not begin with a lowercase character. (capitalized-comments)
(#5830) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5833) Expected space or tab after '/*' in comment. (spaced-comment)
(#5833) Expected space or tab after '/*' in comment. (spaced-comment)
(#5857) Expected space or tab after '//' in comment. (spaced-comment)
(#5859) Expected space or tab after '//' in comment. (spaced-comment)
(#5880) Unquoted number literal '33' used as key. (quote-props)
(#5880) Unexpected space before function parentheses. (space-before-function-paren)
(#5880) 'exports' is defined but never used. (no-unused-vars)
(#5884) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5885) Comments should not begin with a lowercase character. (capitalized-comments)
(#5887) Comments should not begin with a lowercase character. (capitalized-comments)
(#5889) Comments should not begin with a lowercase character. (capitalized-comments)
(#5891) Comments should not begin with a lowercase character. (capitalized-comments)
(#5893) Comments should not begin with a lowercase character. (capitalized-comments)
(#5895) Comments should not begin with a lowercase character. (capitalized-comments)
(#5896) Identifier 'extra_len' is not in camel case. (camelcase)
(#5908) Comments should not begin with a lowercase character. (capitalized-comments)
(#5912) Comments should not begin with a lowercase character. (capitalized-comments)
(#5916) Comments should not begin with a lowercase character. (capitalized-comments)
(#5922) Unquoted number literal '34' used as key. (quote-props)
(#5922) Unexpected space before function parentheses. (space-before-function-paren)
(#5922) 'exports' is defined but never used. (no-unused-vars)
(#5926) Multiple spaces found before '/* got a data ...*/'. (no-multi-spaces)
(#5926) Comments should not begin with a lowercase character. (capitalized-comments)
(#5927) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#5927) Comments should not begin with a lowercase character. (capitalized-comments)
(#5964) Function 'inflate_fast' has a complexity of 39. Maximum allowed is 20. (complexity)
(#5964) Identifier 'inflate_fast' is not in camel case. (camelcase)
(#5966) Multiple spaces found before '/* local strm....*/'. (no-multi-spaces)
(#5966) Comments should not begin with a lowercase character. (capitalized-comments)
(#5967) Multiple spaces found before '/* have enough...*/'. (no-multi-spaces)
(#5967) Comments should not begin with a lowercase character. (capitalized-comments)
(#5968) Multiple spaces found before '/* local strm....*/'. (no-multi-spaces)
(#5968) Comments should not begin with a lowercase character. (capitalized-comments)
(#5969) Multiple spaces found before '/* inflate()'s...*/'. (no-multi-spaces)
(#5969) Comments should not begin with a lowercase character. (capitalized-comments)
(#5970) Multiple spaces found before '/* while out <...*/'. (no-multi-spaces)
(#5970) Comments should not begin with a lowercase character. (capitalized-comments)
(#5971) Expected space or tab after '//' in comment. (spaced-comment)
(#5972) Multiple spaces found before '/* maximum dis...*/'. (no-multi-spaces)
(#5972) Comments should not begin with a lowercase character. (capitalized-comments)
(#5973) Expected space or tab after '//' in comment. (spaced-comment)
(#5974) Multiple spaces found before '/* window size...*/'. (no-multi-spaces)
(#5974) Comments should not begin with a lowercase character. (capitalized-comments)
(#5975) Multiple spaces found before '/* valid bytes...*/'. (no-multi-spaces)
(#5975) Comments should not begin with a lowercase character. (capitalized-comments)
(#5976) Multiple spaces found before '/* window writ...*/'. (no-multi-spaces)
(#5976) Comments should not begin with a lowercase character. (capitalized-comments)
(#5977) Multiple spaces found before '/* allocated s...*/'. (no-multi-spaces)
(#5977) Comments should not begin with a lowercase character. (capitalized-comments)
(#5978) Multiple spaces found before '/* local strm....*/'. (no-multi-spaces)
(#5978) Comments should not begin with a lowercase character. (capitalized-comments)
(#5979) Multiple spaces found before '/* local strm....*/'. (no-multi-spaces)
(#5979) Comments should not begin with a lowercase character. (capitalized-comments)
(#5980) Multiple spaces found before '/* local strm....*/'. (no-multi-spaces)
(#5980) Comments should not begin with a lowercase character. (capitalized-comments)
(#5981) Multiple spaces found before '/* local strm....*/'. (no-multi-spaces)
(#5981) Comments should not begin with a lowercase character. (capitalized-comments)
(#5982) Multiple spaces found before '/* mask for fi...*/'. (no-multi-spaces)
(#5982) Comments should not begin with a lowercase character. (capitalized-comments)
(#5983) Multiple spaces found before '/* mask for fi...*/'. (no-multi-spaces)
(#5983) Comments should not begin with a lowercase character. (capitalized-comments)
(#5984) Multiple spaces found before '/* retrieved t...*/'. (no-multi-spaces)
(#5984) Comments should not begin with a lowercase character. (capitalized-comments)
(#5985) Multiple spaces found before '/* code bits, ...*/'. (no-multi-spaces)
(#5985) Comments should not begin with a lowercase character. (capitalized-comments)
(#5987) Multiple spaces found before '/* match lengt...*/'. (no-multi-spaces)
(#5987) Comments should not begin with a lowercase character. (capitalized-comments)
(#5988) Multiple spaces found before '/* match dista...*/'. (no-multi-spaces)
(#5988) Comments should not begin with a lowercase character. (capitalized-comments)
(#5989) Multiple spaces found before '/* where to co...*/'. (no-multi-spaces)
(#5989) Comments should not begin with a lowercase character. (capitalized-comments)
(#5990) Identifier 'from_source' is not in camel case. (camelcase)
(#5997) Comments should not begin with a lowercase character. (capitalized-comments)
(#5997) Expected space or tab after '//' in comment. (spaced-comment)
(#6005) Expected space or tab after '//' in comment. (spaced-comment)
(#6007) Expected space or tab after '//' in comment. (spaced-comment)
(#6016) Unexpected use of '<<'. (no-bitwise)
(#6017) Unexpected use of '<<'. (no-bitwise)
(#6020) Comments should not begin with a lowercase character. (capitalized-comments)
(#6023) Unexpected labeled statement. (no-labels)
(#6026) Unexpected use of '<<'. (no-bitwise)
(#6028) Unexpected use of '<<'. (no-bitwise)
(#6032) Unexpected use of '&'. (no-bitwise)
(#6035) Unexpected use of '>>>'. (no-bitwise)
(#6035) Comments should not begin with a lowercase character. (capitalized-comments)
(#6035) Expected space or tab after '/*' in comment. (spaced-comment)
(#6036) Unexpected use of '>>>='. (no-bitwise)
(#6038) Unexpected use of '&'. (no-bitwise)
(#6038) Unexpected use of '>>>'. (no-bitwise)
(#6038) Comments should not begin with a lowercase character. (capitalized-comments)
(#6038) Expected space or tab after '/*' in comment. (spaced-comment)
(#6039) Multiple spaces found before '/* literal */'. (no-multi-spaces)
(#6039) Comments should not begin with a lowercase character. (capitalized-comments)
(#6040) Expected space or tab after '//' in comment. (spaced-comment)
(#6043) Unexpected use of '&'. (no-bitwise)
(#6043) Comments should not begin with a lowercase character. (capitalized-comments)
(#6043) Expected space or tab after '/*' in comment. (spaced-comment)
(#6044) Unexpected use of '&'. (no-bitwise)
(#6044) Multiple spaces found before '/* length base...*/'. (no-multi-spaces)
(#6044) Comments should not begin with a lowercase character. (capitalized-comments)
(#6045) Unexpected use of '&'. (no-bitwise)
(#6045) Comments should not begin with a lowercase character. (capitalized-comments)
(#6045) Expected space or tab after '/*' in comment. (spaced-comment)
(#6046) Unexpected use of '&='. (no-bitwise)
(#6046) Multiple spaces found before '/* number of e...*/'. (no-multi-spaces)
(#6046) Comments should not begin with a lowercase character. (capitalized-comments)
(#6048) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#6049) Unexpected use of '<<'. (no-bitwise)
(#6052) Unexpected use of '&'. (no-bitwise)
(#6052) Unexpected use of '<<'. (no-bitwise)
(#6053) Unexpected use of '>>>='. (no-bitwise)
(#6056) Expected space or tab after '//' in comment. (spaced-comment)
(#6058) Unexpected use of '<<'. (no-bitwise)
(#6060) Unexpected use of '<<'. (no-bitwise)
(#6063) Unexpected use of '&'. (no-bitwise)
(#6065) Comments should not begin with a lowercase character. (capitalized-comments)
(#6066) Unexpected use of '>>>'. (no-bitwise)
(#6066) Comments should not begin with a lowercase character. (capitalized-comments)
(#6066) Expected space or tab after '/*' in comment. (spaced-comment)
(#6067) Unexpected use of '>>>='. (no-bitwise)
(#6069) Unexpected use of '&'. (no-bitwise)
(#6069) Unexpected use of '>>>'. (no-bitwise)
(#6069) Comments should not begin with a lowercase character. (capitalized-comments)
(#6069) Expected space or tab after '/*' in comment. (spaced-comment)
(#6071) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#6071) Unexpected use of '&'. (no-bitwise)
(#6071) Multiple spaces found before '/* distance ba...*/'. (no-multi-spaces)
(#6071) Comments should not begin with a lowercase character. (capitalized-comments)
(#6072) Unexpected use of '&'. (no-bitwise)
(#6072) Comments should not begin with a lowercase character. (capitalized-comments)
(#6072) Expected space or tab after '/*' in comment. (spaced-comment)
(#6073) Unexpected use of '&='. (no-bitwise)
(#6073) Multiple spaces found before '/* number of e...*/'. (no-multi-spaces)
(#6073) Comments should not begin with a lowercase character. (capitalized-comments)
(#6074) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#6075) Unexpected use of '<<'. (no-bitwise)
(#6077) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#6078) Unexpected use of '<<'. (no-bitwise)
(#6082) Unexpected use of '&'. (no-bitwise)
(#6082) Unexpected use of '<<'. (no-bitwise)
(#6083) Expected space or tab after '//' in comment. (spaced-comment)
(#6084) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#6087) Unexpected label in break statement. (no-labels)
(#6089) Expected space or tab after '//' in comment. (spaced-comment)
(#6090) Unexpected use of '>>>='. (no-bitwise)
(#6092) Expected space or tab after '//' in comment. (spaced-comment)
(#6093) Multiple spaces found before '/* max distanc...*/'. (no-multi-spaces)
(#6093) Comments should not begin with a lowercase character. (capitalized-comments)
(#6094) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#6094) Multiple spaces found before '/* see if copy...*/'. (no-multi-spaces)
(#6094) Comments should not begin with a lowercase character. (capitalized-comments)
(#6095) Multiple spaces found before '/* distance ba...*/'. (no-multi-spaces)
(#6095) Comments should not begin with a lowercase character. (capitalized-comments)
(#6096) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#6097) Blocks are nested too deeply (8). Maximum allowed is 4. (max-depth)
(#6100) Unexpected label in break statement. (no-labels)
(#6105) Expected space or tab after '//' in comment. (spaced-comment)
(#6123) Expected space or tab after '//' in comment. (spaced-comment)
(#6125) Comments should not begin with a lowercase character. (capitalized-comments)
(#6126) Identifier 'from_source' is not in camel case. (camelcase)
(#6127) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#6127) Multiple spaces found before '/* very common...*/'. (no-multi-spaces)
(#6127) Comments should not begin with a lowercase character. (capitalized-comments)
(#6129) Blocks are nested too deeply (8). Maximum allowed is 4. (max-depth)
(#6129) Multiple spaces found before '/* some from w...*/'. (no-multi-spaces)
(#6129) Comments should not begin with a lowercase character. (capitalized-comments)
(#6131) Blocks are nested too deeply (9). Maximum allowed is 4. (max-depth)
(#6134) Multiple spaces found before '/* rest from o...*/'. (no-multi-spaces)
(#6134) Comments should not begin with a lowercase character. (capitalized-comments)
(#6135) Identifier 'from_source' is not in camel case. (camelcase)
(#6137) Multiple spaces found before '/* wrap around...*/'. (no-multi-spaces)
(#6137) Comments should not begin with a lowercase character. (capitalized-comments)
(#6140) Blocks are nested too deeply (8). Maximum allowed is 4. (max-depth)
(#6140) Multiple spaces found before '/* some from e...*/'. (no-multi-spaces)
(#6140) Comments should not begin with a lowercase character. (capitalized-comments)
(#6142) Blocks are nested too deeply (9). Maximum allowed is 4. (max-depth)
(#6146) Blocks are nested too deeply (9). Maximum allowed is 4. (max-depth)
(#6146) Multiple spaces found before '/* some from s...*/'. (no-multi-spaces)
(#6146) Comments should not begin with a lowercase character. (capitalized-comments)
(#6149) Blocks are nested too deeply (10). Maximum allowed is 4. (max-depth)
(#6152) Multiple spaces found before '/* rest from o...*/'. (no-multi-spaces)
(#6152) Comments should not begin with a lowercase character. (capitalized-comments)
(#6153) Identifier 'from_source' is not in camel case. (camelcase)
(#6156) Multiple spaces found before '/* contiguous ...*/'. (no-multi-spaces)
(#6156) Comments should not begin with a lowercase character. (capitalized-comments)
(#6158) Blocks are nested too deeply (8). Maximum allowed is 4. (max-depth)
(#6158) Multiple spaces found before '/* some from w...*/'. (no-multi-spaces)
(#6158) Comments should not begin with a lowercase character. (capitalized-comments)
(#6160) Blocks are nested too deeply (9). Maximum allowed is 4. (max-depth)
(#6163) Multiple spaces found before '/* rest from o...*/'. (no-multi-spaces)
(#6163) Comments should not begin with a lowercase character. (capitalized-comments)
(#6164) Identifier 'from_source' is not in camel case. (camelcase)
(#6167) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#6168) Identifier 'from_source' is not in camel case. (camelcase)
(#6169) Identifier 'from_source' is not in camel case. (camelcase)
(#6170) Identifier 'from_source' is not in camel case. (camelcase)
(#6173) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#6174) Identifier 'from_source' is not in camel case. (camelcase)
(#6175) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#6176) Identifier 'from_source' is not in camel case. (camelcase)
(#6180) Multiple spaces found before '/* copy direct...*/'. (no-multi-spaces)
(#6180) Comments should not begin with a lowercase character. (capitalized-comments)
(#6181) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#6181) Multiple spaces found before '/* minimum len...*/'. (no-multi-spaces)
(#6181) Comments should not begin with a lowercase character. (capitalized-comments)
(#6187) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#6189) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#6194) Unexpected use of '&'. (no-bitwise)
(#6194) Multiple spaces found before '/* 2nd level d...*/'. (no-multi-spaces)
(#6195) Unexpected use of '&'. (no-bitwise)
(#6195) Comments should not begin with a lowercase character. (capitalized-comments)
(#6195) Expected space or tab after '/*' in comment. (spaced-comment)
(#6195) Unexpected use of '&'. (no-bitwise)
(#6195) Unexpected use of '<<'. (no-bitwise)
(#6200) Unexpected label in break statement. (no-labels)
(#6203) Comments should not begin with a lowercase character. (capitalized-comments)
(#6205) Unexpected use of '&'. (no-bitwise)
(#6205) Multiple spaces found before '/* 2nd level l...*/'. (no-multi-spaces)
(#6206) Unexpected use of '&'. (no-bitwise)
(#6206) Comments should not begin with a lowercase character. (capitalized-comments)
(#6206) Expected space or tab after '/*' in comment. (spaced-comment)
(#6206) Unexpected use of '&'. (no-bitwise)
(#6206) Unexpected use of '<<'. (no-bitwise)
(#6208) Unexpected use of '&'. (no-bitwise)
(#6208) Multiple spaces found before '/* end-of-bloc...*/'. (no-multi-spaces)
(#6208) Comments should not begin with a lowercase character. (capitalized-comments)
(#6209) Expected space or tab after '//' in comment. (spaced-comment)
(#6211) Unexpected label in break statement. (no-labels)
(#6215) Unexpected label in break statement. (no-labels)
(#6218) Comments should not begin with a lowercase character. (capitalized-comments)
(#6222) Comments should not begin with a lowercase character. (capitalized-comments)
(#6223) Unexpected use of '>>'. (no-bitwise)
(#6225) Unexpected use of '<<'. (no-bitwise)
(#6226) Unexpected use of '&='. (no-bitwise)
(#6226) Unexpected use of '<<'. (no-bitwise)
(#6228) Comments should not begin with a lowercase character. (capitalized-comments)
(#6229) Identifier 'next_in' is not in camel case. (camelcase)
(#6230) Identifier 'next_out' is not in camel case. (camelcase)
(#6231) Identifier 'avail_in' is not in camel case. (camelcase)
(#6232) Identifier 'avail_out' is not in camel case. (camelcase)
(#6239) Unquoted number literal '35' used as key. (quote-props)
(#6239) Unexpected space before function parentheses. (space-before-function-paren)
(#6246) Identifier 'inflate_fast' is not in camel case. (camelcase)
(#6247) Identifier 'inflate_table' is not in camel case. (camelcase)
(#6258) Expected space or tab after '//' in comment. (spaced-comment)
(#6259) Expected space or tab after '//' in comment. (spaced-comment)
(#6260) Expected space or tab after '//' in comment. (spaced-comment)
(#6261) Expected space or tab after '//' in comment. (spaced-comment)
(#6273) Comments should not begin with a lowercase character. (capitalized-comments)
(#6273) Expected space or tab after '//' in comment. (spaced-comment)
(#6278) Comments should not begin with a lowercase character. (capitalized-comments)
(#6278) Expected space or tab after '//' in comment. (spaced-comment)
(#6288) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6288) Comments should not begin with a lowercase character. (capitalized-comments)
(#6289) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6289) Comments should not begin with a lowercase character. (capitalized-comments)
(#6290) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6290) Comments should not begin with a lowercase character. (capitalized-comments)
(#6291) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6291) Comments should not begin with a lowercase character. (capitalized-comments)
(#6292) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6292) Comments should not begin with a lowercase character. (capitalized-comments)
(#6293) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6293) Comments should not begin with a lowercase character. (capitalized-comments)
(#6294) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6294) Comments should not begin with a lowercase character. (capitalized-comments)
(#6295) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6295) Comments should not begin with a lowercase character. (capitalized-comments)
(#6296) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6296) Comments should not begin with a lowercase character. (capitalized-comments)
(#6297) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6297) Comments should not begin with a lowercase character. (capitalized-comments)
(#6298) Multiple spaces found before '/* waiting for...*/'. (no-multi-spaces)
(#6298) Comments should not begin with a lowercase character. (capitalized-comments)
(#6299) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6299) Comments should not begin with a lowercase character. (capitalized-comments)
(#6300) Multiple spaces found before '/* i: same, bu...*/'. (no-multi-spaces)
(#6300) Comments should not begin with a lowercase character. (capitalized-comments)
(#6301) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6301) Comments should not begin with a lowercase character. (capitalized-comments)
(#6302) Multiple spaces found before '/* i/o: same a...*/'. (no-multi-spaces)
(#6302) Comments should not begin with a lowercase character. (capitalized-comments)
(#6303) Multiple spaces found before '/* i/o: waitin...*/'. (no-multi-spaces)
(#6303) Comments should not begin with a lowercase character. (capitalized-comments)
(#6304) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6304) Comments should not begin with a lowercase character. (capitalized-comments)
(#6305) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6305) Comments should not begin with a lowercase character. (capitalized-comments)
(#6306) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6306) Comments should not begin with a lowercase character. (capitalized-comments)
(#6307) Multiple spaces found before '/* i: same as ...*/'. (no-multi-spaces)
(#6307) Comments should not begin with a lowercase character. (capitalized-comments)
(#6308) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6308) Comments should not begin with a lowercase character. (capitalized-comments)
(#6309) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6309) Comments should not begin with a lowercase character. (capitalized-comments)
(#6310) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6310) Comments should not begin with a lowercase character. (capitalized-comments)
(#6311) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6311) Comments should not begin with a lowercase character. (capitalized-comments)
(#6312) Multiple spaces found before '/* o: waiting ...*/'. (no-multi-spaces)
(#6312) Comments should not begin with a lowercase character. (capitalized-comments)
(#6313) Multiple spaces found before '/* o: waiting ...*/'. (no-multi-spaces)
(#6313) Comments should not begin with a lowercase character. (capitalized-comments)
(#6314) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6314) Comments should not begin with a lowercase character. (capitalized-comments)
(#6315) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#6315) Comments should not begin with a lowercase character. (capitalized-comments)
(#6316) Multiple spaces found before '/* finished ch...*/'. (no-multi-spaces)
(#6316) Comments should not begin with a lowercase character. (capitalized-comments)
(#6317) Multiple spaces found before '/* got a data ...*/'. (no-multi-spaces)
(#6317) Comments should not begin with a lowercase character. (capitalized-comments)
(#6318) Multiple spaces found before '/* got an infl...*/'. (no-multi-spaces)
(#6318) Comments should not begin with a lowercase character. (capitalized-comments)
(#6319) Multiple spaces found before '/* looking for...*/'. (no-multi-spaces)
(#6319) Comments should not begin with a lowercase character. (capitalized-comments)
(#6326) Comments should not begin with a lowercase character. (capitalized-comments)
(#6326) Expected space or tab after '//' in comment. (spaced-comment)
(#6333) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6334) Unexpected use of '&'. (no-bitwise)
(#6334) Unexpected use of '>>>'. (no-bitwise)
(#6335) Unexpected use of '&'. (no-bitwise)
(#6335) Unexpected use of '>>>'. (no-bitwise)
(#6336) Unexpected use of '<<'. (no-bitwise)
(#6336) Unexpected use of '&'. (no-bitwise)
(#6337) Unexpected use of '<<'. (no-bitwise)
(#6337) Unexpected use of '&'. (no-bitwise)
(#6341) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6342) Multiple spaces found before '/* current inf...*/'. (no-multi-spaces)
(#6342) Comments should not begin with a lowercase character. (capitalized-comments)
(#6343) Multiple spaces found before '/* true if pro...*/'. (no-multi-spaces)
(#6343) Comments should not begin with a lowercase character. (capitalized-comments)
(#6344) Multiple spaces found before '/* bit 0 true ...*/'. (no-multi-spaces)
(#6344) Comments should not begin with a lowercase character. (capitalized-comments)
(#6345) Multiple spaces found before '/* true if dic...*/'. (no-multi-spaces)
(#6345) Comments should not begin with a lowercase character. (capitalized-comments)
(#6346) Multiple spaces found before '/* gzip header...*/'. (no-multi-spaces)
(#6346) Comments should not begin with a lowercase character. (capitalized-comments)
(#6347) Multiple spaces found before '/* zlib header...*/'. (no-multi-spaces)
(#6347) Comments should not begin with a lowercase character. (capitalized-comments)
(#6348) Multiple spaces found before '/* protected c...*/'. (no-multi-spaces)
(#6348) Comments should not begin with a lowercase character. (capitalized-comments)
(#6349) Multiple spaces found before '/* protected c...*/'. (no-multi-spaces)
(#6349) Comments should not begin with a lowercase character. (capitalized-comments)
(#6351) Multiple spaces found before '/* where to sa...*/'. (no-multi-spaces)
(#6351) Comments should not begin with a lowercase character. (capitalized-comments)
(#6354) Multiple spaces found before '/* log base 2 ...*/'. (no-multi-spaces)
(#6354) Comments should not begin with a lowercase character. (capitalized-comments)
(#6355) Multiple spaces found before '/* window size...*/'. (no-multi-spaces)
(#6355) Comments should not begin with a lowercase character. (capitalized-comments)
(#6356) Multiple spaces found before '/* valid bytes...*/'. (no-multi-spaces)
(#6356) Comments should not begin with a lowercase character. (capitalized-comments)
(#6357) Multiple spaces found before '/* window writ...*/'. (no-multi-spaces)
(#6357) Comments should not begin with a lowercase character. (capitalized-comments)
(#6358) Multiple spaces found before '/* allocated s...*/'. (no-multi-spaces)
(#6358) Comments should not begin with a lowercase character. (capitalized-comments)
(#6361) Multiple spaces found before '/* input bit a...*/'. (no-multi-spaces)
(#6361) Comments should not begin with a lowercase character. (capitalized-comments)
(#6362) Multiple spaces found before '/* number of b...*/'. (no-multi-spaces)
(#6362) Comments should not begin with a lowercase character. (capitalized-comments)
(#6365) Multiple spaces found before '/* literal or ...*/'. (no-multi-spaces)
(#6365) Comments should not begin with a lowercase character. (capitalized-comments)
(#6366) Multiple spaces found before '/* distance ba...*/'. (no-multi-spaces)
(#6366) Comments should not begin with a lowercase character. (capitalized-comments)
(#6369) Multiple spaces found before '/* extra bits ...*/'. (no-multi-spaces)
(#6369) Comments should not begin with a lowercase character. (capitalized-comments)
(#6372) Multiple spaces found before '/* starting ta...*/'. (no-multi-spaces)
(#6372) Comments should not begin with a lowercase character. (capitalized-comments)
(#6373) Multiple spaces found before '/* starting ta...*/'. (no-multi-spaces)
(#6373) Comments should not begin with a lowercase character. (capitalized-comments)
(#6374) Multiple spaces found before '/* index bits ...*/'. (no-multi-spaces)
(#6374) Comments should not begin with a lowercase character. (capitalized-comments)
(#6375) Multiple spaces found before '/* index bits ...*/'. (no-multi-spaces)
(#6375) Comments should not begin with a lowercase character. (capitalized-comments)
(#6378) Multiple spaces found before '/* number of c...*/'. (no-multi-spaces)
(#6378) Comments should not begin with a lowercase character. (capitalized-comments)
(#6379) Multiple spaces found before '/* number of l...*/'. (no-multi-spaces)
(#6379) Comments should not begin with a lowercase character. (capitalized-comments)
(#6380) Multiple spaces found before '/* number of d...*/'. (no-multi-spaces)
(#6380) Comments should not begin with a lowercase character. (capitalized-comments)
(#6381) Multiple spaces found before '/* number of c...*/'. (no-multi-spaces)
(#6381) Comments should not begin with a lowercase character. (capitalized-comments)
(#6382) Multiple spaces found before '/* next availa...*/'. (no-multi-spaces)
(#6382) Comments should not begin with a lowercase character. (capitalized-comments)
(#6384) Comments should not begin with a lowercase character. (capitalized-comments)
(#6385) Comments should not begin with a lowercase character. (capitalized-comments)
(#6391) Expected space or tab after '//' in comment. (spaced-comment)
(#6392) Multiple spaces found before '/* dynamic tab...*/'. (no-multi-spaces)
(#6392) Comments should not begin with a lowercase character. (capitalized-comments)
(#6393) Multiple spaces found before '/* dynamic tab...*/'. (no-multi-spaces)
(#6393) Comments should not begin with a lowercase character. (capitalized-comments)
(#6394) Multiple spaces found before '/* if false, a...*/'. (no-multi-spaces)
(#6394) Comments should not begin with a lowercase character. (capitalized-comments)
(#6395) Multiple spaces found before '/* bits back o...*/'. (no-multi-spaces)
(#6395) Comments should not begin with a lowercase character. (capitalized-comments)
(#6396) Multiple spaces found before '/* initial len...*/'. (no-multi-spaces)
(#6396) Comments should not begin with a lowercase character. (capitalized-comments)
(#6399) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6406) Identifier 'total_in' is not in camel case. (camelcase)
(#6406) Identifier 'total_out' is not in camel case. (camelcase)
(#6407) Expected space or tab after '/*' in comment. (spaced-comment)
(#6408) Multiple spaces found before '/* to support ...*/'. (no-multi-spaces)
(#6408) Comments should not begin with a lowercase character. (capitalized-comments)
(#6409) Unexpected use of '&'. (no-bitwise)
(#6415) Expected space or tab after '/*' in comment. (spaced-comment)
(#6418) Comments should not begin with a lowercase character. (capitalized-comments)
(#6418) Expected space or tab after '//' in comment. (spaced-comment)
(#6424) Expected space or tab after '//' in comment. (spaced-comment)
(#6428) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6442) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6446) Comments should not begin with a lowercase character. (capitalized-comments)
(#6452) Comments should not begin with a lowercase character. (capitalized-comments)
(#6457) Unexpected use of '>>'. (no-bitwise)
(#6459) Unexpected use of '&='. (no-bitwise)
(#6463) Comments should not begin with a lowercase character. (capitalized-comments)
(#6471) Comments should not begin with a lowercase character. (capitalized-comments)
(#6477) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6484) Comments should not begin with a lowercase character. (capitalized-comments)
(#6484) Expected space or tab after '//' in comment. (spaced-comment)
(#6488) Comments should not begin with a lowercase character. (capitalized-comments)
(#6488) Expected space or tab after '//' in comment. (spaced-comment)
(#6489) Expected space or tab after '//' in comment. (spaced-comment)
(#6491) Expected space or tab after '/*' in comment. (spaced-comment)
(#6494) Expected space or tab after '/*' in comment. (spaced-comment)
(#6499) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6518) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6519) Comments should not begin with a lowercase character. (capitalized-comments)
(#6526) Comments should not begin with a lowercase character. (capitalized-comments)
(#6543) Comments should not begin with a lowercase character. (capitalized-comments)
(#6551) Comments should not begin with a lowercase character. (capitalized-comments)
(#6576) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6580) Comments should not begin with a lowercase character. (capitalized-comments)
(#6582) Unexpected use of '<<'. (no-bitwise)
(#6589) Comments should not begin with a lowercase character. (capitalized-comments)
(#6599) Comments should not begin with a lowercase character. (capitalized-comments)
(#6599) Expected space or tab after '//' in comment. (spaced-comment)
(#6603) Comments should not begin with a lowercase character. (capitalized-comments)
(#6603) Expected space or tab after '//' in comment. (spaced-comment)
(#6620) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6620) Function 'inflate' has a complexity of 223. Maximum allowed is 20. (complexity)
(#6622) Multiple spaces found before '// input/outpu...'. (no-multi-spaces)
(#6622) Comments should not begin with a lowercase character. (capitalized-comments)
(#6623) Multiple spaces found before '/* next input ...*/'. (no-multi-spaces)
(#6623) Comments should not begin with a lowercase character. (capitalized-comments)
(#6624) Multiple spaces found before '/* next output...*/'. (no-multi-spaces)
(#6624) Comments should not begin with a lowercase character. (capitalized-comments)
(#6625) Multiple spaces found before '/* available i...*/'. (no-multi-spaces)
(#6625) Comments should not begin with a lowercase character. (capitalized-comments)
(#6626) Multiple spaces found before '/* bit buffer */'. (no-multi-spaces)
(#6626) Comments should not begin with a lowercase character. (capitalized-comments)
(#6627) Multiple spaces found before '/* bits in bit...*/'. (no-multi-spaces)
(#6627) Comments should not begin with a lowercase character. (capitalized-comments)
(#6628) Multiple spaces found before '/* save starti...*/'. (no-multi-spaces)
(#6628) Comments should not begin with a lowercase character. (capitalized-comments)
(#6629) Multiple spaces found before '/* number of s...*/'. (no-multi-spaces)
(#6629) Comments should not begin with a lowercase character. (capitalized-comments)
(#6630) Multiple spaces found before '/* where to co...*/'. (no-multi-spaces)
(#6630) Comments should not begin with a lowercase character. (capitalized-comments)
(#6631) Identifier 'from_source' is not in camel case. (camelcase)
(#6632) Multiple spaces found before '/* current dec...*/'. (no-multi-spaces)
(#6632) Comments should not begin with a lowercase character. (capitalized-comments)
(#6633) Identifier 'here_bits' is not in camel case. (camelcase)
(#6633) Identifier 'here_op' is not in camel case. (camelcase)
(#6633) Identifier 'here_val' is not in camel case. (camelcase)
(#6633) Comments should not begin with a lowercase character. (capitalized-comments)
(#6634) Expected space or tab after '//' in comment. (spaced-comment)
(#6635) Identifier 'last_bits' is not in camel case. (camelcase)
(#6635) Identifier 'last_op' is not in camel case. (camelcase)
(#6635) Identifier 'last_val' is not in camel case. (camelcase)
(#6635) Comments should not begin with a lowercase character. (capitalized-comments)
(#6636) Multiple spaces found before '/* length to c...*/'. (no-multi-spaces)
(#6636) Comments should not begin with a lowercase character. (capitalized-comments)
(#6637) Multiple spaces found before '/* return code...*/'. (no-multi-spaces)
(#6637) Comments should not begin with a lowercase character. (capitalized-comments)
(#6638) Multiple spaces found before '/* buffer for ...*/'. (no-multi-spaces)
(#6638) Comments should not begin with a lowercase character. (capitalized-comments)
(#6641) Comments should not begin with a lowercase character. (capitalized-comments)
(#6643) Comments should not begin with a lowercase character. (capitalized-comments)
(#6655) Multiple spaces found before '/* skip check */'. (no-multi-spaces)
(#6655) Comments should not begin with a lowercase character. (capitalized-comments)
(#6658) Expected space or tab after '//' in comment. (spaced-comment)
(#6667) Expected space or tab after '//' in comment. (spaced-comment)
(#6673) Identifier 'inf_leave' is not in camel case. (camelcase)
(#6673) Unexpected labeled statement. (no-labels)
(#6673) Comments should not begin with a lowercase character. (capitalized-comments)
(#6681) Expected space or tab after '//' in comment. (spaced-comment)
(#6684) Unexpected label in break statement. (no-labels)
(#6684) Identifier 'inf_leave' is not in camel case. (camelcase)
(#6687) Unexpected use of '<<'. (no-bitwise)
(#6690) Expected space or tab after '//' in comment. (spaced-comment)
(#6691) Unexpected use of '&'. (no-bitwise)
(#6691) Multiple spaces found before '/* gzip header...*/'. (no-multi-spaces)
(#6691) Comments should not begin with a lowercase character. (capitalized-comments)
(#6692) Comments should not begin with a lowercase character. (capitalized-comments)
(#6692) Expected space or tab after '/*' in comment. (spaced-comment)
(#6693) Expected space or tab after '//' in comment. (spaced-comment)
(#6694) Unexpected use of '&'. (no-bitwise)
(#6695) Unexpected use of '&'. (no-bitwise)
(#6695) Unexpected use of '>>>'. (no-bitwise)
(#6697) Expected space or tab after '//' in comment. (spaced-comment)
(#6699) Expected space or tab after '//' in comment. (spaced-comment)
(#6702) Expected space or tab after '//' in comment. (spaced-comment)
(#6706) Multiple spaces found before '/* expect zlib...*/'. (no-multi-spaces)
(#6706) Comments should not begin with a lowercase character. (capitalized-comments)
(#6710) Unexpected use of '&'. (no-bitwise)
(#6710) Multiple spaces found before '/* check if zl...*/'. (no-multi-spaces)
(#6710) Comments should not begin with a lowercase character. (capitalized-comments)
(#6711) Unexpected use of '<<'. (no-bitwise)
(#6711) Unexpected use of '&'. (no-bitwise)
(#6711) Expected space or tab after '/*' in comment. (spaced-comment)
(#6711) Unexpected use of '>>'. (no-bitwise)
(#6716) Unexpected use of '&'. (no-bitwise)
(#6716) Expected space or tab after '/*' in comment. (spaced-comment)
(#6721) Expected space or tab after '//' in comment. (spaced-comment)
(#6722) Unexpected use of '>>>='. (no-bitwise)
(#6724) Expected space or tab after '//' in comment. (spaced-comment)
(#6725) Unexpected use of '&'. (no-bitwise)
(#6725) Expected space or tab after '/*' in comment. (spaced-comment)
(#6733) Unexpected use of '<<'. (no-bitwise)
(#6734) Expected space or tab after '//' in comment. (spaced-comment)
(#6735) Comments should not begin with a lowercase character. (capitalized-comments)
(#6735) Expected space or tab after '/*' in comment. (spaced-comment)
(#6736) Unexpected use of '&'. (no-bitwise)
(#6737) Expected space or tab after '//' in comment. (spaced-comment)
(#6740) Expected space or tab after '//' in comment. (spaced-comment)
(#6743) Expected space or tab after '//' in comment. (spaced-comment)
(#6746) Unexpected label in break statement. (no-labels)
(#6746) Identifier 'inf_leave' is not in camel case. (camelcase)
(#6749) Unexpected use of '<<'. (no-bitwise)
(#6752) Expected space or tab after '//' in comment. (spaced-comment)
(#6754) Unexpected use of '&'. (no-bitwise)
(#6759) Unexpected use of '&'. (no-bitwise)
(#6765) Unexpected use of '&'. (no-bitwise)
(#6765) Unexpected use of '>>'. (no-bitwise)
(#6767) Unexpected use of '&'. (no-bitwise)
(#6768) Expected space or tab after '//' in comment. (spaced-comment)
(#6769) Unexpected use of '&'. (no-bitwise)
(#6770) Unexpected use of '&'. (no-bitwise)
(#6770) Unexpected use of '>>>'. (no-bitwise)
(#6772) Expected space or tab after '//' in comment. (spaced-comment)
(#6774) Expected space or tab after '//' in comment. (spaced-comment)
(#6777) Expected space or tab after '//' in comment. (spaced-comment)
(#6779) Comments should not begin with a lowercase character. (capitalized-comments)
(#6781) Expected space or tab after '//' in comment. (spaced-comment)
(#6784) Unexpected label in break statement. (no-labels)
(#6784) Identifier 'inf_leave' is not in camel case. (camelcase)
(#6787) Unexpected use of '<<'. (no-bitwise)
(#6790) Expected space or tab after '//' in comment. (spaced-comment)
(#6794) Unexpected use of '&'. (no-bitwise)
(#6795) Expected space or tab after '//' in comment. (spaced-comment)
(#6796) Unexpected use of '&'. (no-bitwise)
(#6797) Unexpected use of '&'. (no-bitwise)
(#6797) Unexpected use of '>>>'. (no-bitwise)
(#6798) Unexpected use of '&'. (no-bitwise)
(#6798) Unexpected use of '>>>'. (no-bitwise)
(#6799) Unexpected use of '&'. (no-bitwise)
(#6799) Unexpected use of '>>>'. (no-bitwise)
(#6801) Expected space or tab after '//' in comment. (spaced-comment)
(#6803) Expected space or tab after '//' in comment. (spaced-comment)
(#6806) Expected space or tab after '//' in comment. (spaced-comment)
(#6808) Comments should not begin with a lowercase character. (capitalized-comments)
(#6810) Expected space or tab after '//' in comment. (spaced-comment)
(#6813) Unexpected label in break statement. (no-labels)
(#6813) Identifier 'inf_leave' is not in camel case. (camelcase)
(#6816) Unexpected use of '<<'. (no-bitwise)
(#6819) Expected space or tab after '//' in comment. (spaced-comment)
(#6821) Unexpected use of '&'. (no-bitwise)
(#6822) Unexpected use of '>>'. (no-bitwise)
(#6824) Unexpected use of '&'. (no-bitwise)
(#6825) Expected space or tab after '//' in comment. (spaced-comment)
(#6826) Unexpected use of '&'. (no-bitwise)
(#6827) Unexpected use of '&'. (no-bitwise)
(#6827) Unexpected use of '>>>'. (no-bitwise)
(#6829) Expected space or tab after '//' in comment. (spaced-comment)
(#6831) Expected space or tab after '//' in comment. (spaced-comment)
(#6834) Expected space or tab after '//' in comment. (spaced-comment)
(#6836) Comments should not begin with a lowercase character. (capitalized-comments)
(#6838) Unexpected use of '&'. (no-bitwise)
(#6839) Expected space or tab after '//' in comment. (spaced-comment)
(#6842) Unexpected label in break statement. (no-labels)
(#6842) Identifier 'inf_leave' is not in camel case. (camelcase)
(#6845) Unexpected use of '<<'. (no-bitwise)
(#6848) Expected space or tab after '//' in comment. (spaced-comment)
(#6851) Identifier 'extra_len' is not in camel case. (camelcase)
(#6853) Unexpected use of '&'. (no-bitwise)
(#6854) Expected space or tab after '//' in comment. (spaced-comment)
(#6855) Unexpected use of '&'. (no-bitwise)
(#6856) Unexpected use of '&'. (no-bitwise)
(#6856) Unexpected use of '>>>'. (no-bitwise)
(#6858) Expected space or tab after '//' in comment. (spaced-comment)
(#6860) Expected space or tab after '//' in comment. (spaced-comment)
(#6863) Expected space or tab after '//' in comment. (spaced-comment)
(#6865) Expected space or tab after '/*' in comment. (spaced-comment)
(#6868) Comments should not begin with a lowercase character. (capitalized-comments)
(#6870) Unexpected use of '&'. (no-bitwise)
(#6886) Comments should not begin with a lowercase character. (capitalized-comments)
(#6889) Comments should not begin with a lowercase character. (capitalized-comments)
(#6889) Expected space or tab after '/*' in comment. (spaced-comment)
(#6892) Comments should not begin with a lowercase character. (capitalized-comments)
(#6892) Expected space or tab after '//' in comment. (spaced-comment)
(#6896) Unexpected use of '&'. (no-bitwise)
(#6904) Unexpected label in break statement. (no-labels)
(#6904) Identifier 'inf_leave' is not in camel case. (camelcase)
(#6909) Comments should not begin with a lowercase character. (capitalized-comments)
(#6911) Unexpected use of '&'. (no-bitwise)
(#6913) Unexpected label in break statement. (no-labels)
(#6913) Identifier 'inf_leave' is not in camel case. (camelcase)
(#6919) Comments should not begin with a lowercase character. (capitalized-comments)
(#6921) Comments should not begin with a lowercase character. (capitalized-comments)
(#6921) Expected space or tab after '/*' in comment. (spaced-comment)
(#6926) Unexpected use of '&'. (no-bitwise)
(#6932) Unexpected label in break statement. (no-labels)
(#6932) Identifier 'inf_leave' is not in camel case. (camelcase)
(#6939) Comments should not begin with a lowercase character. (capitalized-comments)
(#6941) Unexpected use of '&'. (no-bitwise)
(#6943) Unexpected label in break statement. (no-labels)
(#6943) Identifier 'inf_leave' is not in camel case. (camelcase)
(#6948) Comments should not begin with a lowercase character. (capitalized-comments)
(#6950) Comments should not begin with a lowercase character. (capitalized-comments)
(#6950) Expected space or tab after '/*' in comment. (spaced-comment)
(#6954) Unexpected use of '&'. (no-bitwise)
(#6960) Unexpected label in break statement. (no-labels)
(#6960) Identifier 'inf_leave' is not in camel case. (camelcase)
(#6966) Comments should not begin with a lowercase character. (capitalized-comments)
(#6968) Unexpected use of '&'. (no-bitwise)
(#6969) Expected space or tab after '//' in comment. (spaced-comment)
(#6972) Unexpected label in break statement. (no-labels)
(#6972) Identifier 'inf_leave' is not in camel case. (camelcase)
(#6975) Unexpected use of '<<'. (no-bitwise)
(#6978) Expected space or tab after '//' in comment. (spaced-comment)
(#6979) Unexpected use of '&'. (no-bitwise)
(#6984) Expected space or tab after '//' in comment. (spaced-comment)
(#6987) Expected space or tab after '//' in comment. (spaced-comment)
(#6990) Unexpected use of '&'. (no-bitwise)
(#6990) Unexpected use of '>>'. (no-bitwise)
(#6993) Unexpected whitespace before semicolon. (semi-spacing)
(#6993) Comments should not begin with a lowercase character. (capitalized-comments)
(#6993) Expected space or tab after '/*' in comment. (spaced-comment)
(#6997) Expected space or tab after '//' in comment. (spaced-comment)
(#7000) Unexpected label in break statement. (no-labels)
(#7000) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7003) Unexpected use of '<<'. (no-bitwise)
(#7006) Expected space or tab after '//' in comment. (spaced-comment)
(#7007) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#7008) Expected space or tab after '//' in comment. (spaced-comment)
(#7011) Expected space or tab after '//' in comment. (spaced-comment)
(#7013) Comments should not begin with a lowercase character. (capitalized-comments)
(#7016) Expected space or tab after '//' in comment. (spaced-comment)
(#7017) Identifier 'next_out' is not in camel case. (camelcase)
(#7018) Identifier 'avail_out' is not in camel case. (camelcase)
(#7019) Identifier 'next_in' is not in camel case. (camelcase)
(#7020) Identifier 'avail_in' is not in camel case. (camelcase)
(#7023) Expected space or tab after '//' in comment. (spaced-comment)
(#7026) Comments should not begin with a lowercase character. (capitalized-comments)
(#7026) Expected space or tab after '/*' in comment. (spaced-comment)
(#7028) Comments should not begin with a lowercase character. (capitalized-comments)
(#7031) Unexpected label in break statement. (no-labels)
(#7031) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7033) Comments should not begin with a lowercase character. (capitalized-comments)
(#7036) Expected space or tab after '//' in comment. (spaced-comment)
(#7037) Unexpected use of '>>>='. (no-bitwise)
(#7037) Unexpected use of '&'. (no-bitwise)
(#7038) Unexpected use of '&'. (no-bitwise)
(#7039) Expected space or tab after '//' in comment. (spaced-comment)
(#7043) Expected space or tab after '//' in comment. (spaced-comment)
(#7046) Unexpected label in break statement. (no-labels)
(#7046) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7049) Unexpected use of '<<'. (no-bitwise)
(#7052) Expected space or tab after '//' in comment. (spaced-comment)
(#7053) Unexpected use of '&'. (no-bitwise)
(#7053) Expected space or tab after '/*' in comment. (spaced-comment)
(#7054) Expected space or tab after '//' in comment. (spaced-comment)
(#7055) Unexpected use of '>>>='. (no-bitwise)
(#7057) Expected space or tab after '//' in comment. (spaced-comment)
(#7059) Unexpected use of '&'. (no-bitwise)
(#7059) Expected space or tab after '/*' in comment. (spaced-comment)
(#7060) Multiple spaces found before '/* stored bloc...*/'. (no-multi-spaces)
(#7060) Comments should not begin with a lowercase character. (capitalized-comments)
(#7061) Expected space or tab after '//' in comment. (spaced-comment)
(#7065) Multiple spaces found before '/* fixed block...*/'. (no-multi-spaces)
(#7065) Comments should not begin with a lowercase character. (capitalized-comments)
(#7067) Expected space or tab after '//' in comment. (spaced-comment)
(#7069) Multiple spaces found before '/* decode code...*/'. (no-multi-spaces)
(#7069) Comments should not begin with a lowercase character. (capitalized-comments)
(#7071) Expected space or tab after '//' in comment. (spaced-comment)
(#7072) Unexpected use of '>>>='. (no-bitwise)
(#7074) Expected space or tab after '//' in comment. (spaced-comment)
(#7075) Unexpected label in break statement. (no-labels)
(#7075) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7078) Multiple spaces found before '/* dynamic blo...*/'. (no-multi-spaces)
(#7078) Comments should not begin with a lowercase character. (capitalized-comments)
(#7079) Expected space or tab after '//' in comment. (spaced-comment)
(#7087) Expected space or tab after '//' in comment. (spaced-comment)
(#7088) Unexpected use of '>>>='. (no-bitwise)
(#7090) Expected space or tab after '//' in comment. (spaced-comment)
(#7093) Expected space or tab after '//' in comment. (spaced-comment)
(#7094) Unexpected use of '>>>='. (no-bitwise)
(#7094) Unexpected use of '&'. (no-bitwise)
(#7095) Unexpected use of '&'. (no-bitwise)
(#7096) Expected space or tab after '//' in comment. (spaced-comment)
(#7097) Expected space or tab after '//' in comment. (spaced-comment)
(#7100) Unexpected label in break statement. (no-labels)
(#7100) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7103) Unexpected use of '<<'. (no-bitwise)
(#7106) Expected space or tab after '//' in comment. (spaced-comment)
(#7107) Unexpected use of '&'. (no-bitwise)
(#7107) Unexpected use of '^'. (no-bitwise)
(#7107) Unexpected use of '>>>'. (no-bitwise)
(#7112) Unexpected use of '&'. (no-bitwise)
(#7113) Expected space or tab after '//' in comment. (spaced-comment)
(#7115) Expected space or tab after '//' in comment. (spaced-comment)
(#7118) Expected space or tab after '//' in comment. (spaced-comment)
(#7121) Unexpected label in break statement. (no-labels)
(#7121) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7123) Comments should not begin with a lowercase character. (capitalized-comments)
(#7126) Comments should not begin with a lowercase character. (capitalized-comments)
(#7137) Unexpected label in break statement. (no-labels)
(#7137) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7139) Expected space or tab after '//' in comment. (spaced-comment)
(#7141) Expected space or tab after '//' in comment. (spaced-comment)
(#7149) Expected space or tab after '//' in comment. (spaced-comment)
(#7153) Expected space or tab after '//' in comment. (spaced-comment)
(#7156) Unexpected label in break statement. (no-labels)
(#7156) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7159) Unexpected use of '<<'. (no-bitwise)
(#7162) Expected space or tab after '//' in comment. (spaced-comment)
(#7163) Unexpected use of '&'. (no-bitwise)
(#7163) Expected space or tab after '/*' in comment. (spaced-comment)
(#7164) Expected space or tab after '//' in comment. (spaced-comment)
(#7165) Unexpected use of '>>>='. (no-bitwise)
(#7167) Expected space or tab after '//' in comment. (spaced-comment)
(#7168) Unexpected use of '&'. (no-bitwise)
(#7168) Expected space or tab after '/*' in comment. (spaced-comment)
(#7169) Expected space or tab after '//' in comment. (spaced-comment)
(#7170) Unexpected use of '>>>='. (no-bitwise)
(#7172) Expected space or tab after '//' in comment. (spaced-comment)
(#7173) Unexpected use of '&'. (no-bitwise)
(#7173) Expected space or tab after '/*' in comment. (spaced-comment)
(#7174) Expected space or tab after '//' in comment. (spaced-comment)
(#7175) Unexpected use of '>>>='. (no-bitwise)
(#7177) Expected space or tab after '//' in comment. (spaced-comment)
(#7178) Expected space or tab after '//' in comment. (spaced-comment)
(#7184) Expected space or tab after '//' in comment. (spaced-comment)
(#7185) Expected space or tab after '//' in comment. (spaced-comment)
(#7188) Comments should not begin with a lowercase character. (capitalized-comments)
(#7191) Expected space or tab after '//' in comment. (spaced-comment)
(#7194) Unexpected label in break statement. (no-labels)
(#7194) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7197) Unexpected use of '<<'. (no-bitwise)
(#7200) Expected space or tab after '//' in comment. (spaced-comment)
(#7201) Unexpected use of '&'. (no-bitwise)
(#7201) Expected space or tab after '//' in comment. (spaced-comment)
(#7202) Expected space or tab after '//' in comment. (spaced-comment)
(#7203) Unexpected use of '>>>='. (no-bitwise)
(#7205) Expected space or tab after '//' in comment. (spaced-comment)
(#7211) Expected space or tab after '//' in comment. (spaced-comment)
(#7212) Expected space or tab after '//' in comment. (spaced-comment)
(#7226) Expected space or tab after '//' in comment. (spaced-comment)
(#7229) Comments should not begin with a lowercase character. (capitalized-comments)
(#7233) Unexpected use of '&'. (no-bitwise)
(#7233) Unexpected use of '<<'. (no-bitwise)
(#7233) Expected space or tab after '/*' in comment. (spaced-comment)
(#7234) Identifier 'here_bits' is not in camel case. (camelcase)
(#7234) Unexpected use of '>>>'. (no-bitwise)
(#7235) Identifier 'here_op' is not in camel case. (camelcase)
(#7235) Unexpected use of '&'. (no-bitwise)
(#7235) Unexpected use of '>>>'. (no-bitwise)
(#7236) Identifier 'here_val' is not in camel case. (camelcase)
(#7236) Unexpected use of '&'. (no-bitwise)
(#7238) Identifier 'here_bits' is not in camel case. (camelcase)
(#7241) Expected space or tab after '//' in comment. (spaced-comment)
(#7243) Unexpected label in break statement. (no-labels)
(#7243) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7246) Unexpected use of '<<'. (no-bitwise)
(#7248) Expected space or tab after '//' in comment. (spaced-comment)
(#7250) Identifier 'here_val' is not in camel case. (camelcase)
(#7251) Expected space or tab after '//' in comment. (spaced-comment)
(#7252) Unexpected use of '>>>='. (no-bitwise)
(#7252) Identifier 'here_bits' is not in camel case. (camelcase)
(#7253) Identifier 'here_bits' is not in camel case. (camelcase)
(#7254) Expected space or tab after '//' in comment. (spaced-comment)
(#7255) Identifier 'here_val' is not in camel case. (camelcase)
(#7257) Identifier 'here_val' is not in camel case. (camelcase)
(#7258) Expected space or tab after '//' in comment. (spaced-comment)
(#7259) Identifier 'here_bits' is not in camel case. (camelcase)
(#7262) Unexpected label in break statement. (no-labels)
(#7262) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7265) Unexpected use of '<<'. (no-bitwise)
(#7268) Expected space or tab after '//' in comment. (spaced-comment)
(#7269) Expected space or tab after '//' in comment. (spaced-comment)
(#7270) Unexpected use of '>>>='. (no-bitwise)
(#7270) Identifier 'here_bits' is not in camel case. (camelcase)
(#7271) Identifier 'here_bits' is not in camel case. (camelcase)
(#7272) Expected space or tab after '//' in comment. (spaced-comment)
(#7279) Unexpected use of '&'. (no-bitwise)
(#7279) Expected space or tab after '//' in comment. (spaced-comment)
(#7280) Expected space or tab after '//' in comment. (spaced-comment)
(#7281) Unexpected use of '>>>='. (no-bitwise)
(#7283) Expected space or tab after '//' in comment. (spaced-comment)
(#7284) Identifier 'here_val' is not in camel case. (camelcase)
(#7285) Expected space or tab after '//' in comment. (spaced-comment)
(#7286) Identifier 'here_bits' is not in camel case. (camelcase)
(#7289) Unexpected label in break statement. (no-labels)
(#7289) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7292) Unexpected use of '<<'. (no-bitwise)
(#7295) Expected space or tab after '//' in comment. (spaced-comment)
(#7296) Expected space or tab after '//' in comment. (spaced-comment)
(#7297) Unexpected use of '>>>='. (no-bitwise)
(#7297) Identifier 'here_bits' is not in camel case. (camelcase)
(#7298) Identifier 'here_bits' is not in camel case. (camelcase)
(#7299) Expected space or tab after '//' in comment. (spaced-comment)
(#7301) Unexpected use of '&'. (no-bitwise)
(#7301) Expected space or tab after '//' in comment. (spaced-comment)
(#7302) Expected space or tab after '//' in comment. (spaced-comment)
(#7303) Unexpected use of '>>>='. (no-bitwise)
(#7305) Expected space or tab after '//' in comment. (spaced-comment)
(#7307) Expected space or tab after '//' in comment. (spaced-comment)
(#7308) Identifier 'here_bits' is not in camel case. (camelcase)
(#7311) Unexpected label in break statement. (no-labels)
(#7311) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7314) Unexpected use of '<<'. (no-bitwise)
(#7317) Expected space or tab after '//' in comment. (spaced-comment)
(#7318) Expected space or tab after '//' in comment. (spaced-comment)
(#7319) Unexpected use of '>>>='. (no-bitwise)
(#7319) Identifier 'here_bits' is not in camel case. (camelcase)
(#7320) Identifier 'here_bits' is not in camel case. (camelcase)
(#7321) Expected space or tab after '//' in comment. (spaced-comment)
(#7323) Unexpected use of '&'. (no-bitwise)
(#7323) Expected space or tab after '//' in comment. (spaced-comment)
(#7324) Expected space or tab after '//' in comment. (spaced-comment)
(#7325) Unexpected use of '>>>='. (no-bitwise)
(#7327) Expected space or tab after '//' in comment. (spaced-comment)
(#7340) Comments should not begin with a lowercase character. (capitalized-comments)
(#7345) Comments should not begin with a lowercase character. (capitalized-comments)
(#7352) Comments should not begin with a lowercase character. (capitalized-comments)
(#7362) Comments should not begin with a lowercase character. (capitalized-comments)
(#7371) Comments should not begin with a lowercase character. (capitalized-comments)
(#7371) Expected space or tab after '//' in comment. (spaced-comment)
(#7375) This line has a length of 133. Maximum allowed is 132. (max-len)
(#7379) Comments should not begin with a lowercase character. (capitalized-comments)
(#7386) Expected space or tab after '//' in comment. (spaced-comment)
(#7389) Unexpected label in break statement. (no-labels)
(#7389) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7391) Comments should not begin with a lowercase character. (capitalized-comments)
(#7394) Comments should not begin with a lowercase character. (capitalized-comments)
(#7397) Expected space or tab after '//' in comment. (spaced-comment)
(#7398) Identifier 'next_out' is not in camel case. (camelcase)
(#7399) Identifier 'avail_out' is not in camel case. (camelcase)
(#7400) Identifier 'next_in' is not in camel case. (camelcase)
(#7401) Identifier 'avail_in' is not in camel case. (camelcase)
(#7404) Expected space or tab after '//' in comment. (spaced-comment)
(#7406) Expected space or tab after '//' in comment. (spaced-comment)
(#7415) Expected space or tab after '//' in comment. (spaced-comment)
(#7424) Unexpected use of '&'. (no-bitwise)
(#7424) Unexpected use of '<<'. (no-bitwise)
(#7424) Multiple spaces found before '/*BITS(state.l...*/'. (no-multi-spaces)
(#7424) Expected space or tab after '/*' in comment. (spaced-comment)
(#7425) Identifier 'here_bits' is not in camel case. (camelcase)
(#7425) Unexpected use of '>>>'. (no-bitwise)
(#7426) Identifier 'here_op' is not in camel case. (camelcase)
(#7426) Unexpected use of '&'. (no-bitwise)
(#7426) Unexpected use of '>>>'. (no-bitwise)
(#7427) Identifier 'here_val' is not in camel case. (camelcase)
(#7427) Unexpected use of '&'. (no-bitwise)
(#7429) Identifier 'here_bits' is not in camel case. (camelcase)
(#7432) Expected space or tab after '//' in comment. (spaced-comment)
(#7434) Unexpected label in break statement. (no-labels)
(#7434) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7437) Unexpected use of '<<'. (no-bitwise)
(#7439) Expected space or tab after '//' in comment. (spaced-comment)
(#7441) Identifier 'here_op' is not in camel case. (camelcase)
(#7441) Identifier 'here_op' is not in camel case. (camelcase)
(#7441) Unexpected use of '&'. (no-bitwise)
(#7442) Identifier 'last_bits' is not in camel case. (camelcase)
(#7442) Identifier 'here_bits' is not in camel case. (camelcase)
(#7443) Identifier 'last_op' is not in camel case. (camelcase)
(#7443) Identifier 'here_op' is not in camel case. (camelcase)
(#7444) Identifier 'last_val' is not in camel case. (camelcase)
(#7444) Identifier 'here_val' is not in camel case. (camelcase)
(#7446) Identifier 'last_val' is not in camel case. (camelcase)
(#7447) Unexpected use of '>>'. (no-bitwise)
(#7447) Unexpected use of '&'. (no-bitwise)
(#7447) Unexpected use of '<<'. (no-bitwise)
(#7447) Identifier 'last_bits' is not in camel case. (camelcase)
(#7447) Identifier 'last_op' is not in camel case. (camelcase)
(#7447) Expected space or tab after '/*' in comment. (spaced-comment)
(#7447) Identifier 'last_bits' is not in camel case. (camelcase)
(#7448) Identifier 'here_bits' is not in camel case. (camelcase)
(#7448) Unexpected use of '>>>'. (no-bitwise)
(#7449) Identifier 'here_op' is not in camel case. (camelcase)
(#7449) Unexpected use of '&'. (no-bitwise)
(#7449) Unexpected use of '>>>'. (no-bitwise)
(#7450) Identifier 'here_val' is not in camel case. (camelcase)
(#7450) Unexpected use of '&'. (no-bitwise)
(#7452) Identifier 'last_bits' is not in camel case. (camelcase)
(#7452) Identifier 'here_bits' is not in camel case. (camelcase)
(#7455) Expected space or tab after '//' in comment. (spaced-comment)
(#7457) Unexpected label in break statement. (no-labels)
(#7457) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7460) Unexpected use of '<<'. (no-bitwise)
(#7462) Expected space or tab after '//' in comment. (spaced-comment)
(#7464) Expected space or tab after '//' in comment. (spaced-comment)
(#7465) Unexpected use of '>>>='. (no-bitwise)
(#7465) Identifier 'last_bits' is not in camel case. (camelcase)
(#7466) Identifier 'last_bits' is not in camel case. (camelcase)
(#7467) Expected space or tab after '//' in comment. (spaced-comment)
(#7468) Identifier 'last_bits' is not in camel case. (camelcase)
(#7470) Expected space or tab after '//' in comment. (spaced-comment)
(#7471) Unexpected use of '>>>='. (no-bitwise)
(#7471) Identifier 'here_bits' is not in camel case. (camelcase)
(#7472) Identifier 'here_bits' is not in camel case. (camelcase)
(#7473) Expected space or tab after '//' in comment. (spaced-comment)
(#7474) Identifier 'here_bits' is not in camel case. (camelcase)
(#7475) Identifier 'here_val' is not in camel case. (camelcase)
(#7476) Identifier 'here_op' is not in camel case. (camelcase)
(#7477) Expected space or tab after '//' in comment. (spaced-comment)
(#7483) Identifier 'here_op' is not in camel case. (camelcase)
(#7483) Unexpected use of '&'. (no-bitwise)
(#7484) Expected space or tab after '//' in comment. (spaced-comment)
(#7489) Identifier 'here_op' is not in camel case. (camelcase)
(#7489) Unexpected use of '&'. (no-bitwise)
(#7494) Identifier 'here_op' is not in camel case. (camelcase)
(#7494) Unexpected use of '&'. (no-bitwise)
(#7496) Comments should not begin with a lowercase character. (capitalized-comments)
(#7499) Expected space or tab after '//' in comment. (spaced-comment)
(#7503) Unexpected label in break statement. (no-labels)
(#7503) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7506) Unexpected use of '<<'. (no-bitwise)
(#7509) Expected space or tab after '//' in comment. (spaced-comment)
(#7510) Unexpected use of '&'. (no-bitwise)
(#7510) Unexpected use of '<<'. (no-bitwise)
(#7510) Expected space or tab after '/*' in comment. (spaced-comment)
(#7511) Expected space or tab after '//' in comment. (spaced-comment)
(#7512) Unexpected use of '>>>='. (no-bitwise)
(#7514) Expected space or tab after '//' in comment. (spaced-comment)
(#7517) Expected space or tab after '//' in comment. (spaced-comment)
(#7520) Comments should not begin with a lowercase character. (capitalized-comments)
(#7523) Unexpected use of '&'. (no-bitwise)
(#7523) Unexpected use of '<<'. (no-bitwise)
(#7523) Expected space or tab after '/*' in comment. (spaced-comment)
(#7524) Identifier 'here_bits' is not in camel case. (camelcase)
(#7524) Unexpected use of '>>>'. (no-bitwise)
(#7525) Identifier 'here_op' is not in camel case. (camelcase)
(#7525) Unexpected use of '&'. (no-bitwise)
(#7525) Unexpected use of '>>>'. (no-bitwise)
(#7526) Identifier 'here_val' is not in camel case. (camelcase)
(#7526) Unexpected use of '&'. (no-bitwise)
(#7528) Identifier 'here_bits' is not in camel case. (camelcase)
(#7531) Expected space or tab after '//' in comment. (spaced-comment)
(#7533) Unexpected label in break statement. (no-labels)
(#7533) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7536) Unexpected use of '<<'. (no-bitwise)
(#7538) Expected space or tab after '//' in comment. (spaced-comment)
(#7540) Identifier 'here_op' is not in camel case. (camelcase)
(#7540) Unexpected use of '&'. (no-bitwise)
(#7541) Identifier 'last_bits' is not in camel case. (camelcase)
(#7541) Identifier 'here_bits' is not in camel case. (camelcase)
(#7542) Identifier 'last_op' is not in camel case. (camelcase)
(#7542) Identifier 'here_op' is not in camel case. (camelcase)
(#7543) Identifier 'last_val' is not in camel case. (camelcase)
(#7543) Identifier 'here_val' is not in camel case. (camelcase)
(#7545) Identifier 'last_val' is not in camel case. (camelcase)
(#7546) Unexpected use of '>>'. (no-bitwise)
(#7546) Unexpected use of '&'. (no-bitwise)
(#7546) Unexpected use of '<<'. (no-bitwise)
(#7546) Identifier 'last_bits' is not in camel case. (camelcase)
(#7546) Identifier 'last_op' is not in camel case. (camelcase)
(#7546) Expected space or tab after '/*' in comment. (spaced-comment)
(#7546) Identifier 'last_bits' is not in camel case. (camelcase)
(#7547) Identifier 'here_bits' is not in camel case. (camelcase)
(#7547) Unexpected use of '>>>'. (no-bitwise)
(#7548) Identifier 'here_op' is not in camel case. (camelcase)
(#7548) Unexpected use of '&'. (no-bitwise)
(#7548) Unexpected use of '>>>'. (no-bitwise)
(#7549) Identifier 'here_val' is not in camel case. (camelcase)
(#7549) Unexpected use of '&'. (no-bitwise)
(#7551) Identifier 'last_bits' is not in camel case. (camelcase)
(#7551) Identifier 'here_bits' is not in camel case. (camelcase)
(#7554) Expected space or tab after '//' in comment. (spaced-comment)
(#7556) Unexpected label in break statement. (no-labels)
(#7556) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7559) Unexpected use of '<<'. (no-bitwise)
(#7561) Expected space or tab after '//' in comment. (spaced-comment)
(#7563) Expected space or tab after '//' in comment. (spaced-comment)
(#7564) Unexpected use of '>>>='. (no-bitwise)
(#7564) Identifier 'last_bits' is not in camel case. (camelcase)
(#7565) Identifier 'last_bits' is not in camel case. (camelcase)
(#7566) Expected space or tab after '//' in comment. (spaced-comment)
(#7567) Identifier 'last_bits' is not in camel case. (camelcase)
(#7569) Expected space or tab after '//' in comment. (spaced-comment)
(#7570) Unexpected use of '>>>='. (no-bitwise)
(#7570) Identifier 'here_bits' is not in camel case. (camelcase)
(#7571) Identifier 'here_bits' is not in camel case. (camelcase)
(#7572) Expected space or tab after '//' in comment. (spaced-comment)
(#7573) Identifier 'here_bits' is not in camel case. (camelcase)
(#7574) Identifier 'here_op' is not in camel case. (camelcase)
(#7574) Unexpected use of '&'. (no-bitwise)
(#7579) Identifier 'here_val' is not in camel case. (camelcase)
(#7580) Unexpected use of '&'. (no-bitwise)
(#7580) Identifier 'here_op' is not in camel case. (camelcase)
(#7582) Comments should not begin with a lowercase character. (capitalized-comments)
(#7585) Expected space or tab after '//' in comment. (spaced-comment)
(#7589) Unexpected label in break statement. (no-labels)
(#7589) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7592) Unexpected use of '<<'. (no-bitwise)
(#7595) Expected space or tab after '//' in comment. (spaced-comment)
(#7596) Unexpected use of '&'. (no-bitwise)
(#7596) Unexpected use of '<<'. (no-bitwise)
(#7596) Expected space or tab after '/*' in comment. (spaced-comment)
(#7597) Expected space or tab after '//' in comment. (spaced-comment)
(#7598) Unexpected use of '>>>='. (no-bitwise)
(#7600) Expected space or tab after '//' in comment. (spaced-comment)
(#7603) Expected space or tab after '//' in comment. (spaced-comment)
(#7609) Expected space or tab after '//' in comment. (spaced-comment)
(#7610) Expected space or tab after '//' in comment. (spaced-comment)
(#7612) Comments should not begin with a lowercase character. (capitalized-comments)
(#7615) Unexpected label in break statement. (no-labels)
(#7615) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7618) Multiple spaces found before '/* copy from w...*/'. (no-multi-spaces)
(#7618) Comments should not begin with a lowercase character. (capitalized-comments)
(#7628) Expected space or tab after '//' in comment. (spaced-comment)
(#7640) Expected space or tab after '//' in comment. (spaced-comment)
(#7651) Identifier 'from_source' is not in camel case. (camelcase)
(#7652) Multiple spaces found before '/* copy from o...*/'. (no-multi-spaces)
(#7652) Comments should not begin with a lowercase character. (capitalized-comments)
(#7653) Identifier 'from_source' is not in camel case. (camelcase)
(#7663) Identifier 'from_source' is not in camel case. (camelcase)
(#7671) Unexpected label in break statement. (no-labels)
(#7671) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7679) Expected space or tab after '//' in comment. (spaced-comment)
(#7682) Unexpected label in break statement. (no-labels)
(#7682) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7686) Unexpected use of '|='. (no-bitwise)
(#7686) Unexpected use of '<<'. (no-bitwise)
(#7689) Expected space or tab after '//' in comment. (spaced-comment)
(#7691) Identifier 'total_out' is not in camel case. (camelcase)
(#7695) Expected space or tab after '/*' in comment. (spaced-comment)
(#7696) This line has a length of 154. Maximum allowed is 132. (max-len)
(#7701) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#7706) Expected space or tab after '//' in comment. (spaced-comment)
(#7709) Expected space or tab after '//' in comment. (spaced-comment)
(#7710) Expected space or tab after '//' in comment. (spaced-comment)
(#7713) Comments should not begin with a lowercase character. (capitalized-comments)
(#7716) Expected space or tab after '//' in comment. (spaced-comment)
(#7719) Unexpected label in break statement. (no-labels)
(#7719) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7722) Unexpected use of '<<'. (no-bitwise)
(#7725) Expected space or tab after '//' in comment. (spaced-comment)
(#7726) Unexpected use of '&'. (no-bitwise)
(#7731) Expected space or tab after '//' in comment. (spaced-comment)
(#7734) Expected space or tab after '//' in comment. (spaced-comment)
(#7735) Expected space or tab after '//' in comment. (spaced-comment)
(#7738) Comments should not begin with a lowercase character. (capitalized-comments)
(#7741) Unexpected label in break statement. (no-labels)
(#7741) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7744) Unexpected label in break statement. (no-labels)
(#7744) Identifier 'inf_leave' is not in camel case. (camelcase)
(#7748) Comments should not begin with a lowercase character. (capitalized-comments)
(#7754) Comments should not begin with a lowercase character. (capitalized-comments)
(#7763) Expected space or tab after '//' in comment. (spaced-comment)
(#7764) Identifier 'next_out' is not in camel case. (camelcase)
(#7765) Identifier 'avail_out' is not in camel case. (camelcase)
(#7766) Identifier 'next_in' is not in camel case. (camelcase)
(#7767) Identifier 'avail_in' is not in camel case. (camelcase)
(#7770) Expected space or tab after '//' in comment. (spaced-comment)
(#7781) Identifier 'total_in' is not in camel case. (camelcase)
(#7782) Identifier 'total_out' is not in camel case. (camelcase)
(#7785) Expected space or tab after '/*' in comment. (spaced-comment)
(#7786) This line has a length of 154. Maximum allowed is 132. (max-len)
(#7788) Identifier 'data_type' is not in camel case. (camelcase)
(#7797) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#7799) Expected space or tab after '/*' in comment. (spaced-comment)
(#7811) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#7814) Comments should not begin with a lowercase character. (capitalized-comments)
(#7819) Unexpected use of '&'. (no-bitwise)
(#7823) Comments should not begin with a lowercase character. (capitalized-comments)
(#7851) Unquoted number literal '36' used as key. (quote-props)
(#7851) Unexpected space before function parentheses. (space-before-function-paren)
(#7851) 'exports' is defined but never used. (no-unused-vars)
(#7860) Comments should not begin with a lowercase character. (capitalized-comments)
(#7860) Expected space or tab after '//' in comment. (spaced-comment)
(#7888) Function 'inflate_table' has a complexity of 42. Maximum allowed is 20. (complexity)
(#7888) Identifier 'inflate_table' is not in camel case. (camelcase)
(#7888) Identifier 'lens_index' is not in camel case. (camelcase)
(#7888) Identifier 'table_index' is not in camel case. (camelcase)
(#7890) Comments should not begin with a lowercase character. (capitalized-comments)
(#7890) Expected space or tab after '//' in comment. (spaced-comment)
(#7892) Multiple spaces found before '/* a code's le...*/'. (no-multi-spaces)
(#7892) Comments should not begin with a lowercase character. (capitalized-comments)
(#7893) Multiple spaces found before '/* index of co...*/'. (no-multi-spaces)
(#7893) Comments should not begin with a lowercase character. (capitalized-comments)
(#7894) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7894) Multiple spaces found before '/* minimum and...*/'. (no-multi-spaces)
(#7894) Comments should not begin with a lowercase character. (capitalized-comments)
(#7895) Multiple spaces found before '/* number of i...*/'. (no-multi-spaces)
(#7895) Comments should not begin with a lowercase character. (capitalized-comments)
(#7896) Multiple spaces found before '/* number of i...*/'. (no-multi-spaces)
(#7896) Comments should not begin with a lowercase character. (capitalized-comments)
(#7897) Multiple spaces found before '/* code bits t...*/'. (no-multi-spaces)
(#7897) Comments should not begin with a lowercase character. (capitalized-comments)
(#7898) Multiple spaces found before '/* number of p...*/'. (no-multi-spaces)
(#7898) Comments should not begin with a lowercase character. (capitalized-comments)
(#7899) Multiple spaces found before '/* code entrie...*/'. (no-multi-spaces)
(#7899) Comments should not begin with a lowercase character. (capitalized-comments)
(#7900) Multiple spaces found before '/* Huffman cod...*/'. (no-multi-spaces)
(#7901) Multiple spaces found before '/* for increme...*/'. (no-multi-spaces)
(#7901) Comments should not begin with a lowercase character. (capitalized-comments)
(#7902) Multiple spaces found before '/* index for r...*/'. (no-multi-spaces)
(#7902) Comments should not begin with a lowercase character. (capitalized-comments)
(#7903) Multiple spaces found before '/* low bits fo...*/'. (no-multi-spaces)
(#7903) Comments should not begin with a lowercase character. (capitalized-comments)
(#7904) Multiple spaces found before '/* mask for lo...*/'. (no-multi-spaces)
(#7904) Comments should not begin with a lowercase character. (capitalized-comments)
(#7905) Multiple spaces found before '/* next availa...*/'. (no-multi-spaces)
(#7905) Comments should not begin with a lowercase character. (capitalized-comments)
(#7906) Multiple spaces found before '/* base value ...*/'. (no-multi-spaces)
(#7906) Comments should not begin with a lowercase character. (capitalized-comments)
(#7907) Identifier 'base_index' is not in camel case. (camelcase)
(#7908) Comments should not begin with a lowercase character. (capitalized-comments)
(#7909) Multiple spaces found before '/* use base an...*/'. (no-multi-spaces)
(#7909) Comments should not begin with a lowercase character. (capitalized-comments)
(#7910) Expected space or tab after '//' in comment. (spaced-comment)
(#7911) Expected space or tab after '//' in comment. (spaced-comment)
(#7913) Identifier 'extra_index' is not in camel case. (camelcase)
(#7915) Identifier 'here_bits' is not in camel case. (camelcase)
(#7915) Identifier 'here_op' is not in camel case. (camelcase)
(#7915) Identifier 'here_val' is not in camel case. (camelcase)
(#7953) Identifier 'lens_index' is not in camel case. (camelcase)
(#7956) Comments should not begin with a lowercase character. (capitalized-comments)
(#7966) Multiple spaces found before '/* no symbols ...*/'. (no-multi-spaces)
(#7966) Comments should not begin with a lowercase character. (capitalized-comments)
(#7967) Expected space or tab after '//' in comment. (spaced-comment)
(#7968) Expected space or tab after '//' in comment. (spaced-comment)
(#7969) Expected space or tab after '//' in comment. (spaced-comment)
(#7970) Identifier 'table_index' is not in camel case. (camelcase)
(#7970) Unexpected use of '|'. (no-bitwise)
(#7970) Unexpected use of '|'. (no-bitwise)
(#7970) Unexpected use of '<<'. (no-bitwise)
(#7970) Unexpected use of '<<'. (no-bitwise)
(#7973) Comments should not begin with a lowercase character. (capitalized-comments)
(#7973) Expected space or tab after '//' in comment. (spaced-comment)
(#7974) Expected space or tab after '//' in comment. (spaced-comment)
(#7975) Expected space or tab after '//' in comment. (spaced-comment)
(#7976) Identifier 'table_index' is not in camel case. (camelcase)
(#7976) Unexpected use of '|'. (no-bitwise)
(#7976) Unexpected use of '|'. (no-bitwise)
(#7976) Unexpected use of '<<'. (no-bitwise)
(#7976) Unexpected use of '<<'. (no-bitwise)
(#7979) Multiple spaces found before '/* no symbols,...*/'. (no-multi-spaces)
(#7979) Comments should not begin with a lowercase character. (capitalized-comments)
(#7990) Comments should not begin with a lowercase character. (capitalized-comments)
(#7993) Unexpected use of '<<='. (no-bitwise)
(#7997) Multiple spaces found before '/* over-subscr...*/'. (no-multi-spaces)
(#7997) Comments should not begin with a lowercase character. (capitalized-comments)
(#8000) Multiple spaces found before '/* incomplete ...*/'. (no-multi-spaces)
(#8000) Comments should not begin with a lowercase character. (capitalized-comments)
(#8003) Comments should not begin with a lowercase character. (capitalized-comments)
(#8009) Comments should not begin with a lowercase character. (capitalized-comments)
(#8011) Identifier 'lens_index' is not in camel case. (camelcase)
(#8012) Identifier 'lens_index' is not in camel case. (camelcase)
(#8051) Multiple spaces found before '/* dummy value...*/'. (no-multi-spaces)
(#8051) Comments should not begin with a lowercase character. (capitalized-comments)
(#8055) Identifier 'base_index' is not in camel case. (camelcase)
(#8057) Identifier 'extra_index' is not in camel case. (camelcase)
(#8059) Multiple spaces found before '/* DISTS */'. (no-multi-spaces)
(#8065) Comments should not begin with a lowercase character. (capitalized-comments)
(#8066) Multiple spaces found before '/* starting co...*/'. (no-multi-spaces)
(#8066) Comments should not begin with a lowercase character. (capitalized-comments)
(#8067) Multiple spaces found before '/* starting co...*/'. (no-multi-spaces)
(#8067) Comments should not begin with a lowercase character. (capitalized-comments)
(#8068) Multiple spaces found before '/* starting co...*/'. (no-multi-spaces)
(#8068) Comments should not begin with a lowercase character. (capitalized-comments)
(#8069) Identifier 'table_index' is not in camel case. (camelcase)
(#8069) Multiple spaces found before '/* current tab...*/'. (no-multi-spaces)
(#8069) Comments should not begin with a lowercase character. (capitalized-comments)
(#8070) Multiple spaces found before '/* current tab...*/'. (no-multi-spaces)
(#8070) Comments should not begin with a lowercase character. (capitalized-comments)
(#8071) Multiple spaces found before '/* current bit...*/'. (no-multi-spaces)
(#8071) Comments should not begin with a lowercase character. (capitalized-comments)
(#8072) Multiple spaces found before '/* trigger new...*/'. (no-multi-spaces)
(#8072) Comments should not begin with a lowercase character. (capitalized-comments)
(#8073) Unexpected use of '<<'. (no-bitwise)
(#8073) Multiple spaces found before '/* use root ta...*/'. (no-multi-spaces)
(#8073) Comments should not begin with a lowercase character. (capitalized-comments)
(#8074) Multiple spaces found before '/* mask for co...*/'. (no-multi-spaces)
(#8074) Comments should not begin with a lowercase character. (capitalized-comments)
(#8083) Comments should not begin with a lowercase character. (capitalized-comments)
(#8085) 'i' is assigned a value but never used. (no-unused-vars)
(#8086) Comments should not begin with a lowercase character. (capitalized-comments)
(#8087) Identifier 'here_bits' is not in camel case. (camelcase)
(#8089) Identifier 'here_op' is not in camel case. (camelcase)
(#8090) Identifier 'here_val' is not in camel case. (camelcase)
(#8092) Identifier 'here_op' is not in camel case. (camelcase)
(#8092) Identifier 'extra_index' is not in camel case. (camelcase)
(#8093) Identifier 'here_val' is not in camel case. (camelcase)
(#8093) Identifier 'base_index' is not in camel case. (camelcase)
(#8095) Identifier 'here_op' is not in camel case. (camelcase)
(#8095) Multiple spaces found before '/* end of bloc...*/'. (no-multi-spaces)
(#8095) Comments should not begin with a lowercase character. (capitalized-comments)
(#8096) Identifier 'here_val' is not in camel case. (camelcase)
(#8099) Comments should not begin with a lowercase character. (capitalized-comments)
(#8100) Unexpected use of '<<'. (no-bitwise)
(#8101) Unexpected use of '<<'. (no-bitwise)
(#8102) Multiple spaces found before '/* save offset...*/'. (no-multi-spaces)
(#8102) Comments should not begin with a lowercase character. (capitalized-comments)
(#8105) Unexpected use of '>>'. (no-bitwise)
(#8105) Unexpected use of '|'. (no-bitwise)
(#8105) Unexpected use of '|'. (no-bitwise)
(#8105) Unexpected use of '|'. (no-bitwise)
(#8105) Identifier 'here_bits' is not in camel case. (camelcase)
(#8105) Unexpected use of '<<'. (no-bitwise)
(#8105) Identifier 'here_op' is not in camel case. (camelcase)
(#8105) Unexpected use of '<<'. (no-bitwise)
(#8105) Identifier 'here_val' is not in camel case. (camelcase)
(#8108) Comments should not begin with a lowercase character. (capitalized-comments)
(#8109) Unexpected use of '<<'. (no-bitwise)
(#8110) Unexpected use of '&'. (no-bitwise)
(#8111) Unexpected use of '>>='. (no-bitwise)
(#8114) Unexpected use of '&='. (no-bitwise)
(#8120) Comments should not begin with a lowercase character. (capitalized-comments)
(#8126) Identifier 'lens_index' is not in camel case. (camelcase)
(#8129) Comments should not begin with a lowercase character. (capitalized-comments)
(#8130) Unexpected use of '&'. (no-bitwise)
(#8131) Comments should not begin with a lowercase character. (capitalized-comments)
(#8136) Comments should not begin with a lowercase character. (capitalized-comments)
(#8137) Multiple spaces found before '/* here min is...*/'. (no-multi-spaces)
(#8137) Comments should not begin with a lowercase character. (capitalized-comments)
(#8141) Unexpected use of '<<'. (no-bitwise)
(#8148) Unexpected use of '<<='. (no-bitwise)
(#8151) Comments should not begin with a lowercase character. (capitalized-comments)
(#8152) Unexpected use of '<<'. (no-bitwise)
(#8158) Comments should not begin with a lowercase character. (capitalized-comments)
(#8159) Unexpected use of '&'. (no-bitwise)
(#8160) Comments should not begin with a lowercase character. (capitalized-comments)
(#8160) Expected space or tab after '/*' in comment. (spaced-comment)
(#8163) Unexpected use of '|'. (no-bitwise)
(#8163) Unexpected use of '|'. (no-bitwise)
(#8163) Unexpected use of '|'. (no-bitwise)
(#8163) Unexpected use of '<<'. (no-bitwise)
(#8163) Unexpected use of '<<'. (no-bitwise)
(#8163) Identifier 'table_index' is not in camel case. (camelcase)
(#8167) Comments should not begin with a lowercase character. (capitalized-comments)
(#8171) Comments should not begin with a lowercase character. (capitalized-comments)
(#8171) Expected space or tab after '//' in comment. (spaced-comment)
(#8172) Expected space or tab after '//' in comment. (spaced-comment)
(#8173) Expected space or tab after '//' in comment. (spaced-comment)
(#8174) Unexpected use of '|'. (no-bitwise)
(#8174) Unexpected use of '|'. (no-bitwise)
(#8174) Unexpected use of '<<'. (no-bitwise)
(#8174) Unexpected use of '<<'. (no-bitwise)
(#8177) Comments should not begin with a lowercase character. (capitalized-comments)
(#8178) Expected space or tab after '//' in comment. (spaced-comment)
(#8184) Unquoted number literal '37' used as key. (quote-props)
(#8184) Unexpected space before function parentheses. (space-before-function-paren)
(#8184) 'exports' is defined but never used. (no-unused-vars)
(#8188) Multiple spaces found before '/* Z_NEED_DICT...*/'. (no-multi-spaces)
(#8189) Multiple spaces found before '/* Z_STREAM_EN...*/'. (no-multi-spaces)
(#8190) Multiple spaces found before '/* Z_OK ...*/'. (no-multi-spaces)
(#8191) Multiple spaces found before '/* Z_ERRNO ...*/'. (no-multi-spaces)
(#8192) Multiple spaces found before '/* Z_STREAM_ER...*/'. (no-multi-spaces)
(#8193) Multiple spaces found before '/* Z_DATA_ERRO...*/'. (no-multi-spaces)
(#8195) Multiple spaces found before '/* Z_BUF_ERROR...*/'. (no-multi-spaces)
(#8199) Unquoted number literal '38' used as key. (quote-props)
(#8199) Unexpected space before function parentheses. (space-before-function-paren)
(#8209) Expected space or tab after '//' in comment. (spaced-comment)
(#8210) Expected space or tab after '//' in comment. (spaced-comment)
(#8211) Expected space or tab after '//' in comment. (spaced-comment)
(#8213) Comments should not begin with a lowercase character. (capitalized-comments)
(#8213) Expected space or tab after '//' in comment. (spaced-comment)
(#8218) Comments should not begin with a lowercase character. (capitalized-comments)
(#8218) Expected space or tab after '//' in comment. (spaced-comment)
(#8221) Expected space or tab after '/*' in comment. (spaced-comment)
(#8224) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8248) Comments should not begin with a lowercase character. (capitalized-comments)
(#8251) Comments should not begin with a lowercase character. (capitalized-comments)
(#8254) Comments should not begin with a lowercase character. (capitalized-comments)
(#8257) Comments should not begin with a lowercase character. (capitalized-comments)
(#8260) Comments should not begin with a lowercase character. (capitalized-comments)
(#8263) Comments should not begin with a lowercase character. (capitalized-comments)
(#8268) Identifier 'Buf_size' is not in camel case. (camelcase)
(#8269) Comments should not begin with a lowercase character. (capitalized-comments)
(#8280) Comments should not begin with a lowercase character. (capitalized-comments)
(#8283) Comments should not begin with a lowercase character. (capitalized-comments)
(#8286) Comments should not begin with a lowercase character. (capitalized-comments)
(#8289) Comments should not begin with a lowercase character. (capitalized-comments)
(#8291) Identifier 'extra_lbits' is not in camel case. (camelcase)
(#8291) Multiple spaces found before '/* extra bits ...*/'. (no-multi-spaces)
(#8291) Comments should not begin with a lowercase character. (capitalized-comments)
(#8294) Identifier 'extra_dbits' is not in camel case. (camelcase)
(#8294) Multiple spaces found before '/* extra bits ...*/'. (no-multi-spaces)
(#8294) Comments should not begin with a lowercase character. (capitalized-comments)
(#8297) Identifier 'extra_blbits' is not in camel case. (camelcase)
(#8297) Multiple spaces found before '/* extra bits ...*/'. (no-multi-spaces)
(#8297) Comments should not begin with a lowercase character. (capitalized-comments)
(#8300) Identifier 'bl_order' is not in camel case. (camelcase)
(#8312) Comments should not begin with a lowercase character. (capitalized-comments)
(#8315) Identifier 'static_ltree' is not in camel case. (camelcase)
(#8323) Identifier 'static_dtree' is not in camel case. (camelcase)
(#8329) Identifier '_dist_code' is not in camel case. (camelcase)
(#8336) Identifier '_length_code' is not in camel case. (camelcase)
(#8338) Comments should not begin with a lowercase character. (capitalized-comments)
(#8340) Identifier 'base_length' is not in camel case. (camelcase)
(#8344) Identifier 'base_dist' is not in camel case. (camelcase)
(#8349) Unexpected space before function parentheses. (space-before-function-paren)
(#8349) Identifier 'static_tree' is not in camel case. (camelcase)
(#8349) Identifier 'extra_bits' is not in camel case. (camelcase)
(#8349) Identifier 'extra_base' is not in camel case. (camelcase)
(#8349) Identifier 'max_length' is not in camel case. (camelcase)
(#8351) Identifier 'static_tree' is not in camel case. (camelcase)
(#8351) Identifier 'static_tree' is not in camel case. (camelcase)
(#8351) Multiple spaces found before '/* static tree...*/'. (no-multi-spaces)
(#8351) Comments should not begin with a lowercase character. (capitalized-comments)
(#8352) Identifier 'extra_bits' is not in camel case. (camelcase)
(#8352) Identifier 'extra_bits' is not in camel case. (camelcase)
(#8352) Multiple spaces found before '/* extra bits ...*/'. (no-multi-spaces)
(#8352) Comments should not begin with a lowercase character. (capitalized-comments)
(#8353) Identifier 'extra_base' is not in camel case. (camelcase)
(#8353) Identifier 'extra_base' is not in camel case. (camelcase)
(#8353) Multiple spaces found before '/* base index ...*/'. (no-multi-spaces)
(#8353) Comments should not begin with a lowercase character. (capitalized-comments)
(#8354) Multiple spaces found before '/* max number ...*/'. (no-multi-spaces)
(#8354) Comments should not begin with a lowercase character. (capitalized-comments)
(#8355) Identifier 'max_length' is not in camel case. (camelcase)
(#8355) Identifier 'max_length' is not in camel case. (camelcase)
(#8355) Multiple spaces found before '/* max bit len...*/'. (no-multi-spaces)
(#8355) Comments should not begin with a lowercase character. (capitalized-comments)
(#8358) Identifier 'has_stree' is not in camel case. (camelcase)
(#8358) Identifier 'static_tree' is not in camel case. (camelcase)
(#8358) Identifier 'static_tree' is not in camel case. (camelcase)
(#8362) Identifier 'static_l_desc' is not in camel case. (camelcase)
(#8363) Identifier 'static_d_desc' is not in camel case. (camelcase)
(#8364) Identifier 'static_bl_desc' is not in camel case. (camelcase)
(#8367) Unexpected space before function parentheses. (space-before-function-paren)
(#8367) Identifier 'dyn_tree' is not in camel case. (camelcase)
(#8367) Identifier 'stat_desc' is not in camel case. (camelcase)
(#8368) Identifier 'dyn_tree' is not in camel case. (camelcase)
(#8368) Identifier 'dyn_tree' is not in camel case. (camelcase)
(#8368) Multiple spaces found before '/* the dynamic...*/'. (no-multi-spaces)
(#8368) Comments should not begin with a lowercase character. (capitalized-comments)
(#8369) Identifier 'max_code' is not in camel case. (camelcase)
(#8369) Multiple spaces found before '/* largest cod...*/'. (no-multi-spaces)
(#8369) Comments should not begin with a lowercase character. (capitalized-comments)
(#8370) Identifier 'stat_desc' is not in camel case. (camelcase)
(#8370) Identifier 'stat_desc' is not in camel case. (camelcase)
(#8370) Multiple spaces found before '/* the corresp...*/'. (no-multi-spaces)
(#8370) Comments should not begin with a lowercase character. (capitalized-comments)
(#8374) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8374) Identifier 'd_code' is not in camel case. (camelcase)
(#8375) Identifier '_dist_code' is not in camel case. (camelcase)
(#8375) Identifier '_dist_code' is not in camel case. (camelcase)
(#8375) Unexpected use of '>>>'. (no-bitwise)
(#8383) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8383) Identifier 'put_short' is not in camel case. (camelcase)
(#8384) Comments should not begin with a lowercase character. (capitalized-comments)
(#8386) Unexpected use of '&'. (no-bitwise)
(#8387) Unexpected use of '&'. (no-bitwise)
(#8387) Unexpected use of '>>>'. (no-bitwise)
(#8395) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8395) Identifier 'send_bits' is not in camel case. (camelcase)
(#8396) Identifier 'Buf_size' is not in camel case. (camelcase)
(#8397) Unexpected use of '|='. (no-bitwise)
(#8397) Identifier 'bi_buf' is not in camel case. (camelcase)
(#8397) Unexpected use of '&'. (no-bitwise)
(#8397) Unexpected use of '<<'. (no-bitwise)
(#8399) Identifier 'bi_buf' is not in camel case. (camelcase)
(#8399) Unexpected use of '>>'. (no-bitwise)
(#8399) Identifier 'Buf_size' is not in camel case. (camelcase)
(#8400) Identifier 'bi_valid' is not in camel case. (camelcase)
(#8400) Identifier 'Buf_size' is not in camel case. (camelcase)
(#8402) Unexpected use of '|='. (no-bitwise)
(#8402) Identifier 'bi_buf' is not in camel case. (camelcase)
(#8402) Unexpected use of '&'. (no-bitwise)
(#8402) Unexpected use of '<<'. (no-bitwise)
(#8403) Identifier 'bi_valid' is not in camel case. (camelcase)
(#8408) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8408) Identifier 'send_code' is not in camel case. (camelcase)
(#8409) Expected space or tab after '/*' in comment. (spaced-comment)
(#8409) Expected space or tab after '/*' in comment. (spaced-comment)
(#8418) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8418) Identifier 'bi_reverse' is not in camel case. (camelcase)
(#8421) Unexpected use of '|='. (no-bitwise)
(#8421) Unexpected use of '&'. (no-bitwise)
(#8422) Unexpected use of '>>>='. (no-bitwise)
(#8423) Unexpected use of '<<='. (no-bitwise)
(#8425) Unexpected use of '>>>'. (no-bitwise)
(#8432) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8432) Identifier 'bi_flush' is not in camel case. (camelcase)
(#8435) Identifier 'bi_buf' is not in camel case. (camelcase)
(#8436) Identifier 'bi_valid' is not in camel case. (camelcase)
(#8439) Unexpected use of '&'. (no-bitwise)
(#8440) Unexpected use of '>>='. (no-bitwise)
(#8440) Identifier 'bi_buf' is not in camel case. (camelcase)
(#8441) Identifier 'bi_valid' is not in camel case. (camelcase)
(#8456) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8456) Identifier 'gen_bitlen' is not in camel case. (camelcase)
(#8457) Comments should not begin with a lowercase character. (capitalized-comments)
(#8459) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8461) Identifier 'max_code' is not in camel case. (camelcase)
(#8463) Identifier 'has_stree' is not in camel case. (camelcase)
(#8466) Identifier 'max_length' is not in camel case. (camelcase)
(#8467) Multiple spaces found before '/* heap index */'. (no-multi-spaces)
(#8467) Comments should not begin with a lowercase character. (capitalized-comments)
(#8468) Multiple spaces found before '/* iterate ove...*/'. (no-multi-spaces)
(#8468) Comments should not begin with a lowercase character. (capitalized-comments)
(#8469) Multiple spaces found before '/* bit length */'. (no-multi-spaces)
(#8469) Comments should not begin with a lowercase character. (capitalized-comments)
(#8470) Multiple spaces found before '/* extra bits */'. (no-multi-spaces)
(#8470) Comments should not begin with a lowercase character. (capitalized-comments)
(#8471) Multiple spaces found before '/* frequency */'. (no-multi-spaces)
(#8471) Comments should not begin with a lowercase character. (capitalized-comments)
(#8472) Multiple spaces found before '/* number of e...*/'. (no-multi-spaces)
(#8472) Comments should not begin with a lowercase character. (capitalized-comments)
(#8481) Expected space or tab after '/*' in comment. (spaced-comment)
(#8481) Comments should not begin with a lowercase character. (capitalized-comments)
(#8485) Expected space or tab after '/*' in comment. (spaced-comment)
(#8485) Expected space or tab after '/*' in comment. (spaced-comment)
(#8486) Identifier 'max_length' is not in camel case. (camelcase)
(#8487) Identifier 'max_length' is not in camel case. (camelcase)
(#8490) Expected space or tab after '/*' in comment. (spaced-comment)
(#8493) Identifier 'max_code' is not in camel case. (camelcase)
(#8495) Comments should not begin with a lowercase character. (capitalized-comments)
(#8502) Expected space or tab after '/*' in comment. (spaced-comment)
(#8503) Identifier 'opt_len' is not in camel case. (camelcase)
(#8504) Identifier 'has_stree' is not in camel case. (camelcase)
(#8505) Identifier 'static_len' is not in camel case. (camelcase)
(#8505) Expected space or tab after '/*' in comment. (spaced-comment)
(#8517) Identifier 'max_length' is not in camel case. (camelcase)
(#8521) Multiple spaces found before '/* move one le...*/'. (no-multi-spaces)
(#8521) Comments should not begin with a lowercase character. (capitalized-comments)
(#8522) Comments should not begin with a lowercase character. (capitalized-comments)
(#8523) Identifier 'max_length' is not in camel case. (camelcase)
(#8535) Identifier 'max_length' is not in camel case. (camelcase)
(#8539) Identifier 'max_code' is not in camel case. (camelcase)
(#8542) Expected space or tab after '/*' in comment. (spaced-comment)
(#8544) Identifier 'opt_len' is not in camel case. (camelcase)
(#8544) Expected space or tab after '/*' in comment. (spaced-comment)
(#8544) Expected space or tab after '/*' in comment. (spaced-comment)
(#8545) Expected space or tab after '/*' in comment. (spaced-comment)
(#8561) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8561) Identifier 'gen_codes' is not in camel case. (camelcase)
(#8561) Identifier 'max_code' is not in camel case. (camelcase)
(#8561) Identifier 'bl_count' is not in camel case. (camelcase)
(#8562) Comments should not begin with a lowercase character. (capitalized-comments)
(#8565) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8566) Identifier 'next_code' is not in camel case. (camelcase)
(#8566) Comments should not begin with a lowercase character. (capitalized-comments)
(#8567) Multiple spaces found before '/* running cod...*/'. (no-multi-spaces)
(#8567) Comments should not begin with a lowercase character. (capitalized-comments)
(#8568) Multiple spaces found before '/* bit index */'. (no-multi-spaces)
(#8568) Comments should not begin with a lowercase character. (capitalized-comments)
(#8569) Multiple spaces found before '/* code index */'. (no-multi-spaces)
(#8569) Comments should not begin with a lowercase character. (capitalized-comments)
(#8575) Identifier 'next_code' is not in camel case. (camelcase)
(#8575) Unexpected use of '<<'. (no-bitwise)
(#8575) Identifier 'bl_count' is not in camel case. (camelcase)
(#8580) Expected space or tab after '//' in comment. (spaced-comment)
(#8582) Expected space or tab after '//' in comment. (spaced-comment)
(#8584) Identifier 'max_code' is not in camel case. (camelcase)
(#8585) Expected space or tab after '/*' in comment. (spaced-comment)
(#8590) Expected space or tab after '/*' in comment. (spaced-comment)
(#8590) Identifier 'next_code' is not in camel case. (camelcase)
(#8592) Expected space or tab after '//' in comment. (spaced-comment)
(#8601) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8601) Identifier 'tr_static_init' is not in camel case. (camelcase)
(#8602) Multiple spaces found before '/* iterates ov...*/'. (no-multi-spaces)
(#8602) Comments should not begin with a lowercase character. (capitalized-comments)
(#8603) Multiple spaces found before '/* bit counter...*/'. (no-multi-spaces)
(#8603) Comments should not begin with a lowercase character. (capitalized-comments)
(#8604) Multiple spaces found before '/* length valu...*/'. (no-multi-spaces)
(#8604) Comments should not begin with a lowercase character. (capitalized-comments)
(#8605) Multiple spaces found before '/* code value */'. (no-multi-spaces)
(#8605) Comments should not begin with a lowercase character. (capitalized-comments)
(#8606) Multiple spaces found before '/* distance in...*/'. (no-multi-spaces)
(#8606) Comments should not begin with a lowercase character. (capitalized-comments)
(#8607) Identifier 'bl_count' is not in camel case. (camelcase)
(#8608) Comments should not begin with a lowercase character. (capitalized-comments)
(#8611) Expected space or tab after '//' in comment. (spaced-comment)
(#8614) Expected space or tab after '/*' in comment. (spaced-comment)
(#8625) Identifier 'base_length' is not in camel case. (camelcase)
(#8626) Unexpected use of '<<'. (no-bitwise)
(#8626) Identifier 'extra_lbits' is not in camel case. (camelcase)
(#8627) Identifier '_length_code' is not in camel case. (camelcase)
(#8630) Expected space or tab after '//' in comment. (spaced-comment)
(#8635) Identifier '_length_code' is not in camel case. (camelcase)
(#8640) Identifier 'base_dist' is not in camel case. (camelcase)
(#8641) Unexpected use of '<<'. (no-bitwise)
(#8641) Identifier 'extra_dbits' is not in camel case. (camelcase)
(#8642) Identifier '_dist_code' is not in camel case. (camelcase)
(#8645) Expected space or tab after '//' in comment. (spaced-comment)
(#8646) Unexpected use of '>>='. (no-bitwise)
(#8646) Comments should not begin with a lowercase character. (capitalized-comments)
(#8648) Identifier 'base_dist' is not in camel case. (camelcase)
(#8648) Unexpected use of '<<'. (no-bitwise)
(#8649) Unexpected use of '<<'. (no-bitwise)
(#8649) Identifier 'extra_dbits' is not in camel case. (camelcase)
(#8650) Identifier '_dist_code' is not in camel case. (camelcase)
(#8653) Expected space or tab after '//' in comment. (spaced-comment)
(#8657) Identifier 'bl_count' is not in camel case. (camelcase)
(#8662) Identifier 'static_ltree' is not in camel case. (camelcase)
(#8662) Expected space or tab after '/*' in comment. (spaced-comment)
(#8664) Identifier 'bl_count' is not in camel case. (camelcase)
(#8667) Identifier 'static_ltree' is not in camel case. (camelcase)
(#8667) Expected space or tab after '/*' in comment. (spaced-comment)
(#8669) Identifier 'bl_count' is not in camel case. (camelcase)
(#8672) Identifier 'static_ltree' is not in camel case. (camelcase)
(#8672) Expected space or tab after '/*' in comment. (spaced-comment)
(#8674) Identifier 'bl_count' is not in camel case. (camelcase)
(#8677) Identifier 'static_ltree' is not in camel case. (camelcase)
(#8677) Expected space or tab after '/*' in comment. (spaced-comment)
(#8679) Identifier 'bl_count' is not in camel case. (camelcase)
(#8689) Identifier 'static_dtree' is not in camel case. (camelcase)
(#8689) Expected space or tab after '/*' in comment. (spaced-comment)
(#8690) Identifier 'static_dtree' is not in camel case. (camelcase)
(#8690) Expected space or tab after '/*' in comment. (spaced-comment)
(#8694) Identifier 'static_l_desc' is not in camel case. (camelcase)
(#8695) Identifier 'static_d_desc' is not in camel case. (camelcase)
(#8696) Identifier 'static_bl_desc' is not in camel case. (camelcase)
(#8698) Comments should not begin with a lowercase character. (capitalized-comments)
(#8698) Expected space or tab after '//' in comment. (spaced-comment)
(#8705) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8705) Identifier 'init_block' is not in camel case. (camelcase)
(#8706) Comments should not begin with a lowercase character. (capitalized-comments)
(#8710) Expected space or tab after '/*' in comment. (spaced-comment)
(#8713) Expected space or tab after '/*' in comment. (spaced-comment)
(#8716) Expected space or tab after '/*' in comment. (spaced-comment)
(#8719) Expected space or tab after '/*' in comment. (spaced-comment)
(#8720) Identifier 'opt_len' is not in camel case. (camelcase)
(#8720) Identifier 'static_len' is not in camel case. (camelcase)
(#8721) Identifier 'last_lit' is not in camel case. (camelcase)
(#8728) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8728) Identifier 'bi_windup' is not in camel case. (camelcase)
(#8732) Comments should not begin with a lowercase character. (capitalized-comments)
(#8732) Expected space or tab after '//' in comment. (spaced-comment)
(#8735) Identifier 'bi_buf' is not in camel case. (camelcase)
(#8736) Identifier 'bi_valid' is not in camel case. (camelcase)
(#8743) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8743) Identifier 'copy_block' is not in camel case. (camelcase)
(#8744) Expected space or tab after '//' in comment. (spaced-comment)
(#8745) Expected space or tab after '//' in comment. (spaced-comment)
(#8746) Expected space or tab after '//' in comment. (spaced-comment)
(#8747) Expected space or tab after '//' in comment. (spaced-comment)
(#8748) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8749) Multiple spaces found before '/* align on by...*/'. (no-multi-spaces)
(#8749) Comments should not begin with a lowercase character. (capitalized-comments)
(#8753) Unexpected use of '~'. (no-bitwise)
(#8755) Comments should not begin with a lowercase character. (capitalized-comments)
(#8766) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8769) Expected space or tab after '/*' in comment. (spaced-comment)
(#8769) Expected space or tab after '/*' in comment. (spaced-comment)
(#8770) Expected space or tab after '/*' in comment. (spaced-comment)
(#8770) Expected space or tab after '/*' in comment. (spaced-comment)
(#8779) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8780) Comments should not begin with a lowercase character. (capitalized-comments)
(#8783) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8785) Unexpected use of '<<'. (no-bitwise)
(#8785) Multiple spaces found before '/* left son of...*/'. (no-multi-spaces)
(#8785) Comments should not begin with a lowercase character. (capitalized-comments)
(#8802) Unexpected use of '<<='. (no-bitwise)
(#8808) Comments should not begin with a lowercase character. (capitalized-comments)
(#8814) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8814) Identifier 'compress_block' is not in camel case. (camelcase)
(#8815) Comments should not begin with a lowercase character. (capitalized-comments)
(#8818) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8819) Multiple spaces found before '/* distance of...*/'. (no-multi-spaces)
(#8819) Comments should not begin with a lowercase character. (capitalized-comments)
(#8820) Multiple spaces found before '/* match lengt...*/'. (no-multi-spaces)
(#8820) Comments should not begin with a lowercase character. (capitalized-comments)
(#8821) Multiple spaces found before '/* running ind...*/'. (no-multi-spaces)
(#8821) Comments should not begin with a lowercase character. (capitalized-comments)
(#8822) Multiple spaces found before '/* the code to...*/'. (no-multi-spaces)
(#8822) Comments should not begin with a lowercase character. (capitalized-comments)
(#8823) Multiple spaces found before '/* number of e...*/'. (no-multi-spaces)
(#8823) Comments should not begin with a lowercase character. (capitalized-comments)
(#8827) Unexpected use of '|'. (no-bitwise)
(#8827) Unexpected use of '<<'. (no-bitwise)
(#8832) Comments should not begin with a lowercase character. (capitalized-comments)
(#8833) Expected space or tab after '//' in comment. (spaced-comment)
(#8836) Identifier '_length_code' is not in camel case. (camelcase)
(#8837) Comments should not begin with a lowercase character. (capitalized-comments)
(#8838) Identifier 'extra_lbits' is not in camel case. (camelcase)
(#8840) Identifier 'base_length' is not in camel case. (camelcase)
(#8841) Multiple spaces found before '/* send the ex...*/'. (no-multi-spaces)
(#8841) Comments should not begin with a lowercase character. (capitalized-comments)
(#8843) Comments should not begin with a lowercase character. (capitalized-comments)
(#8845) Expected space or tab after '//' in comment. (spaced-comment)
(#8847) Multiple spaces found before '/* send the di...*/'. (no-multi-spaces)
(#8847) Comments should not begin with a lowercase character. (capitalized-comments)
(#8848) Identifier 'extra_dbits' is not in camel case. (camelcase)
(#8850) Identifier 'base_dist' is not in camel case. (camelcase)
(#8851) Multiple spaces found before '/* send the ex...*/'. (no-multi-spaces)
(#8851) Comments should not begin with a lowercase character. (capitalized-comments)
(#8853) Comments should not begin with a lowercase character. (capitalized-comments)
(#8856) Expected space or tab after '//' in comment. (spaced-comment)
(#8874) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8874) Identifier 'build_tree' is not in camel case. (camelcase)
(#8875) Comments should not begin with a lowercase character. (capitalized-comments)
(#8877) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8880) Identifier 'has_stree' is not in camel case. (camelcase)
(#8882) Multiple spaces found before '/* iterate ove...*/'. (no-multi-spaces)
(#8882) Comments should not begin with a lowercase character. (capitalized-comments)
(#8883) Identifier 'max_code' is not in camel case. (camelcase)
(#8883) Comments should not begin with a lowercase character. (capitalized-comments)
(#8884) Multiple spaces found before '/* new node be...*/'. (no-multi-spaces)
(#8884) Comments should not begin with a lowercase character. (capitalized-comments)
(#8890) Identifier 'heap_len' is not in camel case. (camelcase)
(#8891) Identifier 'heap_max' is not in camel case. (camelcase)
(#8894) Expected space or tab after '/*' in comment. (spaced-comment)
(#8895) Identifier 'max_code' is not in camel case. (camelcase)
(#8899) Expected space or tab after '/*' in comment. (spaced-comment)
(#8909) Identifier 'max_code' is not in camel case. (camelcase)
(#8909) Identifier 'max_code' is not in camel case. (camelcase)
(#8910) Expected space or tab after '/*' in comment. (spaced-comment)
(#8914) Identifier 'has_stree' is not in camel case. (camelcase)
(#8915) Identifier 'static_len' is not in camel case. (camelcase)
(#8915) Expected space or tab after '/*' in comment. (spaced-comment)
(#8917) Comments should not begin with a lowercase character. (capitalized-comments)
(#8919) Identifier 'max_code' is not in camel case. (camelcase)
(#8919) Identifier 'max_code' is not in camel case. (camelcase)
(#8924) Unexpected use of '>>'. (no-bitwise)
(#8924) Comments should not begin with a lowercase character. (capitalized-comments)
(#8924) Expected space or tab after '/*' in comment. (spaced-comment)
(#8931) Multiple spaces found before '/* next intern...*/'. (no-multi-spaces)
(#8931) Comments should not begin with a lowercase character. (capitalized-comments)
(#8933) Comments should not begin with a lowercase character. (capitalized-comments)
(#8933) Expected space or tab after '//' in comment. (spaced-comment)
(#8934) Expected space or tab after '/**' in comment. (spaced-comment)
(#8935) Expected space or tab after '/*' in comment. (spaced-comment)
(#8936) Expected space or tab after '/*' in comment. (spaced-comment)
(#8937) Expected space or tab after '/*' in comment. (spaced-comment)
(#8940) Expected space or tab after '/*' in comment. (spaced-comment)
(#8940) Comments should not begin with a lowercase character. (capitalized-comments)
(#8942) Comments should not begin with a lowercase character. (capitalized-comments)
(#8946) Expected space or tab after '/*' in comment. (spaced-comment)
(#8946) Expected space or tab after '/*' in comment. (spaced-comment)
(#8946) Expected space or tab after '/*' in comment. (spaced-comment)
(#8948) Expected space or tab after '/*' in comment. (spaced-comment)
(#8948) Expected space or tab after '/*' in comment. (spaced-comment)
(#8950) Comments should not begin with a lowercase character. (capitalized-comments)
(#8951) Expected space or tab after '/*' in comment. (spaced-comment)
(#8952) Expected space or tab after '/*' in comment. (spaced-comment)
(#8956) Expected space or tab after '/*' in comment. (spaced-comment)
(#8972) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8972) Identifier 'scan_tree' is not in camel case. (camelcase)
(#8972) Identifier 'max_code' is not in camel case. (camelcase)
(#8973) Comments should not begin with a lowercase character. (capitalized-comments)
(#8976) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8977) Multiple spaces found before '/* iterates ov...*/'. (no-multi-spaces)
(#8977) Comments should not begin with a lowercase character. (capitalized-comments)
(#8978) Multiple spaces found before '/* last emitte...*/'. (no-multi-spaces)
(#8978) Comments should not begin with a lowercase character. (capitalized-comments)
(#8979) Multiple spaces found before '/* length of c...*/'. (no-multi-spaces)
(#8979) Comments should not begin with a lowercase character. (capitalized-comments)
(#8981) Expected space or tab after '/*' in comment. (spaced-comment)
(#8981) Comments should not begin with a lowercase character. (capitalized-comments)
(#8983) Multiple spaces found before '/* repeat coun...*/'. (no-multi-spaces)
(#8983) Comments should not begin with a lowercase character. (capitalized-comments)
(#8984) Identifier 'max_count' is not in camel case. (camelcase)
(#8984) Multiple spaces found before '/* max repeat ...*/'. (no-multi-spaces)
(#8984) Comments should not begin with a lowercase character. (capitalized-comments)
(#8985) Identifier 'min_count' is not in camel case. (camelcase)
(#8985) Multiple spaces found before '/* min repeat ...*/'. (no-multi-spaces)
(#8985) Comments should not begin with a lowercase character. (capitalized-comments)
(#8988) Identifier 'max_count' is not in camel case. (camelcase)
(#8989) Identifier 'min_count' is not in camel case. (camelcase)
(#8991) Identifier 'max_code' is not in camel case. (camelcase)
(#8991) Expected space or tab after '/*' in comment. (spaced-comment)
(#8991) Comments should not begin with a lowercase character. (capitalized-comments)
(#8993) Identifier 'max_code' is not in camel case. (camelcase)
(#8995) Expected space or tab after '/*' in comment. (spaced-comment)
(#8997) Identifier 'max_count' is not in camel case. (camelcase)
(#9000) Identifier 'min_count' is not in camel case. (camelcase)
(#9001) Expected space or tab after '/*' in comment. (spaced-comment)
(#9006) Unexpected space before unary operator '++'. (space-unary-ops)
(#9006) Expected space or tab after '/*' in comment. (spaced-comment)
(#9008) Unexpected space before unary operator '++'. (space-unary-ops)
(#9008) Expected space or tab after '/*' in comment. (spaced-comment)
(#9011) Unexpected space before unary operator '++'. (space-unary-ops)
(#9011) Expected space or tab after '/*' in comment. (spaced-comment)
(#9014) Unexpected space before unary operator '++'. (space-unary-ops)
(#9014) Expected space or tab after '/*' in comment. (spaced-comment)
(#9021) Identifier 'max_count' is not in camel case. (camelcase)
(#9022) Identifier 'min_count' is not in camel case. (camelcase)
(#9025) Identifier 'max_count' is not in camel case. (camelcase)
(#9026) Identifier 'min_count' is not in camel case. (camelcase)
(#9029) Identifier 'max_count' is not in camel case. (camelcase)
(#9030) Identifier 'min_count' is not in camel case. (camelcase)
(#9040) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9040) Identifier 'send_tree' is not in camel case. (camelcase)
(#9040) Identifier 'max_code' is not in camel case. (camelcase)
(#9041) Comments should not begin with a lowercase character. (capitalized-comments)
(#9044) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#9045) Multiple spaces found before '/* iterates ov...*/'. (no-multi-spaces)
(#9045) Comments should not begin with a lowercase character. (capitalized-comments)
(#9046) Multiple spaces found before '/* last emitte...*/'. (no-multi-spaces)
(#9046) Comments should not begin with a lowercase character. (capitalized-comments)
(#9047) Multiple spaces found before '/* length of c...*/'. (no-multi-spaces)
(#9047) Comments should not begin with a lowercase character. (capitalized-comments)
(#9049) Expected space or tab after '/*' in comment. (spaced-comment)
(#9049) Comments should not begin with a lowercase character. (capitalized-comments)
(#9051) Multiple spaces found before '/* repeat coun...*/'. (no-multi-spaces)
(#9051) Comments should not begin with a lowercase character. (capitalized-comments)
(#9052) Identifier 'max_count' is not in camel case. (camelcase)
(#9052) Multiple spaces found before '/* max repeat ...*/'. (no-multi-spaces)
(#9052) Comments should not begin with a lowercase character. (capitalized-comments)
(#9053) Identifier 'min_count' is not in camel case. (camelcase)
(#9053) Multiple spaces found before '/* min repeat ...*/'. (no-multi-spaces)
(#9053) Comments should not begin with a lowercase character. (capitalized-comments)
(#9055) Multiple spaces found before '/* guard alrea...*/'. (no-multi-spaces)
(#9057) Identifier 'max_count' is not in camel case. (camelcase)
(#9058) Identifier 'min_count' is not in camel case. (camelcase)
(#9061) Identifier 'max_code' is not in camel case. (camelcase)
(#9063) Expected space or tab after '/*' in comment. (spaced-comment)
(#9065) Identifier 'max_count' is not in camel case. (camelcase)
(#9068) Identifier 'min_count' is not in camel case. (camelcase)
(#9078) Expected space or tab after '//' in comment. (spaced-comment)
(#9094) Identifier 'max_count' is not in camel case. (camelcase)
(#9095) Identifier 'min_count' is not in camel case. (camelcase)
(#9098) Identifier 'max_count' is not in camel case. (camelcase)
(#9099) Identifier 'min_count' is not in camel case. (camelcase)
(#9102) Identifier 'max_count' is not in camel case. (camelcase)
(#9103) Identifier 'min_count' is not in camel case. (camelcase)
(#9113) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9113) Identifier 'build_bl_tree' is not in camel case. (camelcase)
(#9114) Identifier 'max_blindex' is not in camel case. (camelcase)
(#9114) Multiple spaces found before '/* index of la...*/'. (no-multi-spaces)
(#9114) Comments should not begin with a lowercase character. (capitalized-comments)
(#9122) Comments should not begin with a lowercase character. (capitalized-comments)
(#9130) Identifier 'max_blindex' is not in camel case. (camelcase)
(#9130) Identifier 'max_blindex' is not in camel case. (camelcase)
(#9130) Identifier 'max_blindex' is not in camel case. (camelcase)
(#9131) Identifier 'bl_order' is not in camel case. (camelcase)
(#9131) Identifier 'max_blindex' is not in camel case. (camelcase)
(#9131) Expected space or tab after '/*' in comment. (spaced-comment)
(#9136) Identifier 'opt_len' is not in camel case. (camelcase)
(#9136) Identifier 'max_blindex' is not in camel case. (camelcase)
(#9137) Expected space or tab after '//' in comment. (spaced-comment)
(#9140) Identifier 'max_blindex' is not in camel case. (camelcase)
(#9149) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9149) Identifier 'send_all_trees' is not in camel case. (camelcase)
(#9150) Comments should not begin with a lowercase character. (capitalized-comments)
(#9152) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#9153) Multiple spaces found before '/* index in bl...*/'. (no-multi-spaces)
(#9153) Comments should not begin with a lowercase character. (capitalized-comments)
(#9155) Expected space or tab after '//' in comment. (spaced-comment)
(#9156) Expected space or tab after '//' in comment. (spaced-comment)
(#9158) Expected space or tab after '//' in comment. (spaced-comment)
(#9159) Comments should not begin with a lowercase character. (capitalized-comments)
(#9161) Comments should not begin with a lowercase character. (capitalized-comments)
(#9163) Expected space or tab after '//' in comment. (spaced-comment)
(#9164) Identifier 'bl_order' is not in camel case. (camelcase)
(#9164) Expected space or tab after '/*' in comment. (spaced-comment)
(#9166) Expected space or tab after '//' in comment. (spaced-comment)
(#9168) Comments should not begin with a lowercase character. (capitalized-comments)
(#9169) Expected space or tab after '//' in comment. (spaced-comment)
(#9171) Comments should not begin with a lowercase character. (capitalized-comments)
(#9172) Expected space or tab after '//' in comment. (spaced-comment)
(#9189) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9189) Identifier 'detect_data_type' is not in camel case. (camelcase)
(#9190) Comments should not begin with a lowercase character. (capitalized-comments)
(#9194) Identifier 'black_mask' is not in camel case. (camelcase)
(#9198) Identifier 'black_mask' is not in camel case. (camelcase)
(#9198) Unexpected use of '>>>='. (no-bitwise)
(#9199) Identifier 'black_mask' is not in camel case. (camelcase)
(#9199) Unexpected use of '&'. (no-bitwise)
(#9199) Expected space or tab after '/*' in comment. (spaced-comment)
(#9205) Expected space or tab after '/*' in comment. (spaced-comment)
(#9205) Expected space or tab after '/*' in comment. (spaced-comment)
(#9206) Expected space or tab after '/*' in comment. (spaced-comment)
(#9210) Expected space or tab after '/*' in comment. (spaced-comment)
(#9222) Identifier 'static_init_done' is not in camel case. (camelcase)
(#9227) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9227) Identifier '_tr_init' is not in camel case. (camelcase)
(#9229) Identifier 'static_init_done' is not in camel case. (camelcase)
(#9231) Identifier 'static_init_done' is not in camel case. (camelcase)
(#9234) Identifier 'l_desc' is not in camel case. (camelcase)
(#9235) Identifier 'd_desc' is not in camel case. (camelcase)
(#9236) Identifier 'bl_desc' is not in camel case. (camelcase)
(#9238) Identifier 'bi_buf' is not in camel case. (camelcase)
(#9239) Identifier 'bi_valid' is not in camel case. (camelcase)
(#9249) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9249) Identifier '_tr_stored_block' is not in camel case. (camelcase)
(#9249) Identifier 'stored_len' is not in camel case. (camelcase)
(#9250) Expected space or tab after '//' in comment. (spaced-comment)
(#9251) Expected space or tab after '//' in comment. (spaced-comment)
(#9252) Expected space or tab after '//' in comment. (spaced-comment)
(#9253) Expected space or tab after '//' in comment. (spaced-comment)
(#9254) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#9255) Unexpected use of '<<'. (no-bitwise)
(#9255) Multiple spaces found before '/* send block ...*/'. (no-multi-spaces)
(#9255) Comments should not begin with a lowercase character. (capitalized-comments)
(#9256) Comments should not begin with a lowercase character. (capitalized-comments)
(#9264) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9264) Identifier '_tr_align' is not in camel case. (camelcase)
(#9265) Unexpected use of '<<'. (no-bitwise)
(#9275) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9275) Identifier '_tr_flush_block' is not in camel case. (camelcase)
(#9275) Identifier 'stored_len' is not in camel case. (camelcase)
(#9276) Expected space or tab after '//' in comment. (spaced-comment)
(#9277) Expected space or tab after '//' in comment. (spaced-comment)
(#9278) Expected space or tab after '//' in comment. (spaced-comment)
(#9279) Expected space or tab after '//' in comment. (spaced-comment)
(#9280) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#9281) Identifier 'opt_lenb' is not in camel case. (camelcase)
(#9281) Identifier 'static_lenb' is not in camel case. (camelcase)
(#9281) Multiple spaces found before '/* opt_len and...*/'. (no-multi-spaces)
(#9281) Comments should not begin with a lowercase character. (capitalized-comments)
(#9282) Identifier 'max_blindex' is not in camel case. (camelcase)
(#9282) Multiple spaces found before '/* index of la...*/'. (no-multi-spaces)
(#9282) Comments should not begin with a lowercase character. (capitalized-comments)
(#9289) Identifier 'data_type' is not in camel case. (camelcase)
(#9307) Identifier 'max_blindex' is not in camel case. (camelcase)
(#9310) Identifier 'opt_lenb' is not in camel case. (camelcase)
(#9310) Unexpected use of '>>>'. (no-bitwise)
(#9311) Identifier 'static_lenb' is not in camel case. (camelcase)
(#9311) Unexpected use of '>>>'. (no-bitwise)
(#9317) Identifier 'static_lenb' is not in camel case. (camelcase)
(#9317) Identifier 'opt_lenb' is not in camel case. (camelcase)
(#9318) Identifier 'opt_lenb' is not in camel case. (camelcase)
(#9318) Identifier 'static_lenb' is not in camel case. (camelcase)
(#9323) Identifier 'opt_lenb' is not in camel case. (camelcase)
(#9323) Identifier 'static_lenb' is not in camel case. (camelcase)
(#9323) Identifier 'stored_len' is not in camel case. (camelcase)
(#9323) Comments should not begin with a lowercase character. (capitalized-comments)
(#9326) Identifier 'stored_len' is not in camel case. (camelcase)
(#9326) Identifier 'opt_lenb' is not in camel case. (camelcase)
(#9337) Identifier 'static_lenb' is not in camel case. (camelcase)
(#9337) Identifier 'opt_lenb' is not in camel case. (camelcase)
(#9339) Unexpected use of '<<'. (no-bitwise)
(#9343) Unexpected use of '<<'. (no-bitwise)
(#9344) Identifier 'max_blindex' is not in camel case. (camelcase)
(#9364) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9364) Identifier '_tr_tally' is not in camel case. (camelcase)
(#9365) Comments should not begin with a lowercase character. (capitalized-comments)
(#9368) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#9369) Comments should not begin with a lowercase character. (capitalized-comments)
(#9369) Expected space or tab after '//' in comment. (spaced-comment)
(#9371) Unexpected use of '&'. (no-bitwise)
(#9371) Unexpected use of '>>>'. (no-bitwise)
(#9372) Unexpected use of '&'. (no-bitwise)
(#9374) Unexpected use of '&'. (no-bitwise)
(#9378) Comments should not begin with a lowercase character. (capitalized-comments)
(#9379) Unexpected space before unary operator '++'. (space-unary-ops)
(#9379) Expected space or tab after '/*' in comment. (spaced-comment)
(#9383) Multiple spaces found before '/* dist = matc...*/'. (no-multi-spaces)
(#9383) Comments should not begin with a lowercase character. (capitalized-comments)
(#9384) Expected space or tab after '//' in comment. (spaced-comment)
(#9388) Unexpected space before unary operator '++'. (space-unary-ops)
(#9388) Identifier '_length_code' is not in camel case. (camelcase)
(#9388) Expected space or tab after '/*' in comment. (spaced-comment)
(#9389) Unexpected space before unary operator '++'. (space-unary-ops)
(#9389) Expected space or tab after '/*' in comment. (spaced-comment)
(#9395) Expected space or tab after '//' in comment. (spaced-comment)
(#9413) Expected space or tab after '//' in comment. (spaced-comment)
(#9422) Identifier '_tr_init' is not in camel case. (camelcase)
(#9422) Identifier '_tr_init' is not in camel case. (camelcase)
(#9423) Identifier '_tr_stored_block' is not in camel case. (camelcase)
(#9423) Identifier '_tr_stored_block' is not in camel case. (camelcase)
(#9424) Identifier '_tr_flush_block' is not in camel case. (camelcase)
(#9424) Identifier '_tr_flush_block' is not in camel case. (camelcase)
(#9425) Identifier '_tr_tally' is not in camel case. (camelcase)
(#9425) Identifier '_tr_tally' is not in camel case. (camelcase)
(#9426) Identifier '_tr_align' is not in camel case. (camelcase)
(#9426) Identifier '_tr_align' is not in camel case. (camelcase)
(#9428) Unquoted number literal '39' used as key. (quote-props)
(#9428) Unexpected space before function parentheses. (space-before-function-paren)
(#9428) 'exports' is defined but never used. (no-unused-vars)
(#9432) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9433) Comments should not begin with a lowercase character. (capitalized-comments)
(#9435) Identifier 'next_in' is not in camel case. (camelcase)
(#9436) Comments should not begin with a lowercase character. (capitalized-comments)
(#9437) Identifier 'avail_in' is not in camel case. (camelcase)
(#9438) Comments should not begin with a lowercase character. (capitalized-comments)
(#9439) Identifier 'total_in' is not in camel case. (camelcase)
(#9440) Comments should not begin with a lowercase character. (capitalized-comments)
(#9442) Identifier 'next_out' is not in camel case. (camelcase)
(#9443) Comments should not begin with a lowercase character. (capitalized-comments)
(#9444) Identifier 'avail_out' is not in camel case. (camelcase)
(#9445) Comments should not begin with a lowercase character. (capitalized-comments)
(#9446) Identifier 'total_out' is not in camel case. (camelcase)
(#9447) Comments should not begin with a lowercase character. (capitalized-comments)
(#9448) Expected space or tab after '/*' in comment. (spaced-comment)
(#9449) Comments should not begin with a lowercase character. (capitalized-comments)
(#9451) Comments should not begin with a lowercase character. (capitalized-comments)
(#9452) Identifier 'data_type' is not in camel case. (camelcase)
(#9452) Expected space or tab after '/*' in comment. (spaced-comment)
(#9453) Comments should not begin with a lowercase character. (capitalized-comments)
(#9459) Unexpected whitespace between function name and paren. (func-call-spacing)
(#9460) Unexpected newline between function and ( of function call. (no-unexpected-multiline)
(#9460) Missing semicolon. (@babel/semi)
blocks/course_statistics/amd/src/paging-lazy.js
(#1) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#10) Unexpected space before function parentheses. (space-before-function-paren)
(#18) Unexpected space before function parentheses. (space-before-function-paren)
(#20) Unquoted reserved word 'class' used as key. (quote-props)
(#29) Comments should not begin with a lowercase character. (capitalized-comments)
(#29) Expected space or tab after '//' in comment. (spaced-comment)
(#36) Comments should not begin with a lowercase character. (capitalized-comments)
(#36) Expected space or tab after '//' in comment. (spaced-comment)
(#45) Unexpected space before function parentheses. (space-before-function-paren)
(#46) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Expected space or tab after '//' in comment. (spaced-comment)
(#58) Unexpected space before function parentheses. (space-before-function-paren)
(#65) Unexpected space before function parentheses. (space-before-function-paren)
(#67) Comments should not begin with a lowercase character. (capitalized-comments)
(#67) Expected space or tab after '//' in comment. (spaced-comment)
(#70) Comments should not begin with a lowercase character. (capitalized-comments)
(#70) Expected space or tab after '//' in comment. (spaced-comment)
(#80) Too many blank lines at the end of file. Max of 2 allowed. (no-multiple-empty-lines)
blocks/course_statistics/amd/src/pause_measure-lazy.js
(#6) Unexpected space before function parentheses. (space-before-function-paren)
(#13) Unexpected space before function parentheses. (space-before-function-paren)
(#18) 'action' is assigned a value but never used. (no-unused-vars)
(#25) Expected catch,fail() or return (promise/catch-or-return)
(#25) Unexpected space before function parentheses. (space-before-function-paren)
(#26) Each then() should return a value or throw (promise/always-return)
(#52) Too many blank lines at the end of file. Max of 2 allowed. (no-multiple-empty-lines)
blocks/course_statistics/amd/src/pdfmake-lazy.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#6) Comments should not begin with a lowercase character. (capitalized-comments)
(#13) Expected { after 'if' condition. (curly)
(#13) 'module' is not defined. (no-undef)
(#15) Expected { after 'if' condition. (curly)
(#18) Expected { after 'for-in'. (curly)
(#18) 'exports' is not defined. (no-undef)
(#20) Unexpected space before function parentheses. (space-before-function-paren)
(#21) Expected space or tab after '/**' in comment. (spaced-comment)
(#21) Unexpected space before function parentheses. (space-before-function-paren)
(#21) Comments should not begin with a lowercase character. (capitalized-comments)
(#22) Expected space or tab after '/**' in comment. (spaced-comment)
(#22) Unexpected tab character. (no-tabs)
(#23) Expected space or tab after '/**' in comment. (spaced-comment)
(#25) Expected space or tab after '/**' in comment. (spaced-comment)
(#26) Expected space or tab after '/**' in comment. (spaced-comment)
(#26) Unexpected tab character. (no-tabs)
(#27) Expected space or tab after '/**' in comment. (spaced-comment)
(#28) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#29) Expected space or tab after '/**' in comment. (spaced-comment)
(#30) Expected space or tab after '/**' in comment. (spaced-comment)
(#30) Unexpected tab character. (no-tabs)
(#31) Expected space or tab after '/**' in comment. (spaced-comment)
(#33) Expected space or tab after '/**' in comment. (spaced-comment)
(#35) Expected space or tab after '/**' in comment. (spaced-comment)
(#37) Expected space or tab after '/**' in comment. (spaced-comment)
(#37) Unexpected tab character. (no-tabs)
(#38) Expected space or tab after '/**' in comment. (spaced-comment)
(#40) Expected space or tab after '/**' in comment. (spaced-comment)
(#40) Multiple spaces found before 'i'. (no-multi-spaces)
(#41) Expected space or tab after '/**' in comment. (spaced-comment)
(#41) Multiple spaces found before 'l'. (no-multi-spaces)
(#42) Expected space or tab after '/**' in comment. (spaced-comment)
(#42) Multiple spaces found before 'exports'. (no-multi-spaces)
(#43) Expected space or tab after '/**' in comment. (spaced-comment)
(#45) Expected space or tab after '/**' in comment. (spaced-comment)
(#46) Expected space or tab after '/**' in comment. (spaced-comment)
(#46) Unexpected tab character. (no-tabs)
(#47) Expected space or tab after '/**' in comment. (spaced-comment)
(#49) Expected space or tab after '/**' in comment. (spaced-comment)
(#50) Expected space or tab after '/**' in comment. (spaced-comment)
(#50) Unexpected tab character. (no-tabs)
(#51) Expected space or tab after '/**' in comment. (spaced-comment)
(#53) Expected space or tab after '/**' in comment. (spaced-comment)
(#54) Expected space or tab after '/**' in comment. (spaced-comment)
(#54) Unexpected tab character. (no-tabs)
(#55) Expected space or tab after '/**' in comment. (spaced-comment)
(#57) Expected space or tab after '/**' in comment. (spaced-comment)
(#60) Expected space or tab after '/**' in comment. (spaced-comment)
(#61) Expected space or tab after '/**' in comment. (spaced-comment)
(#62) Expected space or tab after '/**' in comment. (spaced-comment)
(#62) Unexpected tab character. (no-tabs)
(#63) Expected space or tab after '/**' in comment. (spaced-comment)
(#65) Expected space or tab after '/**' in comment. (spaced-comment)
(#66) Expected space or tab after '/**' in comment. (spaced-comment)
(#66) Unexpected tab character. (no-tabs)
(#67) Expected space or tab after '/**' in comment. (spaced-comment)
(#69) Expected space or tab after '/**' in comment. (spaced-comment)
(#70) Expected space or tab after '/**' in comment. (spaced-comment)
(#70) Unexpected tab character. (no-tabs)
(#71) Expected space or tab after '/**' in comment. (spaced-comment)
(#72) Unexpected space before function parentheses. (space-before-function-paren)
(#73) Expected space or tab after '/**' in comment. (spaced-comment)
(#75) Expected space or tab after '/**' in comment. (spaced-comment)
(#77) Expected space or tab after '/**' in comment. (spaced-comment)
(#77) Multiple spaces found before 'configurable'. (no-multi-spaces)
(#78) Expected space or tab after '/**' in comment. (spaced-comment)
(#78) Multiple spaces found before 'enumerable'. (no-multi-spaces)
(#79) Expected space or tab after '/**' in comment. (spaced-comment)
(#79) Multiple spaces found before 'get'. (no-multi-spaces)
(#80) Expected space or tab after '/**' in comment. (spaced-comment)
(#82) Expected space or tab after '/**' in comment. (spaced-comment)
(#84) Expected space or tab after '/**' in comment. (spaced-comment)
(#86) Expected space or tab after '/**' in comment. (spaced-comment)
(#87) Expected space or tab after '/**' in comment. (spaced-comment)
(#87) Unexpected tab character. (no-tabs)
(#88) Expected space or tab after '/**' in comment. (spaced-comment)
(#89) Unexpected space before function parentheses. (space-before-function-paren)
(#90) Expected space or tab after '/**' in comment. (spaced-comment)
(#92) Expected space or tab after '/**' in comment. (spaced-comment)
(#92) Multiple spaces found before 'function'. (no-multi-spaces)
(#93) ["default"] is better written in dot notation. (dot-notation)
(#95) Expected space or tab after '/**' in comment. (spaced-comment)
(#95) Multiple spaces found before 'function'. (no-multi-spaces)
(#98) Expected space or tab after '/**' in comment. (spaced-comment)
(#100) Expected space or tab after '/**' in comment. (spaced-comment)
(#102) Expected space or tab after '/**' in comment. (spaced-comment)
(#104) Expected space or tab after '/**' in comment. (spaced-comment)
(#105) Expected space or tab after '/**' in comment. (spaced-comment)
(#105) Unexpected tab character. (no-tabs)
(#106) Expected space or tab after '/**' in comment. (spaced-comment)
(#107) Unexpected space before function parentheses. (space-before-function-paren)
(#110) Expected space or tab after '/**' in comment. (spaced-comment)
(#111) Expected space or tab after '/**' in comment. (spaced-comment)
(#111) Unexpected tab character. (no-tabs)
(#112) Expected space or tab after '/**' in comment. (spaced-comment)
(#114) Expected space or tab after '/**' in comment. (spaced-comment)
(#115) Expected space or tab after '/**' in comment. (spaced-comment)
(#115) Unexpected tab character. (no-tabs)
(#116) Expected space or tab after '/**' in comment. (spaced-comment)
(#118) Expected space or tab after '/**' in comment. (spaced-comment)
(#119) Unexpected whitespace between function name and paren. (func-call-spacing)
(#120) Expected space or tab after '/**' in comment. (spaced-comment)
(#121) Expected space or tab after '/**' in comment. (spaced-comment)
(#121) Unexpected newline between function and ( of function call. (no-unexpected-multiline)
(#123) Unexpected space before function parentheses. (space-before-function-paren)
(#128) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#132) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#136) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#140) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#144) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#148) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#152) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#156) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#160) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#178) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#200) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#225) Unexpected space before function parentheses. (space-before-function-paren)
(#229) Unexpected space before function parentheses. (space-before-function-paren)
(#229) Requires a space after '{'. (block-spacing)
(#229) Expected space or tab after '/*' in comment. (spaced-comment)
(#238) Missing semicolon. (@babel/semi)
(#239) Missing semicolon. (@babel/semi)
(#240) Missing semicolon. (@babel/semi)
(#242) Missing semicolon. (@babel/semi)
(#243) Missing semicolon. (@babel/semi)
(#244) Missing semicolon. (@babel/semi)
(#266) Expected JSDoc block to be aligned. (jsdoc/check-alignment)
(#272) Missing semicolon. (@babel/semi)
(#277) Missing semicolon. (@babel/semi)
(#279) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#281) Missing semicolon. (@babel/semi)
(#283) Unexpected space before function parentheses. (space-before-function-paren)
(#284) Missing semicolon. (@babel/semi)
(#286) Missing semicolon. (@babel/semi)
(#287) Comments should not begin with a lowercase character. (capitalized-comments)
(#288) Comments should not begin with a lowercase character. (capitalized-comments)
(#289) Missing semicolon. (@babel/semi)
(#289) Comments should not begin with a lowercase character. (capitalized-comments)
(#291) Missing semicolon. (@babel/semi)
(#295) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#298) Missing semicolon. (@babel/semi)
(#301) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#303) Missing semicolon. (@babel/semi)
(#307) Missing semicolon. (@babel/semi)
(#308) Missing semicolon. (@babel/semi)
(#312) Missing semicolon. (@babel/semi)
(#314) Missing semicolon. (@babel/semi)
(#317) Missing semicolon. (@babel/semi)
(#330) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#332) Missing semicolon. (@babel/semi)
(#340) Missing semicolon. (@babel/semi)
(#342) Missing semicolon. (@babel/semi)
(#344) Missing semicolon. (@babel/semi)
(#347) Missing semicolon. (@babel/semi)
(#347) Comments should not begin with a lowercase character. (capitalized-comments)
(#350) Unexpected space before function parentheses. (space-before-function-paren)
(#351) Missing semicolon. (@babel/semi)
(#352) Missing semicolon. (@babel/semi)
(#353) Missing semicolon. (@babel/semi)
(#355) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#357) Missing semicolon. (@babel/semi)
(#361) Missing semicolon. (@babel/semi)
(#365) Missing semicolon. (@babel/semi)
(#368) Missing semicolon. (@babel/semi)
(#371) Missing JSDoc @param "value" declaration. (jsdoc/require-param)
(#371) Missing JSDoc @param "encodingOrOffset" declaration. (jsdoc/require-param)
(#371) Missing JSDoc @param "length" declaration. (jsdoc/require-param)
(#379) Unexpected space before function parentheses. (space-before-function-paren)
(#380) Missing semicolon. (@babel/semi)
(#381) Missing semicolon. (@babel/semi)
(#384) Missing semicolon. (@babel/semi)
(#385) Missing semicolon. (@babel/semi)
(#392) Missing semicolon. (@babel/semi)
(#396) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#398) Missing semicolon. (@babel/semi)
(#400) Missing semicolon. (@babel/semi)
(#404) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#405) Missing semicolon. (@babel/semi)
(#407) Missing semicolon. (@babel/semi)
(#415) Missing semicolon. (@babel/semi)
(#417) Missing semicolon. (@babel/semi)
(#420) Missing JSDoc @param "size" declaration. (jsdoc/require-param)
(#420) Missing JSDoc @param "fill" declaration. (jsdoc/require-param)
(#420) Missing JSDoc @param "encoding" declaration. (jsdoc/require-param)
(#424) Unexpected space before function parentheses. (space-before-function-paren)
(#425) Missing semicolon. (@babel/semi)
(#426) Missing semicolon. (@babel/semi)
(#428) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#429) Missing semicolon. (@babel/semi)
(#430) Unexpected use of '|'. (no-bitwise)
(#430) Missing semicolon. (@babel/semi)
(#433) Missing semicolon. (@babel/semi)
(#436) Missing semicolon. (@babel/semi)
(#439) Missing JSDoc @param "size" declaration. (jsdoc/require-param)
(#442) Unexpected space before function parentheses. (space-before-function-paren)
(#443) Missing semicolon. (@babel/semi)
(#444) Missing semicolon. (@babel/semi)
(#445) Missing JSDoc @param "size" declaration. (jsdoc/require-param)
(#448) Unexpected space before function parentheses. (space-before-function-paren)
(#449) Missing semicolon. (@babel/semi)
(#450) Missing semicolon. (@babel/semi)
(#452) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#454) Missing semicolon. (@babel/semi)
(#458) Missing semicolon. (@babel/semi)
(#461) Unexpected use of '|'. (no-bitwise)
(#461) Missing semicolon. (@babel/semi)
(#462) Missing semicolon. (@babel/semi)
(#464) Missing semicolon. (@babel/semi)
(#470) Missing semicolon. (@babel/semi)
(#473) Missing semicolon. (@babel/semi)
(#476) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#477) Unexpected use of '|'. (no-bitwise)
(#477) Missing semicolon. (@babel/semi)
(#478) Missing semicolon. (@babel/semi)
(#480) Unexpected use of '&'. (no-bitwise)
(#480) Missing semicolon. (@babel/semi)
(#482) Missing semicolon. (@babel/semi)
(#485) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#486) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#486) Missing semicolon. (@babel/semi)
(#486) Comments should not begin with a lowercase character. (capitalized-comments)
(#489) Missing semicolon. (@babel/semi)
(#493) Missing semicolon. (@babel/semi)
(#497) Missing semicolon. (@babel/semi)
(#499) Missing semicolon. (@babel/semi)
(#501) Missing semicolon. (@babel/semi)
(#506) Missing semicolon. (@babel/semi)
(#507) Missing semicolon. (@babel/semi)
(#510) Missing semicolon. (@babel/semi)
(#512) Missing semicolon. (@babel/semi)
(#515) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#517) Unexpected use of '|'. (no-bitwise)
(#517) Missing semicolon. (@babel/semi)
(#518) Missing semicolon. (@babel/semi)
(#521) Missing semicolon. (@babel/semi)
(#524) Missing semicolon. (@babel/semi)
(#525) Missing semicolon. (@babel/semi)
(#532) Missing semicolon. (@babel/semi)
(#534) Missing semicolon. (@babel/semi)
(#538) Missing semicolon. (@babel/semi)
(#542) Missing semicolon. (@babel/semi)
(#545) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#550) Missing semicolon. (@babel/semi)
(#552) Unexpected use of '|'. (no-bitwise)
(#552) Missing semicolon. (@babel/semi)
(#555) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#556) Unused eslint-disable directive (no problems were reported from 'eqeqeq').
(#557) Missing semicolon. (@babel/semi)
(#559) Missing semicolon. (@babel/semi)
(#563) Use '===' to compare with null. (no-eq-null)
(#563) Missing semicolon. (@babel/semi)
(#564) Missing semicolon. (@babel/semi)
(#568) Missing semicolon. (@babel/semi)
(#571) Expected { after 'if' condition. (curly)
(#571) Missing semicolon. (@babel/semi)
(#573) Missing semicolon. (@babel/semi)
(#574) Missing semicolon. (@babel/semi)
(#578) Missing semicolon. (@babel/semi)
(#579) Missing semicolon. (@babel/semi)
(#580) Missing semicolon. (@babel/semi)
(#584) Expected { after 'if' condition. (curly)
(#584) Missing semicolon. (@babel/semi)
(#585) Expected { after 'if' condition. (curly)
(#585) Missing semicolon. (@babel/semi)
(#586) Missing semicolon. (@babel/semi)
(#587) Missing semicolon. (@babel/semi)
(#602) Missing semicolon. (@babel/semi)
(#604) Missing semicolon. (@babel/semi)
(#606) Missing semicolon. (@babel/semi)
(#610) Missing semicolon. (@babel/semi)
(#614) Missing semicolon. (@babel/semi)
(#617) Missing semicolon. (@babel/semi)
(#619) Missing semicolon. (@babel/semi)
(#621) Missing semicolon. (@babel/semi)
(#625) Missing semicolon. (@babel/semi)
(#626) Missing semicolon. (@babel/semi)
(#628) Missing semicolon. (@babel/semi)
(#630) Missing semicolon. (@babel/semi)
(#632) Missing semicolon. (@babel/semi)
(#633) Missing semicolon. (@babel/semi)
(#635) Missing semicolon. (@babel/semi)
(#636) Missing semicolon. (@babel/semi)
(#638) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#638) Function 'byteLength' has a complexity of 22. Maximum allowed is 20. (complexity)
(#640) Missing semicolon. (@babel/semi)
(#644) Missing semicolon. (@babel/semi)
(#647) Missing semicolon. (@babel/semi)
(#650) Missing semicolon. (@babel/semi)
(#651) Expected { after 'if' condition. (curly)
(#651) Missing semicolon. (@babel/semi)
(#654) Missing semicolon. (@babel/semi)
(#660) Missing semicolon. (@babel/semi)
(#664) Missing semicolon. (@babel/semi)
(#669) Missing semicolon. (@babel/semi)
(#671) Unexpected use of '>>>'. (no-bitwise)
(#671) Missing semicolon. (@babel/semi)
(#673) Missing semicolon. (@babel/semi)
(#675) Expected { after 'if' condition. (curly)
(#675) Missing semicolon. (@babel/semi)
(#675) Comments should not begin with a lowercase character. (capitalized-comments)
(#676) Missing semicolon. (@babel/semi)
(#677) Missing semicolon. (@babel/semi)
(#682) Missing semicolon. (@babel/semi)
(#684) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#684) Function 'slowToString' has a complexity of 22. Maximum allowed is 20. (complexity)
(#685) Missing semicolon. (@babel/semi)
(#695) Missing semicolon. (@babel/semi)
(#700) Missing semicolon. (@babel/semi)
(#704) Missing semicolon. (@babel/semi)
(#708) Missing semicolon. (@babel/semi)
(#712) Unexpected use of '>>>='. (no-bitwise)
(#712) Missing semicolon. (@babel/semi)
(#713) Unexpected use of '>>>='. (no-bitwise)
(#713) Missing semicolon. (@babel/semi)
(#716) Missing semicolon. (@babel/semi)
(#719) Expected { after 'if' condition. (curly)
(#719) Missing semicolon. (@babel/semi)
(#721) Unexpected constant condition. (no-constant-condition)
(#724) Missing semicolon. (@babel/semi)
(#728) Missing semicolon. (@babel/semi)
(#731) Missing semicolon. (@babel/semi)
(#735) Missing semicolon. (@babel/semi)
(#738) Missing semicolon. (@babel/semi)
(#744) Missing semicolon. (@babel/semi)
(#747) Expected { after 'if' condition. (curly)
(#747) Missing semicolon. (@babel/semi)
(#748) Missing semicolon. (@babel/semi)
(#749) Missing semicolon. (@babel/semi)
(#756) Missing semicolon. (@babel/semi)
(#758) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#759) Missing semicolon. (@babel/semi)
(#760) Missing semicolon. (@babel/semi)
(#761) Missing semicolon. (@babel/semi)
(#765) Missing semicolon. (@babel/semi)
(#767) Missing semicolon. (@babel/semi)
(#770) Missing semicolon. (@babel/semi)
(#772) Missing semicolon. (@babel/semi)
(#773) Missing semicolon. (@babel/semi)
(#776) Missing semicolon. (@babel/semi)
(#778) Missing semicolon. (@babel/semi)
(#781) Missing semicolon. (@babel/semi)
(#782) Missing semicolon. (@babel/semi)
(#784) Missing semicolon. (@babel/semi)
(#785) Missing semicolon. (@babel/semi)
(#788) Missing semicolon. (@babel/semi)
(#790) Missing semicolon. (@babel/semi)
(#793) Missing semicolon. (@babel/semi)
(#794) Missing semicolon. (@babel/semi)
(#795) Missing semicolon. (@babel/semi)
(#796) Missing semicolon. (@babel/semi)
(#798) Missing semicolon. (@babel/semi)
(#799) Missing semicolon. (@babel/semi)
(#802) Unexpected use of '|'. (no-bitwise)
(#802) Missing semicolon. (@babel/semi)
(#803) Expected { after 'if' condition. (curly)
(#803) Missing semicolon. (@babel/semi)
(#804) Expected { after 'if' condition. (curly)
(#804) Missing semicolon. (@babel/semi)
(#805) Missing semicolon. (@babel/semi)
(#806) Missing semicolon. (@babel/semi)
(#809) Expected { after 'if' condition. (curly)
(#809) Missing semicolon. (@babel/semi)
(#810) Expected { after 'if' condition. (curly)
(#810) Missing semicolon. (@babel/semi)
(#811) Missing semicolon. (@babel/semi)
(#812) Missing semicolon. (@babel/semi)
(#815) Missing semicolon. (@babel/semi)
(#816) Missing semicolon. (@babel/semi)
(#818) Missing semicolon. (@babel/semi)
(#819) Expected { after 'if' condition. (curly)
(#819) Missing semicolon. (@babel/semi)
(#821) Missing semicolon. (@babel/semi)
(#822) Missing semicolon. (@babel/semi)
(#826) Missing semicolon. (@babel/semi)
(#830) Missing semicolon. (@babel/semi)
(#833) Missing semicolon. (@babel/semi)
(#836) Missing semicolon. (@babel/semi)
(#839) Missing semicolon. (@babel/semi)
(#843) Missing semicolon. (@babel/semi)
(#847) Missing semicolon. (@babel/semi)
(#850) Missing semicolon. (@babel/semi)
(#853) Missing semicolon. (@babel/semi)
(#856) Unexpected use of '>>>='. (no-bitwise)
(#856) Missing semicolon. (@babel/semi)
(#857) Unexpected use of '>>>='. (no-bitwise)
(#857) Missing semicolon. (@babel/semi)
(#858) Unexpected use of '>>>='. (no-bitwise)
(#858) Missing semicolon. (@babel/semi)
(#859) Unexpected use of '>>>='. (no-bitwise)
(#859) Missing semicolon. (@babel/semi)
(#861) Expected { after 'if' condition. (curly)
(#861) Missing semicolon. (@babel/semi)
(#863) Missing semicolon. (@babel/semi)
(#864) Missing semicolon. (@babel/semi)
(#865) Missing semicolon. (@babel/semi)
(#867) Missing semicolon. (@babel/semi)
(#868) Missing semicolon. (@babel/semi)
(#872) Missing semicolon. (@babel/semi)
(#873) Missing semicolon. (@babel/semi)
(#874) Missing semicolon. (@babel/semi)
(#878) Expected { after 'if' condition. (curly)
(#878) Missing semicolon. (@babel/semi)
(#879) Expected { after 'if' condition. (curly)
(#879) Missing semicolon. (@babel/semi)
(#880) Missing semicolon. (@babel/semi)
(#881) Missing semicolon. (@babel/semi)
(#892) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#894) Expected { after 'if' condition. (curly)
(#894) Missing semicolon. (@babel/semi)
(#898) Missing semicolon. (@babel/semi)
(#899) Missing semicolon. (@babel/semi)
(#901) Missing semicolon. (@babel/semi)
(#903) Missing semicolon. (@babel/semi)
(#905) Multiple spaces found before '// Coerce to N...'. (no-multi-spaces)
(#905) Missing semicolon. (@babel/semi)
(#907) Comments should not begin with a lowercase character. (capitalized-comments)
(#908) Missing semicolon. (@babel/semi)
(#912) Expected { after 'if' condition. (curly)
(#912) Missing semicolon. (@babel/semi)
(#914) Expected { after 'if' condition. (curly)
(#914) Missing semicolon. (@babel/semi)
(#915) Expected { after 'else'. (curly)
(#915) Missing semicolon. (@babel/semi)
(#917) Expected { after 'if' condition. (curly)
(#917) Missing semicolon. (@babel/semi)
(#918) Expected { after 'else'. (curly)
(#918) Missing semicolon. (@babel/semi)
(#923) Missing semicolon. (@babel/semi)
(#930) Missing semicolon. (@babel/semi)
(#932) Missing semicolon. (@babel/semi)
(#934) Unexpected use of '&'. (no-bitwise)
(#934) Missing semicolon. (@babel/semi)
(#938) Missing semicolon. (@babel/semi)
(#940) Missing semicolon. (@babel/semi)
(#943) Missing semicolon. (@babel/semi)
(#946) Missing semicolon. (@babel/semi)
(#949) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#950) Missing semicolon. (@babel/semi)
(#951) Missing semicolon. (@babel/semi)
(#952) Missing semicolon. (@babel/semi)
(#955) Missing semicolon. (@babel/semi)
(#959) Missing semicolon. (@babel/semi)
(#961) Missing semicolon. (@babel/semi)
(#962) Missing semicolon. (@babel/semi)
(#963) Missing semicolon. (@babel/semi)
(#964) Missing semicolon. (@babel/semi)
(#968) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#970) Missing semicolon. (@babel/semi)
(#972) Missing semicolon. (@babel/semi)
(#976) Missing semicolon. (@babel/semi)
(#978) Missing semicolon. (@babel/semi)
(#981) Expected { after 'if' condition. (curly)
(#981) Missing semicolon. (@babel/semi)
(#982) Expected { after 'if' condition. (curly)
(#982) Missing semicolon. (@babel/semi)
(#984) Expected { after 'if' condition. (curly)
(#984) Missing semicolon. (@babel/semi)
(#985) Missing semicolon. (@babel/semi)
(#989) Expected { after 'if' condition. (curly)
(#989) Missing semicolon. (@babel/semi)
(#991) Missing semicolon. (@babel/semi)
(#994) Missing semicolon. (@babel/semi)
(#995) Missing semicolon. (@babel/semi)
(#998) Expected { after 'if' condition. (curly)
(#998) Missing semicolon. (@babel/semi)
(#1002) Missing semicolon. (@babel/semi)
(#1006) Missing semicolon. (@babel/semi)
(#1007) Missing semicolon. (@babel/semi)
(#1010) Missing semicolon. (@babel/semi)
(#1011) Missing semicolon. (@babel/semi)
(#1014) Missing semicolon. (@babel/semi)
(#1015) Missing semicolon. (@babel/semi)
(#1017) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1018) Missing semicolon. (@babel/semi)
(#1019) Missing semicolon. (@babel/semi)
(#1021) Missing semicolon. (@babel/semi)
(#1023) Missing semicolon. (@babel/semi)
(#1025) Missing semicolon. (@babel/semi)
(#1029) Comments should not begin with a lowercase character. (capitalized-comments)
(#1030) Missing semicolon. (@babel/semi)
(#1031) Expected { after 'if' condition. (curly)
(#1031) Missing semicolon. (@babel/semi)
(#1034) Missing semicolon. (@babel/semi)
(#1037) Missing semicolon. (@babel/semi)
(#1038) Expected { after 'if' condition. (curly)
(#1038) Missing semicolon. (@babel/semi)
(#1039) Missing semicolon. (@babel/semi)
(#1041) 'i' declared on line 1036 column 34 is used outside of binding context. (block-scoped-var)
(#1041) Missing semicolon. (@babel/semi)
(#1044) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1045) Missing semicolon. (@babel/semi)
(#1048) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1049) Missing semicolon. (@babel/semi)
(#1052) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1053) Missing semicolon. (@babel/semi)
(#1056) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1057) Missing semicolon. (@babel/semi)
(#1060) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1061) Missing semicolon. (@babel/semi)
(#1064) Function 'write' has a complexity of 27. Maximum allowed is 20. (complexity)
(#1067) Missing semicolon. (@babel/semi)
(#1068) Missing semicolon. (@babel/semi)
(#1069) Missing semicolon. (@babel/semi)
(#1072) Missing semicolon. (@babel/semi)
(#1073) Missing semicolon. (@babel/semi)
(#1074) Missing semicolon. (@babel/semi)
(#1077) Unexpected use of '|'. (no-bitwise)
(#1077) Missing semicolon. (@babel/semi)
(#1079) Unexpected use of '|'. (no-bitwise)
(#1079) Missing semicolon. (@babel/semi)
(#1080) Expected { after 'if' condition. (curly)
(#1080) Missing semicolon. (@babel/semi)
(#1082) Missing semicolon. (@babel/semi)
(#1083) Missing semicolon. (@babel/semi)
(#1085) Comments should not begin with a lowercase character. (capitalized-comments)
(#1089) Missing semicolon. (@babel/semi)
(#1092) Missing semicolon. (@babel/semi)
(#1093) Expected { after 'if' condition. (curly)
(#1093) Missing semicolon. (@babel/semi)
(#1096) Missing semicolon. (@babel/semi)
(#1099) Expected { after 'if' condition. (curly)
(#1099) Missing semicolon. (@babel/semi)
(#1101) Missing semicolon. (@babel/semi)
(#1105) Missing semicolon. (@babel/semi)
(#1109) Missing semicolon. (@babel/semi)
(#1112) Missing semicolon. (@babel/semi)
(#1116) Missing semicolon. (@babel/semi)
(#1120) Missing semicolon. (@babel/semi)
(#1126) Missing semicolon. (@babel/semi)
(#1129) Expected { after 'if' condition. (curly)
(#1129) Missing semicolon. (@babel/semi)
(#1130) Missing semicolon. (@babel/semi)
(#1131) Missing semicolon. (@babel/semi)
(#1134) Missing semicolon. (@babel/semi)
(#1140) Missing semicolon. (@babel/semi)
(#1141) Missing semicolon. (@babel/semi)
(#1143) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1145) Missing semicolon. (@babel/semi)
(#1147) Missing semicolon. (@babel/semi)
(#1151) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1151) Function 'utf8Slice' has a complexity of 25. Maximum allowed is 20. (complexity)
(#1152) Missing semicolon. (@babel/semi)
(#1153) Missing semicolon. (@babel/semi)
(#1155) Missing semicolon. (@babel/semi)
(#1157) Missing semicolon. (@babel/semi)
(#1158) Missing semicolon. (@babel/semi)
(#1159) Do not nest ternary expressions. (no-nested-ternary)
(#1160) Do not nest ternary expressions. (no-nested-ternary)
(#1162) Missing semicolon. (@babel/semi)
(#1165) Missing semicolon. (@babel/semi)
(#1170) Missing semicolon. (@babel/semi)
(#1172) Missing semicolon. (@babel/semi)
(#1174) Missing semicolon. (@babel/semi)
(#1175) Unexpected use of '&'. (no-bitwise)
(#1176) Unexpected use of '|'. (no-bitwise)
(#1176) Unexpected use of '<<'. (no-bitwise)
(#1176) Unexpected use of '&'. (no-bitwise)
(#1176) Unexpected use of '&'. (no-bitwise)
(#1176) Missing semicolon. (@babel/semi)
(#1177) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#1178) Missing semicolon. (@babel/semi)
(#1181) Missing semicolon. (@babel/semi)
(#1183) Missing semicolon. (@babel/semi)
(#1184) Missing semicolon. (@babel/semi)
(#1185) Unexpected use of '&'. (no-bitwise)
(#1185) Unexpected use of '&'. (no-bitwise)
(#1186) This line has a length of 134. Maximum allowed is 132. (max-len)
(#1186) Unexpected use of '|'. (no-bitwise)
(#1186) Unexpected use of '|'. (no-bitwise)
(#1186) Unexpected use of '<<'. (no-bitwise)
(#1186) Unexpected use of '&'. (no-bitwise)
(#1186) Unexpected use of '<<'. (no-bitwise)
(#1186) Unexpected use of '&'. (no-bitwise)
(#1186) Unexpected use of '&'. (no-bitwise)
(#1186) Missing semicolon. (@babel/semi)
(#1187) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#1188) Missing semicolon. (@babel/semi)
(#1191) Missing semicolon. (@babel/semi)
(#1193) Missing semicolon. (@babel/semi)
(#1194) Missing semicolon. (@babel/semi)
(#1195) Missing semicolon. (@babel/semi)
(#1196) This line has a length of 138. Maximum allowed is 132. (max-len)
(#1196) Unexpected use of '&'. (no-bitwise)
(#1196) Unexpected use of '&'. (no-bitwise)
(#1196) Unexpected use of '&'. (no-bitwise)
(#1197) This line has a length of 164. Maximum allowed is 132. (max-len)
(#1197) Unexpected use of '|'. (no-bitwise)
(#1197) Unexpected use of '|'. (no-bitwise)
(#1197) Unexpected use of '|'. (no-bitwise)
(#1197) Unexpected use of '<<'. (no-bitwise)
(#1197) Unexpected use of '&'. (no-bitwise)
(#1197) Unexpected use of '<<'. (no-bitwise)
(#1197) Unexpected use of '&'. (no-bitwise)
(#1197) Unexpected use of '<<'. (no-bitwise)
(#1197) Unexpected use of '&'. (no-bitwise)
(#1197) Unexpected use of '&'. (no-bitwise)
(#1197) Missing semicolon. (@babel/semi)
(#1198) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#1199) Missing semicolon. (@babel/semi)
(#1206) Comments should not begin with a lowercase character. (capitalized-comments)
(#1208) Missing semicolon. (@babel/semi)
(#1209) Missing semicolon. (@babel/semi)
(#1211) Comments should not begin with a lowercase character. (capitalized-comments)
(#1212) Missing semicolon. (@babel/semi)
(#1213) Unexpected use of '|'. (no-bitwise)
(#1213) Unexpected use of '&'. (no-bitwise)
(#1213) Unexpected use of '>>>'. (no-bitwise)
(#1213) Missing semicolon. (@babel/semi)
(#1214) Unexpected use of '|'. (no-bitwise)
(#1214) Unexpected use of '&'. (no-bitwise)
(#1214) Missing semicolon. (@babel/semi)
(#1217) Missing semicolon. (@babel/semi)
(#1218) Missing semicolon. (@babel/semi)
(#1221) Missing semicolon. (@babel/semi)
(#1227) Missing semicolon. (@babel/semi)
(#1229) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1230) Missing semicolon. (@babel/semi)
(#1232) Missing semicolon. (@babel/semi)
(#1232) Comments should not begin with a lowercase character. (capitalized-comments)
(#1236) Missing semicolon. (@babel/semi)
(#1237) Missing semicolon. (@babel/semi)
(#1242) Missing semicolon. (@babel/semi)
(#1244) Missing semicolon. (@babel/semi)
(#1247) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1248) Missing semicolon. (@babel/semi)
(#1249) Missing semicolon. (@babel/semi)
(#1252) Unexpected use of '&'. (no-bitwise)
(#1252) Missing semicolon. (@babel/semi)
(#1254) Missing semicolon. (@babel/semi)
(#1257) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1258) Missing semicolon. (@babel/semi)
(#1259) Missing semicolon. (@babel/semi)
(#1262) Missing semicolon. (@babel/semi)
(#1264) Missing semicolon. (@babel/semi)
(#1267) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1268) Missing semicolon. (@babel/semi)
(#1270) Expected { after 'if' condition. (curly)
(#1270) Missing semicolon. (@babel/semi)
(#1271) Expected { after 'if' condition. (curly)
(#1271) Missing semicolon. (@babel/semi)
(#1273) Missing semicolon. (@babel/semi)
(#1275) Missing semicolon. (@babel/semi)
(#1277) Missing semicolon. (@babel/semi)
(#1280) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1281) Missing semicolon. (@babel/semi)
(#1282) Missing semicolon. (@babel/semi)
(#1284) Missing semicolon. (@babel/semi)
(#1286) Missing semicolon. (@babel/semi)
(#1290) Missing semicolon. (@babel/semi)
(#1291) Unexpected use of '~'. (no-bitwise)
(#1291) Unexpected use of '~'. (no-bitwise)
(#1291) Missing semicolon. (@babel/semi)
(#1292) Unexpected use of '~'. (no-bitwise)
(#1292) Unexpected use of '~'. (no-bitwise)
(#1292) Missing semicolon. (@babel/semi)
(#1295) Missing semicolon. (@babel/semi)
(#1296) Expected { after 'if' condition. (curly)
(#1296) Missing semicolon. (@babel/semi)
(#1298) Missing semicolon. (@babel/semi)
(#1302) Missing semicolon. (@babel/semi)
(#1303) Expected { after 'if' condition. (curly)
(#1303) Missing semicolon. (@babel/semi)
(#1305) Missing semicolon. (@babel/semi)
(#1308) Expected { after 'if' condition. (curly)
(#1308) Missing semicolon. (@babel/semi)
(#1310) Missing semicolon. (@babel/semi)
(#1312) Missing semicolon. (@babel/semi)
(#1313) Missing semicolon. (@babel/semi)
(#1315) Missing semicolon. (@babel/semi)
(#1316) Missing semicolon. (@babel/semi)
(#1318) Missing semicolon. (@babel/semi)
(#1322) Missing semicolon. (@babel/semi)
(#1323) Missing semicolon. (@babel/semi)
(#1328) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1329) Expected { after 'if' condition. (curly)
(#1329) Missing semicolon. (@babel/semi)
(#1330) Expected { after 'if' condition. (curly)
(#1330) Missing semicolon. (@babel/semi)
(#1334) Unexpected use of '|'. (no-bitwise)
(#1334) Missing semicolon. (@babel/semi)
(#1335) Unexpected use of '|'. (no-bitwise)
(#1335) Missing semicolon. (@babel/semi)
(#1336) Expected { after 'if' condition. (curly)
(#1336) Missing semicolon. (@babel/semi)
(#1338) Missing semicolon. (@babel/semi)
(#1339) Missing semicolon. (@babel/semi)
(#1340) Missing semicolon. (@babel/semi)
(#1342) Missing semicolon. (@babel/semi)
(#1345) Missing semicolon. (@babel/semi)
(#1346) Missing semicolon. (@babel/semi)
(#1349) Unexpected use of '|'. (no-bitwise)
(#1349) Missing semicolon. (@babel/semi)
(#1350) Unexpected use of '|'. (no-bitwise)
(#1350) Missing semicolon. (@babel/semi)
(#1352) Missing semicolon. (@babel/semi)
(#1355) Missing semicolon. (@babel/semi)
(#1356) Missing semicolon. (@babel/semi)
(#1358) Missing semicolon. (@babel/semi)
(#1361) Missing semicolon. (@babel/semi)
(#1362) Missing semicolon. (@babel/semi)
(#1365) Expected { after 'if' condition. (curly)
(#1365) Missing semicolon. (@babel/semi)
(#1366) Missing semicolon. (@babel/semi)
(#1367) Missing semicolon. (@babel/semi)
(#1370) Expected { after 'if' condition. (curly)
(#1370) Missing semicolon. (@babel/semi)
(#1371) Unexpected use of '|'. (no-bitwise)
(#1371) Unexpected use of '<<'. (no-bitwise)
(#1371) Missing semicolon. (@babel/semi)
(#1372) Missing semicolon. (@babel/semi)
(#1375) Expected { after 'if' condition. (curly)
(#1375) Missing semicolon. (@babel/semi)
(#1376) Unexpected use of '|'. (no-bitwise)
(#1376) Unexpected use of '<<'. (no-bitwise)
(#1376) Missing semicolon. (@babel/semi)
(#1377) Missing semicolon. (@babel/semi)
(#1380) Expected { after 'if' condition. (curly)
(#1380) Missing semicolon. (@babel/semi)
(#1382) Unexpected use of '|'. (no-bitwise)
(#1382) Unexpected use of '|'. (no-bitwise)
(#1383) Unexpected use of '<<'. (no-bitwise)
(#1384) Unexpected use of '<<'. (no-bitwise)
(#1385) Missing semicolon. (@babel/semi)
(#1386) Missing semicolon. (@babel/semi)
(#1389) Expected { after 'if' condition. (curly)
(#1389) Missing semicolon. (@babel/semi)
(#1392) Unexpected use of '|'. (no-bitwise)
(#1392) Unexpected use of '|'. (no-bitwise)
(#1392) Unexpected use of '<<'. (no-bitwise)
(#1393) Unexpected use of '<<'. (no-bitwise)
(#1394) Missing semicolon. (@babel/semi)
(#1395) Missing semicolon. (@babel/semi)
(#1398) Unexpected use of '|'. (no-bitwise)
(#1398) Missing semicolon. (@babel/semi)
(#1399) Unexpected use of '|'. (no-bitwise)
(#1399) Missing semicolon. (@babel/semi)
(#1400) Expected { after 'if' condition. (curly)
(#1400) Missing semicolon. (@babel/semi)
(#1402) Missing semicolon. (@babel/semi)
(#1403) Missing semicolon. (@babel/semi)
(#1404) Missing semicolon. (@babel/semi)
(#1406) Missing semicolon. (@babel/semi)
(#1408) Missing semicolon. (@babel/semi)
(#1410) Expected { after 'if' condition. (curly)
(#1410) Missing semicolon. (@babel/semi)
(#1412) Missing semicolon. (@babel/semi)
(#1413) Missing semicolon. (@babel/semi)
(#1416) Unexpected use of '|'. (no-bitwise)
(#1416) Missing semicolon. (@babel/semi)
(#1417) Unexpected use of '|'. (no-bitwise)
(#1417) Missing semicolon. (@babel/semi)
(#1418) Expected { after 'if' condition. (curly)
(#1418) Missing semicolon. (@babel/semi)
(#1420) Missing semicolon. (@babel/semi)
(#1421) Missing semicolon. (@babel/semi)
(#1422) Missing semicolon. (@babel/semi)
(#1424) Missing semicolon. (@babel/semi)
(#1426) Missing semicolon. (@babel/semi)
(#1428) Expected { after 'if' condition. (curly)
(#1428) Missing semicolon. (@babel/semi)
(#1430) Missing semicolon. (@babel/semi)
(#1431) Missing semicolon. (@babel/semi)
(#1434) Expected { after 'if' condition. (curly)
(#1434) Missing semicolon. (@babel/semi)
(#1435) Unexpected use of '&'. (no-bitwise)
(#1435) Expected { after 'if' condition. (curly)
(#1435) Missing semicolon. (@babel/semi)
(#1436) Missing semicolon. (@babel/semi)
(#1437) Missing semicolon. (@babel/semi)
(#1440) Expected { after 'if' condition. (curly)
(#1440) Missing semicolon. (@babel/semi)
(#1441) Unexpected use of '|'. (no-bitwise)
(#1441) Unexpected use of '<<'. (no-bitwise)
(#1441) Missing semicolon. (@babel/semi)
(#1442) Unexpected use of '&'. (no-bitwise)
(#1442) Unexpected use of '|'. (no-bitwise)
(#1442) Missing semicolon. (@babel/semi)
(#1443) Missing semicolon. (@babel/semi)
(#1446) Expected { after 'if' condition. (curly)
(#1446) Missing semicolon. (@babel/semi)
(#1447) Unexpected use of '|'. (no-bitwise)
(#1447) Unexpected use of '<<'. (no-bitwise)
(#1447) Missing semicolon. (@babel/semi)
(#1448) Unexpected use of '&'. (no-bitwise)
(#1448) Unexpected use of '|'. (no-bitwise)
(#1448) Missing semicolon. (@babel/semi)
(#1449) Missing semicolon. (@babel/semi)
(#1452) Expected { after 'if' condition. (curly)
(#1452) Missing semicolon. (@babel/semi)
(#1454) Unexpected use of '|'. (no-bitwise)
(#1454) Unexpected use of '|'. (no-bitwise)
(#1454) Unexpected use of '|'. (no-bitwise)
(#1455) Unexpected use of '<<'. (no-bitwise)
(#1456) Unexpected use of '<<'. (no-bitwise)
(#1457) Unexpected use of '<<'. (no-bitwise)
(#1457) Missing semicolon. (@babel/semi)
(#1458) Missing semicolon. (@babel/semi)
(#1461) Expected { after 'if' condition. (curly)
(#1461) Missing semicolon. (@babel/semi)
(#1463) Unexpected use of '|'. (no-bitwise)
(#1463) Unexpected use of '|'. (no-bitwise)
(#1463) Unexpected use of '|'. (no-bitwise)
(#1463) Unexpected use of '<<'. (no-bitwise)
(#1464) Unexpected use of '<<'. (no-bitwise)
(#1465) Unexpected use of '<<'. (no-bitwise)
(#1466) Missing semicolon. (@babel/semi)
(#1467) Missing semicolon. (@babel/semi)
(#1470) Expected { after 'if' condition. (curly)
(#1470) Missing semicolon. (@babel/semi)
(#1471) Missing semicolon. (@babel/semi)
(#1472) Missing semicolon. (@babel/semi)
(#1475) Expected { after 'if' condition. (curly)
(#1475) Missing semicolon. (@babel/semi)
(#1476) Missing semicolon. (@babel/semi)
(#1477) Missing semicolon. (@babel/semi)
(#1480) Expected { after 'if' condition. (curly)
(#1480) Missing semicolon. (@babel/semi)
(#1481) Missing semicolon. (@babel/semi)
(#1482) Missing semicolon. (@babel/semi)
(#1485) Expected { after 'if' condition. (curly)
(#1485) Missing semicolon. (@babel/semi)
(#1486) Missing semicolon. (@babel/semi)
(#1487) Missing semicolon. (@babel/semi)
(#1489) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1490) Expected { after 'if' condition. (curly)
(#1490) Missing semicolon. (@babel/semi)
(#1491) Expected { after 'if' condition. (curly)
(#1491) Missing semicolon. (@babel/semi)
(#1492) Expected { after 'if' condition. (curly)
(#1492) Missing semicolon. (@babel/semi)
(#1496) Missing semicolon. (@babel/semi)
(#1497) Unexpected use of '|'. (no-bitwise)
(#1497) Missing semicolon. (@babel/semi)
(#1498) Unexpected use of '|'. (no-bitwise)
(#1498) Missing semicolon. (@babel/semi)
(#1500) Missing semicolon. (@babel/semi)
(#1501) Missing semicolon. (@babel/semi)
(#1504) Missing semicolon. (@babel/semi)
(#1505) Missing semicolon. (@babel/semi)
(#1506) Unexpected use of '&'. (no-bitwise)
(#1506) Missing semicolon. (@babel/semi)
(#1508) Unexpected use of '&'. (no-bitwise)
(#1508) Missing semicolon. (@babel/semi)
(#1511) Missing semicolon. (@babel/semi)
(#1512) Missing semicolon. (@babel/semi)
(#1515) Missing semicolon. (@babel/semi)
(#1516) Unexpected use of '|'. (no-bitwise)
(#1516) Missing semicolon. (@babel/semi)
(#1517) Unexpected use of '|'. (no-bitwise)
(#1517) Missing semicolon. (@babel/semi)
(#1519) Missing semicolon. (@babel/semi)
(#1520) Missing semicolon. (@babel/semi)
(#1523) Missing semicolon. (@babel/semi)
(#1524) Missing semicolon. (@babel/semi)
(#1525) Unexpected use of '&'. (no-bitwise)
(#1525) Missing semicolon. (@babel/semi)
(#1527) Unexpected use of '&'. (no-bitwise)
(#1527) Missing semicolon. (@babel/semi)
(#1530) Missing semicolon. (@babel/semi)
(#1531) Missing semicolon. (@babel/semi)
(#1534) Missing semicolon. (@babel/semi)
(#1535) Unexpected use of '|'. (no-bitwise)
(#1535) Missing semicolon. (@babel/semi)
(#1536) Expected { after 'if' condition. (curly)
(#1536) Missing semicolon. (@babel/semi)
(#1537) Expected { after 'if' condition. (curly)
(#1537) Missing semicolon. (@babel/semi)
(#1538) Unexpected use of '&'. (no-bitwise)
(#1538) Missing semicolon. (@babel/semi)
(#1539) Missing semicolon. (@babel/semi)
(#1540) Missing semicolon. (@babel/semi)
(#1542) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1543) Expected { after 'if' condition. (curly)
(#1543) Missing semicolon. (@babel/semi)
(#1545) Unexpected use of '>>>'. (no-bitwise)
(#1545) Unexpected use of '&'. (no-bitwise)
(#1545) Unexpected use of '<<'. (no-bitwise)
(#1546) Missing semicolon. (@babel/semi)
(#1551) Missing semicolon. (@babel/semi)
(#1552) Unexpected use of '|'. (no-bitwise)
(#1552) Missing semicolon. (@babel/semi)
(#1553) Expected { after 'if' condition. (curly)
(#1553) Missing semicolon. (@babel/semi)
(#1555) Unexpected use of '&'. (no-bitwise)
(#1555) Missing semicolon. (@babel/semi)
(#1556) Unexpected use of '>>>'. (no-bitwise)
(#1556) Missing semicolon. (@babel/semi)
(#1558) Missing semicolon. (@babel/semi)
(#1560) Missing semicolon. (@babel/semi)
(#1561) Missing semicolon. (@babel/semi)
(#1564) Missing semicolon. (@babel/semi)
(#1565) Unexpected use of '|'. (no-bitwise)
(#1565) Missing semicolon. (@babel/semi)
(#1566) Expected { after 'if' condition. (curly)
(#1566) Missing semicolon. (@babel/semi)
(#1568) Unexpected use of '>>>'. (no-bitwise)
(#1568) Missing semicolon. (@babel/semi)
(#1569) Unexpected use of '&'. (no-bitwise)
(#1569) Missing semicolon. (@babel/semi)
(#1571) Missing semicolon. (@babel/semi)
(#1573) Missing semicolon. (@babel/semi)
(#1574) Missing semicolon. (@babel/semi)
(#1576) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1577) Expected { after 'if' condition. (curly)
(#1577) Missing semicolon. (@babel/semi)
(#1579) Unexpected use of '&'. (no-bitwise)
(#1579) Unexpected use of '>>>'. (no-bitwise)
(#1579) Missing semicolon. (@babel/semi)
(#1584) Missing semicolon. (@babel/semi)
(#1585) Unexpected use of '|'. (no-bitwise)
(#1585) Missing semicolon. (@babel/semi)
(#1586) Expected { after 'if' condition. (curly)
(#1586) Missing semicolon. (@babel/semi)
(#1588) Unexpected use of '>>>'. (no-bitwise)
(#1588) Missing semicolon. (@babel/semi)
(#1589) Unexpected use of '>>>'. (no-bitwise)
(#1589) Missing semicolon. (@babel/semi)
(#1590) Unexpected use of '>>>'. (no-bitwise)
(#1590) Missing semicolon. (@babel/semi)
(#1591) Unexpected use of '&'. (no-bitwise)
(#1591) Missing semicolon. (@babel/semi)
(#1593) Missing semicolon. (@babel/semi)
(#1595) Missing semicolon. (@babel/semi)
(#1596) Missing semicolon. (@babel/semi)
(#1599) Missing semicolon. (@babel/semi)
(#1600) Unexpected use of '|'. (no-bitwise)
(#1600) Missing semicolon. (@babel/semi)
(#1601) Expected { after 'if' condition. (curly)
(#1601) Missing semicolon. (@babel/semi)
(#1603) Unexpected use of '>>>'. (no-bitwise)
(#1603) Missing semicolon. (@babel/semi)
(#1604) Unexpected use of '>>>'. (no-bitwise)
(#1604) Missing semicolon. (@babel/semi)
(#1605) Unexpected use of '>>>'. (no-bitwise)
(#1605) Missing semicolon. (@babel/semi)
(#1606) Unexpected use of '&'. (no-bitwise)
(#1606) Missing semicolon. (@babel/semi)
(#1608) Missing semicolon. (@babel/semi)
(#1610) Missing semicolon. (@babel/semi)
(#1611) Missing semicolon. (@babel/semi)
(#1614) Missing semicolon. (@babel/semi)
(#1615) Unexpected use of '|'. (no-bitwise)
(#1615) Missing semicolon. (@babel/semi)
(#1617) Missing semicolon. (@babel/semi)
(#1619) Missing semicolon. (@babel/semi)
(#1622) Missing semicolon. (@babel/semi)
(#1623) Missing semicolon. (@babel/semi)
(#1624) Missing semicolon. (@babel/semi)
(#1625) Unexpected use of '&'. (no-bitwise)
(#1625) Missing semicolon. (@babel/semi)
(#1628) Missing semicolon. (@babel/semi)
(#1630) Unexpected use of '&'. (no-bitwise)
(#1630) Unexpected use of '>>'. (no-bitwise)
(#1630) Missing semicolon. (@babel/semi)
(#1633) Missing semicolon. (@babel/semi)
(#1634) Missing semicolon. (@babel/semi)
(#1637) Missing semicolon. (@babel/semi)
(#1638) Unexpected use of '|'. (no-bitwise)
(#1638) Missing semicolon. (@babel/semi)
(#1640) Missing semicolon. (@babel/semi)
(#1642) Missing semicolon. (@babel/semi)
(#1645) Missing semicolon. (@babel/semi)
(#1646) Missing semicolon. (@babel/semi)
(#1647) Missing semicolon. (@babel/semi)
(#1648) Unexpected use of '&'. (no-bitwise)
(#1648) Missing semicolon. (@babel/semi)
(#1651) Missing semicolon. (@babel/semi)
(#1653) Unexpected use of '&'. (no-bitwise)
(#1653) Unexpected use of '>>'. (no-bitwise)
(#1653) Missing semicolon. (@babel/semi)
(#1656) Missing semicolon. (@babel/semi)
(#1657) Missing semicolon. (@babel/semi)
(#1660) Missing semicolon. (@babel/semi)
(#1661) Unexpected use of '|'. (no-bitwise)
(#1661) Missing semicolon. (@babel/semi)
(#1662) Expected { after 'if' condition. (curly)
(#1662) Missing semicolon. (@babel/semi)
(#1663) Expected { after 'if' condition. (curly)
(#1663) Missing semicolon. (@babel/semi)
(#1664) Expected { after 'if' condition. (curly)
(#1664) Missing semicolon. (@babel/semi)
(#1665) Unexpected use of '&'. (no-bitwise)
(#1665) Missing semicolon. (@babel/semi)
(#1666) Missing semicolon. (@babel/semi)
(#1667) Missing semicolon. (@babel/semi)
(#1670) Missing semicolon. (@babel/semi)
(#1671) Unexpected use of '|'. (no-bitwise)
(#1671) Missing semicolon. (@babel/semi)
(#1672) Expected { after 'if' condition. (curly)
(#1672) Missing semicolon. (@babel/semi)
(#1674) Unexpected use of '&'. (no-bitwise)
(#1674) Missing semicolon. (@babel/semi)
(#1675) Unexpected use of '>>>'. (no-bitwise)
(#1675) Missing semicolon. (@babel/semi)
(#1677) Missing semicolon. (@babel/semi)
(#1679) Missing semicolon. (@babel/semi)
(#1680) Missing semicolon. (@babel/semi)
(#1683) Missing semicolon. (@babel/semi)
(#1684) Unexpected use of '|'. (no-bitwise)
(#1684) Missing semicolon. (@babel/semi)
(#1685) Expected { after 'if' condition. (curly)
(#1685) Missing semicolon. (@babel/semi)
(#1687) Unexpected use of '>>>'. (no-bitwise)
(#1687) Missing semicolon. (@babel/semi)
(#1688) Unexpected use of '&'. (no-bitwise)
(#1688) Missing semicolon. (@babel/semi)
(#1690) Missing semicolon. (@babel/semi)
(#1692) Missing semicolon. (@babel/semi)
(#1693) Missing semicolon. (@babel/semi)
(#1696) Missing semicolon. (@babel/semi)
(#1697) Unexpected use of '|'. (no-bitwise)
(#1697) Missing semicolon. (@babel/semi)
(#1698) Expected { after 'if' condition. (curly)
(#1698) Missing semicolon. (@babel/semi)
(#1700) Unexpected use of '&'. (no-bitwise)
(#1700) Missing semicolon. (@babel/semi)
(#1701) Unexpected use of '>>>'. (no-bitwise)
(#1701) Missing semicolon. (@babel/semi)
(#1702) Unexpected use of '>>>'. (no-bitwise)
(#1702) Missing semicolon. (@babel/semi)
(#1703) Unexpected use of '>>>'. (no-bitwise)
(#1703) Missing semicolon. (@babel/semi)
(#1705) Missing semicolon. (@babel/semi)
(#1707) Missing semicolon. (@babel/semi)
(#1708) Missing semicolon. (@babel/semi)
(#1711) Missing semicolon. (@babel/semi)
(#1712) Unexpected use of '|'. (no-bitwise)
(#1712) Missing semicolon. (@babel/semi)
(#1713) Expected { after 'if' condition. (curly)
(#1713) Missing semicolon. (@babel/semi)
(#1714) Expected { after 'if' condition. (curly)
(#1714) Missing semicolon. (@babel/semi)
(#1716) Unexpected use of '>>>'. (no-bitwise)
(#1716) Missing semicolon. (@babel/semi)
(#1717) Unexpected use of '>>>'. (no-bitwise)
(#1717) Missing semicolon. (@babel/semi)
(#1718) Unexpected use of '>>>'. (no-bitwise)
(#1718) Missing semicolon. (@babel/semi)
(#1719) Unexpected use of '&'. (no-bitwise)
(#1719) Missing semicolon. (@babel/semi)
(#1721) Missing semicolon. (@babel/semi)
(#1723) Missing semicolon. (@babel/semi)
(#1724) Missing semicolon. (@babel/semi)
(#1726) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1727) Expected { after 'if' condition. (curly)
(#1727) Missing semicolon. (@babel/semi)
(#1728) Expected { after 'if' condition. (curly)
(#1728) Missing semicolon. (@babel/semi)
(#1731) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1733) Missing semicolon. (@babel/semi)
(#1735) Missing semicolon. (@babel/semi)
(#1736) Missing semicolon. (@babel/semi)
(#1740) Missing semicolon. (@babel/semi)
(#1741) Missing semicolon. (@babel/semi)
(#1744) Missing semicolon. (@babel/semi)
(#1745) Missing semicolon. (@babel/semi)
(#1747) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1749) Missing semicolon. (@babel/semi)
(#1751) Missing semicolon. (@babel/semi)
(#1752) Missing semicolon. (@babel/semi)
(#1756) Missing semicolon. (@babel/semi)
(#1757) Missing semicolon. (@babel/semi)
(#1760) Missing semicolon. (@babel/semi)
(#1761) Missing semicolon. (@babel/semi)
(#1763) Comments should not begin with a lowercase character. (capitalized-comments)
(#1764) Function 'copy' has a complexity of 24. Maximum allowed is 20. (complexity)
(#1765) Expected { after 'if' condition. (curly)
(#1765) Missing semicolon. (@babel/semi)
(#1766) Expected { after 'if' condition. (curly)
(#1766) Missing semicolon. (@babel/semi)
(#1767) Expected { after 'if' condition. (curly)
(#1767) Missing semicolon. (@babel/semi)
(#1768) Expected { after 'if' condition. (curly)
(#1768) Missing semicolon. (@babel/semi)
(#1769) Expected { after 'if' condition. (curly)
(#1769) Missing semicolon. (@babel/semi)
(#1772) Expected { after 'if' condition. (curly)
(#1772) Missing semicolon. (@babel/semi)
(#1773) Expected { after 'if' condition. (curly)
(#1773) Missing semicolon. (@babel/semi)
(#1777) Missing semicolon. (@babel/semi)
(#1779) Expected { after 'if' condition. (curly)
(#1779) Missing semicolon. (@babel/semi)
(#1780) Expected { after 'if' condition. (curly)
(#1780) Missing semicolon. (@babel/semi)
(#1783) Expected { after 'if' condition. (curly)
(#1783) Missing semicolon. (@babel/semi)
(#1785) Missing semicolon. (@babel/semi)
(#1788) Missing semicolon. (@babel/semi)
(#1789) Missing semicolon. (@babel/semi)
(#1792) Comments should not begin with a lowercase character. (capitalized-comments)
(#1794) Missing semicolon. (@babel/semi)
(#1797) Comments should not begin with a lowercase character. (capitalized-comments)
(#1799) Missing semicolon. (@babel/semi)
(#1806) Missing semicolon. (@babel/semi)
(#1809) Missing semicolon. (@babel/semi)
(#1810) Missing semicolon. (@babel/semi)
(#1816) Function 'fill' has a complexity of 21. Maximum allowed is 20. (complexity)
(#1820) Missing semicolon. (@babel/semi)
(#1821) Missing semicolon. (@babel/semi)
(#1822) Missing semicolon. (@babel/semi)
(#1824) Missing semicolon. (@babel/semi)
(#1825) Missing semicolon. (@babel/semi)
(#1828) Missing semicolon. (@babel/semi)
(#1830) Missing semicolon. (@babel/semi)
(#1834) Missing semicolon. (@babel/semi)
(#1837) Missing semicolon. (@babel/semi)
(#1840) Unexpected use of '&'. (no-bitwise)
(#1840) Missing semicolon. (@babel/semi)
(#1845) Missing semicolon. (@babel/semi)
(#1849) Missing semicolon. (@babel/semi)
(#1852) Unexpected use of '>>>'. (no-bitwise)
(#1852) Missing semicolon. (@babel/semi)
(#1853) Unexpected use of '>>>'. (no-bitwise)
(#1853) Missing semicolon. (@babel/semi)
(#1855) Expected { after 'if' condition. (curly)
(#1855) Missing semicolon. (@babel/semi)
(#1857) Missing semicolon. (@babel/semi)
(#1860) Missing semicolon. (@babel/semi)
(#1865) Missing semicolon. (@babel/semi)
(#1866) Missing semicolon. (@babel/semi)
(#1868) Missing semicolon. (@babel/semi)
(#1872) Missing semicolon. (@babel/semi)
(#1873) Missing semicolon. (@babel/semi)
(#1878) Unnecessary escape character: \/. (no-useless-escape)
(#1878) Missing semicolon. (@babel/semi)
(#1880) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1882) Missing semicolon. (@babel/semi)
(#1884) Expected { after 'if' condition. (curly)
(#1884) Missing semicolon. (@babel/semi)
(#1887) Missing semicolon. (@babel/semi)
(#1889) Missing semicolon. (@babel/semi)
(#1892) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1893) Expected { after 'if' condition. (curly)
(#1893) Missing semicolon. (@babel/semi)
(#1894) Missing semicolon. (@babel/semi)
(#1897) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1898) Expected { after 'if' condition. (curly)
(#1898) Missing semicolon. (@babel/semi)
(#1899) Missing semicolon. (@babel/semi)
(#1902) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1902) Function 'utf8ToBytes' has a complexity of 22. Maximum allowed is 20. (complexity)
(#1903) Missing semicolon. (@babel/semi)
(#1904) Missing semicolon. (@babel/semi)
(#1905) Missing semicolon. (@babel/semi)
(#1906) Missing semicolon. (@babel/semi)
(#1907) Missing semicolon. (@babel/semi)
(#1910) Missing semicolon. (@babel/semi)
(#1912) Comments should not begin with a lowercase character. (capitalized-comments)
(#1914) Comments should not begin with a lowercase character. (capitalized-comments)
(#1916) Comments should not begin with a lowercase character. (capitalized-comments)
(#1918) Comments should not begin with a lowercase character. (capitalized-comments)
(#1919) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#1919) Expected { after 'if' condition. (curly)
(#1919) Missing semicolon. (@babel/semi)
(#1920) Missing semicolon. (@babel/semi)
(#1922) Comments should not begin with a lowercase character. (capitalized-comments)
(#1923) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#1923) Expected { after 'if' condition. (curly)
(#1923) Missing semicolon. (@babel/semi)
(#1924) Missing semicolon. (@babel/semi)
(#1927) Comments should not begin with a lowercase character. (capitalized-comments)
(#1928) Missing semicolon. (@babel/semi)
(#1930) Missing semicolon. (@babel/semi)
(#1935) Expected { after 'if' condition. (curly)
(#1935) Missing semicolon. (@babel/semi)
(#1936) Missing semicolon. (@babel/semi)
(#1937) Missing semicolon. (@babel/semi)
(#1940) Comments should not begin with a lowercase character. (capitalized-comments)
(#1941) Unexpected use of '|'. (no-bitwise)
(#1941) Unexpected use of '<<'. (no-bitwise)
(#1941) Missing semicolon. (@babel/semi)
(#1943) Comments should not begin with a lowercase character. (capitalized-comments)
(#1944) Expected { after 'if' condition. (curly)
(#1944) Missing semicolon. (@babel/semi)
(#1947) Missing semicolon. (@babel/semi)
(#1949) Comments should not begin with a lowercase character. (capitalized-comments)
(#1951) Expected { after 'if' condition. (curly)
(#1951) Missing semicolon. (@babel/semi)
(#1952) Missing semicolon. (@babel/semi)
(#1954) Expected { after 'if' condition. (curly)
(#1954) Missing semicolon. (@babel/semi)
(#1956) Unexpected use of '|'. (no-bitwise)
(#1956) Unexpected use of '>>'. (no-bitwise)
(#1957) Unexpected use of '|'. (no-bitwise)
(#1957) Unexpected use of '&'. (no-bitwise)
(#1958) Missing semicolon. (@babel/semi)
(#1960) Expected { after 'if' condition. (curly)
(#1960) Missing semicolon. (@babel/semi)
(#1962) Unexpected use of '|'. (no-bitwise)
(#1962) Unexpected use of '>>'. (no-bitwise)
(#1963) Unexpected use of '|'. (no-bitwise)
(#1963) Unexpected use of '&'. (no-bitwise)
(#1963) Unexpected use of '>>'. (no-bitwise)
(#1964) Unexpected use of '|'. (no-bitwise)
(#1964) Unexpected use of '&'. (no-bitwise)
(#1965) Missing semicolon. (@babel/semi)
(#1967) Expected { after 'if' condition. (curly)
(#1967) Missing semicolon. (@babel/semi)
(#1969) Unexpected use of '|'. (no-bitwise)
(#1969) Unexpected use of '>>'. (no-bitwise)
(#1970) Unexpected use of '|'. (no-bitwise)
(#1970) Unexpected use of '&'. (no-bitwise)
(#1970) Unexpected use of '>>'. (no-bitwise)
(#1971) Unexpected use of '|'. (no-bitwise)
(#1971) Unexpected use of '&'. (no-bitwise)
(#1971) Unexpected use of '>>'. (no-bitwise)
(#1972) Unexpected use of '|'. (no-bitwise)
(#1972) Unexpected use of '&'. (no-bitwise)
(#1973) Missing semicolon. (@babel/semi)
(#1975) Missing semicolon. (@babel/semi)
(#1979) Missing semicolon. (@babel/semi)
(#1982) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1983) Missing semicolon. (@babel/semi)
(#1986) Unexpected use of '&'. (no-bitwise)
(#1986) Missing semicolon. (@babel/semi)
(#1988) Missing semicolon. (@babel/semi)
(#1991) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1992) Missing semicolon. (@babel/semi)
(#1993) Missing semicolon. (@babel/semi)
(#1995) Expected { after 'if' condition. (curly)
(#1995) Missing semicolon. (@babel/semi)
(#1997) Missing semicolon. (@babel/semi)
(#1998) Unexpected use of '>>'. (no-bitwise)
(#1998) Missing semicolon. (@babel/semi)
(#1999) Missing semicolon. (@babel/semi)
(#2000) Missing semicolon. (@babel/semi)
(#2001) Missing semicolon. (@babel/semi)
(#2004) Missing semicolon. (@babel/semi)
(#2007) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2008) Missing semicolon. (@babel/semi)
(#2011) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2013) Expected { after 'if' condition. (curly)
(#2013) Missing semicolon. (@babel/semi)
(#2014) Missing semicolon. (@babel/semi)
(#2016) 'i' declared on line 2012 column 34 is used outside of binding context. (block-scoped-var)
(#2016) Missing semicolon. (@babel/semi)
(#2019) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2020) Missing semicolon. (@babel/semi)
(#2024) Missing semicolon. (@babel/semi)
(#2029) Unexpected space before function parentheses. (space-before-function-paren)
(#2032) Expected { after 'if' condition. (curly)
(#2038) Unexpected space before function parentheses. (space-before-function-paren)
(#2046) Function has a complexity of 26. Maximum allowed is 20. (complexity)
(#2046) Unexpected space before function parentheses. (space-before-function-paren)
(#2047) Unexpected use of '&'. (no-bitwise)
(#2048) Unexpected use of '&'. (no-bitwise)
(#2049) Unexpected use of '&'. (no-bitwise)
(#2050) Unexpected use of '&'. (no-bitwise)
(#2051) Unexpected use of '&'. (no-bitwise)
(#2052) Unexpected use of '&'. (no-bitwise)
(#2055) Do not nest ternary expressions. (no-nested-ternary)
(#2057) Expected { after 'if' condition. (curly)
(#2059) Comments should not begin with a lowercase character. (capitalized-comments)
(#2061) Expected { after 'if' condition. (curly)
(#2062) Comments should not begin with a lowercase character. (capitalized-comments)
(#2064) Comments should not begin with a lowercase character. (capitalized-comments)
(#2065) Do not nest ternary expressions. (no-nested-ternary)
(#2066) Comments should not begin with a lowercase character. (capitalized-comments)
(#2067) Do not nest ternary expressions. (no-nested-ternary)
(#2068) Comments should not begin with a lowercase character. (capitalized-comments)
(#2069) Do not nest ternary expressions. (no-nested-ternary)
(#2069) Unexpected space before function parentheses. (space-before-function-paren)
(#2070) Unexpected space before function parentheses. (space-before-function-paren)
(#2086) Comments should not begin with a lowercase character. (capitalized-comments)
(#2088) Comments should not begin with a lowercase character. (capitalized-comments)
(#2091) Comments should not begin with a lowercase character. (capitalized-comments)
(#2092) Unexpected use of '&'. (no-bitwise)
(#2092) Expected { after 'if' condition. (curly)
(#2096) Comments should not begin with a lowercase character. (capitalized-comments)
(#2097) Multiple spaces found before '// forced'. (no-multi-spaces)
(#2097) Comments should not begin with a lowercase character. (capitalized-comments)
(#2098) Multiple spaces found before '// global'. (no-multi-spaces)
(#2098) Comments should not begin with a lowercase character. (capitalized-comments)
(#2099) Multiple spaces found before '// static'. (no-multi-spaces)
(#2099) Comments should not begin with a lowercase character. (capitalized-comments)
(#2100) Multiple spaces found before '// proto'. (no-multi-spaces)
(#2100) Comments should not begin with a lowercase character. (capitalized-comments)
(#2101) Multiple spaces found before '// bind'. (no-multi-spaces)
(#2101) Comments should not begin with a lowercase character. (capitalized-comments)
(#2102) Multiple spaces found before '// wrap'. (no-multi-spaces)
(#2102) Comments should not begin with a lowercase character. (capitalized-comments)
(#2103) Multiple spaces found before '// safe'. (no-multi-spaces)
(#2103) Comments should not begin with a lowercase character. (capitalized-comments)
(#2104) Comments should not begin with a lowercase character. (capitalized-comments)
(#2111) Unexpected space before function parentheses. (space-before-function-paren)
(#2118) Unexpected space before function parentheses. (space-before-function-paren)
(#2129) Unexpected space before function parentheses. (space-before-function-paren)
(#2132) Unexpected space before function parentheses. (space-before-function-paren)
(#2134) Unexpected space before function parentheses. (space-before-function-paren)
(#2144) Unexpected space before function parentheses. (space-before-function-paren)
(#2155) Expected { after 'if' condition. (curly)
(#2157) Comments should not begin with a lowercase character. (capitalized-comments)
(#2159) Expected { after 'if' condition. (curly)
(#2159) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#2160) Expected { after 'if' condition. (curly)
(#2168) Unexpected space before function parentheses. (space-before-function-paren)
(#2173) Unexpected space before function parentheses. (space-before-function-paren)
(#2179) The Function constructor is eval. (no-new-func)
(#2179) eval can be harmful. (no-eval)
(#2183) Expected { after 'if' condition. (curly)
(#2186) Comments should not begin with a lowercase character. (capitalized-comments)
(#2196) Unexpected space before function parentheses. (space-before-function-paren)
(#2200) Unexpected space before function parentheses. (space-before-function-paren)
(#2202) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2207) Unexpected space before function parentheses. (space-before-function-paren)
(#2220) Expected an error object to be thrown. (no-throw-literal)
(#2223) Unexpected space before function parentheses. (space-before-function-paren)
(#2227) Unexpected space before function parentheses. (space-before-function-paren)
(#2232) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2247) Missing semicolon. (@babel/semi)
(#2252) Unexpected space before function parentheses. (space-before-function-paren)
(#2254) Unexpected space before function parentheses. (space-before-function-paren)
(#2262) Unexpected space before function parentheses. (space-before-function-paren)
(#2265) Do not nest ternary expressions. (no-nested-ternary)
(#2269) Expected { after 'if' condition. (curly)
(#2275) Unexpected space before function parentheses. (space-before-function-paren)
(#2277) Comments should not begin with a lowercase character. (capitalized-comments)
(#2280) Comments should not begin with a lowercase character. (capitalized-comments)
(#2288) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2292) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2296) Unexpected space before function parentheses. (space-before-function-paren)
(#2315) Missing semicolon. (@babel/semi)
(#2317) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2319) Comments should not begin with a lowercase character. (capitalized-comments)
(#2319) Expected space or tab after '//' in comment. (spaced-comment)
(#2322) Comments should not begin with a lowercase character. (capitalized-comments)
(#2328) Comments should not begin with a lowercase character. (capitalized-comments)
(#2332) This line has a length of 142. Maximum allowed is 132. (max-len)
(#2333) Unnecessary '.call()'. (no-useless-call)
(#2335) This line has a length of 189. Maximum allowed is 132. (max-len)
(#2335) Comments should not begin with a lowercase character. (capitalized-comments)
(#2343) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2345) Comments should not begin with a lowercase character. (capitalized-comments)
(#2345) Expected space or tab after '//' in comment. (spaced-comment)
(#2348) Comments should not begin with a lowercase character. (capitalized-comments)
(#2354) Comments should not begin with a lowercase character. (capitalized-comments)
(#2358) This line has a length of 143. Maximum allowed is 132. (max-len)
(#2359) Unnecessary '.call()'. (no-useless-call)
(#2361) This line has a length of 190. Maximum allowed is 132. (max-len)
(#2361) Comments should not begin with a lowercase character. (capitalized-comments)
(#2375) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2390) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2414) Unexpected space before function parentheses. (space-before-function-paren)
(#2427) Comments should not begin with a lowercase character. (capitalized-comments)
(#2428) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2433) Unexpected space before function parentheses. (space-before-function-paren)
(#2440) Comments should not begin with a lowercase character. (capitalized-comments)
(#2443) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2443) Unexpected empty function 'noop'. (no-empty-function)
(#2456) Unexpected space before function parentheses. (space-before-function-paren)
(#2457) Missing semicolon. (@babel/semi)
(#2458) Missing semicolon. (@babel/semi)
(#2460) Unexpected space before function parentheses. (space-before-function-paren)
(#2464) Unexpected space before function parentheses. (space-before-function-paren)
(#2465) Missing semicolon. (@babel/semi)
(#2467) Unexpected space before function parentheses. (space-before-function-paren)
(#2470) Unexpected space before function parentheses. (space-before-function-paren)
(#2478) Unexpected space before function parentheses. (space-before-function-paren)
(#2481) Unexpected space before function parentheses. (space-before-function-paren)
(#2486) Unexpected space before function parentheses. (space-before-function-paren)
(#2503) Unexpected space before function parentheses. (space-before-function-paren)
(#2504) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2506) Use '===' to compare with null. (no-eq-null)
(#2529) Unexpected space before function parentheses. (space-before-function-paren)
(#2533) Unexpected space before function parentheses. (space-before-function-paren)
(#2535) Unexpected space before function parentheses. (space-before-function-paren)
(#2544) Unexpected space before function parentheses. (space-before-function-paren)
(#2547) Unexpected space before function parentheses. (space-before-function-paren)
(#2548) Expected { after 'if' condition. (curly)
(#2548) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#2556) Unexpected space before function parentheses. (space-before-function-paren)
(#2595) Comments should not begin with a lowercase character. (capitalized-comments)
(#2598) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2602) Unexpected space before function parentheses. (space-before-function-paren)
(#2605) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2615) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2632) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2633) Expected { after 'if' condition. (curly)
(#2640) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2641) Expected { after 'if' condition. (curly)
(#2644) Expected { after 'if' condition. (curly)
(#2647) Comments should not begin with a lowercase character. (capitalized-comments)
(#2648) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2658) Comments should not begin with a lowercase character. (capitalized-comments)
(#2659) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2690) Unexpected space before function parentheses. (space-before-function-paren)
(#2720) Expected space or tab after '/*' in comment. (spaced-comment)
(#2723) Expected space or tab after '/*' in comment. (spaced-comment)
(#2725) Expected space or tab after '/*' in comment. (spaced-comment)
(#2726) Unexpected space before function parentheses. (space-before-function-paren)
(#2733) Expected space or tab after '/*' in comment. (spaced-comment)
(#2737) Expected space or tab after '/*' in comment. (spaced-comment)
(#2740) Expected space or tab after '/*' in comment. (spaced-comment)
(#2750) Expected { after 'if' condition. (curly)
(#2753) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2754) Expected { after 'if' condition. (curly)
(#2759) Expected { after 'if' condition. (curly)
(#2761) Expected { after 'if' condition. (curly)
(#2764) Expected { after 'if' condition. (curly)
(#2769) Comments should not begin with a lowercase character. (capitalized-comments)
(#2770) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2771) Comments should not begin with a lowercase character. (capitalized-comments)
(#2773) Expected { after 'if' condition. (curly)
(#2775) Comments should not begin with a lowercase character. (capitalized-comments)
(#2780) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2785) Unexpected space before function parentheses. (space-before-function-paren)
(#2791) Unexpected space before function parentheses. (space-before-function-paren)
(#2792) Comments should not begin with a lowercase character. (capitalized-comments)
(#2798) Comments should not begin with a lowercase character. (capitalized-comments)
(#2805) Unexpected space before function parentheses. (space-before-function-paren)
(#2812) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2812) 'forEach' is defined but never used. (no-unused-vars)
(#2821) Unexpected space before function parentheses. (space-before-function-paren)
(#2823) Comments should not begin with a lowercase character. (capitalized-comments)
(#2826) Unexpected space before function parentheses. (space-before-function-paren)
(#2827) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#2834) Unexpected space before function parentheses. (space-before-function-paren)
(#2837) Unexpected space before function parentheses. (space-before-function-paren)
(#2845) Unexpected space before function parentheses. (space-before-function-paren)
(#2847) Unexpected space before function parentheses. (space-before-function-paren)
(#2859) Unexpected space before function parentheses. (space-before-function-paren)
(#2861) Comments should not begin with a lowercase character. (capitalized-comments)
(#2863) Unexpected space before function parentheses. (space-before-function-paren)
(#2865) Expected { after 'if' condition. (curly)
(#2868) Unexpected space before function parentheses. (space-before-function-paren)
(#2872) Unexpected space before function parentheses. (space-before-function-paren)
(#2876) Unexpected space before function parentheses. (space-before-function-paren)
(#2880) Unexpected space before function parentheses. (space-before-function-paren)
(#2889) Unexpected space before function parentheses. (space-before-function-paren)
(#2892) Comments should not begin with a lowercase character. (capitalized-comments)
(#2894) Missing semicolon. (@babel/semi)
(#2905) Comments should not begin with a lowercase character. (capitalized-comments)
(#2907) Missing semicolon. (@babel/semi)
(#2908) Unexpected space before function parentheses. (space-before-function-paren)
(#2908) Unexpected empty function. (no-empty-function)
(#2909) Missing semicolon. (@babel/semi)
(#2910) Missing semicolon. (@babel/semi)
(#2911) Missing semicolon. (@babel/semi)
(#2912) Missing semicolon. (@babel/semi)
(#2913) Missing semicolon. (@babel/semi)
(#2920) Unexpected space before function parentheses. (space-before-function-paren)
(#2923) Unexpected space before function parentheses. (space-before-function-paren)
(#2926) Unexpected space before function parentheses. (space-before-function-paren)
(#2928) Expected { after 'if' condition. (curly)
(#2931) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2936) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#2943) Unexpected space before function parentheses. (space-before-function-paren)
(#2944) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#2946) Use '===' to compare with null. (no-eq-null)
(#2953) Unexpected space before function parentheses. (space-before-function-paren)
(#2957) Unexpected space before function parentheses. (space-before-function-paren)
(#2961) Unexpected space before function parentheses. (space-before-function-paren)
(#3007) Unexpected space before function parentheses. (space-before-function-paren)
(#3010) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3011) Use '===' to compare with null. (no-eq-null)
(#3012) Unexpected use of '>>'. (no-bitwise)
(#3015) Unexpected use of '<<'. (no-bitwise)
(#3018) Unexpected space before function parentheses. (space-before-function-paren)
(#3022) Unexpected space before function parentheses. (space-before-function-paren)
(#3023) Unexpected use of '|'. (no-bitwise)
(#3046) Unexpected space before function parentheses. (space-before-function-paren)
(#3054) Unexpected space before function parentheses. (space-before-function-paren)
(#3061) Unexpected space before function parentheses. (space-before-function-paren)
(#3062) Comments should not begin with a lowercase character. (capitalized-comments)
(#3063) Multiple spaces found before '// next index'. (no-multi-spaces)
(#3063) Comments should not begin with a lowercase character. (capitalized-comments)
(#3065) Unexpected space before function parentheses. (space-before-function-paren)
(#3069) Expected { after 'if' condition. (curly)
(#3079) Unexpected space before function parentheses. (space-before-function-paren)
(#3082) Unexpected space before function parentheses. (space-before-function-paren)
(#3082) Requires a space after '{'. (block-spacing)
(#3106) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3115) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3121) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3127) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3128) Use '===' to compare with null. (no-eq-null)
(#3133) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3139) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3145) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3151) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3157) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3163) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3169) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3175) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3181) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3187) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3192) Multiple spaces found before '// ES6 symbol'. (no-multi-spaces)
(#3200) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3205) Missing semicolon. (@babel/semi)
(#3210) Unexpected space before function parentheses. (space-before-function-paren)
(#3213) Unexpected space before function parentheses. (space-before-function-paren)
(#3213) Requires a space after '{'. (block-spacing)
(#3220) Unexpected space before function parentheses. (space-before-function-paren)
(#3223) Unexpected space before function parentheses. (space-before-function-paren)
(#3226) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3226) Unexpected empty function 'PDFObject'. (no-empty-function)
(#3229) Unexpected space before function parentheses. (space-before-function-paren)
(#3233) Unnecessary escape character: \(. (no-useless-escape)
(#3233) Unnecessary escape character: \). (no-useless-escape)
(#3246) Unexpected space before function parentheses. (space-before-function-paren)
(#3249) Unexpected use of '&'. (no-bitwise)
(#3261) Unexpected space before function parentheses. (space-before-function-paren)
(#3277) Unexpected space before function parentheses. (space-before-function-paren)
(#3286) This line has a length of 252. Maximum allowed is 132. (max-len)
(#3288) Unexpected space before function parentheses. (space-before-function-paren)
(#3313) Unexpected space before function parentheses. (space-before-function-paren)
(#3331) Missing semicolon. (@babel/semi)
(#3336) Unexpected space before function parentheses. (space-before-function-paren)
(#3338) Unexpected space before function parentheses. (space-before-function-paren)
(#3340) Unexpected use of '&'. (no-bitwise)
(#3341) Unexpected use of '&'. (no-bitwise)
(#3342) Unexpected use of '&'. (no-bitwise)
(#3351) Unexpected space before function parentheses. (space-before-function-paren)
(#3360) This line has a length of 134. Maximum allowed is 132. (max-len)
(#3361) This line has a length of 134. Maximum allowed is 132. (max-len)
(#3369) Expected { after 'if' condition. (curly)
(#3377) Unexpected space before function parentheses. (space-before-function-paren)
(#3391) Unexpected space before function parentheses. (space-before-function-paren)
(#3395) Unexpected space before function parentheses. (space-before-function-paren)
(#3403) Unexpected space before function parentheses. (space-before-function-paren)
(#3426) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3445) Unexpected space before function parentheses. (space-before-function-paren)
(#3447) Expected { after 'if' condition. (curly)
(#3447) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#3452) Unexpected space before function parentheses. (space-before-function-paren)
(#3456) Expected { after 'if' condition. (curly)
(#3477) Expected { after 'if' condition. (curly)
(#3481) Comments should not begin with a lowercase character. (capitalized-comments)
(#3491) Comments should not begin with a lowercase character. (capitalized-comments)
(#3501) Expected { after 'for' condition. (curly)
(#3507) Unexpected space before function parentheses. (space-before-function-paren)
(#3511) Expected { after 'if' condition. (curly)
(#3511) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#3514) Expected { after 'if' condition. (curly)
(#3519) Expected { after 'if' condition. (curly)
(#3525) Expected { after 'if' condition. (curly)
(#3528) Expected { after 'if' condition. (curly)
(#3531) Expected { after 'else'. (curly)
(#3543) Unexpected console statement. (no-console)
(#3547) Unexpected console statement. (no-console)
(#3548) Comments should not begin with a lowercase character. (capitalized-comments)
(#3549) Unexpected console statement. (no-console)
(#3559) Unexpected space before function parentheses. (space-before-function-paren)
(#3561) Expected { after 'if' condition. (curly)
(#3561) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#3565) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3580) Comments should not begin with a lowercase character. (capitalized-comments)
(#3581) Unexpected space before function parentheses. (space-before-function-paren)
(#3585) Expected { after 'if' condition. (curly)
(#3585) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#3588) Expected { after 'if' condition. (curly)
(#3598) Expected { after 'if' condition. (curly)
(#3610) Expected { after 'if' condition. (curly)
(#3620) Expected { after 'if' condition. (curly)
(#3626) Unexpected space before function parentheses. (space-before-function-paren)
(#3630) Expected { after 'if' condition. (curly)
(#3632) Comments should not begin with a lowercase character. (capitalized-comments)
(#3635) Expected { after 'if' condition. (curly)
(#3637) Expected { after 'if' condition. (curly)
(#3641) Comments should not begin with a lowercase character. (capitalized-comments)
(#3644) Expected { after 'if' condition. (curly)
(#3659) Expected { after 'while' condition. (curly)
(#3666) Unexpected space before function parentheses. (space-before-function-paren)
(#3669) Expected { after 'if' condition. (curly)
(#3671) Expected { after 'if' condition. (curly)
(#3673) Expected { after 'else'. (curly)
(#3677) Unexpected space before function parentheses. (space-before-function-paren)
(#3682) Expected { after 'if' condition. (curly)
(#3684) Expected { after 'if' condition. (curly)
(#3689) Unexpected space before function parentheses. (space-before-function-paren)
(#3693) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3697) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3701) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3705) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3713) Unexpected space before function parentheses. (space-before-function-paren)
(#3717) Unexpected space before function parentheses. (space-before-function-paren)
(#3724) Missing semicolon. (@babel/semi)
(#3727) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3739) Unnecessary '.call()'. (no-useless-call)
(#3743) Unnecessary '.call()'. (no-useless-call)
(#3747) Unnecessary '.call()'. (no-useless-call)
(#3763) Missing semicolon. (@babel/semi)
(#3768) Unexpected space before function parentheses. (space-before-function-paren)
(#3770) Definition for rule 'node/no-deprecated-api' was not found. (node/no-deprecated-api)
(#3771) Missing semicolon. (@babel/semi)
(#3772) Missing semicolon. (@babel/semi)
(#3774) Comments should not begin with a lowercase character. (capitalized-comments)
(#3775) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3777) Missing semicolon. (@babel/semi)
(#3782) Missing semicolon. (@babel/semi)
(#3785) Missing semicolon. (@babel/semi)
(#3786) Missing semicolon. (@babel/semi)
(#3789) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3790) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#3790) Missing semicolon. (@babel/semi)
(#3794) Missing semicolon. (@babel/semi)
(#3796) Unexpected space before function parentheses. (space-before-function-paren)
(#3798) Missing semicolon. (@babel/semi)
(#3800) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#3800) Missing semicolon. (@babel/semi)
(#3801) Missing semicolon. (@babel/semi)
(#3803) Unexpected space before function parentheses. (space-before-function-paren)
(#3805) Missing semicolon. (@babel/semi)
(#3807) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#3807) Missing semicolon. (@babel/semi)
(#3810) Missing semicolon. (@babel/semi)
(#3812) Missing semicolon. (@babel/semi)
(#3815) Missing semicolon. (@babel/semi)
(#3817) Missing semicolon. (@babel/semi)
(#3818) Missing semicolon. (@babel/semi)
(#3820) Unexpected space before function parentheses. (space-before-function-paren)
(#3822) Missing semicolon. (@babel/semi)
(#3824) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#3824) Missing semicolon. (@babel/semi)
(#3825) Missing semicolon. (@babel/semi)
(#3827) Unexpected space before function parentheses. (space-before-function-paren)
(#3829) Missing semicolon. (@babel/semi)
(#3831) Missing semicolon. (@babel/semi)
(#3832) Missing semicolon. (@babel/semi)
(#3838) Unexpected space before function parentheses. (space-before-function-paren)
(#3847) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3851) Unexpected space before function parentheses. (space-before-function-paren)
(#3851) Comments should not begin with a lowercase character. (capitalized-comments)
(#3851) Expected space or tab after '/*' in comment. (spaced-comment)
(#3874) Comments should not begin with a lowercase character. (capitalized-comments)
(#3875) Unexpected space before function parentheses. (space-before-function-paren)
(#3888) Unexpected space before function parentheses. (space-before-function-paren)
(#3899) Unexpected space before function parentheses. (space-before-function-paren)
(#3902) Comments should not begin with a lowercase character. (capitalized-comments)
(#3908) Comments should not begin with a lowercase character. (capitalized-comments)
(#3922) Unexpected space before function parentheses. (space-before-function-paren)
(#3928) Unexpected space before function parentheses. (space-before-function-paren)
(#3936) Unexpected space before function parentheses. (space-before-function-paren)
(#3956) Unexpected space before function parentheses. (space-before-function-paren)
(#3964) Unexpected space before function parentheses. (space-before-function-paren)
(#3971) Unexpected space before function parentheses. (space-before-function-paren)
(#3971) Comments should not begin with a lowercase character. (capitalized-comments)
(#3976) Unexpected space before function parentheses. (space-before-function-paren)
(#3993) Expected { after 'while' condition. (curly)
(#4003) Comments should not begin with a lowercase character. (capitalized-comments)
(#4005) Expected { after 'else'. (curly)
(#4013) Unexpected space before function parentheses. (space-before-function-paren)
(#4018) Unexpected space before function parentheses. (space-before-function-paren)
(#4019) Comments should not begin with a lowercase character. (capitalized-comments)
(#4026) Unexpected space before function parentheses. (space-before-function-paren)
(#4030) Unexpected space before function parentheses. (space-before-function-paren)
(#4038) Unexpected space before function parentheses. (space-before-function-paren)
(#4044) Unexpected space before function parentheses. (space-before-function-paren)
(#4045) Expected { after 'if' condition. (curly)
(#4052) Unexpected space before function parentheses. (space-before-function-paren)
(#4059) Unexpected space before function parentheses. (space-before-function-paren)
(#4062) Unexpected space before function parentheses. (space-before-function-paren)
(#4065) Unexpected space before function parentheses. (space-before-function-paren)
(#4068) Comments should not begin with a lowercase character. (capitalized-comments)
(#4069) Multiple spaces found before '// weak collec...'. (no-multi-spaces)
(#4069) Comments should not begin with a lowercase character. (capitalized-comments)
(#4073) Unexpected space before function parentheses. (space-before-function-paren)
(#4074) Comments should not begin with a lowercase character. (capitalized-comments)
(#4075) Expected { after 'if' condition. (curly)
(#4077) Comments should not begin with a lowercase character. (capitalized-comments)
(#4078) Expected { after 'if' condition. (curly)
(#4079) Comments should not begin with a lowercase character. (capitalized-comments)
(#4080) Expected { after 'if' condition. (curly)
(#4081) Comments should not begin with a lowercase character. (capitalized-comments)
(#4083) Comments should not begin with a lowercase character. (capitalized-comments)
(#4087) Unexpected space before function parentheses. (space-before-function-paren)
(#4089) Comments should not begin with a lowercase character. (capitalized-comments)
(#4090) Expected { after 'if' condition. (curly)
(#4091) Comments should not begin with a lowercase character. (capitalized-comments)
(#4092) Expected { after 'if' condition. (curly)
(#4093) Comments should not begin with a lowercase character. (capitalized-comments)
(#4095) Comments should not begin with a lowercase character. (capitalized-comments)
(#4099) Comments should not begin with a lowercase character. (capitalized-comments)
(#4100) Unexpected space before function parentheses. (space-before-function-paren)
(#4101) Expected { after 'if' condition. (curly)
(#4116) Unexpected space before function parentheses. (space-before-function-paren)
(#4126) Expected to return a value at the end of function. (consistent-return)
(#4126) Unexpected space before function parentheses. (space-before-function-paren)
(#4127) Unexpected space before function parentheses. (space-before-function-paren)
(#4133) Expected { after 'if' condition. (curly)
(#4133) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#4134) Comments should not begin with a lowercase character. (capitalized-comments)
(#4135) Expected { after 'if' condition. (curly)
(#4137) Expected { after 'if' condition. (curly)
(#4138) Expected { after 'else'. (curly)
(#4140) Expected { after 'if' condition. (curly)
(#4150) Unexpected space before function parentheses. (space-before-function-paren)
(#4182) Unexpected space before function parentheses. (space-before-function-paren)
(#4189) Unexpected space before function parentheses. (space-before-function-paren)
(#4216) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4227) Unexpected space before function parentheses. (space-before-function-paren)
(#4230) Expected space or tab after '//' in comment. (spaced-comment)
(#4251) Unexpected space before function parentheses. (space-before-function-paren)
(#4255) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4268) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#4271) Comments should not begin with a lowercase character. (capitalized-comments)
(#4284) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4286) Expected space or tab after '//' in comment. (spaced-comment)
(#4297) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4298) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4299) Unexpected space before function parentheses. (space-before-function-paren)
(#4345) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4357) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4361) Comments should not begin with a lowercase character. (capitalized-comments)
(#4369) Unexpected space before function parentheses. (space-before-function-paren)
(#4380) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4392) Unexpected space before function parentheses. (space-before-function-paren)
(#4450) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4460) Unexpected space before function parentheses. (space-before-function-paren)
(#4467) Unexpected space before function parentheses. (space-before-function-paren)
(#4479) Unexpected use of '>>'. (no-bitwise)
(#4481) Unexpected use of '<<'. (no-bitwise)
(#4487) Unexpected use of '<<'. (no-bitwise)
(#4491) Unexpected use of '>>'. (no-bitwise)
(#4493) Unexpected use of '>>'. (no-bitwise)
(#4499) Unexpected use of '>>'. (no-bitwise)
(#4503) Unexpected use of '<<'. (no-bitwise)
(#4505) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4525) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#4525) Unexpected use of comma operator. (no-sequences)
(#4529) Unexpected space before function parentheses. (space-before-function-paren)
(#4535) Unexpected use of '<<'. (no-bitwise)
(#4535) Unexpected use of '>>'. (no-bitwise)
(#4535) Unexpected use of '&'. (no-bitwise)
(#4539) This line has a length of 146. Maximum allowed is 132. (max-len)
(#4539) Unexpected use of '<<'. (no-bitwise)
(#4539) Unexpected use of '>>'. (no-bitwise)
(#4539) Unexpected use of '&'. (no-bitwise)
(#4543) Unexpected use of '>>'. (no-bitwise)
(#4544) Unexpected use of '&'. (no-bitwise)
(#4544) Unexpected use of '>>'. (no-bitwise)
(#4545) Unexpected use of '<<'. (no-bitwise)
(#4545) Unexpected use of '&'. (no-bitwise)
(#4561) Unexpected space before function parentheses. (space-before-function-paren)
(#4568) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4570) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4577) Unexpected space before function parentheses. (space-before-function-paren)
(#4591) Unexpected space before function parentheses. (space-before-function-paren)
(#4592) Comments should not begin with a lowercase character. (capitalized-comments)
(#4611) Comments should not begin with a lowercase character. (capitalized-comments)
(#4615) Unexpected space before function parentheses. (space-before-function-paren)
(#4619) Unexpected space before function parentheses. (space-before-function-paren)
(#4620) Comments should not begin with a lowercase character. (capitalized-comments)
(#4624) Comments should not begin with a lowercase character. (capitalized-comments)
(#4625) Unexpected space before function parentheses. (space-before-function-paren)
(#4630) Comments should not begin with a lowercase character. (capitalized-comments)
(#4634) Unexpected space before function parentheses. (space-before-function-paren)
(#4644) Unexpected space before function parentheses. (space-before-function-paren)
(#4651) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4655) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4659) Expected space or tab after '//' in comment. (spaced-comment)
(#4660) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4705) Unexpected space before function parentheses. (space-before-function-paren)
(#4719) Unexpected space before function parentheses. (space-before-function-paren)
(#4723) Unexpected space before function parentheses. (space-before-function-paren)
(#4723) Requires a space after '{'. (block-spacing)
(#4749) Expected space or tab after '/*' in comment. (spaced-comment)
(#4752) Expected space or tab after '/*' in comment. (spaced-comment)
(#4757) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4757) 'WriteReq' is defined but never used. (no-unused-vars)
(#4766) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4771) Unexpected space before function parentheses. (space-before-function-paren)
(#4778) Expected space or tab after '/*' in comment. (spaced-comment)
(#4779) This line has a length of 151. Maximum allowed is 132. (max-len)
(#4780) Expected space or tab after '/*' in comment. (spaced-comment)
(#4782) Expected space or tab after '/*' in comment. (spaced-comment)
(#4784) Expected space or tab after '/*' in comment. (spaced-comment)
(#4788) Expected space or tab after '/*' in comment. (spaced-comment)
(#4791) Expected space or tab after '/*' in comment. (spaced-comment)
(#4793) Expected space or tab after '/*' in comment. (spaced-comment)
(#4797) Expected space or tab after '/*' in comment. (spaced-comment)
(#4799) Expected space or tab after '/*' in comment. (spaced-comment)
(#4801) Expected space or tab after '/*' in comment. (spaced-comment)
(#4803) Expected space or tab after '/*' in comment. (spaced-comment)
(#4806) Unexpected space before function parentheses. (space-before-function-paren)
(#4806) Unexpected empty function. (no-empty-function)
(#4809) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4813) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4817) Expected space or tab after '/*' in comment. (spaced-comment)
(#4823) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4823) Unexpected empty function 'nop'. (no-empty-function)
(#4826) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4838) Comments should not begin with a lowercase character. (capitalized-comments)
(#4842) Expected { after 'if' condition. (curly)
(#4844) Comments should not begin with a lowercase character. (capitalized-comments)
(#4851) This line has a length of 200. Maximum allowed is 132. (max-len)
(#4851) Expected { after 'if' condition. (curly)
(#4851) Expected { after 'if' condition. (curly)
(#4851) Expected { after 'else'. (curly)
(#4851) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#4853) Comments should not begin with a lowercase character. (capitalized-comments)
(#4856) Comments should not begin with a lowercase character. (capitalized-comments)
(#4859) Comments should not begin with a lowercase character. (capitalized-comments)
(#4861) Comments should not begin with a lowercase character. (capitalized-comments)
(#4863) Comments should not begin with a lowercase character. (capitalized-comments)
(#4865) Comments should not begin with a lowercase character. (capitalized-comments)
(#4868) Comments should not begin with a lowercase character. (capitalized-comments)
(#4871) Comments should not begin with a lowercase character. (capitalized-comments)
(#4882) Comments should not begin with a lowercase character. (capitalized-comments)
(#4887) Comments should not begin with a lowercase character. (capitalized-comments)
(#4890) Comments should not begin with a lowercase character. (capitalized-comments)
(#4893) Comments should not begin with a lowercase character. (capitalized-comments)
(#4899) Comments should not begin with a lowercase character. (capitalized-comments)
(#4904) Comments should not begin with a lowercase character. (capitalized-comments)
(#4905) Unexpected space before function parentheses. (space-before-function-paren)
(#4909) Comments should not begin with a lowercase character. (capitalized-comments)
(#4912) Comments should not begin with a lowercase character. (capitalized-comments)
(#4918) Comments should not begin with a lowercase character. (capitalized-comments)
(#4922) Comments should not begin with a lowercase character. (capitalized-comments)
(#4929) Comments should not begin with a lowercase character. (capitalized-comments)
(#4932) Comments should not begin with a lowercase character. (capitalized-comments)
(#4947) Unexpected space before function parentheses. (space-before-function-paren)
(#4950) Unexpected space before function parentheses. (space-before-function-paren)
(#4954) Empty block statement. (no-empty)
(#4961) This line has a length of 141. Maximum allowed is 132. (max-len)
(#4964) Unexpected space before function parentheses. (space-before-function-paren)
(#4965) Expected { after 'if' condition. (curly)
(#4966) Expected { after 'if' condition. (curly)
(#4972) Unexpected space before function parentheses. (space-before-function-paren)
(#4977) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4993) Comments should not begin with a lowercase character. (capitalized-comments)
(#4997) Expected { after 'if' condition. (curly)
(#4999) Expected { after 'if' condition. (curly)
(#5001) Expected { after 'if' condition. (curly)
(#5003) Expected { after 'if' condition. (curly)
(#5010) Unexpected space before function parentheses. (space-before-function-paren)
(#5014) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5024) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5041) Unexpected space before function parentheses. (space-before-function-paren)
(#5055) Expected { after 'if' condition. (curly)
(#5055) Expected { after 'if' condition. (curly)
(#5057) Expected { after 'if' condition. (curly)
(#5059) Expected { after 'if' condition. (curly)
(#5067) Unexpected space before function parentheses. (space-before-function-paren)
(#5073) Unexpected space before function parentheses. (space-before-function-paren)
(#5079) This line has a length of 161. Maximum allowed is 132. (max-len)
(#5079) Expected { after 'if' condition. (curly)
(#5084) Comments should not begin with a lowercase character. (capitalized-comments)
(#5085) Expected { after 'if' condition. (curly)
(#5086) This line has a length of 230. Maximum allowed is 132. (max-len)
(#5086) Expected { after 'if' condition. (curly)
(#5091) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5098) Comments should not begin with a lowercase character. (capitalized-comments)
(#5101) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5115) Comments should not begin with a lowercase character. (capitalized-comments)
(#5116) Expected { after 'if' condition. (curly)
(#5140) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5145) Expected { after 'if' condition. (curly)
(#5145) Expected { after 'else'. (curly)
(#5149) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5153) Comments should not begin with a lowercase character. (capitalized-comments)
(#5156) Comments should not begin with a lowercase character. (capitalized-comments)
(#5162) Comments should not begin with a lowercase character. (capitalized-comments)
(#5167) Comments should not begin with a lowercase character. (capitalized-comments)
(#5173) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5180) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5187) Expected { after 'if' condition. (curly)
(#5196) Expected space or tab after '/*' in comment. (spaced-comment)
(#5198) Expected space or tab after '/*' in comment. (spaced-comment)
(#5205) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5206) Expected { after 'if' condition. (curly)
(#5215) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5222) Comments should not begin with a lowercase character. (capitalized-comments)
(#5223) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5238) Expected { after 'if' condition. (curly)
(#5246) Comments should not begin with a lowercase character. (capitalized-comments)
(#5268) Comments should not begin with a lowercase character. (capitalized-comments)
(#5277) Expected { after 'if' condition. (curly)
(#5284) Unexpected space before function parentheses. (space-before-function-paren)
(#5290) Unexpected space before function parentheses. (space-before-function-paren)
(#5302) Expected { after 'if' condition. (curly)
(#5310) Comments should not begin with a lowercase character. (capitalized-comments)
(#5311) Expected { after 'if' condition. (curly)
(#5314) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5315) This line has a length of 137. Maximum allowed is 132. (max-len)
(#5318) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5319) Unexpected space before function parentheses. (space-before-function-paren)
(#5330) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5343) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5355) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5359) Expected { after 'if' condition. (curly)
(#5359) Expected { after 'else'. (curly)
(#5365) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5382) Unexpected space before function parentheses. (space-before-function-paren)
(#5388) Unexpected space before function parentheses. (space-before-function-paren)
(#5389) Comments should not begin with a lowercase character. (capitalized-comments)
(#5395) Comments should not begin with a lowercase character. (capitalized-comments)
(#5403) Unexpected space before function parentheses. (space-before-function-paren)
(#5408) Missing semicolon. (@babel/semi)
(#5413) Unexpected space before function parentheses. (space-before-function-paren)
(#5420) Unexpected space before function parentheses. (space-before-function-paren)
(#5440) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5441) Expected { after 'if' condition. (curly)
(#5443) Unexpected constant condition. (no-constant-condition)
(#5461) Expected { after 'if' condition. (curly)
(#5461) Function '_normalizeEncoding' expected a return value. (consistent-return)
(#5461) Comments should not begin with a lowercase character. (capitalized-comments)
(#5466) Unnecessary semicolon. (no-extra-semi)
(#5470) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5472) This line has a length of 152. Maximum allowed is 132. (max-len)
(#5472) Expected { after 'if' condition. (curly)
(#5481) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5509) Unexpected space before function parentheses. (space-before-function-paren)
(#5510) Expected { after 'if' condition. (curly)
(#5515) Expected { after 'if' condition. (curly)
(#5521) Expected { after 'if' condition. (curly)
(#5531) Expected to return a value at the end of function. (consistent-return)
(#5531) Unexpected space before function parentheses. (space-before-function-paren)
(#5542) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5543) This line has a length of 164. Maximum allowed is 132. (max-len)
(#5543) Expected { after 'if' condition. (curly)
(#5543) Unexpected use of '>>'. (no-bitwise)
(#5543) Expected { after 'if' condition. (curly)
(#5543) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#5543) Unexpected use of '>>'. (no-bitwise)
(#5543) Expected { after 'if' condition. (curly)
(#5543) Unexpected use of '>>'. (no-bitwise)
(#5543) Expected { after 'if' condition. (curly)
(#5550) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5552) Expected { after 'if' condition. (curly)
(#5555) Expected { after 'if' condition. (curly)
(#5558) Expected { after 'if' condition. (curly)
(#5561) Expected { after 'if' condition. (curly)
(#5564) Expected { after 'if' condition. (curly)
(#5568) Expected { after 'if' condition. (curly)
(#5568) Expected { after 'else'. (curly)
(#5583) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5583) Expected to return a value at the end of function 'utf8CheckExtraBytes'. (consistent-return)
(#5584) Unexpected use of '&'. (no-bitwise)
(#5589) Unexpected use of '&'. (no-bitwise)
(#5594) Unexpected use of '&'. (no-bitwise)
(#5603) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5603) Expected to return a value at the end of function 'utf8FillLast'. (consistent-return)
(#5606) Expected { after 'if' condition. (curly)
(#5618) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5620) Expected { after 'if' condition. (curly)
(#5629) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5631) Expected { after 'if' condition. (curly)
(#5639) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5662) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5671) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5673) Expected { after 'if' condition. (curly)
(#5685) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5687) Expected { after 'if' condition. (curly)
(#5692) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5696) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5703) Unexpected space before function parentheses. (space-before-function-paren)
(#5707) Unexpected space before function parentheses. (space-before-function-paren)
(#5715) This line has a length of 144. Maximum allowed is 132. (max-len)
(#5717) Comments should not begin with a lowercase character. (capitalized-comments)
(#5723) Comments should not begin with a lowercase character. (capitalized-comments)
(#5738) Comments should not begin with a lowercase character. (capitalized-comments)
(#5749) Comments should not begin with a lowercase character. (capitalized-comments)
(#5780) Unexpected space before function parentheses. (space-before-function-paren)
(#5784) Unexpected space before function parentheses. (space-before-function-paren)
(#5788) Unexpected space before function parentheses. (space-before-function-paren)
(#5792) Unexpected space before function parentheses. (space-before-function-paren)
(#5796) Unexpected space before function parentheses. (space-before-function-paren)
(#5800) Unexpected space before function parentheses. (space-before-function-paren)
(#5804) Unexpected space before function parentheses. (space-before-function-paren)
(#5810) Unexpected space before function parentheses. (space-before-function-paren)
(#5818) Unexpected space before function parentheses. (space-before-function-paren)
(#5822) Unexpected space before function parentheses. (space-before-function-paren)
(#5830) Unexpected space before function parentheses. (space-before-function-paren)
(#5834) Unexpected space before function parentheses. (space-before-function-paren)
(#5842) Unexpected space before function parentheses. (space-before-function-paren)
(#5846) Unexpected space before function parentheses. (space-before-function-paren)
(#5854) Unexpected space before function parentheses. (space-before-function-paren)
(#5858) Unexpected space before function parentheses. (space-before-function-paren)
(#5866) Unexpected space before function parentheses. (space-before-function-paren)
(#5870) Unexpected space before function parentheses. (space-before-function-paren)
(#5878) Unexpected space before function parentheses. (space-before-function-paren)
(#5882) Unexpected space before function parentheses. (space-before-function-paren)
(#5890) Unexpected space before function parentheses. (space-before-function-paren)
(#5894) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5904) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5913) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5919) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5935) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5936) Expected { after 'if' condition. (curly)
(#5938) Expected { after 'if' condition. (curly)
(#5945) Comments should not begin with a lowercase character. (capitalized-comments)
(#5947) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5948) Expected { after 'if' condition. (curly)
(#5952) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5953) Expected { after 'if' condition. (curly)
(#5957) Comments should not begin with a lowercase character. (capitalized-comments)
(#5958) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5959) Expected { after 'if' condition. (curly)
(#5963) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5964) Expected { after 'if' condition. (curly)
(#5968) Comments should not begin with a lowercase character. (capitalized-comments)
(#5969) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5970) Expected { after 'if' condition. (curly)
(#5974) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5975) Expected { after 'if' condition. (curly)
(#5979) Comments should not begin with a lowercase character. (capitalized-comments)
(#5980) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5981) Expected { after 'if' condition. (curly)
(#5985) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5986) This line has a length of 218. Maximum allowed is 132. (max-len)
(#5989) Comments should not begin with a lowercase character. (capitalized-comments)
(#5994) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5994) Function 'Zlib' has a complexity of 33. Maximum allowed is 20. (complexity)
(#6037) This line has a length of 230. Maximum allowed is 132. (max-len)
(#6052) Unexpected space before function parentheses. (space-before-function-paren)
(#6053) Comments should not begin with a lowercase character. (capitalized-comments)
(#6065) Expected { after 'if' condition. (curly)
(#6068) Expected { after 'if' condition. (curly)
(#6070) This line has a length of 170. Maximum allowed is 132. (max-len)
(#6080) Unexpected space before function parentheses. (space-before-function-paren)
(#6090) Unexpected space before function parentheses. (space-before-function-paren)
(#6094) This line has a length of 201. Maximum allowed is 132. (max-len)
(#6100) Unexpected space before function parentheses. (space-before-function-paren)
(#6106) Expected { after 'if' condition. (curly)
(#6114) Unexpected space before function parentheses. (space-before-function-paren)
(#6121) Unexpected space before function parentheses. (space-before-function-paren)
(#6125) Unexpected space before function parentheses. (space-before-function-paren)
(#6136) Expected { after 'if' condition. (curly)
(#6138) Expected { after 'if' condition. (curly)
(#6141) Unexpected space before function parentheses. (space-before-function-paren)
(#6151) Unexpected space before function parentheses. (space-before-function-paren)
(#6156) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6157) Expected { after 'if' condition. (curly)
(#6160) Expected { after 'if' condition. (curly)
(#6166) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6170) Expected to return a value at the end of function. (consistent-return)
(#6170) Unexpected space before function parentheses. (space-before-function-paren)
(#6176) Expected { after 'if' condition. (curly)
(#6178) Expected { after 'if' condition. (curly)
(#6185) Expected { after 'if' condition. (curly)
(#6187) Comments should not begin with a lowercase character. (capitalized-comments)
(#6197) Expected to return a value at the end of function. (consistent-return)
(#6197) Unexpected space before function parentheses. (space-before-function-paren)
(#6211) Unexpected space before function parentheses. (space-before-function-paren)
(#6217) Comments should not begin with a lowercase character. (capitalized-comments)
(#6218) Comments should not begin with a lowercase character. (capitalized-comments)
(#6219) Comments should not begin with a lowercase character. (capitalized-comments)
(#6220) Comments should not begin with a lowercase character. (capitalized-comments)
(#6221) Comments should not begin with a lowercase character. (capitalized-comments)
(#6221) Expected space or tab after '//' in comment. (spaced-comment)
(#6222) Comments should not begin with a lowercase character. (capitalized-comments)
(#6223) 'res' declared on line 6217 column 37 is used outside of binding context. (block-scoped-var)
(#6223) 'res' declared on line 6217 column 37 is used outside of binding context. (block-scoped-var)
(#6241) Comments should not begin with a lowercase character. (capitalized-comments)
(#6242) Comments should not begin with a lowercase character. (capitalized-comments)
(#6243) Comments should not begin with a lowercase character. (capitalized-comments)
(#6244) Comments should not begin with a lowercase character. (capitalized-comments)
(#6245) Comments should not begin with a lowercase character. (capitalized-comments)
(#6245) Expected space or tab after '//' in comment. (spaced-comment)
(#6246) Comments should not begin with a lowercase character. (capitalized-comments)
(#6251) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6262) Expected { after 'if' condition. (curly)
(#6270) Comments should not begin with a lowercase character. (capitalized-comments)
(#6274) 'buffers' declared on line 6207 column 33 is used outside of binding context. (block-scoped-var)
(#6275) 'nread' declared on line 6208 column 33 is used outside of binding context. (block-scoped-var)
(#6279) Comments should not begin with a lowercase character. (capitalized-comments)
(#6294) Expected { after 'if' condition. (curly)
(#6294) Function 'callback' expected no return value. (consistent-return)
(#6296) This line has a length of 149. Maximum allowed is 132. (max-len)
(#6297) Comments should not begin with a lowercase character. (capitalized-comments)
(#6302) Expected { after 'if' condition. (curly)
(#6302) Function 'callback' expected no return value. (consistent-return)
(#6304) Comments should not begin with a lowercase character. (capitalized-comments)
(#6317) Missing semicolon. (@babel/semi)
(#6322) Unexpected space before function parentheses. (space-before-function-paren)
(#6325) Unexpected space before function parentheses. (space-before-function-paren)
(#6325) Requires a space after '{'. (block-spacing)
(#6347) Unexpected space before function parentheses. (space-before-function-paren)
(#6356) 'i' declared on line 6350 column 38 is used outside of binding context. (block-scoped-var)
(#6359) Unexpected space before function parentheses. (space-before-function-paren)
(#6360) Expected { after 'if' condition. (curly)
(#6361) 'i' declared on line 6350 column 38 is used outside of binding context. (block-scoped-var)
(#6361) Expected { after 'if' condition. (curly)
(#6364) 'i' declared on line 6350 column 38 is used outside of binding context. (block-scoped-var)
(#6366) 'i' declared on line 6350 column 38 is used outside of binding context. (block-scoped-var)
(#6369) 'i' declared on line 6350 column 38 is used outside of binding context. (block-scoped-var)
(#6377) 'i' declared on line 6350 column 38 is used outside of binding context. (block-scoped-var)
(#6377) 'i' declared on line 6350 column 38 is used outside of binding context. (block-scoped-var)
(#6377) 'i' declared on line 6350 column 38 is used outside of binding context. (block-scoped-var)
(#6391) Unexpected space before function parentheses. (space-before-function-paren)
(#6394) Unexpected space before function parentheses. (space-before-function-paren)
(#6405) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6410) Unexpected console statement. (no-console)
(#6412) Unexpected console statement. (no-console)
(#6425) Unexpected space before function parentheses. (space-before-function-paren)
(#6427) Expected { after 'if' condition. (curly)
(#6432) Unexpected space before function parentheses. (space-before-function-paren)
(#6434) Unexpected console statement. (no-console)
(#6437) Unexpected space before function parentheses. (space-before-function-paren)
(#6437) Unexpected empty function. (no-empty-function)
(#6454) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6455) Comments should not begin with a lowercase character. (capitalized-comments)
(#6460) Comments should not begin with a lowercase character. (capitalized-comments)
(#6461) Expected { after 'if' condition. (curly)
(#6462) Expected { after 'if' condition. (curly)
(#6464) Comments should not begin with a lowercase character. (capitalized-comments)
(#6467) Comments should not begin with a lowercase character. (capitalized-comments)
(#6470) Comments should not begin with a lowercase character. (capitalized-comments)
(#6471) Expected { after 'if' condition. (curly)
(#6472) Expected { after 'if' condition. (curly)
(#6473) Expected { after 'if' condition. (curly)
(#6474) Expected { after 'if' condition. (curly)
(#6475) Expected { after 'if' condition. (curly)
(#6513) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6525) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6530) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6533) Unexpected space before function parentheses. (space-before-function-paren)
(#6541) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6541) Function 'formatValue' has a complexity of 31. Maximum allowed is 20. (complexity)
(#6596) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6596) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6643) Unexpected space before function parentheses. (space-before-function-paren)
(#6654) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6654) Expected to return a value at the end of function 'formatPrimitive'. (consistent-return)
(#6656) Expected { after 'if' condition. (curly)
(#6664) Expected { after 'if' condition. (curly)
(#6666) Expected { after 'if' condition. (curly)
(#6669) Expected { after 'if' condition. (curly)
(#6673) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6678) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6688) Unexpected space before function parentheses. (space-before-function-paren)
(#6698) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6724) Unexpected space before function parentheses. (space-before-function-paren)
(#6728) Unexpected space before function parentheses. (space-before-function-paren)
(#6757) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6758) 'numLinesEst' is assigned a value but never used. (no-unused-vars)
(#6759) Unexpected space before function parentheses. (space-before-function-paren)
(#6761) Expected { after 'if' condition. (curly)
(#6762) Unexpected control character(s) in regular expression: \x1b. (no-control-regex)
(#6780) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6786) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6792) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6798) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6799) Use '===' to compare with null. (no-eq-null)
(#6804) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6810) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6816) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6822) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6828) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6834) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6840) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6846) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6853) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6859) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6864) Multiple spaces found before '// ES6 symbol'. (no-multi-spaces)
(#6872) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6877) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6886) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6895) Comments should not begin with a lowercase character. (capitalized-comments)
(#6896) Unexpected space before function parentheses. (space-before-function-paren)
(#6897) Unexpected console statement. (no-console)
(#6916) Unexpected space before function parentheses. (space-before-function-paren)
(#6918) Expected { after 'if' condition. (curly)
(#6928) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6933) Missing semicolon. (@babel/semi)
(#6938) Unexpected space before function parentheses. (space-before-function-paren)
(#6941) Unexpected space before function parentheses. (space-before-function-paren)
(#6941) Requires a space after '{'. (block-spacing)
(#6942) Unexpected space before function parentheses. (space-before-function-paren)
(#6947) Unexpected space before function parentheses. (space-before-function-paren)
(#6948) Unexpected space before function parentheses. (space-before-function-paren)
(#6962) Use '===' to compare with null. (no-eq-null)
(#6968) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6972) Unexpected space before function parentheses. (space-before-function-paren)
(#6976) Unexpected space before function parentheses. (space-before-function-paren)
(#6980) Unexpected space before function parentheses. (space-before-function-paren)
(#6981) Return statement should not contain assignment. (no-return-assign)
(#6981) Use '===' to compare with null. (no-eq-null)
(#6984) Unexpected space before function parentheses. (space-before-function-paren)
(#6985) Use '===' to compare with null. (no-eq-null)
(#6989) Function expected no return value. (consistent-return)
(#6989) Return statement should not contain assignment. (no-return-assign)
(#6992) Unexpected space before function parentheses. (space-before-function-paren)
(#6996) Unexpected space before function parentheses. (space-before-function-paren)
(#6998) Use '===' to compare with null. (no-eq-null)
(#7018) Missing semicolon. (@babel/semi)
(#7023) Unexpected space before function parentheses. (space-before-function-paren)
(#7026) Unexpected space before function parentheses. (space-before-function-paren)
(#7026) Requires a space after '{'. (block-spacing)
(#7027) Unexpected space before function parentheses. (space-before-function-paren)
(#7032) Empty block statement. (no-empty)
(#7035) Unexpected space before function parentheses. (space-before-function-paren)
(#7038) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#7059) Unexpected space before function parentheses. (space-before-function-paren)
(#7062) Return statement should not contain assignment. (no-return-assign)
(#7062) Unexpected space before function parentheses. (space-before-function-paren)
(#7072) Unexpected space before function parentheses. (space-before-function-paren)
(#7074) Use '===' to compare with null. (no-eq-null)
(#7082) Return statement should not contain assignment. (no-return-assign)
(#7096) Empty block statement. (no-empty)
(#7103) Unexpected space before function parentheses. (space-before-function-paren)
(#7104) Return statement should not contain assignment. (no-return-assign)
(#7107) Unexpected space before function parentheses. (space-before-function-paren)
(#7108) Unexpected use of '<<'. (no-bitwise)
(#7111) Unexpected space before function parentheses. (space-before-function-paren)
(#7112) Unexpected use of '<<'. (no-bitwise)
(#7115) Unexpected space before function parentheses. (space-before-function-paren)
(#7116) Unexpected use of '<<'. (no-bitwise)
(#7119) Unexpected space before function parentheses. (space-before-function-paren)
(#7120) Unexpected use of '<<'. (no-bitwise)
(#7132) Missing semicolon. (@babel/semi)
(#7137) Unexpected space before function parentheses. (space-before-function-paren)
(#7141) Unexpected space before function parentheses. (space-before-function-paren)
(#7168) Missing semicolon. (@babel/semi)
(#7173) This line has a length of 186. Maximum allowed is 132. (max-len)
(#7173) Unexpected console statement. (no-console)
(#7186) Missing semicolon. (@babel/semi)
(#7195) Missing semicolon. (@babel/semi)
(#7205) Expected { after 'if' condition. (curly)
(#7212) Unexpected constant condition. (no-constant-condition)
(#7215) Expected { after 'if' condition. (curly)
(#7226) Expected { after 'for-in'. (curly)
(#7229) Expected { after 'if' condition. (curly)
(#7236) Expected { after 'if' condition. (curly)
(#7240) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#7249) Missing semicolon. (@babel/semi)
(#7256) Expected { after 'if' condition. (curly)
(#7259) Missing semicolon. (@babel/semi)
(#7266) Expected { after 'if' condition. (curly)
(#7269) Missing semicolon. (@babel/semi)
(#7286) Unexpected constant condition. (no-constant-condition)
(#7287) This line has a length of 211. Maximum allowed is 132. (max-len)
(#7287) Unexpected console statement. (no-console)
(#7291) Missing semicolon. (@babel/semi)
(#7296) Unexpected space before function parentheses. (space-before-function-paren)
(#7298) This line has a length of 22660. Maximum allowed is 132. (max-len)
(#7298) Missing semicolon. (@babel/semi)
(#7303) Unexpected space before function parentheses. (space-before-function-paren)
(#7305) Comments should not begin with a lowercase character. (capitalized-comments)
(#7307) Unused eslint-disable directive (no problems were reported from 'no-prototype-builtins').
(#7308) Unexpected space before function parentheses. (space-before-function-paren)
(#7316) Unexpected space before function parentheses. (space-before-function-paren)
(#7320) Unexpected space before function parentheses. (space-before-function-paren)
(#7328) Unexpected space before function parentheses. (space-before-function-paren)
(#7331) Unexpected space before function parentheses. (space-before-function-paren)
(#7332) Expected { after 'if' condition. (curly)
(#7332) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#7340) Unexpected space before function parentheses. (space-before-function-paren)
(#7350) Expected to return a value at the end of function 'getOwnPropertyDescriptor'. (consistent-return)
(#7353) Expected { after 'if' condition. (curly)
(#7355) Comments should not begin with a lowercase character. (capitalized-comments)
(#7357) Expected { after 'if' condition. (curly)
(#7364) Unexpected space before function parentheses. (space-before-function-paren)
(#7368) Comments should not begin with a lowercase character. (capitalized-comments)
(#7370) Unexpected space before function parentheses. (space-before-function-paren)
(#7371) Expected { after 'if' condition. (curly)
(#7373) Expected { after 'if' condition. (curly)
(#7374) Expected { after 'if' condition. (curly)
(#7375) Expected { after 'if' condition. (curly)
(#7376) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#7383) Unexpected space before function parentheses. (space-before-function-paren)
(#7385) Comments should not begin with a lowercase character. (capitalized-comments)
(#7389) Unexpected space before function parentheses. (space-before-function-paren)
(#7393) Unexpected space before function parentheses. (space-before-function-paren)
(#7402) Unexpected space before function parentheses. (space-before-function-paren)
(#7409) Unexpected space before function parentheses. (space-before-function-paren)
(#7428) Unexpected space before function parentheses. (space-before-function-paren)
(#7432) Function has a complexity of 30. Maximum allowed is 20. (complexity)
(#7432) Unexpected space before function parentheses. (space-before-function-paren)
(#7434) Unexpected space before function parentheses. (space-before-function-paren)
(#7435) Expected { after 'if' condition. (curly)
(#7456) Do not nest ternary expressions. (no-nested-ternary)
(#7465) Comments should not begin with a lowercase character. (capitalized-comments)
(#7466) Expected { after 'if' condition. (curly)
(#7469) Comments should not begin with a lowercase character. (capitalized-comments)
(#7489) Expected { after 'if' condition. (curly)
(#7490) Expected { after 'if' condition. (curly)
(#7491) Expected { after 'else'. (curly)
(#7500) Unexpected space before function parentheses. (space-before-function-paren)
(#7508) Unexpected space before function parentheses. (space-before-function-paren)
(#7513) Unexpected space before function parentheses. (space-before-function-paren)
(#7521) Unexpected space before function parentheses. (space-before-function-paren)
(#7525) Unexpected space before function parentheses. (space-before-function-paren)
(#7533) Unexpected space before function parentheses. (space-before-function-paren)
(#7538) Unexpected space before function parentheses. (space-before-function-paren)
(#7546) Unexpected space before function parentheses. (space-before-function-paren)
(#7557) Unexpected space before function parentheses. (space-before-function-paren)
(#7562) Expected to return a value at the end of function. (consistent-return)
(#7562) Unexpected space before function parentheses. (space-before-function-paren)
(#7563) Expected { after 'if' condition. (curly)
(#7572) Unexpected space before function parentheses. (space-before-function-paren)
(#7574) Comments should not begin with a lowercase character. (capitalized-comments)
(#7578) Unexpected space before function parentheses. (space-before-function-paren)
(#7582) Comments should not begin with a lowercase character. (capitalized-comments)
(#7583) Expected to return a value at the end of function. (consistent-return)
(#7583) Unexpected space before function parentheses. (space-before-function-paren)
(#7586) Comments should not begin with a lowercase character. (capitalized-comments)
(#7590) Unexpected space before function parentheses. (space-before-function-paren)
(#7592) Return statement should not contain assignment. (no-return-assign)
(#7592) Do not nest ternary expressions. (no-nested-ternary)
(#7592) Do not nest ternary expressions. (no-nested-ternary)
(#7594) Do not nest ternary expressions. (no-nested-ternary)
(#7595) Comments should not begin with a lowercase character. (capitalized-comments)
(#7596) Do not nest ternary expressions. (no-nested-ternary)
(#7605) Unexpected space before function parentheses. (space-before-function-paren)
(#7620) Unexpected space before function parentheses. (space-before-function-paren)
(#7622) Unexpected space before function parentheses. (space-before-function-paren)
(#7623) This line has a length of 175. Maximum allowed is 132. (max-len)
(#7626) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#7627) Unquoted reserved word 'default' used as key. (quote-props)
(#7630) This line has a length of 135. Maximum allowed is 132. (max-len)
(#7630) Unexpected space before function parentheses. (space-before-function-paren)
(#7632) Unexpected space before function parentheses. (space-before-function-paren)
(#7633) This line has a length of 220. Maximum allowed is 132. (max-len)
(#7633) Do not nest ternary expressions. (no-nested-ternary)
(#7639) Unexpected space before function parentheses. (space-before-function-paren)
(#7647) Unexpected space before function parentheses. (space-before-function-paren)
(#7654) Unexpected space before function parentheses. (space-before-function-paren)
(#7656) Expected { after 'if' condition. (curly)
(#7663) Unexpected space before function parentheses. (space-before-function-paren)
(#7671) Unexpected space before function parentheses. (space-before-function-paren)
(#7677) Unexpected space before function parentheses. (space-before-function-paren)
(#7684) Unexpected space before function parentheses. (space-before-function-paren)
(#7687) Unexpected space before function parentheses. (space-before-function-paren)
(#7688) Expected { after 'if' condition. (curly)
(#7688) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#7696) Unexpected space before function parentheses. (space-before-function-paren)
(#7700) Unexpected space before function parentheses. (space-before-function-paren)
(#7708) Unexpected space before function parentheses. (space-before-function-paren)
(#7713) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#7717) Unexpected space before function parentheses. (space-before-function-paren)
(#7725) Unexpected space before function parentheses. (space-before-function-paren)
(#7738) Unexpected space before function parentheses. (space-before-function-paren)
(#7746) Unexpected space before function parentheses. (space-before-function-paren)
(#7751) Unexpected space before function parentheses. (space-before-function-paren)
(#7763) Unexpected space before function parentheses. (space-before-function-paren)
(#7766) Unexpected space before function parentheses. (space-before-function-paren)
(#7768) 'fs' is defined but never used. (no-unused-vars)
(#7776) This line has a length of 374. Maximum allowed is 132. (max-len)
(#7776) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7776) Unexpected use of comma operator. (no-sequences)
(#7776) 'ID' is assigned a value but never used. (no-unused-vars)
(#7776) 'characterClasses' is assigned a value but never used. (no-unused-vars)
(#7778) This line has a length of 197. Maximum allowed is 132. (max-len)
(#7778) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#7778) Unexpected use of comma operator. (no-sequences)
(#7778) 'PR_BRK' is assigned a value but never used. (no-unused-vars)
(#7780) This line has a length of 4770. Maximum allowed is 132. (max-len)
(#7784) Unexpected space before function parentheses. (space-before-function-paren)
(#7787) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#7795) Unexpected space before function parentheses. (space-before-function-paren)
(#7806) Unexpected space before function parentheses. (space-before-function-paren)
(#7821) Unexpected space before function parentheses. (space-before-function-paren)
(#7835) Unexpected space before function parentheses. (space-before-function-paren)
(#7836) Use '===' to compare with null. (no-eq-null)
(#7842) Unexpected space before function parentheses. (space-before-function-paren)
(#7843) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#7845) Use '===' to compare with null. (no-eq-null)
(#7852) Expected to return a value at the end of function. (consistent-return)
(#7852) Unexpected space before function parentheses. (space-before-function-paren)
(#7854) Use '===' to compare with null. (no-eq-null)
(#7865) Expected to return a value at the end of function. (consistent-return)
(#7865) Unexpected space before function parentheses. (space-before-function-paren)
(#7879) Use '===' to compare with null. (no-eq-null)
(#7932) Unexpected space before function parentheses. (space-before-function-paren)
(#7937) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#7938) Multiple spaces found before '/* table of co...*/'. (no-multi-spaces)
(#7938) Comments should not begin with a lowercase character. (capitalized-comments)
(#7939) Multiple spaces found before '/* code -> sym...*/'. (no-multi-spaces)
(#7939) Comments should not begin with a lowercase character. (capitalized-comments)
(#7942) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#7951) Multiple spaces found before '/* dynamic len...*/'. (no-multi-spaces)
(#7951) Comments should not begin with a lowercase character. (capitalized-comments)
(#7952) Multiple spaces found before '/* dynamic dis...*/'. (no-multi-spaces)
(#7952) Comments should not begin with a lowercase character. (capitalized-comments)
(#7962) Comments should not begin with a lowercase character. (capitalized-comments)
(#7966) Comments should not begin with a lowercase character. (capitalized-comments)
(#7970) Comments should not begin with a lowercase character. (capitalized-comments)
(#7977) Comments should not begin with a lowercase character. (capitalized-comments)
(#7986) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#7989) Comments should not begin with a lowercase character. (capitalized-comments)
(#7990) Expected { after 'for' condition. (curly)
(#7991) Expected { after 'for' condition. (curly)
(#7991) Unexpected use of '|'. (no-bitwise)
(#7993) Comments should not begin with a lowercase character. (capitalized-comments)
(#7996) Unexpected use of '<<'. (no-bitwise)
(#8000) Comments should not begin with a lowercase character. (capitalized-comments)
(#8001) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8004) Comments should not begin with a lowercase character. (capitalized-comments)
(#8005) Expected { after 'for' condition. (curly)
(#8011) Expected { after 'for' condition. (curly)
(#8012) Expected { after 'for' condition. (curly)
(#8013) Expected { after 'for' condition. (curly)
(#8014) Expected { after 'for' condition. (curly)
(#8016) Comments should not begin with a lowercase character. (capitalized-comments)
(#8017) Expected { after 'for' condition. (curly)
(#8021) Expected { after 'for' condition. (curly)
(#8024) Comments should not begin with a lowercase character. (capitalized-comments)
(#8027) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8030) Comments should not begin with a lowercase character. (capitalized-comments)
(#8031) Expected { after 'for' condition. (curly)
(#8033) Comments should not begin with a lowercase character. (capitalized-comments)
(#8034) Expected { after 'for' condition. (curly)
(#8038) Comments should not begin with a lowercase character. (capitalized-comments)
(#8044) Comments should not begin with a lowercase character. (capitalized-comments)
(#8046) Expected { after 'if' condition. (curly)
(#8055) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8056) Comments should not begin with a lowercase character. (capitalized-comments)
(#8058) Comments should not begin with a lowercase character. (capitalized-comments)
(#8063) Comments should not begin with a lowercase character. (capitalized-comments)
(#8064) Unexpected use of '&'. (no-bitwise)
(#8065) Unexpected use of '>>>='. (no-bitwise)
(#8070) Comments should not begin with a lowercase character. (capitalized-comments)
(#8071) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8073) Expected { after 'if' condition. (curly)
(#8076) Unexpected use of '|='. (no-bitwise)
(#8076) Unexpected use of '<<'. (no-bitwise)
(#8080) Unexpected use of '&'. (no-bitwise)
(#8080) Unexpected use of '>>>'. (no-bitwise)
(#8081) Unexpected use of '>>>='. (no-bitwise)
(#8086) Comments should not begin with a lowercase character. (capitalized-comments)
(#8087) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8089) Unexpected use of '|='. (no-bitwise)
(#8089) Unexpected use of '<<'. (no-bitwise)
(#8093) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8093) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8096) Comments should not begin with a lowercase character. (capitalized-comments)
(#8098) Unexpected use of '&'. (no-bitwise)
(#8099) Unexpected use of '>>>='. (no-bitwise)
(#8112) Comments should not begin with a lowercase character. (capitalized-comments)
(#8113) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8117) Comments should not begin with a lowercase character. (capitalized-comments)
(#8120) Comments should not begin with a lowercase character. (capitalized-comments)
(#8123) Comments should not begin with a lowercase character. (capitalized-comments)
(#8126) Expected { after 'for' condition. (curly)
(#8128) Comments should not begin with a lowercase character. (capitalized-comments)
(#8130) Comments should not begin with a lowercase character. (capitalized-comments)
(#8135) Comments should not begin with a lowercase character. (capitalized-comments)
(#8138) Comments should not begin with a lowercase character. (capitalized-comments)
(#8144) Comments should not begin with a lowercase character. (capitalized-comments)
(#8151) Comments should not begin with a lowercase character. (capitalized-comments)
(#8157) Comments should not begin with a lowercase character. (capitalized-comments)
(#8163) Comments should not begin with a lowercase character. (capitalized-comments)
(#8169) Comments should not begin with a lowercase character. (capitalized-comments)
(#8179) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8180) Unexpected constant condition. (no-constant-condition)
(#8183) Comments should not begin with a lowercase character. (capitalized-comments)
(#8196) Comments should not begin with a lowercase character. (capitalized-comments)
(#8201) Comments should not begin with a lowercase character. (capitalized-comments)
(#8204) Comments should not begin with a lowercase character. (capitalized-comments)
(#8212) Comments should not begin with a lowercase character. (capitalized-comments)
(#8213) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8217) Comments should not begin with a lowercase character. (capitalized-comments)
(#8223) Comments should not begin with a lowercase character. (capitalized-comments)
(#8227) Comments should not begin with a lowercase character. (capitalized-comments)
(#8231) Comments should not begin with a lowercase character. (capitalized-comments)
(#8232) Unexpected use of '&'. (no-bitwise)
(#8232) Unexpected use of '~'. (no-bitwise)
(#8233) Expected { after 'if' condition. (curly)
(#8237) Comments should not begin with a lowercase character. (capitalized-comments)
(#8239) Expected { after 'for' condition. (curly)
(#8241) Comments should not begin with a lowercase character. (capitalized-comments)
(#8247) Comments should not begin with a lowercase character. (capitalized-comments)
(#8248) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8253) Comments should not begin with a lowercase character. (capitalized-comments)
(#8256) Comments should not begin with a lowercase character. (capitalized-comments)
(#8259) Comments should not begin with a lowercase character. (capitalized-comments)
(#8262) Comments should not begin with a lowercase character. (capitalized-comments)
(#8266) Comments should not begin with a lowercase character. (capitalized-comments)
(#8270) Comments should not begin with a lowercase character. (capitalized-comments)
(#8279) Expected { after 'if' condition. (curly)
(#8285) Expected { after 'if' condition. (curly)
(#8287) Expected { after 'else'. (curly)
(#8300) Comments should not begin with a lowercase character. (capitalized-comments)
(#8304) Comments should not begin with a lowercase character. (capitalized-comments)
(#8314) Unexpected space before function parentheses. (space-before-function-paren)
(#8324) Missing JSDoc @param "styleDictionary" declaration. (jsdoc/require-param)
(#8324) Missing JSDoc @param "defaultStyle" declaration. (jsdoc/require-param)
(#8329) Expected @param names to be "styleDictionary, defaultStyle". Got "named, optional". (jsdoc/check-param-names)
(#8342) Unexpected space before function parentheses. (space-before-function-paren)
(#8345) Unexpected space before function parentheses. (space-before-function-paren)
(#8358) Unexpected space before function parentheses. (space-before-function-paren)
(#8368) Unexpected space before function parentheses. (space-before-function-paren)
(#8384) Unexpected space before function parentheses. (space-before-function-paren)
(#8422) Expected space or tab after '//' in comment. (spaced-comment)
(#8432) Unexpected space before function parentheses. (space-before-function-paren)
(#8446) Missing JSDoc @param "callback" declaration. (jsdoc/require-param)
(#8451) Expected @param names to be "item, callback". Got "item, function". (jsdoc/check-param-names)
(#8454) Unexpected space before function parentheses. (space-before-function-paren)
(#8471) Unexpected space before function parentheses. (space-before-function-paren)
(#8477) Comments should not begin with a lowercase character. (capitalized-comments)
(#8483) Comments should not begin with a lowercase character. (capitalized-comments)
(#8498) Unexpected space before function parentheses. (space-before-function-paren)
(#8506) Missing JSDoc @param "pageSize" declaration. (jsdoc/require-param)
(#8506) Missing JSDoc @param "pageMargins" declaration. (jsdoc/require-param)
(#8531) Unexpected space before function parentheses. (space-before-function-paren)
(#8552) Unexpected space before function parentheses. (space-before-function-paren)
(#8561) Unexpected tab character. (no-tabs)
(#8561) Comments should not begin with a lowercase character. (capitalized-comments)
(#8561) Expected space or tab after '//' in comment. (spaced-comment)
(#8567) Unexpected space before function parentheses. (space-before-function-paren)
(#8576) Unexpected space before function parentheses. (space-before-function-paren)
(#8585) Unexpected space before function parentheses. (space-before-function-paren)
(#8596) Unexpected space before function parentheses. (space-before-function-paren)
(#8625) Unexpected space before function parentheses. (space-before-function-paren)
(#8630) Unexpected space before function parentheses. (space-before-function-paren)
(#8637) Unexpected space before function parentheses. (space-before-function-paren)
(#8640) This line has a length of 143. Maximum allowed is 132. (max-len)
(#8643) Unexpected space before function parentheses. (space-before-function-paren)
(#8651) Unexpected space before function parentheses. (space-before-function-paren)
(#8662) Unexpected space before function parentheses. (space-before-function-paren)
(#8674) Unexpected space before function parentheses. (space-before-function-paren)
(#8686) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8696) Unexpected space before function parentheses. (space-before-function-paren)
(#8717) Unexpected space before function parentheses. (space-before-function-paren)
(#8748) Unexpected space before function parentheses. (space-before-function-paren)
(#8759) Unexpected space before function parentheses. (space-before-function-paren)
(#8767) Unexpected space before function parentheses. (space-before-function-paren)
(#8784) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8810) Unexpected space before function parentheses. (space-before-function-paren)
(#8815) Missing JSDoc @param "maxWidth" declaration. (jsdoc/require-param)
(#8820) Expected @param names to be "maxWidth". Got "Maximum". (jsdoc/check-param-names)
(#8830) Unexpected space before function parentheses. (space-before-function-paren)
(#8833) Unexpected space before function parentheses. (space-before-function-paren)
(#8839) Unexpected space before function parentheses. (space-before-function-paren)
(#8850) Unexpected space before function parentheses. (space-before-function-paren)
(#8866) Unexpected space before function parentheses. (space-before-function-paren)
(#8874) Unexpected space before function parentheses. (space-before-function-paren)
(#8877) Unexpected space before function parentheses. (space-before-function-paren)
(#8890) Unexpected space before function parentheses. (space-before-function-paren)
(#8894) Unexpected space before function parentheses. (space-before-function-paren)
(#8894) Requires a space after '{'. (block-spacing)
(#8916) Expected space or tab after '/*' in comment. (spaced-comment)
(#8919) Expected space or tab after '/*' in comment. (spaced-comment)
(#8923) Expected space or tab after '/*' in comment. (spaced-comment)
(#8925) Expected space or tab after '/*' in comment. (spaced-comment)
(#8927) Expected space or tab after '/*' in comment. (spaced-comment)
(#8929) Expected space or tab after '/*' in comment. (spaced-comment)
(#8933) Expected space or tab after '/*' in comment. (spaced-comment)
(#8934) 'EE' is assigned a value but never used. (no-unused-vars)
(#8936) Unexpected space before function parentheses. (space-before-function-paren)
(#8939) Expected space or tab after '/*' in comment. (spaced-comment)
(#8941) Expected space or tab after '/*' in comment. (spaced-comment)
(#8943) Expected space or tab after '/*' in comment. (spaced-comment)
(#8945) Expected space or tab after '/*' in comment. (spaced-comment)
(#8948) Unexpected space before function parentheses. (space-before-function-paren)
(#8948) Unexpected empty function. (no-empty-function)
(#8951) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8955) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8959) Expected space or tab after '/*' in comment. (spaced-comment)
(#8961) Expected space or tab after '/*' in comment. (spaced-comment)
(#8964) Expected space or tab after '/*' in comment. (spaced-comment)
(#8966) Expected space or tab after '/*' in comment. (spaced-comment)
(#8972) Unexpected space before function parentheses. (space-before-function-paren)
(#8972) Unexpected empty function. (no-empty-function)
(#8975) Expected space or tab after '/*' in comment. (spaced-comment)
(#8985) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#8985) Expected to return a value at the end of function 'prependListener'. (consistent-return)
(#8988) Expected { after 'if' condition. (curly)
(#8994) This line has a length of 233. Maximum allowed is 132. (max-len)
(#8994) Expected { after 'if' condition. (curly)
(#8994) Expected { after 'if' condition. (curly)
(#8994) Expected { after 'else'. (curly)
(#8994) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#8997) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9009) Comments should not begin with a lowercase character. (capitalized-comments)
(#9013) Expected { after 'if' condition. (curly)
(#9015) Comments should not begin with a lowercase character. (capitalized-comments)
(#9021) This line has a length of 200. Maximum allowed is 132. (max-len)
(#9021) Expected { after 'if' condition. (curly)
(#9021) Expected { after 'if' condition. (curly)
(#9021) Expected { after 'else'. (curly)
(#9021) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#9023) Comments should not begin with a lowercase character. (capitalized-comments)
(#9038) Comments should not begin with a lowercase character. (capitalized-comments)
(#9044) Comments should not begin with a lowercase character. (capitalized-comments)
(#9051) Comments should not begin with a lowercase character. (capitalized-comments)
(#9059) Comments should not begin with a lowercase character. (capitalized-comments)
(#9062) Comments should not begin with a lowercase character. (capitalized-comments)
(#9068) Expected { after 'if' condition. (curly)
(#9074) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9077) Expected { after 'if' condition. (curly)
(#9081) Comments should not begin with a lowercase character. (capitalized-comments)
(#9085) Expected { after 'if' condition. (curly)
(#9087) Expected { after 'if' condition. (curly)
(#9094) Unexpected space before function parentheses. (space-before-function-paren)
(#9100) Unexpected space before function parentheses. (space-before-function-paren)
(#9101) Comments should not begin with a lowercase character. (capitalized-comments)
(#9107) Comments should not begin with a lowercase character. (capitalized-comments)
(#9115) Unexpected space before function parentheses. (space-before-function-paren)
(#9124) Unexpected space before function parentheses. (space-before-function-paren)
(#9145) Unexpected space before function parentheses. (space-before-function-paren)
(#9149) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9156) Expected { after 'if' condition. (curly)
(#9160) This line has a length of 138. Maximum allowed is 132. (max-len)
(#9165) This line has a length of 169. Maximum allowed is 132. (max-len)
(#9165) Expected { after 'if' condition. (curly)
(#9165) Expected { after 'else'. (curly)
(#9172) This line has a length of 157. Maximum allowed is 132. (max-len)
(#9172) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#9172) Expected { after 'if' condition. (curly)
(#9172) Expected { after 'else'. (curly)
(#9185) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9190) Comments should not begin with a lowercase character. (capitalized-comments)
(#9192) Expected { after 'if' condition. (curly)
(#9192) Expected { after 'else'. (curly)
(#9194) Expected { after 'if' condition. (curly)
(#9199) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9207) Comments should not begin with a lowercase character. (capitalized-comments)
(#9214) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9218) Unexpected space before function parentheses. (space-before-function-paren)
(#9222) Comments should not begin with a lowercase character. (capitalized-comments)
(#9223) Unexpected space before function parentheses. (space-before-function-paren)
(#9224) Expected { after 'if' condition. (curly)
(#9233) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9240) Unexpected use of '|='. (no-bitwise)
(#9240) Unexpected use of '>>>'. (no-bitwise)
(#9241) Unexpected use of '|='. (no-bitwise)
(#9241) Unexpected use of '>>>'. (no-bitwise)
(#9242) Unexpected use of '|='. (no-bitwise)
(#9242) Unexpected use of '>>>'. (no-bitwise)
(#9243) Unexpected use of '|='. (no-bitwise)
(#9243) Unexpected use of '>>>'. (no-bitwise)
(#9244) Unexpected use of '|='. (no-bitwise)
(#9244) Unexpected use of '>>>'. (no-bitwise)
(#9252) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9253) Expected { after 'if' condition. (curly)
(#9254) Expected { after 'if' condition. (curly)
(#9255) Comparing to itself is potentially pointless. (no-self-compare)
(#9257) Expected { after 'if' condition. (curly)
(#9257) Expected { after 'else'. (curly)
(#9260) Expected { after 'if' condition. (curly)
(#9261) Expected { after 'if' condition. (curly)
(#9270) Comments should not begin with a lowercase character. (capitalized-comments)
(#9271) Function has a complexity of 25. Maximum allowed is 20. (complexity)
(#9271) Unexpected space before function parentheses. (space-before-function-paren)
(#9277) Expected { after 'if' condition. (curly)
(#9279) Comments should not begin with a lowercase character. (capitalized-comments)
(#9284) Expected { after 'if' condition. (curly)
(#9284) Expected { after 'else'. (curly)
(#9290) Comments should not begin with a lowercase character. (capitalized-comments)
(#9292) Expected { after 'if' condition. (curly)
(#9322) Comments should not begin with a lowercase character. (capitalized-comments)
(#9328) Comments should not begin with a lowercase character. (capitalized-comments)
(#9337) Comments should not begin with a lowercase character. (capitalized-comments)
(#9338) Expected { after 'if' condition. (curly)
(#9339) Comments should not begin with a lowercase character. (capitalized-comments)
(#9344) Expected { after 'if' condition. (curly)
(#9348) Expected { after 'if' condition. (curly)
(#9348) Expected { after 'else'. (curly)
(#9360) Expected { after 'if' condition. (curly)
(#9363) Expected { after 'if' condition. (curly)
(#9366) Expected { after 'if' condition. (curly)
(#9371) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9372) Expected { after 'if' condition. (curly)
(#9382) Comments should not begin with a lowercase character. (capitalized-comments)
(#9389) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9395) Expected { after 'if' condition. (curly)
(#9395) Expected { after 'else'. (curly)
(#9399) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9405) Comments should not begin with a lowercase character. (capitalized-comments)
(#9411) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9418) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9424) Comments should not begin with a lowercase character. (capitalized-comments)
(#9425) Expected { after 'if' condition. (curly)
(#9425) Expected { after 'else'. (curly)
(#9430) Comments should not begin with a lowercase character. (capitalized-comments)
(#9434) Unexpected space before function parentheses. (space-before-function-paren)
(#9438) Unexpected space before function parentheses. (space-before-function-paren)
(#9459) Expected { after 'if' condition. (curly)
(#9459) Expected { after 'else'. (curly)
(#9463) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9473) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9478) Comments should not begin with a lowercase character. (capitalized-comments)
(#9487) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9489) Comments should not begin with a lowercase character. (capitalized-comments)
(#9501) Comments should not begin with a lowercase character. (capitalized-comments)
(#9506) Expected { after 'if' condition. (curly)
(#9516) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9525) This line has a length of 162. Maximum allowed is 132. (max-len)
(#9534) Comments should not begin with a lowercase character. (capitalized-comments)
(#9536) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9540) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#9540) Expected { after 'if' condition. (curly)
(#9547) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9554) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9562) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9567) Comments should not begin with a lowercase character. (capitalized-comments)
(#9570) Comments should not begin with a lowercase character. (capitalized-comments)
(#9579) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9580) Unexpected space before function parentheses. (space-before-function-paren)
(#9583) Expected { after 'if' condition. (curly)
(#9584) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#9591) Unexpected space before function parentheses. (space-before-function-paren)
(#9595) Comments should not begin with a lowercase character. (capitalized-comments)
(#9596) Expected { after 'if' condition. (curly)
(#9598) Comments should not begin with a lowercase character. (capitalized-comments)
(#9600) Comments should not begin with a lowercase character. (capitalized-comments)
(#9601) Expected { after 'if' condition. (curly)
(#9603) Expected { after 'if' condition. (curly)
(#9605) Comments should not begin with a lowercase character. (capitalized-comments)
(#9609) Expected { after 'if' condition. (curly)
(#9613) Comments should not begin with a lowercase character. (capitalized-comments)
(#9616) Comments should not begin with a lowercase character. (capitalized-comments)
(#9629) Comments should not begin with a lowercase character. (capitalized-comments)
(#9631) Expected { after 'if' condition. (curly)
(#9635) Expected { after 'if' condition. (curly)
(#9642) Comments should not begin with a lowercase character. (capitalized-comments)
(#9644) Unexpected space before function parentheses. (space-before-function-paren)
(#9649) Expected { after 'if' condition. (curly)
(#9667) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9672) Comments should not begin with a lowercase character. (capitalized-comments)
(#9674) Unexpected space before function parentheses. (space-before-function-paren)
(#9684) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9691) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9701) Expected { after 'if' condition. (curly)
(#9704) Unexpected space before function parentheses. (space-before-function-paren)
(#9714) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9717) Empty block statement. (no-empty)
(#9721) Comments should not begin with a lowercase character. (capitalized-comments)
(#9724) Unexpected space before function parentheses. (space-before-function-paren)
(#9730) Unexpected space before function parentheses. (space-before-function-paren)
(#9734) Expected { after 'if' condition. (curly)
(#9740) Unexpected space before function parentheses. (space-before-function-paren)
(#9742) Expected { after 'if' condition. (curly)
(#9744) Comments should not begin with a lowercase character. (capitalized-comments)
(#9745) This line has a length of 165. Maximum allowed is 132. (max-len)
(#9745) Expected { after 'if' condition. (curly)
(#9745) Expected { after 'if' condition. (curly)
(#9754) Comments should not begin with a lowercase character. (capitalized-comments)
(#9758) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#9758) Unexpected space before function parentheses. (space-before-function-paren)
(#9759) Unexpected space before function parentheses. (space-before-function-paren)
(#9766) Comments should not begin with a lowercase character. (capitalized-comments)
(#9771) Comments should not begin with a lowercase character. (capitalized-comments)
(#9773) Unexpected space before function parentheses. (space-before-function-paren)
(#9784) Comments should not begin with a lowercase character. (capitalized-comments)
(#9791) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9792) Comments should not begin with a lowercase character. (capitalized-comments)
(#9793) Expected { after 'if' condition. (curly)
(#9796) Expected { after 'if' condition. (curly)
(#9797) Comments should not begin with a lowercase character. (capitalized-comments)
(#9798) This line has a length of 187. Maximum allowed is 132. (max-len)
(#9798) Expected { after 'if' condition. (curly)
(#9798) Expected { after 'if' condition. (curly)
(#9798) Expected { after 'else'. (curly)
(#9798) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#9801) Comments should not begin with a lowercase character. (capitalized-comments)
(#9811) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9814) Comments should not begin with a lowercase character. (capitalized-comments)
(#9818) Comments should not begin with a lowercase character. (capitalized-comments)
(#9821) Comments should not begin with a lowercase character. (capitalized-comments)
(#9831) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9836) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#9839) Expected { after 'if' condition. (curly)
(#9839) Expected { after 'else'. (curly)
(#9844) Expected { after 'if' condition. (curly)
(#9844) Expected { after 'else'. (curly)
(#9860) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9866) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#9874) Expected { after 'if' condition. (curly)
(#9874) Expected { after 'else'. (curly)
(#9887) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9892) Expected { after 'if' condition. (curly)
(#9900) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9909) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9909) 'forEach' is defined but never used. (no-unused-vars)
(#9915) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9917) Expected { after 'if' condition. (curly)
(#9923) Missing semicolon. (@babel/semi)
(#9928) Unexpected space before function parentheses. (space-before-function-paren)
(#9936) Unexpected space before function parentheses. (space-before-function-paren)
(#9941) Expected space or tab after '/*' in comment. (spaced-comment)
(#9944) Expected space or tab after '/*' in comment. (spaced-comment)
(#9947) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9962) Comments should not begin with a lowercase character. (capitalized-comments)
(#9969) Comments should not begin with a lowercase character. (capitalized-comments)
(#9974) Unexpected space before function parentheses. (space-before-function-paren)
(#9988) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10005) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10017) Unexpected space before function parentheses. (space-before-function-paren)
(#10088) Expected space or tab after '/*' in comment. (spaced-comment)
(#10091) Expected space or tab after '/*' in comment. (spaced-comment)
(#10095) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10095) Expected to return a value at the end of function 'afterTransform'. (consistent-return)
(#10108) Use '===' to compare with null. (no-eq-null)
(#10108) Comments should not begin with a lowercase character. (capitalized-comments)
(#10109) Expected { after 'if' condition. (curly)
(#10120) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10121) Expected { after 'if' condition. (curly)
(#10134) Comments should not begin with a lowercase character. (capitalized-comments)
(#10137) Comments should not begin with a lowercase character. (capitalized-comments)
(#10143) Expected { after 'if' condition. (curly)
(#10145) Expected { after 'if' condition. (curly)
(#10152) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10156) Unexpected space before function parentheses. (space-before-function-paren)
(#10164) Unexpected space before function parentheses. (space-before-function-paren)
(#10179) Unexpected space before function parentheses. (space-before-function-paren)
(#10183) Unexpected space before function parentheses. (space-before-function-paren)
(#10190) Expected { after 'if' condition. (curly)
(#10197) Unexpected space before function parentheses. (space-before-function-paren)
(#10204) Comments should not begin with a lowercase character. (capitalized-comments)
(#10210) Unexpected space before function parentheses. (space-before-function-paren)
(#10213) Unexpected space before function parentheses. (space-before-function-paren)
(#10219) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10220) Expected { after 'if' condition. (curly)
(#10222) Use '===' to compare with null. (no-eq-null)
(#10222) Comments should not begin with a lowercase character. (capitalized-comments)
(#10223) Expected { after 'if' condition. (curly)
(#10225) Comments should not begin with a lowercase character. (capitalized-comments)
(#10227) Expected { after 'if' condition. (curly)
(#10229) Expected { after 'if' condition. (curly)
(#10237) Unexpected space before function parentheses. (space-before-function-paren)
(#10240) Unexpected space before function parentheses. (space-before-function-paren)
(#10240) Requires a space after '{'. (block-spacing)
(#10247) Unexpected space before function parentheses. (space-before-function-paren)
(#10249) Unexpected space before function parentheses. (space-before-function-paren)
(#10250) Unexpected space before function parentheses. (space-before-function-paren)
(#10254) Unexpected space before function parentheses. (space-before-function-paren)
(#10256) Expected { after 'if' condition. (curly)
(#10259) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10264) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#10274) Unexpected space before function parentheses. (space-before-function-paren)
(#10277) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10280) Use '===' to compare with null. (no-eq-null)
(#10292) Unexpected space before function parentheses. (space-before-function-paren)
(#10295) Unexpected space before function parentheses. (space-before-function-paren)
(#10296) Unexpected space before function parentheses. (space-before-function-paren)
(#10298) Return statement should not contain assignment. (no-return-assign)
(#10304) Unexpected space before function parentheses. (space-before-function-paren)
(#10310) Use '===' to compare with null. (no-eq-null)
(#10325) Unexpected space before function parentheses. (space-before-function-paren)
(#10334) Unexpected space before function parentheses. (space-before-function-paren)
(#10353) Unexpected space before function parentheses. (space-before-function-paren)
(#10368) Missing semicolon. (@babel/semi)
(#10373) Unexpected space before function parentheses. (space-before-function-paren)
(#10377) Unexpected space before function parentheses. (space-before-function-paren)
(#10379) Comments should not begin with a lowercase character. (capitalized-comments)
(#10382) Expected space or tab after '/*' in comment. (spaced-comment)
(#10388) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10413) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10417) Use '===' to compare with null. (no-eq-null)
(#10420) Comments should not begin with a lowercase character. (capitalized-comments)
(#10449) Unexpected space before function parentheses. (space-before-function-paren)
(#10450) Unexpected empty function 'foo'. (no-empty-function)
(#10454) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10458) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10491) Unnecessary escape character: \(. (no-useless-escape)
(#10493) Comments should not begin with a lowercase character. (capitalized-comments)
(#10494) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10499) Function 'getName' expected no return value. (consistent-return)
(#10503) Function 'getName' expected no return value. (consistent-return)
(#10522) Comments should not begin with a lowercase character. (capitalized-comments)
(#10527) Comments should not begin with a lowercase character. (capitalized-comments)
(#10531) Comments should not begin with a lowercase character. (capitalized-comments)
(#10542) Comments should not begin with a lowercase character. (capitalized-comments)
(#10545) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10553) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10562) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10579) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10599) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10600) Expected { after 'if' condition. (curly)
(#10610) Expected { after 'if' condition. (curly)
(#10637) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10637) Function '_deepEqual' has a complexity of 26. Maximum allowed is 20. (complexity)
(#10703) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10707) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10709) Expected { after 'if' condition. (curly)
(#10710) Comments should not begin with a lowercase character. (capitalized-comments)
(#10712) Expected { after 'if' condition. (curly)
(#10714) Expected { after 'if' condition. (curly)
(#10718) Expected { after 'if' condition. (curly)
(#10727) Comments should not begin with a lowercase character. (capitalized-comments)
(#10730) Expected { after 'if' condition. (curly)
(#10731) Comments should not begin with a lowercase character. (capitalized-comments)
(#10731) Expected space or tab after '//' in comment. (spaced-comment)
(#10734) Expected space or tab after '//' in comment. (spaced-comment)
(#10737) Expected { after 'if' condition. (curly)
(#10739) Comments should not begin with a lowercase character. (capitalized-comments)
(#10739) Expected space or tab after '//' in comment. (spaced-comment)
(#10740) Expected space or tab after '//' in comment. (spaced-comment)
(#10744) Expected { after 'if' condition. (curly)
(#10760) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10785) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10809) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10819) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10819) Function '_throws' has a complexity of 21. Maximum allowed is 20. (complexity)
(#10860) Unexpected space before function parentheses. (space-before-function-paren)
(#10860) Comments should not begin with a lowercase character. (capitalized-comments)
(#10860) Expected space or tab after '/*' in comment. (spaced-comment)
(#10860) Comments should not begin with a lowercase character. (capitalized-comments)
(#10860) Expected space or tab after '/*' in comment. (spaced-comment)
(#10865) Unexpected space before function parentheses. (space-before-function-paren)
(#10865) Comments should not begin with a lowercase character. (capitalized-comments)
(#10865) Expected space or tab after '/*' in comment. (spaced-comment)
(#10865) Comments should not begin with a lowercase character. (capitalized-comments)
(#10865) Expected space or tab after '/*' in comment. (spaced-comment)
(#10869) Unexpected space before function parentheses. (space-before-function-paren)
(#10870) Expected { after 'if' condition. (curly)
(#10873) Unexpected space before function parentheses. (space-before-function-paren)
(#10876) Expected { after 'if' condition. (curly)
(#10882) Missing semicolon. (@babel/semi)
(#10887) Unexpected space before function parentheses. (space-before-function-paren)
(#10915) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10916) Unexpected use of '|'. (no-bitwise)
(#10916) Unexpected use of '&'. (no-bitwise)
(#10917) Unexpected use of '|'. (no-bitwise)
(#10917) Unexpected use of '&'. (no-bitwise)
(#10917) Unexpected use of '>>>'. (no-bitwise)
(#10928) Unexpected use of '|'. (no-bitwise)
(#10929) Unexpected use of '|'. (no-bitwise)
(#10936) Unexpected use of '|'. (no-bitwise)
(#10936) Unexpected use of '|'. (no-bitwise)
(#10936) Unexpected use of '<<'. (no-bitwise)
(#10946) Unexpected space before function parentheses. (space-before-function-paren)
(#10975) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10976) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10981) Unexpected use of '&'. (no-bitwise)
(#10981) Unexpected use of '^'. (no-bitwise)
(#10981) Unexpected use of '>>>'. (no-bitwise)
(#10981) Unexpected use of '>>>'. (no-bitwise)
(#10993) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#10997) Unexpected use of '^='. (no-bitwise)
(#11000) Unexpected use of '^'. (no-bitwise)
(#11000) Unexpected use of '>>>'. (no-bitwise)
(#11000) Unexpected use of '&'. (no-bitwise)
(#11000) Unexpected use of '^'. (no-bitwise)
(#11003) Unexpected use of '^'. (no-bitwise)
(#11013) Unexpected space before function parentheses. (space-before-function-paren)
(#11015) This line has a length of 1081. Maximum allowed is 132. (max-len)
(#11015) Missing semicolon. (@babel/semi)
(#11020) Unexpected space before function parentheses. (space-before-function-paren)
(#11022) This line has a length of 15921. Maximum allowed is 132. (max-len)
(#11022) Missing semicolon. (@babel/semi)
(#11027) Unexpected space before function parentheses. (space-before-function-paren)
(#11030) Unexpected space before function parentheses. (space-before-function-paren)
(#11037) Unexpected space before function parentheses. (space-before-function-paren)
(#11038) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#11041) Use '===' to compare with null. (no-eq-null)
(#11044) Unexpected space before function parentheses. (space-before-function-paren)
(#11049) Use '===' to compare with null. (no-eq-null)
(#11070) Use '===' to compare with null. (no-eq-null)
(#11071) This line has a length of 178. Maximum allowed is 132. (max-len)
(#11071) Do not nest ternary expressions. (no-nested-ternary)
(#11071) Use '===' to compare with null. (no-eq-null)
(#11071) Use '===' to compare with null. (no-eq-null)
(#11076) 'i' is assigned a value but never used. (no-unused-vars)
(#11083) Unexpected space before function parentheses. (space-before-function-paren)
(#11102) Unexpected space before function parentheses. (space-before-function-paren)
(#11139) Unexpected space before function parentheses. (space-before-function-paren)
(#11142) Unexpected space before function parentheses. (space-before-function-paren)
(#11147) Unexpected space before function parentheses. (space-before-function-paren)
(#11148) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#11149) Use '===' to compare with null. (no-eq-null)
(#11152) Unexpected space before function parentheses. (space-before-function-paren)
(#11154) Use '===' to compare with null. (no-eq-null)
(#11159) Use '===' to compare with null. (no-eq-null)
(#11165) Unexpected space before function parentheses. (space-before-function-paren)
(#11186) Unexpected space before function parentheses. (space-before-function-paren)
(#11206) Unexpected space before function parentheses. (space-before-function-paren)
(#11208) Use '===' to compare with null. (no-eq-null)
(#11211) Use '===' to compare with null. (no-eq-null)
(#11223) Use '===' to compare with null. (no-eq-null)
(#11233) Unexpected space before function parentheses. (space-before-function-paren)
(#11235) Use '===' to compare with null. (no-eq-null)
(#11249) Use '===' to compare with null. (no-eq-null)
(#11272) Unexpected space before function parentheses. (space-before-function-paren)
(#11274) Unexpected space before function parentheses. (space-before-function-paren)
(#11276) Unexpected space before function parentheses. (space-before-function-paren)
(#11286) Unexpected space before function parentheses. (space-before-function-paren)
(#11290) Comments should not begin with a lowercase character. (capitalized-comments)
(#11292) Unexpected space before function parentheses. (space-before-function-paren)
(#11300) Unexpected space before function parentheses. (space-before-function-paren)
(#11302) Unexpected space before function parentheses. (space-before-function-paren)
(#11303) Expected { after 'if' condition. (curly)
(#11303) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#11311) Unexpected space before function parentheses. (space-before-function-paren)
(#11313) Unexpected space before function parentheses. (space-before-function-paren)
(#11321) Unexpected space before function parentheses. (space-before-function-paren)
(#11329) Unexpected space before function parentheses. (space-before-function-paren)
(#11341) Expected { after 'while' condition. (curly)
(#11349) Unexpected space before function parentheses. (space-before-function-paren)
(#11356) Unexpected space before function parentheses. (space-before-function-paren)
(#11361) Expected { after 'for-in'. (curly)
(#11361) Expected { after 'if' condition. (curly)
(#11361) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11363) Expected { after 'while' condition. (curly)
(#11364) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11364) Unexpected use of '~'. (no-bitwise)
(#11373) Unexpected space before function parentheses. (space-before-function-paren)
(#11378) Unexpected space before function parentheses. (space-before-function-paren)
(#11387) Unexpected space before function parentheses. (space-before-function-paren)
(#11394) Unexpected space before function parentheses. (space-before-function-paren)
(#11406) Unexpected space before function parentheses. (space-before-function-paren)
(#11420) Unexpected space before function parentheses. (space-before-function-paren)
(#11427) Unexpected space before function parentheses. (space-before-function-paren)
(#11436) Unexpected space before function parentheses. (space-before-function-paren)
(#11447) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#11448) Unquoted reserved word 'default' used as key. (quote-props)
(#11451) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#11451) Unexpected space before function parentheses. (space-before-function-paren)
(#11452) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#11457) Expected { after 'if' condition. (curly)
(#11462) Unexpected space before function parentheses. (space-before-function-paren)
(#11463) Expected { after 'if' condition. (curly)
(#11464) Expected { after 'if' condition. (curly)
(#11472) Unexpected space before function parentheses. (space-before-function-paren)
(#11490) Expected to return a value at the end of function. (consistent-return)
(#11490) Unexpected space before function parentheses. (space-before-function-paren)
(#11491) Comments should not begin with a lowercase character. (capitalized-comments)
(#11494) Expected { after 'if' condition. (curly)
(#11495) Comments should not begin with a lowercase character. (capitalized-comments)
(#11497) Expected { after 'if' condition. (curly)
(#11502) Unexpected space before function parentheses. (space-before-function-paren)
(#11503) Unexpected space before function parentheses. (space-before-function-paren)
(#11505) Multiple spaces found before '// collection ...'. (no-multi-spaces)
(#11505) Comments should not begin with a lowercase character. (capitalized-comments)
(#11506) Comments should not begin with a lowercase character. (capitalized-comments)
(#11507) Multiple spaces found before '// first entry'. (no-multi-spaces)
(#11507) Comments should not begin with a lowercase character. (capitalized-comments)
(#11508) Multiple spaces found before '// last entry'. (no-multi-spaces)
(#11508) Comments should not begin with a lowercase character. (capitalized-comments)
(#11509) Multiple spaces found before '// size'. (no-multi-spaces)
(#11509) Comments should not begin with a lowercase character. (capitalized-comments)
(#11510) Expected { after 'if' condition. (curly)
(#11518) Expected { after 'if' condition. (curly)
(#11521) 'that' declared on line 11516 column 42 is used outside of binding context. (block-scoped-var)
(#11521) 'that' declared on line 11516 column 42 is used outside of binding context. (block-scoped-var)
(#11522) 'that' declared on line 11516 column 42 is used outside of binding context. (block-scoped-var)
(#11526) Unexpected space before function parentheses. (space-before-function-paren)
(#11534) Expected { after 'if' condition. (curly)
(#11535) Expected { after 'if' condition. (curly)
(#11536) Expected { after 'if' condition. (curly)
(#11537) Expected { after 'if' condition. (curly)
(#11548) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#11550) Comments should not begin with a lowercase character. (capitalized-comments)
(#11551) Expected { after 'while' condition. (curly)
(#11560) Expected { after 'if' condition. (curly)
(#11561) Unexpected space before function parentheses. (space-before-function-paren)
(#11567) Unexpected space before function parentheses. (space-before-function-paren)
(#11570) Comments should not begin with a lowercase character. (capitalized-comments)
(#11573) Comments should not begin with a lowercase character. (capitalized-comments)
(#11577) Multiple spaces found before '// <- key'. (no-multi-spaces)
(#11578) Multiple spaces found before '// <- value'. (no-multi-spaces)
(#11579) Multiple spaces found before '// <- previous...'. (no-multi-spaces)
(#11580) Multiple spaces found before '// <- next ent...'. (no-multi-spaces)
(#11581) Multiple spaces found before '// <- removed'. (no-multi-spaces)
(#11583) Expected { after 'if' condition. (curly)
(#11584) Expected { after 'if' condition. (curly)
(#11586) Comments should not begin with a lowercase character. (capitalized-comments)
(#11587) Expected { after 'if' condition. (curly)
(#11592) Unexpected space before function parentheses. (space-before-function-paren)
(#11593) Comments should not begin with a lowercase character. (capitalized-comments)
(#11595) Unexpected space before function parentheses. (space-before-function-paren)
(#11596) Comments should not begin with a lowercase character. (capitalized-comments)
(#11597) Multiple spaces found before '// kind'. (no-multi-spaces)
(#11597) Comments should not begin with a lowercase character. (capitalized-comments)
(#11598) Multiple spaces found before '// previous'. (no-multi-spaces)
(#11598) Comments should not begin with a lowercase character. (capitalized-comments)
(#11599) Unexpected space before function parentheses. (space-before-function-paren)
(#11603) Comments should not begin with a lowercase character. (capitalized-comments)
(#11604) Expected { after 'while' condition. (curly)
(#11605) Comments should not begin with a lowercase character. (capitalized-comments)
(#11607) Comments should not begin with a lowercase character. (capitalized-comments)
(#11611) Comments should not begin with a lowercase character. (capitalized-comments)
(#11612) Expected { after 'if' condition. (curly)
(#11613) Expected { after 'if' condition. (curly)
(#11617) Comments should not begin with a lowercase character. (capitalized-comments)
(#11626) Unexpected space before function parentheses. (space-before-function-paren)
(#11629) Unexpected space before function parentheses. (space-before-function-paren)
(#11631) Expected { after 'if' condition. (curly)
(#11632) Expected { after 'else'. (curly)
(#11641) Unexpected space before function parentheses. (space-before-function-paren)
(#11643) Unexpected space before function parentheses. (space-before-function-paren)
(#11645) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#11654) Unexpected space before function parentheses. (space-before-function-paren)
(#11656) Comments should not begin with a lowercase character. (capitalized-comments)
(#11658) Unexpected space before function parentheses. (space-before-function-paren)
(#11663) ["return"] is better written in dot notation. (dot-notation)
(#11664) Expected { after 'if' condition. (curly)
(#11673) Unexpected space before function parentheses. (space-before-function-paren)
(#11675) Comments should not begin with a lowercase character. (capitalized-comments)
(#11680) Unexpected space before function parentheses. (space-before-function-paren)
(#11688) Unexpected space before function parentheses. (space-before-function-paren)
(#11706) Unexpected space before function parentheses. (space-before-function-paren)
(#11712) Unexpected space before function parentheses. (space-before-function-paren)
(#11715) Comments should not begin with a lowercase character. (capitalized-comments)
(#11720) Unexpected space before function parentheses. (space-before-function-paren)
(#11723) Expected { after 'if' condition. (curly)
(#11725) Unexpected space before function parentheses. (space-before-function-paren)
(#11727) Expected { after 'if' condition. (curly)
(#11727) Unexpected space before function parentheses. (space-before-function-paren)
(#11729) Expected { after 'if' condition. (curly)
(#11734) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#11735) Unexpected space before function parentheses. (space-before-function-paren)
(#11746) Expected { after 'if' condition. (curly)
(#11755) Unexpected space before function parentheses. (space-before-function-paren)
(#11760) Unexpected space before function parentheses. (space-before-function-paren)
(#11762) Expected { after 'if' condition. (curly)
(#11762) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#11771) Unexpected space before function parentheses. (space-before-function-paren)
(#11778) Unexpected space before function parentheses. (space-before-function-paren)
(#11783) Expected { after 'while' condition. (curly)
(#11793) Unexpected space before function parentheses. (space-before-function-paren)
(#11803) Unexpected space before function parentheses. (space-before-function-paren)
(#11810) Expected { after 'if' condition. (curly)
(#11811) Expected { after 'if' condition. (curly)
(#11816) Unexpected space before function parentheses. (space-before-function-paren)
(#11831) Unexpected space before function parentheses. (space-before-function-paren)
(#11891) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#11911) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#11917) Unexpected use of '<<'. (no-bitwise)
(#11923) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#11930) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#11931) Missing '()' invoking a constructor. (new-parens)
(#11946) Expected { after 'if' condition. (curly)
(#11950) Expected { after 'if' condition. (curly)
(#11955) Expected { after 'if' condition. (curly)
(#11957) Unexpected use of '|='. (no-bitwise)
(#11957) Unexpected use of '<<'. (no-bitwise)
(#11963) Expected { after 'if' condition. (curly)
(#11965) Unexpected use of '|='. (no-bitwise)
(#11965) Unexpected use of '<<'. (no-bitwise)
(#11979) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#11980) 'start_index' is assigned a value but never used. (no-unused-vars)
(#11984) Unexpected use of '&'. (no-bitwise)
(#11984) Unexpected use of '>>>'. (no-bitwise)
(#11989) Unexpected use of '&'. (no-bitwise)
(#11989) Unexpected use of '>>>'. (no-bitwise)
(#11989) Unexpected use of '<<'. (no-bitwise)
(#11995) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12004) Expected { after 'for' condition. (curly)
(#12006) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12014) Unexpected use of '&'. (no-bitwise)
(#12014) Unexpected use of '>>>'. (no-bitwise)
(#12016) Unexpected use of '&'. (no-bitwise)
(#12022) Unexpected use of '>>'. (no-bitwise)
(#12039) Unexpected use of '<<='. (no-bitwise)
(#12048) Expected { after 'for' condition. (curly)
(#12053) Unexpected use of '<<'. (no-bitwise)
(#12062) Expected { after 'for' condition. (curly)
(#12065) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12065) Function 'ReadHuffmanCode' has a complexity of 25. Maximum allowed is 20. (complexity)
(#12072) Comments should not begin with a lowercase character. (capitalized-comments)
(#12084) Unexpected use of '>>='. (no-bitwise)
(#12088) 'i' declared on line 12129 column 29 is used outside of binding context. (block-scoped-var)
(#12088) 'i' declared on line 12129 column 29 is used outside of binding context. (block-scoped-var)
(#12088) 'i' declared on line 12129 column 29 is used outside of binding context. (block-scoped-var)
(#12089) 'i' declared on line 12129 column 29 is used outside of binding context. (block-scoped-var)
(#12090) 'i' declared on line 12129 column 29 is used outside of binding context. (block-scoped-var)
(#12128) Multiple spaces found before '/* Decode Huff...*/'. (no-multi-spaces)
(#12140) 'i' declared on line 12078 column 29 is used outside of binding context. (block-scoped-var)
(#12140) 'i' declared on line 12078 column 29 is used outside of binding context. (block-scoped-var)
(#12140) 'i' declared on line 12078 column 29 is used outside of binding context. (block-scoped-var)
(#12141) 'i' declared on line 12078 column 29 is used outside of binding context. (block-scoped-var)
(#12145) Unexpected use of '&'. (no-bitwise)
(#12145) Unexpected use of '>>>'. (no-bitwise)
(#12150) Unexpected use of '>>'. (no-bitwise)
(#12156) Expected { after 'if' condition. (curly)
(#12158) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12161) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12170) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12173) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12178) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12182) Unexpected use of '&='. (no-bitwise)
(#12190) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12193) Expected { after 'for' condition. (curly)
(#12197) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12206) Expected { after 'if' condition. (curly)
(#12206) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12211) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12214) Unexpected use of '>>>'. (no-bitwise)
(#12218) Unexpected space before function parentheses. (space-before-function-paren)
(#12224) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12229) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12237) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12254) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12260) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12265) Unexpected use of '<<'. (no-bitwise)
(#12279) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12285) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12288) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12291) Unexpected use of '&'. (no-bitwise)
(#12293) Unexpected use of '&'. (no-bitwise)
(#12301) Unexpected use of '&'. (no-bitwise)
(#12305) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12307) Unexpected use of '&'. (no-bitwise)
(#12308) Unexpected use of '&'. (no-bitwise)
(#12312) Unexpected use of '<<'. (no-bitwise)
(#12330) Unexpected use of '>>>'. (no-bitwise)
(#12337) Unexpected use of '>>'. (no-bitwise)
(#12340) 'x' declared on line 12349 column 30 is used outside of binding context. (block-scoped-var)
(#12340) 'x' declared on line 12360 column 34 is used outside of binding context. (block-scoped-var)
(#12340) 'x' declared on line 12349 column 30 is used outside of binding context. (block-scoped-var)
(#12340) 'x' declared on line 12360 column 34 is used outside of binding context. (block-scoped-var)
(#12340) 'x' declared on line 12349 column 30 is used outside of binding context. (block-scoped-var)
(#12340) 'x' declared on line 12360 column 34 is used outside of binding context. (block-scoped-var)
(#12341) Expected { after 'for' condition. (curly)
(#12341) 'x' declared on line 12349 column 30 is used outside of binding context. (block-scoped-var)
(#12341) 'x' declared on line 12360 column 34 is used outside of binding context. (block-scoped-var)
(#12341) 'x' declared on line 12349 column 30 is used outside of binding context. (block-scoped-var)
(#12341) 'x' declared on line 12360 column 34 is used outside of binding context. (block-scoped-var)
(#12349) 'x' declared on line 12340 column 34 is used outside of binding context. (block-scoped-var)
(#12349) 'x' declared on line 12360 column 34 is used outside of binding context. (block-scoped-var)
(#12349) 'x' declared on line 12340 column 34 is used outside of binding context. (block-scoped-var)
(#12349) 'x' declared on line 12360 column 34 is used outside of binding context. (block-scoped-var)
(#12349) 'x' declared on line 12340 column 34 is used outside of binding context. (block-scoped-var)
(#12349) 'x' declared on line 12360 column 34 is used outside of binding context. (block-scoped-var)
(#12350) Expected { after 'for' condition. (curly)
(#12350) 'x' declared on line 12340 column 34 is used outside of binding context. (block-scoped-var)
(#12350) 'x' declared on line 12360 column 34 is used outside of binding context. (block-scoped-var)
(#12350) 'x' declared on line 12340 column 34 is used outside of binding context. (block-scoped-var)
(#12350) 'x' declared on line 12360 column 34 is used outside of binding context. (block-scoped-var)
(#12360) 'x' declared on line 12340 column 34 is used outside of binding context. (block-scoped-var)
(#12360) 'x' declared on line 12349 column 30 is used outside of binding context. (block-scoped-var)
(#12360) 'x' declared on line 12340 column 34 is used outside of binding context. (block-scoped-var)
(#12360) 'x' declared on line 12349 column 30 is used outside of binding context. (block-scoped-var)
(#12360) 'x' declared on line 12340 column 34 is used outside of binding context. (block-scoped-var)
(#12360) 'x' declared on line 12349 column 30 is used outside of binding context. (block-scoped-var)
(#12361) Expected { after 'for' condition. (curly)
(#12361) 'x' declared on line 12340 column 34 is used outside of binding context. (block-scoped-var)
(#12361) 'x' declared on line 12349 column 30 is used outside of binding context. (block-scoped-var)
(#12361) 'x' declared on line 12340 column 34 is used outside of binding context. (block-scoped-var)
(#12361) 'x' declared on line 12349 column 30 is used outside of binding context. (block-scoped-var)
(#12389) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12390) Unexpected use of '&'. (no-bitwise)
(#12390) Unexpected use of '~'. (no-bitwise)
(#12395) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12398) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12399) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12405) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12408) Use '===' to compare with null. (no-eq-null)
(#12409) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12415) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12426) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12426) Function 'BrotliDecompress' has a complexity of 37. Maximum allowed is 20. (complexity)
(#12458) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12459) Unexpected use of '<<'. (no-bitwise)
(#12461) Unexpected use of '<<'. (no-bitwise)
(#12463) This line has a length of 137. Maximum allowed is 132. (max-len)
(#12476) Unexpected use of '<<'. (no-bitwise)
(#12476) Unexpected use of '<<'. (no-bitwise)
(#12476) Unexpected use of '<<'. (no-bitwise)
(#12508) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12520) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12536) Unexpected use of '&'. (no-bitwise)
(#12536) Unexpected use of '~'. (no-bitwise)
(#12537) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12544) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12546) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12547) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12548) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12556) Unexpected use of '<<'. (no-bitwise)
(#12557) Unexpected use of '<<'. (no-bitwise)
(#12558) Unexpected use of '<<'. (no-bitwise)
(#12563) Unexpected use of '<<'. (no-bitwise)
(#12566) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12566) Unexpected use of '<<'. (no-bitwise)
(#12570) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12570) Unexpected use of '<<'. (no-bitwise)
(#12605) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12608) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12612) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12613) Unexpected use of '>>'. (no-bitwise)
(#12620) Unexpected use of '&'. (no-bitwise)
(#12620) Unexpected use of '>>'. (no-bitwise)
(#12621) Unexpected use of '&'. (no-bitwise)
(#12626) Unexpected use of '&'. (no-bitwise)
(#12627) Unexpected use of '&'. (no-bitwise)
(#12632) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12635) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12636) Unexpected use of '<<'. (no-bitwise)
(#12642) 'context' declared on line 12658 column 37 is used outside of binding context. (block-scoped-var)
(#12642) Unexpected use of '|'. (no-bitwise)
(#12644) 'context' declared on line 12658 column 37 is used outside of binding context. (block-scoped-var)
(#12647) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12648) Unexpected use of '&'. (no-bitwise)
(#12649) Unexpected use of '&'. (no-bitwise)
(#12655) Expected { after 'if' condition. (curly)
(#12662) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12665) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12666) Unexpected use of '<<'. (no-bitwise)
(#12670) Unexpected use of '&'. (no-bitwise)
(#12672) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12678) Unexpected use of '&'. (no-bitwise)
(#12679) Unexpected use of '>>='. (no-bitwise)
(#12680) Unexpected use of '>>'. (no-bitwise)
(#12681) 'offset' declared on line 12707 column 41 is used outside of binding context. (block-scoped-var)
(#12681) Unexpected use of '<<'. (no-bitwise)
(#12681) Unexpected use of '&'. (no-bitwise)
(#12683) Unexpected use of '<<'. (no-bitwise)
(#12683) 'offset' declared on line 12707 column 41 is used outside of binding context. (block-scoped-var)
(#12690) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12702) Unexpected use of '&'. (no-bitwise)
(#12707) 'offset' declared on line 12676 column 41 is used outside of binding context. (block-scoped-var)
(#12710) Unexpected use of '<<'. (no-bitwise)
(#12711) Unexpected use of '&'. (no-bitwise)
(#12712) Unexpected use of '>>'. (no-bitwise)
(#12713) 'offset' declared on line 12676 column 41 is used outside of binding context. (block-scoped-var)
(#12714) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#12715) This line has a length of 142. Maximum allowed is 132. (max-len)
(#12715) 'offset' declared on line 12676 column 41 is used outside of binding context. (block-scoped-var)
(#12719) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#12722) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#12723) Expected { after 'for' condition. (curly)
(#12735) Unexpected use of '&'. (no-bitwise)
(#12745) Unexpected use of '&'. (no-bitwise)
(#12745) Unexpected use of '&'. (no-bitwise)
(#12746) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#12746) Unexpected use of '&'. (no-bitwise)
(#12757) Unexpected use of '&'. (no-bitwise)
(#12758) Unexpected use of '&'. (no-bitwise)
(#12762) Unexpected use of '&='. (no-bitwise)
(#12765) Unexpected use of '&'. (no-bitwise)
(#12776) Unexpected space before function parentheses. (space-before-function-paren)
(#12778) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12783) Unexpected space before function parentheses. (space-before-function-paren)
(#12789) Expected { after 'for' condition. (curly)
(#12793) Missing semicolon. (@babel/semi)
(#12797) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12802) Unexpected space before function parentheses. (space-before-function-paren)
(#12804) Expected { after 'if' condition. (curly)
(#12817) Unexpected space before function parentheses. (space-before-function-paren)
(#12837) Unexpected space before function parentheses. (space-before-function-paren)
(#12860) Unexpected space before function parentheses. (space-before-function-paren)
(#12862) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12863) Multiple spaces found before '/* number of b...*/'. (no-multi-spaces)
(#12863) Comments should not begin with a lowercase character. (capitalized-comments)
(#12864) Comments should not begin with a lowercase character. (capitalized-comments)
(#12873) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12874) Unexpected use of '<<'. (no-bitwise)
(#12875) Unexpected use of '&'. (no-bitwise)
(#12876) Unexpected use of '>>='. (no-bitwise)
(#12878) Unexpected use of '&'. (no-bitwise)
(#12884) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12894) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#12895) Unexpected use of '<<'. (no-bitwise)
(#12898) Expected { after 'if' condition. (curly)
(#12900) Unexpected use of '<<='. (no-bitwise)
(#12905) Unexpected space before function parentheses. (space-before-function-paren)
(#12907) Multiple spaces found before '/* current tab...*/'. (no-multi-spaces)
(#12907) Comments should not begin with a lowercase character. (capitalized-comments)
(#12908) Multiple spaces found before '/* current cod...*/'. (no-multi-spaces)
(#12908) Comments should not begin with a lowercase character. (capitalized-comments)
(#12909) Multiple spaces found before '/* symbol inde...*/'. (no-multi-spaces)
(#12909) Comments should not begin with a lowercase character. (capitalized-comments)
(#12910) Multiple spaces found before '/* reversed pr...*/'. (no-multi-spaces)
(#12910) Comments should not begin with a lowercase character. (capitalized-comments)
(#12911) Multiple spaces found before '/* step size t...*/'. (no-multi-spaces)
(#12911) Comments should not begin with a lowercase character. (capitalized-comments)
(#12912) Multiple spaces found before '/* low bits fo...*/'. (no-multi-spaces)
(#12912) Comments should not begin with a lowercase character. (capitalized-comments)
(#12913) Multiple spaces found before '/* mask for lo...*/'. (no-multi-spaces)
(#12913) Comments should not begin with a lowercase character. (capitalized-comments)
(#12914) Multiple spaces found before '/* key length ...*/'. (no-multi-spaces)
(#12914) Comments should not begin with a lowercase character. (capitalized-comments)
(#12915) Multiple spaces found before '/* size of cur...*/'. (no-multi-spaces)
(#12915) Comments should not begin with a lowercase character. (capitalized-comments)
(#12916) Multiple spaces found before '/* sum of root...*/'. (no-multi-spaces)
(#12916) Comments should not begin with a lowercase character. (capitalized-comments)
(#12917) Multiple spaces found before '/* symbols sor...*/'. (no-multi-spaces)
(#12917) Comments should not begin with a lowercase character. (capitalized-comments)
(#12918) Multiple spaces found before '/* number of c...*/'. (no-multi-spaces)
(#12918) Comments should not begin with a lowercase character. (capitalized-comments)
(#12919) Multiple spaces found before '/* offsets in ...*/'. (no-multi-spaces)
(#12919) Comments should not begin with a lowercase character. (capitalized-comments)
(#12923) Comments should not begin with a lowercase character. (capitalized-comments)
(#12928) Comments should not begin with a lowercase character. (capitalized-comments)
(#12934) Comments should not begin with a lowercase character. (capitalized-comments)
(#12942) Unexpected use of '<<'. (no-bitwise)
(#12945) Comments should not begin with a lowercase character. (capitalized-comments)
(#12948) Unexpected use of '&'. (no-bitwise)
(#12954) Comments should not begin with a lowercase character. (capitalized-comments)
(#12957) Unexpected use of '<<='. (no-bitwise)
(#12959) Unexpected use of '&'. (no-bitwise)
(#12959) Unexpected use of '&'. (no-bitwise)
(#12960) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12961) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12965) Comments should not begin with a lowercase character. (capitalized-comments)
(#12968) Unexpected use of '<<='. (no-bitwise)
(#12970) Unexpected use of '&'. (no-bitwise)
(#12972) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12973) Unexpected use of '<<'. (no-bitwise)
(#12975) Unexpected use of '&'. (no-bitwise)
(#12976) This line has a length of 153. Maximum allowed is 132. (max-len)
(#12976) Unexpected use of '&'. (no-bitwise)
(#12976) Unexpected use of '&'. (no-bitwise)
(#12978) Unexpected use of '&'. (no-bitwise)
(#12978) Unexpected use of '&'. (no-bitwise)
(#12979) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12979) Unexpected use of '>>'. (no-bitwise)
(#12980) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#12985) Missing semicolon. (@babel/semi)
(#12991) Unexpected space before function parentheses. (space-before-function-paren)
(#12994) Unexpected space before function parentheses. (space-before-function-paren)
(#12994) Requires a space after '{'. (block-spacing)
(#13001) Unexpected space before function parentheses. (space-before-function-paren)
(#13006) 'Data' is assigned a value but never used. (no-unused-vars)
(#13012) Unexpected space before function parentheses. (space-before-function-paren)
(#13013) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13013) Unexpected empty function 'PDFImage'. (no-empty-function)
(#13016) Unexpected space before function parentheses. (space-before-function-paren)
(#13023) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#13033) Function expected no return value. (consistent-return)
(#13035) Function expected no return value. (consistent-return)
(#13050) Missing semicolon. (@babel/semi)
(#13055) Unexpected space before function parentheses. (space-before-function-paren)
(#13058) Unexpected space before function parentheses. (space-before-function-paren)
(#13059) ["pdfMake"] is better written in dot notation. (dot-notation)
(#13061) Missing semicolon. (@babel/semi)
(#13066) Unexpected space before function parentheses. (space-before-function-paren)
(#13070) Unexpected space before function parentheses. (space-before-function-paren)
(#13086) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13092) This line has a length of 215364. Maximum allowed is 132. (max-len)
(#13093) This line has a length of 216836. Maximum allowed is 132. (max-len)
(#13094) This line has a length of 220906. Maximum allowed is 132. (max-len)
(#13095) This line has a length of 217220. Maximum allowed is 132. (max-len)
(#13101) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13109) Unexpected space before function parentheses. (space-before-function-paren)
(#13116) Comments should not begin with a lowercase character. (capitalized-comments)
(#13122) Unexpected space before function parentheses. (space-before-function-paren)
(#13128) Unexpected space before function parentheses. (space-before-function-paren)
(#13135) Unexpected space before function parentheses. (space-before-function-paren)
(#13137) Expected an error object to be thrown. (no-throw-literal)
(#13139) Unexpected space before function parentheses. (space-before-function-paren)
(#13144) Unexpected space before function parentheses. (space-before-function-paren)
(#13157) Expected an error object to be thrown. (no-throw-literal)
(#13163) Unexpected space before function parentheses. (space-before-function-paren)
(#13164) Comments should not begin with a lowercase character. (capitalized-comments)
(#13168) Expected an error object to be thrown. (no-throw-literal)
(#13174) Unexpected space before function parentheses. (space-before-function-paren)
(#13179) Unexpected space before function parentheses. (space-before-function-paren)
(#13190) Unexpected space before function parentheses. (space-before-function-paren)
(#13199) Unexpected space before function parentheses. (space-before-function-paren)
(#13207) Unexpected space before function parentheses. (space-before-function-paren)
(#13214) Unexpected space before function parentheses. (space-before-function-paren)
(#13223) Unexpected space before function parentheses. (space-before-function-paren)
(#13225) Expected an error object to be thrown. (no-throw-literal)
(#13227) Unexpected space before function parentheses. (space-before-function-paren)
(#13232) Unexpected space before function parentheses. (space-before-function-paren)
(#13234) Expected an error object to be thrown. (no-throw-literal)
(#13236) Unexpected space before function parentheses. (space-before-function-paren)
(#13241) Unexpected space before function parentheses. (space-before-function-paren)
(#13243) Expected an error object to be thrown. (no-throw-literal)
(#13246) Unexpected space before function parentheses. (space-before-function-paren)
(#13252) Unexpected space before function parentheses. (space-before-function-paren)
(#13254) Expected an error object to be thrown. (no-throw-literal)
(#13256) Unexpected space before function parentheses. (space-before-function-paren)
(#13262) Unexpected space before function parentheses. (space-before-function-paren)
(#13264) Expected an error object to be thrown. (no-throw-literal)
(#13266) This line has a length of 134. Maximum allowed is 132. (max-len)
(#13271) Missing semicolon. (@babel/semi)
(#13276) Unexpected space before function parentheses. (space-before-function-paren)
(#13281) Missing semicolon. (@babel/semi)
(#13282) Missing semicolon. (@babel/semi)
(#13283) Missing semicolon. (@babel/semi)
(#13285) Missing semicolon. (@babel/semi)
(#13286) Missing semicolon. (@babel/semi)
(#13287) Missing semicolon. (@babel/semi)
(#13289) Missing semicolon. (@babel/semi)
(#13291) Missing semicolon. (@babel/semi)
(#13292) Missing semicolon. (@babel/semi)
(#13297) Missing semicolon. (@babel/semi)
(#13298) Missing semicolon. (@babel/semi)
(#13300) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13301) Missing semicolon. (@babel/semi)
(#13303) Missing semicolon. (@babel/semi)
(#13306) Comments should not begin with a lowercase character. (capitalized-comments)
(#13311) Do not nest ternary expressions. (no-nested-ternary)
(#13311) Missing semicolon. (@babel/semi)
(#13314) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13315) Comments should not begin with a lowercase character. (capitalized-comments)
(#13316) Missing semicolon. (@babel/semi)
(#13319) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13320) Missing semicolon. (@babel/semi)
(#13321) Missing semicolon. (@babel/semi)
(#13322) Missing semicolon. (@babel/semi)
(#13324) Missing semicolon. (@babel/semi)
(#13326) Comments should not begin with a lowercase character. (capitalized-comments)
(#13327) Missing semicolon. (@babel/semi)
(#13329) Missing semicolon. (@babel/semi)
(#13332) This line has a length of 186. Maximum allowed is 132. (max-len)
(#13332) Unexpected use of '|'. (no-bitwise)
(#13332) Unexpected use of '|'. (no-bitwise)
(#13332) Unexpected use of '|'. (no-bitwise)
(#13332) Unexpected use of '<<'. (no-bitwise)
(#13332) Unexpected use of '<<'. (no-bitwise)
(#13332) Unexpected use of '<<'. (no-bitwise)
(#13332) Missing semicolon. (@babel/semi)
(#13333) Unexpected use of '&'. (no-bitwise)
(#13333) Unexpected use of '>>'. (no-bitwise)
(#13333) Missing semicolon. (@babel/semi)
(#13334) Unexpected use of '&'. (no-bitwise)
(#13334) Unexpected use of '>>'. (no-bitwise)
(#13334) Missing semicolon. (@babel/semi)
(#13335) Unexpected use of '&'. (no-bitwise)
(#13335) Missing semicolon. (@babel/semi)
(#13339) Unexpected use of '|'. (no-bitwise)
(#13339) Unexpected use of '<<'. (no-bitwise)
(#13339) Unexpected use of '>>'. (no-bitwise)
(#13339) Missing semicolon. (@babel/semi)
(#13340) Unexpected use of '&'. (no-bitwise)
(#13340) Missing semicolon. (@babel/semi)
(#13342) This line has a length of 150. Maximum allowed is 132. (max-len)
(#13342) Unexpected use of '|'. (no-bitwise)
(#13342) Unexpected use of '|'. (no-bitwise)
(#13342) Unexpected use of '<<'. (no-bitwise)
(#13342) Unexpected use of '<<'. (no-bitwise)
(#13342) Unexpected use of '>>'. (no-bitwise)
(#13342) Missing semicolon. (@babel/semi)
(#13343) Unexpected use of '&'. (no-bitwise)
(#13343) Unexpected use of '>>'. (no-bitwise)
(#13343) Missing semicolon. (@babel/semi)
(#13344) Unexpected use of '&'. (no-bitwise)
(#13344) Missing semicolon. (@babel/semi)
(#13347) Missing semicolon. (@babel/semi)
(#13350) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13351) Unexpected use of '&'. (no-bitwise)
(#13351) Unexpected use of '>>'. (no-bitwise)
(#13351) Unexpected use of '&'. (no-bitwise)
(#13351) Unexpected use of '>>'. (no-bitwise)
(#13351) Unexpected use of '&'. (no-bitwise)
(#13351) Unexpected use of '>>'. (no-bitwise)
(#13351) Unexpected use of '&'. (no-bitwise)
(#13351) Missing semicolon. (@babel/semi)
(#13354) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13355) Missing semicolon. (@babel/semi)
(#13356) Missing semicolon. (@babel/semi)
(#13358) Unexpected use of '&'. (no-bitwise)
(#13358) Unexpected use of '<<'. (no-bitwise)
(#13358) Unexpected use of '&'. (no-bitwise)
(#13358) Unexpected use of '<<'. (no-bitwise)
(#13358) Unexpected use of '&'. (no-bitwise)
(#13358) Missing semicolon. (@babel/semi)
(#13359) Missing semicolon. (@babel/semi)
(#13361) Missing semicolon. (@babel/semi)
(#13364) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13365) Missing semicolon. (@babel/semi)
(#13366) Missing semicolon. (@babel/semi)
(#13367) Missing semicolon. (@babel/semi)
(#13367) Comments should not begin with a lowercase character. (capitalized-comments)
(#13368) Missing semicolon. (@babel/semi)
(#13369) Missing semicolon. (@babel/semi)
(#13370) Missing semicolon. (@babel/semi)
(#13370) Comments should not begin with a lowercase character. (capitalized-comments)
(#13374) Missing semicolon. (@babel/semi)
(#13377) Comments should not begin with a lowercase character. (capitalized-comments)
(#13379) Missing semicolon. (@babel/semi)
(#13380) Unexpected use of '>>'. (no-bitwise)
(#13380) Missing semicolon. (@babel/semi)
(#13381) Unexpected use of '&'. (no-bitwise)
(#13381) Unexpected use of '<<'. (no-bitwise)
(#13381) Missing semicolon. (@babel/semi)
(#13382) Missing semicolon. (@babel/semi)
(#13384) Unexpected use of '<<'. (no-bitwise)
(#13384) Missing semicolon. (@babel/semi)
(#13385) Unexpected use of '>>'. (no-bitwise)
(#13385) Missing semicolon. (@babel/semi)
(#13386) Unexpected use of '&'. (no-bitwise)
(#13386) Unexpected use of '>>'. (no-bitwise)
(#13386) Missing semicolon. (@babel/semi)
(#13387) Unexpected use of '&'. (no-bitwise)
(#13387) Unexpected use of '<<'. (no-bitwise)
(#13387) Missing semicolon. (@babel/semi)
(#13388) Missing semicolon. (@babel/semi)
(#13391) Missing semicolon. (@babel/semi)
(#13393) Missing semicolon. (@babel/semi)
(#13400) Unexpected space before function parentheses. (space-before-function-paren)
(#13402) Unexpected space before function parentheses. (space-before-function-paren)
(#13403) Missing semicolon. (@babel/semi)
(#13404) Missing semicolon. (@babel/semi)
(#13405) Unexpected use of '<<'. (no-bitwise)
(#13405) Missing semicolon. (@babel/semi)
(#13406) Unexpected use of '>>'. (no-bitwise)
(#13406) Missing semicolon. (@babel/semi)
(#13407) Missing semicolon. (@babel/semi)
(#13408) Missing semicolon. (@babel/semi)
(#13409) Missing semicolon. (@babel/semi)
(#13410) Missing semicolon. (@babel/semi)
(#13412) Missing semicolon. (@babel/semi)
(#13414) Unexpected use of '&'. (no-bitwise)
(#13414) Unexpected use of '<<'. (no-bitwise)
(#13414) Missing semicolon. (@babel/semi)
(#13415) Unexpected use of '>>='. (no-bitwise)
(#13415) Missing semicolon. (@babel/semi)
(#13416) Missing semicolon. (@babel/semi)
(#13417) Empty block statement. (no-empty)
(#13420) Unexpected use of '&'. (no-bitwise)
(#13420) Unexpected use of '<<'. (no-bitwise)
(#13420) Missing semicolon. (@babel/semi)
(#13421) Unexpected use of '>>='. (no-bitwise)
(#13421) Missing semicolon. (@babel/semi)
(#13422) Missing semicolon. (@babel/semi)
(#13423) Empty block statement. (no-empty)
(#13427) Missing semicolon. (@babel/semi)
(#13429) Missing semicolon. (@babel/semi)
(#13431) Missing semicolon. (@babel/semi)
(#13432) Missing semicolon. (@babel/semi)
(#13434) Missing semicolon. (@babel/semi)
(#13435) Missing semicolon. (@babel/semi)
(#13437) Unexpected space before function parentheses. (space-before-function-paren)
(#13438) Missing semicolon. (@babel/semi)
(#13439) Missing semicolon. (@babel/semi)
(#13440) Unexpected use of '<<'. (no-bitwise)
(#13440) Missing semicolon. (@babel/semi)
(#13441) Unexpected use of '>>'. (no-bitwise)
(#13441) Missing semicolon. (@babel/semi)
(#13442) Missing semicolon. (@babel/semi)
(#13443) Missing semicolon. (@babel/semi)
(#13444) Missing semicolon. (@babel/semi)
(#13445) Missing semicolon. (@babel/semi)
(#13447) Missing semicolon. (@babel/semi)
(#13450) Missing semicolon. (@babel/semi)
(#13451) Missing semicolon. (@babel/semi)
(#13453) Missing semicolon. (@babel/semi)
(#13455) Missing semicolon. (@babel/semi)
(#13456) Missing semicolon. (@babel/semi)
(#13459) Missing semicolon. (@babel/semi)
(#13461) Missing semicolon. (@babel/semi)
(#13464) Missing semicolon. (@babel/semi)
(#13465) Missing semicolon. (@babel/semi)
(#13469) Missing semicolon. (@babel/semi)
(#13470) Missing semicolon. (@babel/semi)
(#13472) Missing semicolon. (@babel/semi)
(#13473) Missing semicolon. (@babel/semi)
(#13475) Missing semicolon. (@babel/semi)
(#13476) Missing semicolon. (@babel/semi)
(#13480) Unexpected use of '&'. (no-bitwise)
(#13480) Empty block statement. (no-empty)
(#13483) Unexpected use of '|'. (no-bitwise)
(#13483) Unexpected use of '<<'. (no-bitwise)
(#13483) Missing semicolon. (@babel/semi)
(#13484) Missing semicolon. (@babel/semi)
(#13485) Unexpected use of '&'. (no-bitwise)
(#13485) Empty block statement. (no-empty)
(#13488) Unexpected use of '|='. (no-bitwise)
(#13488) Missing semicolon. (@babel/semi)
(#13489) Missing semicolon. (@babel/semi)
(#13495) Unexpected space before function parentheses. (space-before-function-paren)
(#13498) Expected space or tab after '/*' in comment. (spaced-comment)
(#13514) Expected space or tab after '//' in comment. (spaced-comment)
(#13524) Unexpected tab character. (no-tabs)
(#13525) Unexpected tab character. (no-tabs)
(#13526) Unexpected tab character. (no-tabs)
(#13527) Unexpected tab character. (no-tabs)
(#13528) Unexpected tab character. (no-tabs)
(#13529) Unexpected tab character. (no-tabs)
(#13538) Missing JSDoc @param "options" declaration. (jsdoc/require-param)
(#13543) This line has a length of 169. Maximum allowed is 132. (max-len)
(#13555) Unexpected tab character. (no-tabs)
(#13556) Unexpected tab character. (no-tabs)
(#13557) Unexpected tab character. (no-tabs)
(#13558) Unexpected tab character. (no-tabs)
(#13559) Unexpected tab character. (no-tabs)
(#13560) Unexpected tab character. (no-tabs)
(#13561) Unexpected tab character. (no-tabs)
(#13562) Unexpected tab character. (no-tabs)
(#13563) Unexpected tab character. (no-tabs)
(#13564) Unexpected tab character. (no-tabs)
(#13565) Unexpected tab character. (no-tabs)
(#13566) Unexpected tab character. (no-tabs)
(#13567) Unexpected tab character. (no-tabs)
(#13568) Unexpected tab character. (no-tabs)
(#13569) Unexpected tab character. (no-tabs)
(#13570) Unexpected tab character. (no-tabs)
(#13571) Unexpected tab character. (no-tabs)
(#13581) Unexpected space before function parentheses. (space-before-function-paren)
(#13598) This line has a length of 167. Maximum allowed is 132. (max-len)
(#13605) This line has a length of 156. Maximum allowed is 132. (max-len)
(#13608) This line has a length of 171. Maximum allowed is 132. (max-len)
(#13614) Comments should not begin with a lowercase character. (capitalized-comments)
(#13635) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13640) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13665) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13666) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13679) Unexpected space before function parentheses. (space-before-function-paren)
(#13680) Unexpected space before function parentheses. (space-before-function-paren)
(#13687) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13688) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13697) Comments should not begin with a lowercase character. (capitalized-comments)
(#13703) Comments should not begin with a lowercase character. (capitalized-comments)
(#13710) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13723) Expected an error object to be thrown. (no-throw-literal)
(#13730) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13733) Unexpected space before function parentheses. (space-before-function-paren)
(#13736) Unexpected space before function parentheses. (space-before-function-paren)
(#13739) Unexpected space before function parentheses. (space-before-function-paren)
(#13742) Unexpected space before function parentheses. (space-before-function-paren)
(#13747) Unexpected space before function parentheses. (space-before-function-paren)
(#13753) Unexpected space before function parentheses. (space-before-function-paren)
(#13756) Unexpected space before function parentheses. (space-before-function-paren)
(#13759) Unexpected space before function parentheses. (space-before-function-paren)
(#13764) Unexpected space before function parentheses. (space-before-function-paren)
(#13770) Unexpected space before function parentheses. (space-before-function-paren)
(#13773) Unexpected space before function parentheses. (space-before-function-paren)
(#13776) Unexpected space before function parentheses. (space-before-function-paren)
(#13779) Unexpected space before function parentheses. (space-before-function-paren)
(#13786) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13790) Expected an error object to be thrown. (no-throw-literal)
(#13798) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13808) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13814) Unexpected space before function parentheses. (space-before-function-paren)
(#13820) Unexpected space before function parentheses. (space-before-function-paren)
(#13820) Unexpected empty function. (no-empty-function)
(#13858) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13867) This line has a length of 193. Maximum allowed is 132. (max-len)
(#13890) Expected space or tab after '//' in comment. (spaced-comment)
(#13913) '_ref' is assigned a value but never used. (no-unused-vars)
(#13925) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13946) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#13946) Function 'renderVector' has a complexity of 29. Maximum allowed is 20. (complexity)
(#13947) Expected space or tab after '//' in comment. (spaced-comment)
(#13960) Expected space or tab after '//' in comment. (spaced-comment)
(#13977) 'i' declared on line 13994 column 38 is used outside of binding context. (block-scoped-var)
(#13977) 'i' declared on line 13994 column 38 is used outside of binding context. (block-scoped-var)
(#13977) 'i' declared on line 13994 column 38 is used outside of binding context. (block-scoped-var)
(#13978) 'i' declared on line 13994 column 38 is used outside of binding context. (block-scoped-var)
(#13978) 'i' declared on line 13994 column 38 is used outside of binding context. (block-scoped-var)
(#13994) 'i' declared on line 13977 column 42 is used outside of binding context. (block-scoped-var)
(#13994) 'i' declared on line 13977 column 42 is used outside of binding context. (block-scoped-var)
(#13994) 'i' declared on line 13977 column 42 is used outside of binding context. (block-scoped-var)
(#13995) 'i' declared on line 13977 column 42 is used outside of binding context. (block-scoped-var)
(#13995) 'i' declared on line 13977 column 42 is used outside of binding context. (block-scoped-var)
(#14025) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#14032) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#14038) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#14048) Unexpected space before function parentheses. (space-before-function-paren)
(#14055) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#14067) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#14086) Unexpected space before function parentheses. (space-before-function-paren)
(#14089) This line has a length of 160. Maximum allowed is 132. (max-len)
(#14111) Unexpected space before function parentheses. (space-before-function-paren)
(#14133) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#14134) Unexpected space before function parentheses. (space-before-function-paren)
(#14139) Missing JSDoc @param "imageMeasure" declaration. (jsdoc/require-param)
(#14154) Unexpected space before function parentheses. (space-before-function-paren)
(#14158) Missing JSDoc @param "background" declaration. (jsdoc/require-param)
(#14158) Missing JSDoc @param "header" declaration. (jsdoc/require-param)
(#14158) Missing JSDoc @param "footer" declaration. (jsdoc/require-param)
(#14158) Missing JSDoc @param "images" declaration. (jsdoc/require-param)
(#14158) Missing JSDoc @param "watermark" declaration. (jsdoc/require-param)
(#14158) Missing JSDoc @param "pageBreakBeforeFct" declaration. (jsdoc/require-param)
(#14168) This line has a length of 194. Maximum allowed is 132. (max-len)
(#14168) Unexpected space before function parentheses. (space-before-function-paren)
(#14170) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#14176) Unexpected space before function parentheses. (space-before-function-paren)
(#14180) Unexpected space before function parentheses. (space-before-function-paren)
(#14186) Unexpected space before function parentheses. (space-before-function-paren)
(#14192) Unexpected space before function parentheses. (space-before-function-paren)
(#14194) Unexpected space before function parentheses. (space-before-function-paren)
(#14203) Array.prototype.some() expects a value to be returned at the end of function. (array-callback-return)
(#14203) Expected to return a value at the end of function. (consistent-return)
(#14203) Unexpected space before function parentheses. (space-before-function-paren)
(#14208) Unexpected space before function parentheses. (space-before-function-paren)
(#14212) Unexpected space before function parentheses. (space-before-function-paren)
(#14216) Unexpected space before function parentheses. (space-before-function-paren)
(#14223) Unexpected space before function parentheses. (space-before-function-paren)
(#14226) Unexpected space before function parentheses. (space-before-function-paren)
(#14229) Unexpected space before function parentheses. (space-before-function-paren)
(#14240) This line has a length of 144. Maximum allowed is 132. (max-len)
(#14243) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#14244) Unexpected space before function parentheses. (space-before-function-paren)
(#14249) This line has a length of 162. Maximum allowed is 132. (max-len)
(#14252) This line has a length of 162. Maximum allowed is 132. (max-len)
(#14258) This line has a length of 197. Maximum allowed is 132. (max-len)
(#14258) Unexpected space before function parentheses. (space-before-function-paren)
(#14268) Unexpected space before function parentheses. (space-before-function-paren)
(#14275) Use '===' to compare with null. (no-eq-null)
(#14283) Unexpected space before function parentheses. (space-before-function-paren)
(#14284) Unexpected space before function parentheses. (space-before-function-paren)
(#14300) Unexpected space before function parentheses. (space-before-function-paren)
(#14301) Unexpected space before function parentheses. (space-before-function-paren)
(#14302) Comments should not begin with a lowercase character. (capitalized-comments)
(#14306) Unexpected space before function parentheses. (space-before-function-paren)
(#14324) Unexpected space before function parentheses. (space-before-function-paren)
(#14325) Unexpected space before function parentheses. (space-before-function-paren)
(#14334) Unexpected space before function parentheses. (space-before-function-paren)
(#14356) Unexpected space before function parentheses. (space-before-function-paren)
(#14361) Comments should not begin with a lowercase character. (capitalized-comments)
(#14384) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#14387) Comments should not begin with a lowercase character. (capitalized-comments)
(#14419) Unexpected tab character. (no-tabs)
(#14420) Unexpected tab character. (no-tabs)
(#14425) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#14426) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14430) Unexpected space before function parentheses. (space-before-function-paren)
(#14431) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14431) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14431) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14431) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14433) Unexpected space before function parentheses. (space-before-function-paren)
(#14444) Unexpected space before function parentheses. (space-before-function-paren)
(#14448) Unexpected space before function parentheses. (space-before-function-paren)
(#14455) Unexpected space before function parentheses. (space-before-function-paren)
(#14461) Function has a complexity of 22. Maximum allowed is 20. (complexity)
(#14461) Unexpected space before function parentheses. (space-before-function-paren)
(#14476) This line has a length of 153. Maximum allowed is 132. (max-len)
(#14500) Expected an error object to be thrown. (no-throw-literal)
(#14512) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#14537) Comments should not begin with a lowercase character. (capitalized-comments)
(#14538) Unexpected space before function parentheses. (space-before-function-paren)
(#14540) Unexpected space before function parentheses. (space-before-function-paren)
(#14544) Expected space or tab after '//' in comment. (spaced-comment)
(#14548) Comments should not begin with a lowercase character. (capitalized-comments)
(#14549) Unexpected space before function parentheses. (space-before-function-paren)
(#14563) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#14579) Unexpected space before function parentheses. (space-before-function-paren)
(#14581) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14583) Unexpected space before function parentheses. (space-before-function-paren)
(#14604) Comments should not begin with a lowercase character. (capitalized-comments)
(#14614) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#14633) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#14640) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#14644) Expected an error object to be thrown. (no-throw-literal)
(#14653) Comments should not begin with a lowercase character. (capitalized-comments)
(#14654) Unexpected space before function parentheses. (space-before-function-paren)
(#14662) Unexpected space before function parentheses. (space-before-function-paren)
(#14663) Unexpected space before function parentheses. (space-before-function-paren)
(#14672) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#14695) Comments should not begin with a lowercase character. (capitalized-comments)
(#14696) Unexpected space before function parentheses. (space-before-function-paren)
(#14718) This line has a length of 163. Maximum allowed is 132. (max-len)
(#14727) Comments should not begin with a lowercase character. (capitalized-comments)
(#14728) Unexpected space before function parentheses. (space-before-function-paren)
(#14741) 'maxHeight' is not modified in this loop. (no-unmodified-loop-condition)
(#14751) Unexpected space before function parentheses. (space-before-function-paren)
(#14758) Unexpected space before function parentheses. (space-before-function-paren)
(#14760) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#14775) This line has a length of 133. Maximum allowed is 132. (max-len)
(#14790) This line has a length of 178. Maximum allowed is 132. (max-len)
(#14791) This line has a length of 160. Maximum allowed is 132. (max-len)
(#14805) Comments should not begin with a lowercase character. (capitalized-comments)
(#14806) Unexpected space before function parentheses. (space-before-function-paren)
(#14811) Unexpected space before function parentheses. (space-before-function-paren)
(#14823) Unexpected space before function parentheses. (space-before-function-paren)
(#14831) Unexpected space before function parentheses. (space-before-function-paren)
(#14842) Unexpected space before function parentheses. (space-before-function-paren)
(#14846) Unexpected space before function parentheses. (space-before-function-paren)
(#14855) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#14855) Unexpected empty function 'DocPreprocessor'. (no-empty-function)
(#14859) Unexpected space before function parentheses. (space-before-function-paren)
(#14865) Unexpected space before function parentheses. (space-before-function-paren)
(#14866) Comments should not begin with a lowercase character. (capitalized-comments)
(#14875) Comments should not begin with a lowercase character. (capitalized-comments)
(#14902) Expected an error object to be thrown. (no-throw-literal)
(#14906) Unexpected space before function parentheses. (space-before-function-paren)
(#14916) Unexpected space before function parentheses. (space-before-function-paren)
(#14926) Unexpected space before function parentheses. (space-before-function-paren)
(#14936) Unexpected space before function parentheses. (space-before-function-paren)
(#14944) Comments should not begin with a lowercase character. (capitalized-comments)
(#14957) Unexpected space before function parentheses. (space-before-function-paren)
(#14981) Expected an error object to be thrown. (no-throw-literal)
(#15015) Unexpected space before function parentheses. (space-before-function-paren)
(#15025) Expected an error object to be thrown. (no-throw-literal)
(#15036) Unexpected space before function parentheses. (space-before-function-paren)
(#15037) This line has a length of 155. Maximum allowed is 132. (max-len)
(#15043) Unexpected space before function parentheses. (space-before-function-paren)
(#15047) Unexpected space before function parentheses. (space-before-function-paren)
(#15053) Missing semicolon. (@babel/semi)
(#15058) Unexpected space before function parentheses. (space-before-function-paren)
(#15061) Expected space or tab after '/*' in comment. (spaced-comment)
(#15075) Missing JSDoc @param "fontProvider" declaration. (jsdoc/require-param)
(#15075) Missing JSDoc @param "styleDictionary" declaration. (jsdoc/require-param)
(#15075) Missing JSDoc @param "defaultStyle" declaration. (jsdoc/require-param)
(#15075) Missing JSDoc @param "imageMeasure" declaration. (jsdoc/require-param)
(#15075) Missing JSDoc @param "tableLayouts" declaration. (jsdoc/require-param)
(#15075) Missing JSDoc @param "images" declaration. (jsdoc/require-param)
(#15093) Unexpected space before function parentheses. (space-before-function-paren)
(#15097) Unexpected space before function parentheses. (space-before-function-paren)
(#15101) Unexpected space before function parentheses. (space-before-function-paren)
(#15126) Expected an error object to be thrown. (no-throw-literal)
(#15130) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15141) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15143) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15155) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15169) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15201) This line has a length of 135. Maximum allowed is 132. (max-len)
(#15209) Unexpected space before function parentheses. (space-before-function-paren)
(#15217) Unexpected space before function parentheses. (space-before-function-paren)
(#15225) This line has a length of 167. Maximum allowed is 132. (max-len)
(#15257) Unexpected space before function parentheses. (space-before-function-paren)
(#15277) Unexpected space before function parentheses. (space-before-function-paren)
(#15317) Unexpected space before function parentheses. (space-before-function-paren)
(#15333) Unexpected space before function parentheses. (space-before-function-paren)
(#15337) Unexpected space before function parentheses. (space-before-function-paren)
(#15338) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15353) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15368) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15411) Unexpected space before function parentheses. (space-before-function-paren)
(#15412) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15413) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15414) Unexpected use of '>>'. (no-bitwise)
(#15414) Unexpected use of '>>'. (no-bitwise)
(#15424) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15443) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15443) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15453) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15513) Unexpected space before function parentheses. (space-before-function-paren)
(#15535) Unexpected space before function parentheses. (space-before-function-paren)
(#15549) 'i' declared on line 15572 column 30 is used outside of binding context. (block-scoped-var)
(#15549) 'l' declared on line 15572 column 37 is used outside of binding context. (block-scoped-var)
(#15549) 'i' declared on line 15572 column 30 is used outside of binding context. (block-scoped-var)
(#15549) 'l' declared on line 15572 column 37 is used outside of binding context. (block-scoped-var)
(#15549) 'i' declared on line 15572 column 30 is used outside of binding context. (block-scoped-var)
(#15550) 'item' declared on line 15573 column 29 is used outside of binding context. (block-scoped-var)
(#15550) 'i' declared on line 15572 column 30 is used outside of binding context. (block-scoped-var)
(#15550) 'i' declared on line 15572 column 30 is used outside of binding context. (block-scoped-var)
(#15552) 'item' declared on line 15573 column 29 is used outside of binding context. (block-scoped-var)
(#15552) 'item' declared on line 15573 column 29 is used outside of binding context. (block-scoped-var)
(#15553) This line has a length of 146. Maximum allowed is 132. (max-len)
(#15553) 'item' declared on line 15573 column 29 is used outside of binding context. (block-scoped-var)
(#15553) 'item' declared on line 15573 column 29 is used outside of binding context. (block-scoped-var)
(#15553) 'item' declared on line 15573 column 29 is used outside of binding context. (block-scoped-var)
(#15554) 'item' declared on line 15573 column 29 is used outside of binding context. (block-scoped-var)
(#15555) 'item' declared on line 15573 column 29 is used outside of binding context. (block-scoped-var)
(#15557) Multiple spaces found before '// TODO: else ...'. (no-multi-spaces)
(#15559) 'i' declared on line 15572 column 30 is used outside of binding context. (block-scoped-var)
(#15560) 'i' declared on line 15572 column 30 is used outside of binding context. (block-scoped-var)
(#15572) 'i' declared on line 15549 column 30 is used outside of binding context. (block-scoped-var)
(#15572) 'l' declared on line 15549 column 37 is used outside of binding context. (block-scoped-var)
(#15572) 'i' declared on line 15549 column 30 is used outside of binding context. (block-scoped-var)
(#15572) 'l' declared on line 15549 column 37 is used outside of binding context. (block-scoped-var)
(#15572) 'i' declared on line 15549 column 30 is used outside of binding context. (block-scoped-var)
(#15573) 'item' declared on line 15550 column 29 is used outside of binding context. (block-scoped-var)
(#15573) 'i' declared on line 15549 column 30 is used outside of binding context. (block-scoped-var)
(#15574) 'item' declared on line 15550 column 29 is used outside of binding context. (block-scoped-var)
(#15574) 'item' declared on line 15550 column 29 is used outside of binding context. (block-scoped-var)
(#15575) 'item' declared on line 15550 column 29 is used outside of binding context. (block-scoped-var)
(#15575) 'item' declared on line 15550 column 29 is used outside of binding context. (block-scoped-var)
(#15582) Unexpected space before function parentheses. (space-before-function-paren)
(#15599) Unexpected space before function parentheses. (space-before-function-paren)
(#15616) Unexpected console statement. (no-console)
(#15617) Expected an error object to be thrown. (no-throw-literal)
(#15619) Comments should not begin with a lowercase character. (capitalized-comments)
(#15655) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15656) Unexpected space before function parentheses. (space-before-function-paren)
(#15664) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15672) Unexpected space before function parentheses. (space-before-function-paren)
(#15675) Unexpected space before function parentheses. (space-before-function-paren)
(#15678) Unexpected space before function parentheses. (space-before-function-paren)
(#15681) Unexpected space before function parentheses. (space-before-function-paren)
(#15684) Unexpected space before function parentheses. (space-before-function-paren)
(#15687) Unexpected space before function parentheses. (space-before-function-paren)
(#15690) Unexpected space before function parentheses. (space-before-function-paren)
(#15693) Unexpected space before function parentheses. (space-before-function-paren)
(#15696) Unexpected space before function parentheses. (space-before-function-paren)
(#15705) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15725) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15753) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15764) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15775) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15786) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15808) Unexpected space before function parentheses. (space-before-function-paren)
(#15809) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15843) Unexpected space before function parentheses. (space-before-function-paren)
(#15855) Unexpected space before function parentheses. (space-before-function-paren)
(#15859) Unnecessary semicolon. (no-extra-semi)
(#15859) Unexpected space before function parentheses. (space-before-function-paren)
(#15864) Missing semicolon. (@babel/semi)
(#15866) Missing semicolon. (@babel/semi)
(#15867) Missing semicolon. (@babel/semi)
(#15868) Missing semicolon. (@babel/semi)
(#15869) Missing semicolon. (@babel/semi)
(#15870) Missing semicolon. (@babel/semi)
(#15871) Missing semicolon. (@babel/semi)
(#15872) Missing semicolon. (@babel/semi)
(#15874) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15874) Expected to return a value at the end of function 'decode'. (consistent-return)
(#15875) Missing semicolon. (@babel/semi)
(#15878) Expected { after 'if' condition. (curly)
(#15878) Missing semicolon. (@babel/semi)
(#15881) Expected { after 'if' condition. (curly)
(#15881) Missing semicolon. (@babel/semi)
(#15883) Expected { after 'if' condition. (curly)
(#15883) Missing semicolon. (@babel/semi)
(#15883) Comments should not begin with a lowercase character. (capitalized-comments)
(#15883) Expected space or tab after '//' in comment. (spaced-comment)
(#15885) Expected { after 'if' condition. (curly)
(#15885) Missing semicolon. (@babel/semi)
(#15887) Expected { after 'if' condition. (curly)
(#15887) Missing semicolon. (@babel/semi)
(#15889) Expected { after 'if' condition. (curly)
(#15889) Missing semicolon. (@babel/semi)
(#15892) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15893) Missing semicolon. (@babel/semi)
(#15896) Missing semicolon. (@babel/semi)
(#15899) Comments should not begin with a lowercase character. (capitalized-comments)
(#15904) Missing semicolon. (@babel/semi)
(#15905) Do not nest ternary expressions. (no-nested-ternary)
(#15905) Missing semicolon. (@babel/semi)
(#15907) Comments should not begin with a lowercase character. (capitalized-comments)
(#15908) Missing semicolon. (@babel/semi)
(#15910) Comments should not begin with a lowercase character. (capitalized-comments)
(#15911) Missing semicolon. (@babel/semi)
(#15913) Missing semicolon. (@babel/semi)
(#15915) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15916) Missing semicolon. (@babel/semi)
(#15920) This line has a length of 162. Maximum allowed is 132. (max-len)
(#15920) Unexpected use of '|'. (no-bitwise)
(#15920) Unexpected use of '|'. (no-bitwise)
(#15920) Unexpected use of '|'. (no-bitwise)
(#15920) Unexpected use of '<<'. (no-bitwise)
(#15920) Unexpected use of '<<'. (no-bitwise)
(#15920) Unexpected use of '<<'. (no-bitwise)
(#15920) Missing semicolon. (@babel/semi)
(#15921) Unexpected use of '>>'. (no-bitwise)
(#15921) Unexpected use of '&'. (no-bitwise)
(#15921) Missing semicolon. (@babel/semi)
(#15922) Unexpected use of '>>'. (no-bitwise)
(#15922) Unexpected use of '&'. (no-bitwise)
(#15922) Missing semicolon. (@babel/semi)
(#15923) Unexpected use of '&'. (no-bitwise)
(#15923) Missing semicolon. (@babel/semi)
(#15927) Unexpected use of '|'. (no-bitwise)
(#15927) Unexpected use of '<<'. (no-bitwise)
(#15927) Unexpected use of '>>'. (no-bitwise)
(#15927) Missing semicolon. (@babel/semi)
(#15928) Unexpected use of '&'. (no-bitwise)
(#15928) Missing semicolon. (@babel/semi)
(#15930) This line has a length of 133. Maximum allowed is 132. (max-len)
(#15930) Unexpected use of '|'. (no-bitwise)
(#15930) Unexpected use of '|'. (no-bitwise)
(#15930) Unexpected use of '<<'. (no-bitwise)
(#15930) Unexpected use of '<<'. (no-bitwise)
(#15930) Unexpected use of '>>'. (no-bitwise)
(#15930) Missing semicolon. (@babel/semi)
(#15931) Unexpected use of '&'. (no-bitwise)
(#15931) Unexpected use of '>>'. (no-bitwise)
(#15931) Missing semicolon. (@babel/semi)
(#15932) Unexpected use of '&'. (no-bitwise)
(#15932) Missing semicolon. (@babel/semi)
(#15935) Missing semicolon. (@babel/semi)
(#15938) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15940) Comments should not begin with a lowercase character. (capitalized-comments)
(#15942) Missing semicolon. (@babel/semi)
(#15944) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15945) Missing semicolon. (@babel/semi)
(#15948) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15949) This line has a length of 133. Maximum allowed is 132. (max-len)
(#15949) Unexpected use of '&'. (no-bitwise)
(#15949) Unexpected use of '>>'. (no-bitwise)
(#15949) Unexpected use of '&'. (no-bitwise)
(#15949) Unexpected use of '>>'. (no-bitwise)
(#15949) Unexpected use of '&'. (no-bitwise)
(#15949) Unexpected use of '>>'. (no-bitwise)
(#15949) Unexpected use of '&'. (no-bitwise)
(#15949) Missing semicolon. (@babel/semi)
(#15952) Comments should not begin with a lowercase character. (capitalized-comments)
(#15954) Unexpected use of '<<'. (no-bitwise)
(#15954) Unexpected use of '<<'. (no-bitwise)
(#15954) Missing semicolon. (@babel/semi)
(#15955) Missing semicolon. (@babel/semi)
(#15958) Comments should not begin with a lowercase character. (capitalized-comments)
(#15961) Missing semicolon. (@babel/semi)
(#15962) Unexpected use of '>>'. (no-bitwise)
(#15962) Missing semicolon. (@babel/semi)
(#15963) Unexpected use of '&'. (no-bitwise)
(#15963) Unexpected use of '<<'. (no-bitwise)
(#15963) Missing semicolon. (@babel/semi)
(#15964) Missing semicolon. (@babel/semi)
(#15965) Missing semicolon. (@babel/semi)
(#15967) Unexpected use of '<<'. (no-bitwise)
(#15967) Missing semicolon. (@babel/semi)
(#15968) Unexpected use of '>>'. (no-bitwise)
(#15968) Missing semicolon. (@babel/semi)
(#15969) Unexpected use of '&'. (no-bitwise)
(#15969) Unexpected use of '>>'. (no-bitwise)
(#15969) Missing semicolon. (@babel/semi)
(#15970) Unexpected use of '&'. (no-bitwise)
(#15970) Unexpected use of '<<'. (no-bitwise)
(#15970) Missing semicolon. (@babel/semi)
(#15971) Missing semicolon. (@babel/semi)
(#15972) Missing semicolon. (@babel/semi)
(#15975) Missing semicolon. (@babel/semi)
(#15978) Missing semicolon. (@babel/semi)
(#15979) Missing semicolon. (@babel/semi)
(#15980) Unexpected constant condition. (no-constant-condition)
(#15980) Missing semicolon. (@babel/semi)
(#15986) Unexpected space before function parentheses. (space-before-function-paren)
(#15989) Unexpected space before function parentheses. (space-before-function-paren)
(#15993) 'OP' is assigned a value but never used. (no-unused-vars)
(#15995) 'CL' is assigned a value but never used. (no-unused-vars)
(#15997) 'CP' is assigned a value but never used. (no-unused-vars)
(#15999) 'QU' is assigned a value but never used. (no-unused-vars)
(#16001) 'GL' is assigned a value but never used. (no-unused-vars)
(#16003) 'NS' is assigned a value but never used. (no-unused-vars)
(#16005) 'EX' is assigned a value but never used. (no-unused-vars)
(#16007) 'SY' is assigned a value but never used. (no-unused-vars)
(#16009) 'IS' is assigned a value but never used. (no-unused-vars)
(#16011) 'PR' is assigned a value but never used. (no-unused-vars)
(#16013) 'PO' is assigned a value but never used. (no-unused-vars)
(#16015) 'NU' is assigned a value but never used. (no-unused-vars)
(#16017) 'AL' is assigned a value but never used. (no-unused-vars)
(#16019) 'HL' is assigned a value but never used. (no-unused-vars)
(#16021) 'ID' is assigned a value but never used. (no-unused-vars)
(#16023) 'IN' is assigned a value but never used. (no-unused-vars)
(#16025) 'HY' is assigned a value but never used. (no-unused-vars)
(#16027) 'BA' is assigned a value but never used. (no-unused-vars)
(#16029) 'BB' is assigned a value but never used. (no-unused-vars)
(#16031) 'B2' is assigned a value but never used. (no-unused-vars)
(#16033) 'ZW' is assigned a value but never used. (no-unused-vars)
(#16035) 'CM' is assigned a value but never used. (no-unused-vars)
(#16037) 'WJ' is assigned a value but never used. (no-unused-vars)
(#16039) 'H2' is assigned a value but never used. (no-unused-vars)
(#16041) 'H3' is assigned a value but never used. (no-unused-vars)
(#16043) 'JL' is assigned a value but never used. (no-unused-vars)
(#16045) 'JV' is assigned a value but never used. (no-unused-vars)
(#16047) 'JT' is assigned a value but never used. (no-unused-vars)
(#16049) 'RI' is assigned a value but never used. (no-unused-vars)
(#16051) 'AI' is assigned a value but never used. (no-unused-vars)
(#16053) 'BK' is assigned a value but never used. (no-unused-vars)
(#16055) 'CB' is assigned a value but never used. (no-unused-vars)
(#16057) 'CJ' is assigned a value but never used. (no-unused-vars)
(#16059) 'CR' is assigned a value but never used. (no-unused-vars)
(#16061) 'LF' is assigned a value but never used. (no-unused-vars)
(#16063) 'NL' is assigned a value but never used. (no-unused-vars)
(#16065) 'SA' is assigned a value but never used. (no-unused-vars)
(#16067) 'SG' is assigned a value but never used. (no-unused-vars)
(#16069) 'SP' is assigned a value but never used. (no-unused-vars)
(#16071) 'XX' is assigned a value but never used. (no-unused-vars)
(#16079) Unexpected space before function parentheses. (space-before-function-paren)
(#16082) Unexpected space before function parentheses. (space-before-function-paren)
(#16095) This line has a length of 6827. Maximum allowed is 132. (max-len)
(#16103) Unexpected space before function parentheses. (space-before-function-paren)
(#16106) Expected space or tab after '/*' in comment. (spaced-comment)
(#16107) Expected space or tab after '/*' in comment. (spaced-comment)
(#16170) Comments should not begin with a lowercase character. (capitalized-comments)
(#16172) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16172) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16172) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16174) Comments should not begin with a lowercase character. (capitalized-comments)
(#16180) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16180) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16180) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16184) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16185) 'i' declared on line 16199 column 26 is used outside of binding context. (block-scoped-var)
(#16185) 'i' declared on line 16211 column 26 is used outside of binding context. (block-scoped-var)
(#16185) 'i' declared on line 16199 column 26 is used outside of binding context. (block-scoped-var)
(#16185) 'i' declared on line 16211 column 26 is used outside of binding context. (block-scoped-var)
(#16185) 'i' declared on line 16199 column 26 is used outside of binding context. (block-scoped-var)
(#16185) 'i' declared on line 16211 column 26 is used outside of binding context. (block-scoped-var)
(#16187) 'i' declared on line 16199 column 26 is used outside of binding context. (block-scoped-var)
(#16187) 'i' declared on line 16211 column 26 is used outside of binding context. (block-scoped-var)
(#16188) Unexpected use of '^'. (no-bitwise)
(#16191) Comments should not begin with a lowercase character. (capitalized-comments)
(#16199) 'i' declared on line 16185 column 26 is used outside of binding context. (block-scoped-var)
(#16199) 'i' declared on line 16211 column 26 is used outside of binding context. (block-scoped-var)
(#16199) 'i' declared on line 16185 column 26 is used outside of binding context. (block-scoped-var)
(#16199) 'i' declared on line 16211 column 26 is used outside of binding context. (block-scoped-var)
(#16199) 'i' declared on line 16185 column 26 is used outside of binding context. (block-scoped-var)
(#16199) 'i' declared on line 16211 column 26 is used outside of binding context. (block-scoped-var)
(#16200) 'i' declared on line 16185 column 26 is used outside of binding context. (block-scoped-var)
(#16200) 'i' declared on line 16211 column 26 is used outside of binding context. (block-scoped-var)
(#16200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16201) 'i' declared on line 16185 column 26 is used outside of binding context. (block-scoped-var)
(#16201) 'i' declared on line 16211 column 26 is used outside of binding context. (block-scoped-var)
(#16202) 'i' declared on line 16185 column 26 is used outside of binding context. (block-scoped-var)
(#16202) 'i' declared on line 16211 column 26 is used outside of binding context. (block-scoped-var)
(#16203) 'i' declared on line 16185 column 26 is used outside of binding context. (block-scoped-var)
(#16203) 'i' declared on line 16211 column 26 is used outside of binding context. (block-scoped-var)
(#16204) Unexpected use of '^'. (no-bitwise)
(#16209) Comments should not begin with a lowercase character. (capitalized-comments)
(#16211) 'i' declared on line 16185 column 26 is used outside of binding context. (block-scoped-var)
(#16211) 'i' declared on line 16199 column 26 is used outside of binding context. (block-scoped-var)
(#16211) 'i' declared on line 16185 column 26 is used outside of binding context. (block-scoped-var)
(#16211) 'i' declared on line 16199 column 26 is used outside of binding context. (block-scoped-var)
(#16211) 'i' declared on line 16185 column 26 is used outside of binding context. (block-scoped-var)
(#16211) 'i' declared on line 16199 column 26 is used outside of binding context. (block-scoped-var)
(#16212) 'i' declared on line 16185 column 26 is used outside of binding context. (block-scoped-var)
(#16212) 'i' declared on line 16199 column 26 is used outside of binding context. (block-scoped-var)
(#16212) 'i' declared on line 16185 column 26 is used outside of binding context. (block-scoped-var)
(#16212) 'i' declared on line 16199 column 26 is used outside of binding context. (block-scoped-var)
(#16215) Comments should not begin with a lowercase character. (capitalized-comments)
(#16217) Expected space or tab after '/*' in comment. (spaced-comment)
(#16219) Unexpected space before function parentheses. (space-before-function-paren)
(#16222) Unexpected space before function parentheses. (space-before-function-paren)
(#16225) Unexpected space before function parentheses. (space-before-function-paren)
(#16228) Unexpected space before function parentheses. (space-before-function-paren)
(#16231) Unexpected space before function parentheses. (space-before-function-paren)
(#16232) Unexpected use of '|'. (no-bitwise)
(#16232) Unexpected use of '|'. (no-bitwise)
(#16234) Unexpected space before function parentheses. (space-before-function-paren)
(#16237) Unexpected space before function parentheses. (space-before-function-paren)
(#16240) Unexpected space before function parentheses. (space-before-function-paren)
(#16244) Comments should not begin with a lowercase character. (capitalized-comments)
(#16245) Unexpected space before function parentheses. (space-before-function-paren)
(#16249) Comments should not begin with a lowercase character. (capitalized-comments)
(#16250) Unexpected space before function parentheses. (space-before-function-paren)
(#16254) Comments should not begin with a lowercase character. (capitalized-comments)
(#16255) Unexpected space before function parentheses. (space-before-function-paren)
(#16257) Unexpected tab character. (no-tabs)
(#16258) Unexpected tab character. (no-tabs)
(#16259) Unexpected tab character. (no-tabs)
(#16260) Unexpected tab character. (no-tabs)
(#16261) Unexpected tab character. (no-tabs)
(#16262) Unexpected tab character. (no-tabs)
(#16263) Unexpected tab character. (no-tabs)
(#16264) Unexpected tab character. (no-tabs)
(#16265) Unexpected tab character. (no-tabs)
(#16266) Unexpected tab character. (no-tabs)
(#16267) Unexpected tab character. (no-tabs)
(#16268) Unexpected tab character. (no-tabs)
(#16269) Unexpected tab character. (no-tabs)
(#16270) Unexpected tab character. (no-tabs)
(#16271) Unexpected tab character. (no-tabs)
(#16272) Unexpected tab character. (no-tabs)
(#16273) Unexpected tab character. (no-tabs)
(#16274) Unexpected tab character. (no-tabs)
(#16275) Unexpected tab character. (no-tabs)
(#16276) Unexpected tab character. (no-tabs)
(#16277) Unexpected tab character. (no-tabs)
(#16278) Unexpected tab character. (no-tabs)
(#16279) Unexpected tab character. (no-tabs)
(#16280) Unexpected tab character. (no-tabs)
(#16281) Unexpected tab character. (no-tabs)
(#16282) Unexpected tab character. (no-tabs)
(#16283) Unexpected tab character. (no-tabs)
(#16284) Unexpected tab character. (no-tabs)
(#16285) Unexpected tab character. (no-tabs)
(#16286) Unexpected tab character. (no-tabs)
(#16287) Unexpected tab character. (no-tabs)
(#16288) Unexpected tab character. (no-tabs)
(#16290) Comments should not begin with a lowercase character. (capitalized-comments)
(#16292) Expected { after 'if' condition. (curly)
(#16292) Comments should not begin with a lowercase character. (capitalized-comments)
(#16293) Comments should not begin with a lowercase character. (capitalized-comments)
(#16299) Comments should not begin with a lowercase character. (capitalized-comments)
(#16301) Unexpected space before function parentheses. (space-before-function-paren)
(#16302) Unexpected use of '&'. (no-bitwise)
(#16302) Unexpected use of '~'. (no-bitwise)
(#16302) Comments should not begin with a lowercase character. (capitalized-comments)
(#16304) Comments should not begin with a lowercase character. (capitalized-comments)
(#16308) Comments should not begin with a lowercase character. (capitalized-comments)
(#16310) Expected to return a value at the end of function. (consistent-return)
(#16310) Unexpected space before function parentheses. (space-before-function-paren)
(#16313) Do not nest ternary expressions. (no-nested-ternary)
(#16315) Do not nest ternary expressions. (no-nested-ternary)
(#16319) Do not nest ternary expressions. (no-nested-ternary)
(#16323) Comments should not begin with a lowercase character. (capitalized-comments)
(#16324) Expected to return a value at the end of function. (consistent-return)
(#16324) Unexpected space before function parentheses. (space-before-function-paren)
(#16328) Unexpected use of '|'. (no-bitwise)
(#16328) Do not nest ternary expressions. (no-nested-ternary)
(#16330) Unexpected use of '|'. (no-bitwise)
(#16332) Unexpected use of '|'. (no-bitwise)
(#16334) Unexpected use of '|'. (no-bitwise)
(#16338) Comments should not begin with a lowercase character. (capitalized-comments)
(#16344) Expected to return a value at the end of function. (consistent-return)
(#16344) Unexpected space before function parentheses. (space-before-function-paren)
(#16348) Expected { after 'if' condition. (curly)
(#16353) Expected { after 'if' condition. (curly)
(#16357) Comments should not begin with a lowercase character. (capitalized-comments)
(#16364) Unexpected use of '|'. (no-bitwise)
(#16364) Unexpected use of '>>'. (no-bitwise)
(#16365) Unexpected use of '|'. (no-bitwise)
(#16365) Unexpected use of '&'. (no-bitwise)
(#16367) Unexpected use of '|'. (no-bitwise)
(#16367) Unexpected use of '>>'. (no-bitwise)
(#16368) Unexpected use of '|'. (no-bitwise)
(#16368) Unexpected use of '&'. (no-bitwise)
(#16368) Unexpected use of '>>'. (no-bitwise)
(#16369) Unexpected use of '|'. (no-bitwise)
(#16369) Unexpected use of '&'. (no-bitwise)
(#16371) Unexpected use of '|'. (no-bitwise)
(#16371) Unexpected use of '>>'. (no-bitwise)
(#16372) Unexpected use of '|'. (no-bitwise)
(#16372) Unexpected use of '&'. (no-bitwise)
(#16372) Unexpected use of '>>'. (no-bitwise)
(#16373) Unexpected use of '|'. (no-bitwise)
(#16373) Unexpected use of '&'. (no-bitwise)
(#16373) Unexpected use of '>>'. (no-bitwise)
(#16374) Unexpected use of '|'. (no-bitwise)
(#16374) Unexpected use of '&'. (no-bitwise)
(#16384) Comments should not begin with a lowercase character. (capitalized-comments)
(#16387) Unexpected space before function parentheses. (space-before-function-paren)
(#16389) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16392) Comments should not begin with a lowercase character. (capitalized-comments)
(#16393) Unexpected space before function parentheses. (space-before-function-paren)
(#16395) Unexpected use of '|'. (no-bitwise)
(#16395) Unexpected use of '>>'. (no-bitwise)
(#16397) Expected { after 'while' condition. (curly)
(#16397) Unexpected use of '&'. (no-bitwise)
(#16397) Unexpected use of '>>'. (no-bitwise)
(#16402) Expected { after 'if' condition. (curly)
(#16402) Unexpected use of '|='. (no-bitwise)
(#16402) Unexpected use of '<<'. (no-bitwise)
(#16402) Unexpected use of '&'. (no-bitwise)
(#16402) Unexpected use of '<<'. (no-bitwise)
(#16411) 'i' declared on line 16418 column 38 is used outside of binding context. (block-scoped-var)
(#16411) 'i' declared on line 16428 column 38 is used outside of binding context. (block-scoped-var)
(#16411) 'i' declared on line 16418 column 38 is used outside of binding context. (block-scoped-var)
(#16411) 'i' declared on line 16428 column 38 is used outside of binding context. (block-scoped-var)
(#16411) 'i' declared on line 16418 column 38 is used outside of binding context. (block-scoped-var)
(#16411) 'i' declared on line 16428 column 38 is used outside of binding context. (block-scoped-var)
(#16412) 'i' declared on line 16418 column 38 is used outside of binding context. (block-scoped-var)
(#16412) 'i' declared on line 16428 column 38 is used outside of binding context. (block-scoped-var)
(#16412) 'i' declared on line 16418 column 38 is used outside of binding context. (block-scoped-var)
(#16412) 'i' declared on line 16428 column 38 is used outside of binding context. (block-scoped-var)
(#16414) 'i' declared on line 16411 column 38 is used outside of binding context. (block-scoped-var)
(#16414) 'i' declared on line 16418 column 38 is used outside of binding context. (block-scoped-var)
(#16414) 'i' declared on line 16428 column 38 is used outside of binding context. (block-scoped-var)
(#16418) 'i' declared on line 16411 column 38 is used outside of binding context. (block-scoped-var)
(#16418) 'i' declared on line 16428 column 38 is used outside of binding context. (block-scoped-var)
(#16418) 'i' declared on line 16411 column 38 is used outside of binding context. (block-scoped-var)
(#16418) 'i' declared on line 16428 column 38 is used outside of binding context. (block-scoped-var)
(#16418) 'i' declared on line 16411 column 38 is used outside of binding context. (block-scoped-var)
(#16418) 'i' declared on line 16428 column 38 is used outside of binding context. (block-scoped-var)
(#16419) 'i' declared on line 16411 column 38 is used outside of binding context. (block-scoped-var)
(#16419) 'i' declared on line 16428 column 38 is used outside of binding context. (block-scoped-var)
(#16420) 'i' declared on line 16411 column 38 is used outside of binding context. (block-scoped-var)
(#16420) 'i' declared on line 16428 column 38 is used outside of binding context. (block-scoped-var)
(#16423) 'i' declared on line 16411 column 38 is used outside of binding context. (block-scoped-var)
(#16423) 'i' declared on line 16418 column 38 is used outside of binding context. (block-scoped-var)
(#16423) 'i' declared on line 16428 column 38 is used outside of binding context. (block-scoped-var)
(#16428) 'i' declared on line 16411 column 38 is used outside of binding context. (block-scoped-var)
(#16428) 'i' declared on line 16418 column 38 is used outside of binding context. (block-scoped-var)
(#16428) 'i' declared on line 16411 column 38 is used outside of binding context. (block-scoped-var)
(#16428) 'i' declared on line 16418 column 38 is used outside of binding context. (block-scoped-var)
(#16428) 'i' declared on line 16411 column 38 is used outside of binding context. (block-scoped-var)
(#16428) 'i' declared on line 16418 column 38 is used outside of binding context. (block-scoped-var)
(#16429) 'i' declared on line 16411 column 38 is used outside of binding context. (block-scoped-var)
(#16429) 'i' declared on line 16418 column 38 is used outside of binding context. (block-scoped-var)
(#16434) Comments should not begin with a lowercase character. (capitalized-comments)
(#16440) Expected { after 'if' condition. (curly)
(#16442) Comments should not begin with a lowercase character. (capitalized-comments)
(#16445) Expected { after 'while' condition. (curly)
(#16447) Expected { after 'if' condition. (curly)
(#16451) Comments should not begin with a lowercase character. (capitalized-comments)
(#16458) Unexpected space before function parentheses. (space-before-function-paren)
(#16460) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16461) 'i' declared on line 16463 column 30 is used outside of binding context. (block-scoped-var)
(#16461) 'i' declared on line 16463 column 30 is used outside of binding context. (block-scoped-var)
(#16461) 'i' declared on line 16463 column 30 is used outside of binding context. (block-scoped-var)
(#16462) Expected { after 'for' condition. (curly)
(#16463) 'i' declared on line 16461 column 30 is used outside of binding context. (block-scoped-var)
(#16463) 'i' declared on line 16461 column 30 is used outside of binding context. (block-scoped-var)
(#16464) 'i' declared on line 16461 column 30 is used outside of binding context. (block-scoped-var)
(#16467) Unexpected use of '^='. (no-bitwise)
(#16467) 'i' declared on line 16461 column 30 is used outside of binding context. (block-scoped-var)
(#16474) Comments should not begin with a lowercase character. (capitalized-comments)
(#16481) Unexpected space before function parentheses. (space-before-function-paren)
(#16483) Unexpected use of '|'. (no-bitwise)
(#16483) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16485) 'i' declared on line 16489 column 30 is used outside of binding context. (block-scoped-var)
(#16485) 'i' declared on line 16496 column 30 is used outside of binding context. (block-scoped-var)
(#16485) 'i' declared on line 16502 column 30 is used outside of binding context. (block-scoped-var)
(#16485) 'i' declared on line 16510 column 30 is used outside of binding context. (block-scoped-var)
(#16485) 'i' declared on line 16489 column 30 is used outside of binding context. (block-scoped-var)
(#16485) 'i' declared on line 16496 column 30 is used outside of binding context. (block-scoped-var)
(#16485) 'i' declared on line 16502 column 30 is used outside of binding context. (block-scoped-var)
(#16485) 'i' declared on line 16510 column 30 is used outside of binding context. (block-scoped-var)
(#16485) 'i' declared on line 16489 column 30 is used outside of binding context. (block-scoped-var)
(#16485) 'i' declared on line 16496 column 30 is used outside of binding context. (block-scoped-var)
(#16485) 'i' declared on line 16502 column 30 is used outside of binding context. (block-scoped-var)
(#16485) 'i' declared on line 16510 column 30 is used outside of binding context. (block-scoped-var)
(#16489) 'i' declared on line 16485 column 30 is used outside of binding context. (block-scoped-var)
(#16489) 'i' declared on line 16496 column 30 is used outside of binding context. (block-scoped-var)
(#16489) 'i' declared on line 16502 column 30 is used outside of binding context. (block-scoped-var)
(#16489) 'i' declared on line 16510 column 30 is used outside of binding context. (block-scoped-var)
(#16489) 'i' declared on line 16485 column 30 is used outside of binding context. (block-scoped-var)
(#16489) 'i' declared on line 16496 column 30 is used outside of binding context. (block-scoped-var)
(#16489) 'i' declared on line 16502 column 30 is used outside of binding context. (block-scoped-var)
(#16489) 'i' declared on line 16510 column 30 is used outside of binding context. (block-scoped-var)
(#16489) 'i' declared on line 16485 column 30 is used outside of binding context. (block-scoped-var)
(#16489) 'i' declared on line 16496 column 30 is used outside of binding context. (block-scoped-var)
(#16489) 'i' declared on line 16502 column 30 is used outside of binding context. (block-scoped-var)
(#16489) 'i' declared on line 16510 column 30 is used outside of binding context. (block-scoped-var)
(#16496) 'i' declared on line 16485 column 30 is used outside of binding context. (block-scoped-var)
(#16496) 'i' declared on line 16489 column 30 is used outside of binding context. (block-scoped-var)
(#16496) 'i' declared on line 16502 column 30 is used outside of binding context. (block-scoped-var)
(#16496) 'i' declared on line 16510 column 30 is used outside of binding context. (block-scoped-var)
(#16496) 'i' declared on line 16485 column 30 is used outside of binding context. (block-scoped-var)
(#16496) 'i' declared on line 16489 column 30 is used outside of binding context. (block-scoped-var)
(#16496) 'i' declared on line 16502 column 30 is used outside of binding context. (block-scoped-var)
(#16496) 'i' declared on line 16510 column 30 is used outside of binding context. (block-scoped-var)
(#16496) 'i' declared on line 16485 column 30 is used outside of binding context. (block-scoped-var)
(#16496) 'i' declared on line 16489 column 30 is used outside of binding context. (block-scoped-var)
(#16496) 'i' declared on line 16502 column 30 is used outside of binding context. (block-scoped-var)
(#16496) 'i' declared on line 16510 column 30 is used outside of binding context. (block-scoped-var)
(#16497) 'i' declared on line 16485 column 30 is used outside of binding context. (block-scoped-var)
(#16497) 'i' declared on line 16489 column 30 is used outside of binding context. (block-scoped-var)
(#16497) 'i' declared on line 16502 column 30 is used outside of binding context. (block-scoped-var)
(#16497) 'i' declared on line 16510 column 30 is used outside of binding context. (block-scoped-var)
(#16497) 'i' declared on line 16485 column 30 is used outside of binding context. (block-scoped-var)
(#16497) 'i' declared on line 16489 column 30 is used outside of binding context. (block-scoped-var)
(#16497) 'i' declared on line 16502 column 30 is used outside of binding context. (block-scoped-var)
(#16497) 'i' declared on line 16510 column 30 is used outside of binding context. (block-scoped-var)
(#16501) Unexpected use of '|'. (no-bitwise)
(#16502) 'i' declared on line 16485 column 30 is used outside of binding context. (block-scoped-var)
(#16502) 'i' declared on line 16489 column 30 is used outside of binding context. (block-scoped-var)
(#16502) 'i' declared on line 16496 column 30 is used outside of binding context. (block-scoped-var)
(#16502) 'i' declared on line 16510 column 30 is used outside of binding context. (block-scoped-var)
(#16502) 'i' declared on line 16485 column 30 is used outside of binding context. (block-scoped-var)
(#16502) 'i' declared on line 16489 column 30 is used outside of binding context. (block-scoped-var)
(#16502) 'i' declared on line 16496 column 30 is used outside of binding context. (block-scoped-var)
(#16502) 'i' declared on line 16510 column 30 is used outside of binding context. (block-scoped-var)
(#16502) 'i' declared on line 16485 column 30 is used outside of binding context. (block-scoped-var)
(#16502) 'i' declared on line 16489 column 30 is used outside of binding context. (block-scoped-var)
(#16502) 'i' declared on line 16496 column 30 is used outside of binding context. (block-scoped-var)
(#16502) 'i' declared on line 16510 column 30 is used outside of binding context. (block-scoped-var)
(#16503) 'j' declared on line 16507 column 30 is used outside of binding context. (block-scoped-var)
(#16503) 'j' declared on line 16511 column 34 is used outside of binding context. (block-scoped-var)
(#16503) 'j' declared on line 16507 column 30 is used outside of binding context. (block-scoped-var)
(#16503) 'j' declared on line 16511 column 34 is used outside of binding context. (block-scoped-var)
(#16503) 'j' declared on line 16507 column 30 is used outside of binding context. (block-scoped-var)
(#16503) 'j' declared on line 16511 column 34 is used outside of binding context. (block-scoped-var)
(#16504) 'j' declared on line 16507 column 30 is used outside of binding context. (block-scoped-var)
(#16504) 'j' declared on line 16511 column 34 is used outside of binding context. (block-scoped-var)
(#16504) 'i' declared on line 16485 column 30 is used outside of binding context. (block-scoped-var)
(#16504) 'i' declared on line 16489 column 30 is used outside of binding context. (block-scoped-var)
(#16504) 'i' declared on line 16496 column 30 is used outside of binding context. (block-scoped-var)
(#16504) 'i' declared on line 16510 column 30 is used outside of binding context. (block-scoped-var)
(#16507) 'j' declared on line 16503 column 34 is used outside of binding context. (block-scoped-var)
(#16507) 'j' declared on line 16511 column 34 is used outside of binding context. (block-scoped-var)
(#16507) 'j' declared on line 16503 column 34 is used outside of binding context. (block-scoped-var)
(#16507) 'j' declared on line 16511 column 34 is used outside of binding context. (block-scoped-var)
(#16507) 'j' declared on line 16503 column 34 is used outside of binding context. (block-scoped-var)
(#16507) 'j' declared on line 16511 column 34 is used outside of binding context. (block-scoped-var)
(#16508) 'j' declared on line 16503 column 34 is used outside of binding context. (block-scoped-var)
(#16508) 'j' declared on line 16511 column 34 is used outside of binding context. (block-scoped-var)
(#16510) 'i' declared on line 16485 column 30 is used outside of binding context. (block-scoped-var)
(#16510) 'i' declared on line 16489 column 30 is used outside of binding context. (block-scoped-var)
(#16510) 'i' declared on line 16496 column 30 is used outside of binding context. (block-scoped-var)
(#16510) 'i' declared on line 16502 column 30 is used outside of binding context. (block-scoped-var)
(#16510) 'i' declared on line 16485 column 30 is used outside of binding context. (block-scoped-var)
(#16510) 'i' declared on line 16489 column 30 is used outside of binding context. (block-scoped-var)
(#16510) 'i' declared on line 16496 column 30 is used outside of binding context. (block-scoped-var)
(#16510) 'i' declared on line 16502 column 30 is used outside of binding context. (block-scoped-var)
(#16510) 'i' declared on line 16485 column 30 is used outside of binding context. (block-scoped-var)
(#16510) 'i' declared on line 16489 column 30 is used outside of binding context. (block-scoped-var)
(#16510) 'i' declared on line 16496 column 30 is used outside of binding context. (block-scoped-var)
(#16510) 'i' declared on line 16502 column 30 is used outside of binding context. (block-scoped-var)
(#16511) 'j' declared on line 16503 column 34 is used outside of binding context. (block-scoped-var)
(#16511) 'j' declared on line 16507 column 30 is used outside of binding context. (block-scoped-var)
(#16511) 'j' declared on line 16503 column 34 is used outside of binding context. (block-scoped-var)
(#16511) 'j' declared on line 16507 column 30 is used outside of binding context. (block-scoped-var)
(#16511) 'j' declared on line 16503 column 34 is used outside of binding context. (block-scoped-var)
(#16511) 'j' declared on line 16507 column 30 is used outside of binding context. (block-scoped-var)
(#16512) 'j' declared on line 16503 column 34 is used outside of binding context. (block-scoped-var)
(#16512) 'j' declared on line 16507 column 30 is used outside of binding context. (block-scoped-var)
(#16512) 'i' declared on line 16485 column 30 is used outside of binding context. (block-scoped-var)
(#16512) 'i' declared on line 16489 column 30 is used outside of binding context. (block-scoped-var)
(#16512) 'i' declared on line 16496 column 30 is used outside of binding context. (block-scoped-var)
(#16512) 'i' declared on line 16502 column 30 is used outside of binding context. (block-scoped-var)
(#16518) Comments should not begin with a lowercase character. (capitalized-comments)
(#16525) Unexpected space before function parentheses. (space-before-function-paren)
(#16526) Unexpected use of '<<'. (no-bitwise)
(#16528) Unexpected use of '&'. (no-bitwise)
(#16528) Unexpected use of '>>'. (no-bitwise)
(#16529) Expected { after 'if' condition. (curly)
(#16529) Unexpected use of '^='. (no-bitwise)
(#16529) Unexpected use of '<<'. (no-bitwise)
(#16531) Unexpected use of '|'. (no-bitwise)
(#16531) Unexpected use of '<<'. (no-bitwise)
(#16534) Comments should not begin with a lowercase character. (capitalized-comments)
(#16541) Unexpected space before function parentheses. (space-before-function-paren)
(#16542) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16543) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16544) 'i' declared on line 16565 column 30 is used outside of binding context. (block-scoped-var)
(#16544) 'i' declared on line 16572 column 30 is used outside of binding context. (block-scoped-var)
(#16544) 'i' declared on line 16583 column 34 is used outside of binding context. (block-scoped-var)
(#16544) 'i' declared on line 16565 column 30 is used outside of binding context. (block-scoped-var)
(#16544) 'i' declared on line 16572 column 30 is used outside of binding context. (block-scoped-var)
(#16544) 'i' declared on line 16583 column 34 is used outside of binding context. (block-scoped-var)
(#16544) 'i' declared on line 16565 column 30 is used outside of binding context. (block-scoped-var)
(#16544) 'i' declared on line 16572 column 30 is used outside of binding context. (block-scoped-var)
(#16544) 'i' declared on line 16583 column 34 is used outside of binding context. (block-scoped-var)
(#16549) Unexpected space before function parentheses. (space-before-function-paren)
(#16552) Unexpected use of '&'. (no-bitwise)
(#16552) Unexpected use of '>>'. (no-bitwise)
(#16558) Comments should not begin with a lowercase character. (capitalized-comments)
(#16564) Comments should not begin with a lowercase character. (capitalized-comments)
(#16565) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16565) 'i' declared on line 16572 column 30 is used outside of binding context. (block-scoped-var)
(#16565) 'i' declared on line 16583 column 34 is used outside of binding context. (block-scoped-var)
(#16565) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16565) 'i' declared on line 16572 column 30 is used outside of binding context. (block-scoped-var)
(#16565) 'i' declared on line 16583 column 34 is used outside of binding context. (block-scoped-var)
(#16565) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16565) 'i' declared on line 16572 column 30 is used outside of binding context. (block-scoped-var)
(#16565) 'i' declared on line 16583 column 34 is used outside of binding context. (block-scoped-var)
(#16566) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16566) 'i' declared on line 16572 column 30 is used outside of binding context. (block-scoped-var)
(#16566) 'i' declared on line 16583 column 34 is used outside of binding context. (block-scoped-var)
(#16566) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16566) 'i' declared on line 16572 column 30 is used outside of binding context. (block-scoped-var)
(#16566) 'i' declared on line 16583 column 34 is used outside of binding context. (block-scoped-var)
(#16566) Unexpected use of '&'. (no-bitwise)
(#16566) Unexpected use of '~'. (no-bitwise)
(#16566) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16566) 'i' declared on line 16572 column 30 is used outside of binding context. (block-scoped-var)
(#16566) 'i' declared on line 16583 column 34 is used outside of binding context. (block-scoped-var)
(#16567) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16567) 'i' declared on line 16572 column 30 is used outside of binding context. (block-scoped-var)
(#16567) 'i' declared on line 16583 column 34 is used outside of binding context. (block-scoped-var)
(#16567) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16567) 'i' declared on line 16572 column 30 is used outside of binding context. (block-scoped-var)
(#16567) 'i' declared on line 16583 column 34 is used outside of binding context. (block-scoped-var)
(#16570) Comments should not begin with a lowercase character. (capitalized-comments)
(#16571) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16572) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16572) 'i' declared on line 16565 column 30 is used outside of binding context. (block-scoped-var)
(#16572) 'i' declared on line 16583 column 34 is used outside of binding context. (block-scoped-var)
(#16572) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16572) 'i' declared on line 16565 column 30 is used outside of binding context. (block-scoped-var)
(#16572) 'i' declared on line 16583 column 34 is used outside of binding context. (block-scoped-var)
(#16572) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16572) 'i' declared on line 16565 column 30 is used outside of binding context. (block-scoped-var)
(#16572) 'i' declared on line 16583 column 34 is used outside of binding context. (block-scoped-var)
(#16573) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16573) 'i' declared on line 16565 column 30 is used outside of binding context. (block-scoped-var)
(#16573) 'i' declared on line 16583 column 34 is used outside of binding context. (block-scoped-var)
(#16573) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16573) 'i' declared on line 16565 column 30 is used outside of binding context. (block-scoped-var)
(#16573) 'i' declared on line 16583 column 34 is used outside of binding context. (block-scoped-var)
(#16573) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16573) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16573) 'i' declared on line 16565 column 30 is used outside of binding context. (block-scoped-var)
(#16573) 'i' declared on line 16583 column 34 is used outside of binding context. (block-scoped-var)
(#16574) 'j' declared on line 16584 column 38 is used outside of binding context. (block-scoped-var)
(#16574) 'j' declared on line 16584 column 38 is used outside of binding context. (block-scoped-var)
(#16574) 'j' declared on line 16584 column 38 is used outside of binding context. (block-scoped-var)
(#16575) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16575) 'i' declared on line 16565 column 30 is used outside of binding context. (block-scoped-var)
(#16575) 'i' declared on line 16583 column 34 is used outside of binding context. (block-scoped-var)
(#16575) 'j' declared on line 16584 column 38 is used outside of binding context. (block-scoped-var)
(#16579) Comments should not begin with a lowercase character. (capitalized-comments)
(#16583) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16583) 'i' declared on line 16565 column 30 is used outside of binding context. (block-scoped-var)
(#16583) 'i' declared on line 16572 column 30 is used outside of binding context. (block-scoped-var)
(#16583) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16583) 'i' declared on line 16565 column 30 is used outside of binding context. (block-scoped-var)
(#16583) 'i' declared on line 16572 column 30 is used outside of binding context. (block-scoped-var)
(#16583) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16583) 'i' declared on line 16565 column 30 is used outside of binding context. (block-scoped-var)
(#16583) 'i' declared on line 16572 column 30 is used outside of binding context. (block-scoped-var)
(#16584) 'j' declared on line 16574 column 34 is used outside of binding context. (block-scoped-var)
(#16584) 'j' declared on line 16574 column 34 is used outside of binding context. (block-scoped-var)
(#16584) 'j' declared on line 16574 column 34 is used outside of binding context. (block-scoped-var)
(#16585) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16585) 'i' declared on line 16565 column 30 is used outside of binding context. (block-scoped-var)
(#16585) 'i' declared on line 16572 column 30 is used outside of binding context. (block-scoped-var)
(#16585) 'j' declared on line 16574 column 34 is used outside of binding context. (block-scoped-var)
(#16585) 'j' declared on line 16574 column 34 is used outside of binding context. (block-scoped-var)
(#16585) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16585) 'i' declared on line 16565 column 30 is used outside of binding context. (block-scoped-var)
(#16585) 'i' declared on line 16572 column 30 is used outside of binding context. (block-scoped-var)
(#16585) Unexpected use of '&'. (no-bitwise)
(#16585) Unexpected use of '>>'. (no-bitwise)
(#16586) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16586) 'i' declared on line 16565 column 30 is used outside of binding context. (block-scoped-var)
(#16586) 'i' declared on line 16572 column 30 is used outside of binding context. (block-scoped-var)
(#16586) 'j' declared on line 16574 column 34 is used outside of binding context. (block-scoped-var)
(#16586) 'j' declared on line 16574 column 34 is used outside of binding context. (block-scoped-var)
(#16586) 'i' declared on line 16544 column 30 is used outside of binding context. (block-scoped-var)
(#16586) 'i' declared on line 16565 column 30 is used outside of binding context. (block-scoped-var)
(#16586) 'i' declared on line 16572 column 30 is used outside of binding context. (block-scoped-var)
(#16594) Comments should not begin with a lowercase character. (capitalized-comments)
(#16597) Unexpected space before function parentheses. (space-before-function-paren)
(#16599) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16602) Expected { after 'if' condition. (curly)
(#16602) Comments should not begin with a lowercase character. (capitalized-comments)
(#16607) Comments should not begin with a lowercase character. (capitalized-comments)
(#16609) Unexpected use of '&'. (no-bitwise)
(#16609) Unexpected use of '>>'. (no-bitwise)
(#16609) Unexpected use of '>>'. (no-bitwise)
(#16609) Unexpected use of '&'. (no-bitwise)
(#16609) Unexpected use of '~'. (no-bitwise)
(#16622) Unexpected space before function parentheses. (space-before-function-paren)
(#16628) Expected { after 'if' condition. (curly)
(#16628) Unexpected use of '^='. (no-bitwise)
(#16634) Comments should not begin with a lowercase character. (capitalized-comments)
(#16635) Unexpected space before function parentheses. (space-before-function-paren)
(#16637) Unexpected use of '^'. (no-bitwise)
(#16637) Unexpected use of '|'. (no-bitwise)
(#16637) Unexpected use of '<<'. (no-bitwise)
(#16641) Unexpected use of '&'. (no-bitwise)
(#16641) Unexpected use of '>>'. (no-bitwise)
(#16642) Comments should not begin with a lowercase character. (capitalized-comments)
(#16648) Comments should not begin with a lowercase character. (capitalized-comments)
(#16658) Unexpected space before function parentheses. (space-before-function-paren)
(#16673) Unexpected space before function parentheses. (space-before-function-paren)
(#16673) Comments should not begin with a lowercase character. (capitalized-comments)
(#16675) 'i' declared on line 16679 column 34 is used outside of binding context. (block-scoped-var)
(#16675) 'i' declared on line 16679 column 34 is used outside of binding context. (block-scoped-var)
(#16675) 'i' declared on line 16679 column 34 is used outside of binding context. (block-scoped-var)
(#16676) 'i' declared on line 16679 column 34 is used outside of binding context. (block-scoped-var)
(#16677) Expected { after 'if' condition. (curly)
(#16677) 'i' declared on line 16679 column 34 is used outside of binding context. (block-scoped-var)
(#16679) 'i' declared on line 16675 column 34 is used outside of binding context. (block-scoped-var)
(#16679) 'i' declared on line 16675 column 34 is used outside of binding context. (block-scoped-var)
(#16679) 'i' declared on line 16675 column 34 is used outside of binding context. (block-scoped-var)
(#16680) 'i' declared on line 16675 column 34 is used outside of binding context. (block-scoped-var)
(#16681) 'i' declared on line 16675 column 34 is used outside of binding context. (block-scoped-var)
(#16681) 'i' declared on line 16675 column 34 is used outside of binding context. (block-scoped-var)
(#16681) 'i' declared on line 16675 column 34 is used outside of binding context. (block-scoped-var)
(#16682) 'i' declared on line 16675 column 34 is used outside of binding context. (block-scoped-var)
(#16682) 'i' declared on line 16675 column 34 is used outside of binding context. (block-scoped-var)
(#16682) 'i' declared on line 16675 column 34 is used outside of binding context. (block-scoped-var)
(#16683) Comments should not begin with a lowercase character. (capitalized-comments)
(#16691) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16696) Comments should not begin with a lowercase character. (capitalized-comments)
(#16697) Comments should not begin with a lowercase character. (capitalized-comments)
(#16698) 'j' declared on line 16711 column 34 is used outside of binding context. (block-scoped-var)
(#16698) 'j' declared on line 16725 column 34 is used outside of binding context. (block-scoped-var)
(#16698) 'j' declared on line 16711 column 34 is used outside of binding context. (block-scoped-var)
(#16698) 'j' declared on line 16725 column 34 is used outside of binding context. (block-scoped-var)
(#16700) 'k' declared on line 16712 column 33 is used outside of binding context. (block-scoped-var)
(#16700) 'j' declared on line 16711 column 34 is used outside of binding context. (block-scoped-var)
(#16700) 'j' declared on line 16725 column 34 is used outside of binding context. (block-scoped-var)
(#16700) 'j' declared on line 16711 column 34 is used outside of binding context. (block-scoped-var)
(#16700) 'j' declared on line 16725 column 34 is used outside of binding context. (block-scoped-var)
(#16700) 'k' declared on line 16712 column 33 is used outside of binding context. (block-scoped-var)
(#16701) Expected { after 'for' condition. (curly)
(#16701) 'j' declared on line 16711 column 34 is used outside of binding context. (block-scoped-var)
(#16701) 'j' declared on line 16725 column 34 is used outside of binding context. (block-scoped-var)
(#16702) 'k' declared on line 16712 column 33 is used outside of binding context. (block-scoped-var)
(#16703) 'k' declared on line 16712 column 33 is used outside of binding context. (block-scoped-var)
(#16703) 'j' declared on line 16711 column 34 is used outside of binding context. (block-scoped-var)
(#16703) 'j' declared on line 16725 column 34 is used outside of binding context. (block-scoped-var)
(#16703) 'j' declared on line 16711 column 34 is used outside of binding context. (block-scoped-var)
(#16703) 'j' declared on line 16725 column 34 is used outside of binding context. (block-scoped-var)
(#16703) 'k' declared on line 16712 column 33 is used outside of binding context. (block-scoped-var)
(#16704) Expected { after 'for' condition. (curly)
(#16704) 'j' declared on line 16711 column 34 is used outside of binding context. (block-scoped-var)
(#16704) 'j' declared on line 16725 column 34 is used outside of binding context. (block-scoped-var)
(#16705) 'k' declared on line 16712 column 33 is used outside of binding context. (block-scoped-var)
(#16709) Comments should not begin with a lowercase character. (capitalized-comments)
(#16711) 'j' declared on line 16698 column 34 is used outside of binding context. (block-scoped-var)
(#16711) 'j' declared on line 16725 column 34 is used outside of binding context. (block-scoped-var)
(#16711) 'j' declared on line 16698 column 34 is used outside of binding context. (block-scoped-var)
(#16711) 'j' declared on line 16725 column 34 is used outside of binding context. (block-scoped-var)
(#16713) 'k' declared on line 16699 column 33 is used outside of binding context. (block-scoped-var)
(#16713) 'j' declared on line 16698 column 34 is used outside of binding context. (block-scoped-var)
(#16713) 'j' declared on line 16725 column 34 is used outside of binding context. (block-scoped-var)
(#16713) 'j' declared on line 16698 column 34 is used outside of binding context. (block-scoped-var)
(#16713) 'j' declared on line 16725 column 34 is used outside of binding context. (block-scoped-var)
(#16713) 'k' declared on line 16699 column 33 is used outside of binding context. (block-scoped-var)
(#16714) Expected { after 'for' condition. (curly)
(#16714) 'j' declared on line 16698 column 34 is used outside of binding context. (block-scoped-var)
(#16714) 'j' declared on line 16725 column 34 is used outside of binding context. (block-scoped-var)
(#16715) 'k' declared on line 16699 column 33 is used outside of binding context. (block-scoped-var)
(#16716) 'k' declared on line 16699 column 33 is used outside of binding context. (block-scoped-var)
(#16716) 'j' declared on line 16698 column 34 is used outside of binding context. (block-scoped-var)
(#16716) 'j' declared on line 16725 column 34 is used outside of binding context. (block-scoped-var)
(#16716) 'j' declared on line 16698 column 34 is used outside of binding context. (block-scoped-var)
(#16716) 'j' declared on line 16725 column 34 is used outside of binding context. (block-scoped-var)
(#16716) 'k' declared on line 16699 column 33 is used outside of binding context. (block-scoped-var)
(#16717) Expected { after 'for' condition. (curly)
(#16717) 'j' declared on line 16698 column 34 is used outside of binding context. (block-scoped-var)
(#16717) 'j' declared on line 16725 column 34 is used outside of binding context. (block-scoped-var)
(#16718) 'k' declared on line 16699 column 33 is used outside of binding context. (block-scoped-var)
(#16722) Comments should not begin with a lowercase character. (capitalized-comments)
(#16725) 'j' declared on line 16698 column 34 is used outside of binding context. (block-scoped-var)
(#16725) 'j' declared on line 16711 column 34 is used outside of binding context. (block-scoped-var)
(#16725) 'j' declared on line 16698 column 34 is used outside of binding context. (block-scoped-var)
(#16725) 'j' declared on line 16711 column 34 is used outside of binding context. (block-scoped-var)
(#16725) 'j' declared on line 16698 column 34 is used outside of binding context. (block-scoped-var)
(#16725) 'j' declared on line 16711 column 34 is used outside of binding context. (block-scoped-var)
(#16726) 'j' declared on line 16698 column 34 is used outside of binding context. (block-scoped-var)
(#16726) 'j' declared on line 16711 column 34 is used outside of binding context. (block-scoped-var)
(#16728) Comments should not begin with a lowercase character. (capitalized-comments)
(#16729) 'j' declared on line 16698 column 34 is used outside of binding context. (block-scoped-var)
(#16729) 'j' declared on line 16711 column 34 is used outside of binding context. (block-scoped-var)
(#16729) 'j' declared on line 16698 column 34 is used outside of binding context. (block-scoped-var)
(#16729) 'j' declared on line 16711 column 34 is used outside of binding context. (block-scoped-var)
(#16729) 'j' declared on line 16698 column 34 is used outside of binding context. (block-scoped-var)
(#16729) 'j' declared on line 16711 column 34 is used outside of binding context. (block-scoped-var)
(#16735) Unexpected use of '|'. (no-bitwise)
(#16739) Comments should not begin with a lowercase character. (capitalized-comments)
(#16741) Unexpected space before function parentheses. (space-before-function-paren)
(#16743) Unexpected use of '>>'. (no-bitwise)
(#16747) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16751) Comments should not begin with a lowercase character. (capitalized-comments)
(#16754) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16774) Comments should not begin with a lowercase character. (capitalized-comments)
(#16784) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#16784) Function 'generateFrame' has a complexity of 25. Maximum allowed is 20. (complexity)
(#16805) This line has a length of 151. Maximum allowed is 132. (max-len)
(#16805) Comments should not begin with a lowercase character. (capitalized-comments)
(#16815) Expected an error object to be thrown. (no-throw-literal)
(#16820) Expected { after 'if' condition. (curly)
(#16820) Expected an error object to be thrown. (no-throw-literal)
(#16823) Expected { after 'if' condition. (curly)
(#16823) Expected an error object to be thrown. (no-throw-literal)
(#16828) Expected { after 'if' condition. (curly)
(#16831) Expected { after 'if' condition. (curly)
(#16831) Expected an error object to be thrown. (no-throw-literal)
(#16833) Expected an error object to be thrown. (no-throw-literal)
(#16837) Expected { after 'if' condition. (curly)
(#16837) Expected an error object to be thrown. (no-throw-literal)
(#16838) Comments should not begin with a lowercase character. (capitalized-comments)
(#16838) Expected space or tab after '//' in comment. (spaced-comment)
(#16843) Comments should not begin with a lowercase character. (capitalized-comments)
(#16850) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#16855) Comments should not begin with a lowercase character. (capitalized-comments)
(#16855) Expected space or tab after '//' in comment. (spaced-comment)
(#16889) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#16903) Unexpected space before function parentheses. (space-before-function-paren)
(#16910) Missing JSDoc @param "context" declaration. (jsdoc/require-param)
(#16910) Missing JSDoc @param "tracker" declaration. (jsdoc/require-param)
(#16926) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#16935) Unexpected space before function parentheses. (space-before-function-paren)
(#16936) Unexpected space before function parentheses. (space-before-function-paren)
(#16941) Unexpected space before function parentheses. (space-before-function-paren)
(#16942) Unexpected space before function parentheses. (space-before-function-paren)
(#16947) Unexpected space before function parentheses. (space-before-function-paren)
(#16948) Unexpected space before function parentheses. (space-before-function-paren)
(#16953) Unexpected space before function parentheses. (space-before-function-paren)
(#16957) Unexpected space before function parentheses. (space-before-function-paren)
(#16961) Unexpected space before function parentheses. (space-before-function-paren)
(#16965) Unexpected space before function parentheses. (space-before-function-paren)
(#16969) This line has a length of 140. Maximum allowed is 132. (max-len)
(#16969) Unexpected space before function parentheses. (space-before-function-paren)
(#16976) Unexpected space before function parentheses. (space-before-function-paren)
(#16981) Unexpected space before function parentheses. (space-before-function-paren)
(#16985) Unexpected space before function parentheses. (space-before-function-paren)
(#16997) Unexpected space before function parentheses. (space-before-function-paren)
(#17004) Unexpected space before function parentheses. (space-before-function-paren)
(#17011) Comments should not begin with a lowercase character. (capitalized-comments)
(#17016) Expected space or tab after '//' in comment. (spaced-comment)
(#17018) This line has a length of 139. Maximum allowed is 132. (max-len)
(#17018) Comments should not begin with a lowercase character. (capitalized-comments)
(#17020) This line has a length of 183. Maximum allowed is 132. (max-len)
(#17022) This line has a length of 186. Maximum allowed is 132. (max-len)
(#17023) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#17040) Unexpected space before function parentheses. (space-before-function-paren)
(#17044) Unexpected space before function parentheses. (space-before-function-paren)
(#17050) Expected space or tab after '//' in comment. (spaced-comment)
(#17056) Unexpected space before function parentheses. (space-before-function-paren)
(#17060) Unexpected space before function parentheses. (space-before-function-paren)
(#17064) Unexpected space before function parentheses. (space-before-function-paren)
(#17074) Unexpected space before function parentheses. (space-before-function-paren)
(#17085) Missing JSDoc @param "context" declaration. (jsdoc/require-param)
(#17085) Missing JSDoc @param "tracker" declaration. (jsdoc/require-param)
(#17095) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#17103) Unexpected space before function parentheses. (space-before-function-paren)
(#17131) Unexpected space before function parentheses. (space-before-function-paren)
(#17166) Unexpected space before function parentheses. (space-before-function-paren)
(#17171) This line has a length of 142. Maximum allowed is 132. (max-len)
(#17194) Unexpected space before function parentheses. (space-before-function-paren)
(#17224) Unexpected space before function parentheses. (space-before-function-paren)
(#17242) Unexpected space before function parentheses. (space-before-function-paren)
(#17255) Unexpected space before function parentheses. (space-before-function-paren)
(#17261) Expected to return a value at the end of function. (consistent-return)
(#17261) Unexpected space before function parentheses. (space-before-function-paren)
(#17276) Unexpected space before function parentheses. (space-before-function-paren)
(#17286) Unexpected space before function parentheses. (space-before-function-paren)
(#17295) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#17307) This line has a length of 133. Maximum allowed is 132. (max-len)
(#17307) Unexpected space before function parentheses. (space-before-function-paren)
(#17315) Unexpected space before function parentheses. (space-before-function-paren)
(#17332) This line has a length of 144. Maximum allowed is 132. (max-len)
(#17360) Missing JSDoc @param "contextOrWidth" declaration. (jsdoc/require-param)
(#17360) Missing JSDoc @param "height" declaration. (jsdoc/require-param)
(#17367) Unexpected space before function parentheses. (space-before-function-paren)
(#17369) This line has a length of 135. Maximum allowed is 132. (max-len)
(#17386) Unexpected space before function parentheses. (space-before-function-paren)
(#17390) Unexpected space before function parentheses. (space-before-function-paren)
(#17401) Unexpected space before function parentheses. (space-before-function-paren)
(#17409) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#17413) Unexpected space before function parentheses. (space-before-function-paren)
(#17437) Comments should not begin with a lowercase character. (capitalized-comments)
(#17442) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#17445) Unexpected space before function parentheses. (space-before-function-paren)
(#17452) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#17476) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#17488) Comments should not begin with a lowercase character. (capitalized-comments)
(#17489) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#17493) Comments should not begin with a lowercase character. (capitalized-comments)
(#17494) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#17500) Comments should not begin with a lowercase character. (capitalized-comments)
(#17501) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#17505) Comments should not begin with a lowercase character. (capitalized-comments)
(#17506) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#17514) Comments should not begin with a lowercase character. (capitalized-comments)
(#17515) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#17523) Unexpected space before function parentheses. (space-before-function-paren)
(#17525) Unexpected space before function parentheses. (space-before-function-paren)
(#17532) Unexpected space before function parentheses. (space-before-function-paren)
(#17551) Unexpected space before function parentheses. (space-before-function-paren)
(#17562) Comments should not begin with a lowercase character. (capitalized-comments)
(#17565) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17567) Comments should not begin with a lowercase character. (capitalized-comments)
(#17573) Comments should not begin with a lowercase character. (capitalized-comments)
(#17601) This line has a length of 162. Maximum allowed is 132. (max-len)
(#17612) Unexpected space before function parentheses. (space-before-function-paren)
(#17624) This line has a length of 147. Maximum allowed is 132. (max-len)
(#17628) Unexpected space before function parentheses. (space-before-function-paren)
(#17635) Function has a complexity of 43. Maximum allowed is 20. (complexity)
(#17635) Unexpected space before function parentheses. (space-before-function-paren)
(#17687) Expected space or tab after '//' in comment. (spaced-comment)
(#17693) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17696) Comments should not begin with a lowercase character. (capitalized-comments)
(#17698) 'cell' declared on line 17704 column 37 is used outside of binding context. (block-scoped-var)
(#17699) 'cell' declared on line 17704 column 37 is used outside of binding context. (block-scoped-var)
(#17699) 'cell' declared on line 17704 column 37 is used outside of binding context. (block-scoped-var)
(#17702) Comments should not begin with a lowercase character. (capitalized-comments)
(#17704) 'cell' declared on line 17698 column 37 is used outside of binding context. (block-scoped-var)
(#17705) 'cell' declared on line 17698 column 37 is used outside of binding context. (block-scoped-var)
(#17705) 'cell' declared on line 17698 column 37 is used outside of binding context. (block-scoped-var)
(#17715) This line has a length of 166. Maximum allowed is 132. (max-len)
(#17718) This line has a length of 133. Maximum allowed is 132. (max-len)
(#17750) Comments should not begin with a lowercase character. (capitalized-comments)
(#17771) Unexpected space before function parentheses. (space-before-function-paren)
(#17776) Unexpected space before function parentheses. (space-before-function-paren)
(#17782) This line has a length of 151. Maximum allowed is 132. (max-len)
(#17790) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#17821) Unexpected space before function parentheses. (space-before-function-paren)
(#17824) Unexpected space before function parentheses. (space-before-function-paren)
(#17824) Requires a space after '{'. (block-spacing)
(#17831) Unexpected space before function parentheses. (space-before-function-paren)
(#17833) Unexpected space before function parentheses. (space-before-function-paren)
(#17835) Expected { after 'if' condition. (curly)
(#17838) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#17843) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#17859) Unexpected space before function parentheses. (space-before-function-paren)
(#17864) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#17866) Use '===' to compare with null. (no-eq-null)
(#17869) Use '===' to compare with null. (no-eq-null)
(#17909) Unexpected space before function parentheses. (space-before-function-paren)
(#17931) Unexpected space before function parentheses. (space-before-function-paren)
(#17933) Use '===' to compare with null. (no-eq-null)
(#17952) Unexpected space before function parentheses. (space-before-function-paren)
(#17959) Unexpected space before function parentheses. (space-before-function-paren)
(#17962) This line has a length of 212. Maximum allowed is 132. (max-len)
(#17964) Return statement should not contain assignment. (no-return-assign)
(#17967) Unexpected space before function parentheses. (space-before-function-paren)
(#17978) Unexpected space before function parentheses. (space-before-function-paren)
(#17986) Unexpected space before function parentheses. (space-before-function-paren)
(#17986) Unexpected empty function. (no-empty-function)
(#17989) Unexpected space before function parentheses. (space-before-function-paren)
(#17994) Return statement should not contain assignment. (no-return-assign)
(#17997) Unexpected space before function parentheses. (space-before-function-paren)
(#18002) Expected to return a value at the end of function. (consistent-return)
(#18002) Unexpected space before function parentheses. (space-before-function-paren)
(#18006) Return statement should not contain assignment. (no-return-assign)
(#18010) Unexpected space before function parentheses. (space-before-function-paren)
(#18012) This line has a length of 180. Maximum allowed is 132. (max-len)
(#18013) Unexpected console statement. (no-console)
(#18019) Unexpected space before function parentheses. (space-before-function-paren)
(#18020) This line has a length of 164. Maximum allowed is 132. (max-len)
(#18023) Unexpected space before function parentheses. (space-before-function-paren)
(#18031) Do not use String as a constructor. (no-new-wrappers)
(#18046) Return statement should not contain assignment. (no-return-assign)
(#18050) Unexpected space before function parentheses. (space-before-function-paren)
(#18074) Unexpected space before function parentheses. (space-before-function-paren)
(#18087) Missing semicolon. (@babel/semi)
(#18092) Unexpected space before function parentheses. (space-before-function-paren)
(#18099) Unexpected space before function parentheses. (space-before-function-paren)
(#18104) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18113) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18117) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#18117) Unexpected space before function parentheses. (space-before-function-paren)
(#18118) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18128) Expected { after 'if' condition. (curly)
(#18128) Expected { after 'else'. (curly)
(#18135) Expected { after 'if' condition. (curly)
(#18141) Expected { after 'if' condition. (curly)
(#18143) Expected { after 'if' condition. (curly)
(#18143) Expected { after 'else'. (curly)
(#18145) Function 'shift' expected no return value. (consistent-return)
(#18154) Expected { after 'if' condition. (curly)
(#18157) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#18164) Expected { after 'if' condition. (curly)
(#18165) Expected { after 'if' condition. (curly)
(#18166) Unexpected use of '>>>'. (no-bitwise)
(#18181) Unexpected space before function parentheses. (space-before-function-paren)
(#18190) Unexpected space before function parentheses. (space-before-function-paren)
(#18197) Unexpected space before function parentheses. (space-before-function-paren)
(#18200) Unexpected space before function parentheses. (space-before-function-paren)
(#18205) Unexpected space before function parentheses. (space-before-function-paren)
(#18208) Unexpected space before function parentheses. (space-before-function-paren)
(#18212) Unexpected space before function parentheses. (space-before-function-paren)
(#18218) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18223) Unexpected space before function parentheses. (space-before-function-paren)
(#18223) Unexpected empty function. (no-empty-function)
(#18225) Unexpected space before function parentheses. (space-before-function-paren)
(#18230) Unexpected space before function parentheses. (space-before-function-paren)
(#18235) Unexpected space before function parentheses. (space-before-function-paren)
(#18240) Unexpected space before function parentheses. (space-before-function-paren)
(#18247) Expected { after 'if' condition. (curly)
(#18252) Comments should not begin with a lowercase character. (capitalized-comments)
(#18265) Missing semicolon. (@babel/semi)
(#18270) Unexpected space before function parentheses. (space-before-function-paren)
(#18273) Unexpected space before function parentheses. (space-before-function-paren)
(#18274) Unexpected space before function parentheses. (space-before-function-paren)
(#18274) Shadowing of global property 'undefined'. (no-shadow-restricted-names)
(#18287) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18290) The Function constructor is eval. (no-new-func)
(#18304) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18308) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18330) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18351) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18352) Unexpected space before function parentheses. (space-before-function-paren)
(#18353) Unexpected space before function parentheses. (space-before-function-paren)
(#18359) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18359) Expected to return a value at the end of function 'canUsePostMessage'. (consistent-return)
(#18360) This line has a length of 134. Maximum allowed is 132. (max-len)
(#18365) Unexpected space before function parentheses. (space-before-function-paren)
(#18374) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18380) Unexpected space before function parentheses. (space-before-function-paren)
(#18394) Unexpected space before function parentheses. (space-before-function-paren)
(#18399) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18401) Unexpected space before function parentheses. (space-before-function-paren)
(#18406) Unexpected space before function parentheses. (space-before-function-paren)
(#18411) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18413) Unexpected space before function parentheses. (space-before-function-paren)
(#18414) This line has a length of 137. Maximum allowed is 132. (max-len)
(#18417) Unexpected space before function parentheses. (space-before-function-paren)
(#18427) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18428) Unexpected space before function parentheses. (space-before-function-paren)
(#18461) Do not nest ternary expressions. (no-nested-ternary)
(#18464) Missing semicolon. (@babel/semi)
(#18469) Unexpected space before function parentheses. (space-before-function-paren)
(#18472) Unexpected space before function parentheses. (space-before-function-paren)
(#18497) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18504) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18509) Unexpected console statement. (no-console)
(#18511) Unexpected console statement. (no-console)
(#18529) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18530) Comments should not begin with a lowercase character. (capitalized-comments)
(#18532) Expected { after 'if' condition. (curly)
(#18537) Use '===' to compare with null. (no-eq-null)
(#18537) Expected { after 'if' condition. (curly)
(#18542) Missing semicolon. (@babel/semi)
(#18547) Unexpected space before function parentheses. (space-before-function-paren)
(#18580) Expected space or tab after '/*' in comment. (spaced-comment)
(#18583) Expected space or tab after '/*' in comment. (spaced-comment)
(#18587) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18588) Expected { after 'if' condition. (curly)
(#18593) Unexpected space before function parentheses. (space-before-function-paren)
(#18600) Unexpected space before function parentheses. (space-before-function-paren)
(#18608) Unexpected space before function parentheses. (space-before-function-paren)
(#18616) Unexpected space before function parentheses. (space-before-function-paren)
(#18618) Missing semicolon. (@babel/semi)
(#18624) Unexpected space before function parentheses. (space-before-function-paren)
(#18626) Missing semicolon. (@babel/semi)
(#18632) Unexpected space before function parentheses. (space-before-function-paren)
(#18636) Unexpected space before function parentheses. (space-before-function-paren)
(#18650) Comments should not begin with a lowercase character. (capitalized-comments)
(#18663) Missing JSDoc @param "mode" declaration. (jsdoc/require-param)
(#18685) Unexpected space before function parentheses. (space-before-function-paren)
(#18698) This line has a length of 166. Maximum allowed is 132. (max-len)
(#18707) Unexpected space before function parentheses. (space-before-function-paren)
(#18711) Unexpected space before function parentheses. (space-before-function-paren)
(#18715) Unexpected space before function parentheses. (space-before-function-paren)
(#18729) This line has a length of 223. Maximum allowed is 132. (max-len)
(#18733) Use '===' to compare with null. (no-eq-null)
(#18748) Comments should not begin with a lowercase character. (capitalized-comments)
(#18754) Function expected a return value. (consistent-return)
(#18757) Comments should not begin with a lowercase character. (capitalized-comments)
(#18759) Unexpected space before function parentheses. (space-before-function-paren)
(#18767) Unexpected space before function parentheses. (space-before-function-paren)
(#18776) Function has a complexity of 24. Maximum allowed is 20. (complexity)
(#18776) Unexpected space before function parentheses. (space-before-function-paren)
(#18812) Comments should not begin with a lowercase character. (capitalized-comments)
(#18832) Comments should not begin with a lowercase character. (capitalized-comments)
(#18853) This line has a length of 166. Maximum allowed is 132. (max-len)
(#18868) Unexpected space before function parentheses. (space-before-function-paren)
(#18879) Comments should not begin with a lowercase character. (capitalized-comments)
(#18882) Use '===' to compare with null. (no-eq-null)
(#18889) Comments should not begin with a lowercase character. (capitalized-comments)
(#18897) Unexpected space before function parentheses. (space-before-function-paren)
(#18907) Comments should not begin with a lowercase character. (capitalized-comments)
(#18915) Unexpected space before function parentheses. (space-before-function-paren)
(#18921) Comments should not begin with a lowercase character. (capitalized-comments)
(#18929) Unexpected space before function parentheses. (space-before-function-paren)
(#18930) This line has a length of 142. Maximum allowed is 132. (max-len)
(#18937) This line has a length of 228. Maximum allowed is 132. (max-len)
(#18943) Unexpected space before function parentheses. (space-before-function-paren)
(#18947) Unexpected space before function parentheses. (space-before-function-paren)
(#18952) Unexpected space before function parentheses. (space-before-function-paren)
(#18980) This line has a length of 159. Maximum allowed is 132. (max-len)
(#19002) Unexpected space before function parentheses. (space-before-function-paren)
(#19003) Use '===' to compare with null. (no-eq-null)
(#19023) Unexpected space before function parentheses. (space-before-function-paren)
(#19048) Missing semicolon. (@babel/semi)
(#19053) Unexpected space before function parentheses. (space-before-function-paren)
(#19060) Missing semicolon. (@babel/semi)
(#19065) Unexpected space before function parentheses. (space-before-function-paren)
(#19068) Comments should not begin with a lowercase character. (capitalized-comments)
(#19070) Missing semicolon. (@babel/semi)
(#19081) Comments should not begin with a lowercase character. (capitalized-comments)
(#19083) Missing semicolon. (@babel/semi)
(#19084) Unexpected space before function parentheses. (space-before-function-paren)
(#19084) Unexpected empty function. (no-empty-function)
(#19085) Missing semicolon. (@babel/semi)
(#19086) Missing semicolon. (@babel/semi)
(#19087) Missing semicolon. (@babel/semi)
(#19088) Missing semicolon. (@babel/semi)
(#19089) Missing semicolon. (@babel/semi)
(#19096) Unexpected space before function parentheses. (space-before-function-paren)
(#19120) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#19121) Comments should not begin with a lowercase character. (capitalized-comments)
(#19124) Comments should not begin with a lowercase character. (capitalized-comments)
(#19126) Comments should not begin with a lowercase character. (capitalized-comments)
(#19128) Comments should not begin with a lowercase character. (capitalized-comments)
(#19131) Comments should not begin with a lowercase character. (capitalized-comments)
(#19133) Comments should not begin with a lowercase character. (capitalized-comments)
(#19135) Comments should not begin with a lowercase character. (capitalized-comments)
(#19136) Expected space or tab after '/*' in comment. (spaced-comment)
(#19137) Comments should not begin with a lowercase character. (capitalized-comments)
(#19139) Comments should not begin with a lowercase character. (capitalized-comments)
(#19140) Expected space or tab after '/*' in comment. (spaced-comment)
(#19141) Comments should not begin with a lowercase character. (capitalized-comments)
(#19151) Unexpected space before function parentheses. (space-before-function-paren)
(#19188) Comments should not begin with a lowercase character. (capitalized-comments)
(#19188) Expected space or tab after '//' in comment. (spaced-comment)
(#19192) Comments should not begin with a lowercase character. (capitalized-comments)
(#19192) Expected space or tab after '//' in comment. (spaced-comment)
(#19200) Comments should not begin with a lowercase character. (capitalized-comments)
(#19200) Expected space or tab after '//' in comment. (spaced-comment)
(#19201) Expected space or tab after '//' in comment. (spaced-comment)
(#19204) Comments should not begin with a lowercase character. (capitalized-comments)
(#19204) Expected space or tab after '//' in comment. (spaced-comment)
(#19206) Comments should not begin with a lowercase character. (capitalized-comments)
(#19206) Expected space or tab after '//' in comment. (spaced-comment)
(#19210) Expected space or tab after '//' in comment. (spaced-comment)
(#19211) Expected space or tab after '//' in comment. (spaced-comment)
(#19212) Expected space or tab after '//' in comment. (spaced-comment)
(#19223) Expected space or tab after '//' in comment. (spaced-comment)
(#19224) Expected space or tab after '//' in comment. (spaced-comment)
(#19225) Expected space or tab after '//' in comment. (spaced-comment)
(#19232) Expected space or tab after '/*' in comment. (spaced-comment)
(#19243) Comments should not begin with a lowercase character. (capitalized-comments)
(#19245) Comments should not begin with a lowercase character. (capitalized-comments)
(#19247) Comments should not begin with a lowercase character. (capitalized-comments)
(#19249) Comments should not begin with a lowercase character. (capitalized-comments)
(#19251) Comments should not begin with a lowercase character. (capitalized-comments)
(#19253) Comments should not begin with a lowercase character. (capitalized-comments)
(#19271) Comments should not begin with a lowercase character. (capitalized-comments)
(#19272) Comments should not begin with a lowercase character. (capitalized-comments)
(#19273) Comments should not begin with a lowercase character. (capitalized-comments)
(#19274) Comments should not begin with a lowercase character. (capitalized-comments)
(#19278) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#19283) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#19284) Unexpected use of '<<'. (no-bitwise)
(#19287) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#19301) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#19304) Expected space or tab after '//' in comment. (spaced-comment)
(#19325) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#19332) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#19342) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#19343) Comments should not begin with a lowercase character. (capitalized-comments)
(#19345) Unexpected use of '&'. (no-bitwise)
(#19345) Unexpected use of '>>>'. (no-bitwise)
(#19346) Unexpected use of '&'. (no-bitwise)
(#19357) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#19369) Comments should not begin with a lowercase character. (capitalized-comments)
(#19393) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#19393) Function 'longest_match' has a complexity of 22. Maximum allowed is 20. (complexity)
(#19394) Multiple spaces found before '/* max hash ch...*/'. (no-multi-spaces)
(#19394) Comments should not begin with a lowercase character. (capitalized-comments)
(#19395) Comments should not begin with a lowercase character. (capitalized-comments)
(#19396) Multiple spaces found before '/* matched str...*/'. (no-multi-spaces)
(#19396) Comments should not begin with a lowercase character. (capitalized-comments)
(#19397) Multiple spaces found before '/* length of c...*/'. (no-multi-spaces)
(#19397) Comments should not begin with a lowercase character. (capitalized-comments)
(#19398) Multiple spaces found before '/* best match ...*/'. (no-multi-spaces)
(#19398) Comments should not begin with a lowercase character. (capitalized-comments)
(#19399) Multiple spaces found before '/* stop if mat...*/'. (no-multi-spaces)
(#19399) Comments should not begin with a lowercase character. (capitalized-comments)
(#19401) Expected space or tab after '/*' in comment. (spaced-comment)
(#19403) Comments should not begin with a lowercase character. (capitalized-comments)
(#19423) Unexpected use of '>>='. (no-bitwise)
(#19468) Expected space or tab after '/*' in comment. (spaced-comment)
(#19489) Unexpected use of '&'. (no-bitwise)
(#19508) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#19512) Expected space or tab after '//' in comment. (spaced-comment)
(#19519) Expected space or tab after '//' in comment. (spaced-comment)
(#19529) Expected space or tab after '//' in comment. (spaced-comment)
(#19540) Comments should not begin with a lowercase character. (capitalized-comments)
(#19584) Expected space or tab after '//' in comment. (spaced-comment)
(#19594) Unexpected use of '&'. (no-bitwise)
(#19594) Unexpected use of '^'. (no-bitwise)
(#19594) Unexpected use of '<<'. (no-bitwise)
(#19595) Expected space or tab after '//' in comment. (spaced-comment)
(#19597) Expected space or tab after '//' in comment. (spaced-comment)
(#19600) Unexpected use of '&'. (no-bitwise)
(#19600) Unexpected use of '^'. (no-bitwise)
(#19600) Unexpected use of '<<'. (no-bitwise)
(#19602) Unexpected use of '&'. (no-bitwise)
(#19664) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#19679) Expected space or tab after '//' in comment. (spaced-comment)
(#19694) Comments should not begin with a lowercase character. (capitalized-comments)
(#19696) Expected space or tab after '//' in comment. (spaced-comment)
(#19706) Comments should not begin with a lowercase character. (capitalized-comments)
(#19709) Expected space or tab after '/**' in comment. (spaced-comment)
(#19722) Expected space or tab after '/**' in comment. (spaced-comment)
(#19734) Expected space or tab after '/**' in comment. (spaced-comment)
(#19744) Expected space or tab after '/**' in comment. (spaced-comment)
(#19762) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#19763) Multiple spaces found before '/* head of the...*/'. (no-multi-spaces)
(#19763) Comments should not begin with a lowercase character. (capitalized-comments)
(#19764) Multiple spaces found before '/* set if curr...*/'. (no-multi-spaces)
(#19764) Comments should not begin with a lowercase character. (capitalized-comments)
(#19778) Comments should not begin with a lowercase character. (capitalized-comments)
(#19785) Expected space or tab after '/*' in comment. (spaced-comment)
(#19787) Expected space or tab after '/**' in comment. (spaced-comment)
(#19788) Unexpected use of '&'. (no-bitwise)
(#19788) Unexpected use of '^'. (no-bitwise)
(#19788) Unexpected use of '<<'. (no-bitwise)
(#19789) Unexpected use of '&'. (no-bitwise)
(#19797) Expected space or tab after '/*' in comment. (spaced-comment)
(#19803) Comments should not begin with a lowercase character. (capitalized-comments)
(#19806) Comments should not begin with a lowercase character. (capitalized-comments)
(#19808) Expected space or tab after '/**' in comment. (spaced-comment)
(#19817) Comments should not begin with a lowercase character. (capitalized-comments)
(#19817) Expected space or tab after '/*' in comment. (spaced-comment)
(#19818) Comments should not begin with a lowercase character. (capitalized-comments)
(#19821) Expected space or tab after '/**' in comment. (spaced-comment)
(#19822) Unexpected use of '&'. (no-bitwise)
(#19822) Unexpected use of '^'. (no-bitwise)
(#19822) Unexpected use of '<<'. (no-bitwise)
(#19823) Unexpected use of '&'. (no-bitwise)
(#19836) Unexpected use of '&'. (no-bitwise)
(#19836) Unexpected use of '^'. (no-bitwise)
(#19836) Unexpected use of '<<'. (no-bitwise)
(#19838) Expected space or tab after '//' in comment. (spaced-comment)
(#19840) Expected space or tab after '//' in comment. (spaced-comment)
(#19847) Expected space or tab after '//' in comment. (spaced-comment)
(#19848) Expected space or tab after '/**' in comment. (spaced-comment)
(#19855) Expected space or tab after '/**' in comment. (spaced-comment)
(#19865) Expected space or tab after '/**' in comment. (spaced-comment)
(#19874) Expected space or tab after '/**' in comment. (spaced-comment)
(#19889) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#19889) Function 'deflate_slow' has a complexity of 29. Maximum allowed is 20. (complexity)
(#19890) Multiple spaces found before '/* head of has...*/'. (no-multi-spaces)
(#19890) Comments should not begin with a lowercase character. (capitalized-comments)
(#19891) Multiple spaces found before '/* set if curr...*/'. (no-multi-spaces)
(#19891) Comments should not begin with a lowercase character. (capitalized-comments)
(#19909) Comments should not begin with a lowercase character. (capitalized-comments)
(#19915) Expected space or tab after '/*' in comment. (spaced-comment)
(#19917) Expected space or tab after '/**' in comment. (spaced-comment)
(#19918) Unexpected use of '&'. (no-bitwise)
(#19918) Unexpected use of '^'. (no-bitwise)
(#19918) Unexpected use of '<<'. (no-bitwise)
(#19919) Unexpected use of '&'. (no-bitwise)
(#19930) Expected space or tab after '/*' in comment. (spaced-comment)
(#19931) Expected space or tab after '/*' in comment. (spaced-comment)
(#19937) Comments should not begin with a lowercase character. (capitalized-comments)
(#19940) This line has a length of 144. Maximum allowed is 132. (max-len)
(#19940) Expected space or tab after '/*' in comment. (spaced-comment)
(#19955) Expected space or tab after '//' in comment. (spaced-comment)
(#19957) Expected space or tab after '/**' in comment. (spaced-comment)
(#19969) Expected space or tab after '/**' in comment. (spaced-comment)
(#19970) Unexpected use of '&'. (no-bitwise)
(#19970) Unexpected use of '^'. (no-bitwise)
(#19970) Unexpected use of '<<'. (no-bitwise)
(#19971) Unexpected use of '&'. (no-bitwise)
(#19981) Expected space or tab after '/**' in comment. (spaced-comment)
(#19994) Expected space or tab after '//' in comment. (spaced-comment)
(#19995) Expected space or tab after '/**' in comment. (spaced-comment)
(#19999) Expected space or tab after '/**' in comment. (spaced-comment)
(#20017) Expected space or tab after '//' in comment. (spaced-comment)
(#20019) Expected space or tab after '//' in comment. (spaced-comment)
(#20020) Expected space or tab after '/**' in comment. (spaced-comment)
(#20027) Expected space or tab after '/**' in comment. (spaced-comment)
(#20036) Expected space or tab after '/**' in comment. (spaced-comment)
(#20053) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#20053) Function 'deflate_rle' has a complexity of 28. Maximum allowed is 20. (complexity)
(#20054) Multiple spaces found before '/* set if curr...*/'. (no-multi-spaces)
(#20054) Comments should not begin with a lowercase character. (capitalized-comments)
(#20055) Multiple spaces found before '/* byte at dis...*/'. (no-multi-spaces)
(#20055) Comments should not begin with a lowercase character. (capitalized-comments)
(#20056) Multiple spaces found before '/* scan goes u...*/'. (no-multi-spaces)
(#20056) Comments should not begin with a lowercase character. (capitalized-comments)
(#20072) Comments should not begin with a lowercase character. (capitalized-comments)
(#20083) Expected space or tab after '/*' in comment. (spaced-comment)
(#20094) Expected space or tab after '//' in comment. (spaced-comment)
(#20099) Comments should not begin with a lowercase character. (capitalized-comments)
(#20099) Expected space or tab after '//' in comment. (spaced-comment)
(#20101) Expected space or tab after '/**' in comment. (spaced-comment)
(#20109) Expected space or tab after '//' in comment. (spaced-comment)
(#20110) Expected space or tab after '/**' in comment. (spaced-comment)
(#20117) Expected space or tab after '/**' in comment. (spaced-comment)
(#20127) Expected space or tab after '/**' in comment. (spaced-comment)
(#20136) Expected space or tab after '/**' in comment. (spaced-comment)
(#20150) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#20151) Multiple spaces found before '/* set if curr...*/'. (no-multi-spaces)
(#20151) Comments should not begin with a lowercase character. (capitalized-comments)
(#20161) Multiple spaces found before '/* flush the c...*/'. (no-multi-spaces)
(#20161) Comments should not begin with a lowercase character. (capitalized-comments)
(#20167) Expected space or tab after '//' in comment. (spaced-comment)
(#20168) Expected space or tab after '/**' in comment. (spaced-comment)
(#20173) Expected space or tab after '/**' in comment. (spaced-comment)
(#20183) Expected space or tab after '/**' in comment. (spaced-comment)
(#20192) Expected space or tab after '/**' in comment. (spaced-comment)
(#20207) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#20218) Comments should not begin with a lowercase character. (capitalized-comments)
(#20219) Multiple spaces found before '/* 0 store onl...*/'. (no-multi-spaces)
(#20220) Multiple spaces found before '/* 1 max speed...*/'. (no-multi-spaces)
(#20221) Multiple spaces found before '/* 2 */'. (no-multi-spaces)
(#20222) Multiple spaces found before '/* 3 */'. (no-multi-spaces)
(#20224) Multiple spaces found before '/* 4 lazy matc...*/'. (no-multi-spaces)
(#20225) Multiple spaces found before '/* 5 */'. (no-multi-spaces)
(#20226) Multiple spaces found before '/* 6 */'. (no-multi-spaces)
(#20227) Multiple spaces found before '/* 7 */'. (no-multi-spaces)
(#20228) Multiple spaces found before '/* 8 */'. (no-multi-spaces)
(#20229) Multiple spaces found before '/* 9 max compr...*/'. (no-multi-spaces)
(#20236) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#20239) Expected space or tab after '/**' in comment. (spaced-comment)
(#20259) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#20260) Multiple spaces found before '/* pointer bac...*/'. (no-multi-spaces)
(#20260) Comments should not begin with a lowercase character. (capitalized-comments)
(#20261) Multiple spaces found before '/* as the name...*/'. (no-multi-spaces)
(#20261) Comments should not begin with a lowercase character. (capitalized-comments)
(#20262) Multiple spaces found before '/* output stil...*/'. (no-multi-spaces)
(#20262) Comments should not begin with a lowercase character. (capitalized-comments)
(#20263) Multiple spaces found before '/* size of pen...*/'. (no-multi-spaces)
(#20263) Comments should not begin with a lowercase character. (capitalized-comments)
(#20264) Multiple spaces found before '/* next pendin...*/'. (no-multi-spaces)
(#20264) Comments should not begin with a lowercase character. (capitalized-comments)
(#20265) Multiple spaces found before '/* nb of bytes...*/'. (no-multi-spaces)
(#20265) Comments should not begin with a lowercase character. (capitalized-comments)
(#20266) Multiple spaces found before '/* bit 0 true ...*/'. (no-multi-spaces)
(#20266) Comments should not begin with a lowercase character. (capitalized-comments)
(#20267) Multiple spaces found before '/* gzip header...*/'. (no-multi-spaces)
(#20267) Comments should not begin with a lowercase character. (capitalized-comments)
(#20268) Multiple spaces found before '/* where in ex...*/'. (no-multi-spaces)
(#20268) Comments should not begin with a lowercase character. (capitalized-comments)
(#20269) Comments should not begin with a lowercase character. (capitalized-comments)
(#20270) Multiple spaces found before '/* value of fl...*/'. (no-multi-spaces)
(#20270) Comments should not begin with a lowercase character. (capitalized-comments)
(#20272) Multiple spaces found before '/* LZ77 window...*/'. (no-multi-spaces)
(#20273) Multiple spaces found before '/* log2(w_size...*/'. (no-multi-spaces)
(#20273) Comments should not begin with a lowercase character. (capitalized-comments)
(#20274) Multiple spaces found before '/* w_size - 1 */'. (no-multi-spaces)
(#20274) Comments should not begin with a lowercase character. (capitalized-comments)
(#20295) Multiple spaces found before '/* Heads of th...*/'. (no-multi-spaces)
(#20297) Multiple spaces found before '/* hash index ...*/'. (no-multi-spaces)
(#20297) Comments should not begin with a lowercase character. (capitalized-comments)
(#20298) Multiple spaces found before '/* number of e...*/'. (no-multi-spaces)
(#20298) Comments should not begin with a lowercase character. (capitalized-comments)
(#20299) Multiple spaces found before '/* log2(hash_s...*/'. (no-multi-spaces)
(#20299) Comments should not begin with a lowercase character. (capitalized-comments)
(#20300) Multiple spaces found before '/* hash_size-1...*/'. (no-multi-spaces)
(#20300) Comments should not begin with a lowercase character. (capitalized-comments)
(#20314) Multiple spaces found before '/* length of b...*/'. (no-multi-spaces)
(#20314) Comments should not begin with a lowercase character. (capitalized-comments)
(#20315) Multiple spaces found before '/* previous ma...*/'. (no-multi-spaces)
(#20315) Comments should not begin with a lowercase character. (capitalized-comments)
(#20316) Multiple spaces found before '/* set if prev...*/'. (no-multi-spaces)
(#20316) Comments should not begin with a lowercase character. (capitalized-comments)
(#20317) Multiple spaces found before '/* start of st...*/'. (no-multi-spaces)
(#20317) Comments should not begin with a lowercase character. (capitalized-comments)
(#20318) Multiple spaces found before '/* start of ma...*/'. (no-multi-spaces)
(#20318) Comments should not begin with a lowercase character. (capitalized-comments)
(#20319) Multiple spaces found before '/* number of v...*/'. (no-multi-spaces)
(#20319) Comments should not begin with a lowercase character. (capitalized-comments)
(#20338) Expected space or tab after '//' in comment. (spaced-comment)
(#20344) Multiple spaces found before '/* compression...*/'. (no-multi-spaces)
(#20344) Comments should not begin with a lowercase character. (capitalized-comments)
(#20345) Multiple spaces found before '/* favor or fo...*/'. (no-multi-spaces)
(#20345) Comments should not begin with a lowercase character. (capitalized-comments)
(#20369) Multiple spaces found before '/* desc. for l...*/'. (no-multi-spaces)
(#20369) Comments should not begin with a lowercase character. (capitalized-comments)
(#20370) Multiple spaces found before '/* desc. for d...*/'. (no-multi-spaces)
(#20370) Comments should not begin with a lowercase character. (capitalized-comments)
(#20371) Multiple spaces found before '/* desc. for b...*/'. (no-multi-spaces)
(#20371) Comments should not begin with a lowercase character. (capitalized-comments)
(#20373) Expected space or tab after '//' in comment. (spaced-comment)
(#20375) Comments should not begin with a lowercase character. (capitalized-comments)
(#20377) Expected space or tab after '//' in comment. (spaced-comment)
(#20378) Multiple spaces found before '/* heap used t...*/'. (no-multi-spaces)
(#20378) Comments should not begin with a lowercase character. (capitalized-comments)
(#20381) Multiple spaces found before '/* number of e...*/'. (no-multi-spaces)
(#20381) Comments should not begin with a lowercase character. (capitalized-comments)
(#20382) Multiple spaces found before '/* element of ...*/'. (no-multi-spaces)
(#20382) Comments should not begin with a lowercase character. (capitalized-comments)
(#20387) Comments should not begin with a lowercase character. (capitalized-comments)
(#20387) Expected space or tab after '//' in comment. (spaced-comment)
(#20392) Multiple spaces found before '/* buffer inde...*/'. (no-multi-spaces)
(#20392) Comments should not begin with a lowercase character. (capitalized-comments)
(#20414) Multiple spaces found before '/* running ind...*/'. (no-multi-spaces)
(#20414) Comments should not begin with a lowercase character. (capitalized-comments)
(#20422) Multiple spaces found before '/* bit length ...*/'. (no-multi-spaces)
(#20422) Comments should not begin with a lowercase character. (capitalized-comments)
(#20423) Multiple spaces found before '/* bit length ...*/'. (no-multi-spaces)
(#20423) Comments should not begin with a lowercase character. (capitalized-comments)
(#20424) Multiple spaces found before '/* number of s...*/'. (no-multi-spaces)
(#20424) Comments should not begin with a lowercase character. (capitalized-comments)
(#20425) Multiple spaces found before '/* bytes at en...*/'. (no-multi-spaces)
(#20425) Comments should not begin with a lowercase character. (capitalized-comments)
(#20439) Expected space or tab after '//' in comment. (spaced-comment)
(#20448) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#20464) Comments should not begin with a lowercase character. (capitalized-comments)
(#20468) Multiple spaces found before '// crc32(0, Z_...'. (no-multi-spaces)
(#20468) Comments should not begin with a lowercase character. (capitalized-comments)
(#20470) Comments should not begin with a lowercase character. (capitalized-comments)
(#20477) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#20486) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#20498) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#20508) Comments should not begin with a lowercase character. (capitalized-comments)
(#20512) Multiple spaces found before '/* write gzip ...*/'. (no-multi-spaces)
(#20512) Comments should not begin with a lowercase character. (capitalized-comments)
(#20527) Comments should not begin with a lowercase character. (capitalized-comments)
(#20537) Unexpected use of '<<'. (no-bitwise)
(#20541) Unexpected use of '<<'. (no-bitwise)
(#20543) Unexpected use of '~'. (no-bitwise)
(#20543) Unexpected use of '~'. (no-bitwise)
(#20550) Expected space or tab after '//' in comment. (spaced-comment)
(#20552) Unexpected use of '<<'. (no-bitwise)
(#20556) Comments should not begin with a lowercase character. (capitalized-comments)
(#20556) Expected space or tab after '//' in comment. (spaced-comment)
(#20557) Expected space or tab after '//' in comment. (spaced-comment)
(#20561) Expected space or tab after '//' in comment. (spaced-comment)
(#20564) Comments should not begin with a lowercase character. (capitalized-comments)
(#20564) Expected space or tab after '//' in comment. (spaced-comment)
(#20574) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#20579) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#20579) Function 'deflate' has a complexity of 100. Maximum allowed is 20. (complexity)
(#20581) Comments should not begin with a lowercase character. (capitalized-comments)
(#20596) Comments should not begin with a lowercase character. (capitalized-comments)
(#20604) Multiple spaces found before '//crc32(0L, Z_...'. (no-multi-spaces)
(#20604) Comments should not begin with a lowercase character. (capitalized-comments)
(#20604) Expected space or tab after '//' in comment. (spaced-comment)
(#20608) Comments should not begin with a lowercase character. (capitalized-comments)
(#20614) Do not nest ternary expressions. (no-nested-ternary)
(#20626) Unexpected use of '&'. (no-bitwise)
(#20627) Unexpected use of '&'. (no-bitwise)
(#20627) Unexpected use of '>>'. (no-bitwise)
(#20628) Unexpected use of '&'. (no-bitwise)
(#20628) Unexpected use of '>>'. (no-bitwise)
(#20629) Unexpected use of '&'. (no-bitwise)
(#20629) Unexpected use of '>>'. (no-bitwise)
(#20630) Do not nest ternary expressions. (no-nested-ternary)
(#20633) Unexpected use of '&'. (no-bitwise)
(#20635) Unexpected use of '&'. (no-bitwise)
(#20636) Unexpected use of '&'. (no-bitwise)
(#20636) Unexpected use of '>>'. (no-bitwise)
(#20645) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20646) Unexpected use of '<<'. (no-bitwise)
(#20646) Unexpected use of '<<'. (no-bitwise)
(#20658) Unexpected use of '|='. (no-bitwise)
(#20658) Unexpected use of '<<'. (no-bitwise)
(#20660) Unexpected use of '|='. (no-bitwise)
(#20669) Unexpected use of '>>>'. (no-bitwise)
(#20670) Unexpected use of '&'. (no-bitwise)
(#20672) Comments should not begin with a lowercase character. (capitalized-comments)
(#20676) Expected space or tab after '//' in comment. (spaced-comment)
(#20679) Multiple spaces found before '/* start of by...*/'. (no-multi-spaces)
(#20679) Comments should not begin with a lowercase character. (capitalized-comments)
(#20681) Unexpected use of '&'. (no-bitwise)
(#20692) Unexpected use of '&'. (no-bitwise)
(#20708) Multiple spaces found before '/* start of by...*/'. (no-multi-spaces)
(#20708) Comments should not begin with a lowercase character. (capitalized-comments)
(#20709) Expected space or tab after '//' in comment. (spaced-comment)
(#20725) Unexpected use of '&'. (no-bitwise)
(#20745) Multiple spaces found before '/* start of by...*/'. (no-multi-spaces)
(#20745) Comments should not begin with a lowercase character. (capitalized-comments)
(#20746) Expected space or tab after '//' in comment. (spaced-comment)
(#20762) Unexpected use of '&'. (no-bitwise)
(#20785) Unexpected use of '&'. (no-bitwise)
(#20786) Unexpected use of '&'. (no-bitwise)
(#20786) Unexpected use of '>>'. (no-bitwise)
(#20787) Comments should not begin with a lowercase character. (capitalized-comments)
(#20787) Expected space or tab after '//' in comment. (spaced-comment)
(#20794) Expected space or tab after '//' in comment. (spaced-comment)
(#20828) Do not nest ternary expressions. (no-nested-ternary)
(#20838) Comments should not begin with a lowercase character. (capitalized-comments)
(#20859) Expected space or tab after '/**' in comment. (spaced-comment)
(#20859) Multiple spaces found before '/* forget hist...*/'. (no-multi-spaces)
(#20871) Comments should not begin with a lowercase character. (capitalized-comments)
(#20876) Expected space or tab after '//' in comment. (spaced-comment)
(#20877) Expected space or tab after '//' in comment. (spaced-comment)
(#20888) Unexpected use of '&'. (no-bitwise)
(#20889) Unexpected use of '&'. (no-bitwise)
(#20889) Unexpected use of '>>'. (no-bitwise)
(#20890) Unexpected use of '&'. (no-bitwise)
(#20890) Unexpected use of '>>'. (no-bitwise)
(#20891) Unexpected use of '&'. (no-bitwise)
(#20891) Unexpected use of '>>'. (no-bitwise)
(#20892) Unexpected use of '&'. (no-bitwise)
(#20893) Unexpected use of '&'. (no-bitwise)
(#20893) Unexpected use of '>>'. (no-bitwise)
(#20894) Unexpected use of '&'. (no-bitwise)
(#20894) Unexpected use of '>>'. (no-bitwise)
(#20895) Unexpected use of '&'. (no-bitwise)
(#20895) Unexpected use of '>>'. (no-bitwise)
(#20897) Unexpected use of '>>>'. (no-bitwise)
(#20898) Unexpected use of '&'. (no-bitwise)
(#20908) Comments should not begin with a lowercase character. (capitalized-comments)
(#20912) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#20915) Expected space or tab after '/*' in comment. (spaced-comment)
(#20915) Expected space or tab after '/*' in comment. (spaced-comment)
(#20941) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#20952) Expected space or tab after '/*' in comment. (spaced-comment)
(#20952) Expected space or tab after '/*' in comment. (spaced-comment)
(#20963) Comments should not begin with a lowercase character. (capitalized-comments)
(#20965) Comments should not begin with a lowercase character. (capitalized-comments)
(#20969) Multiple spaces found before '/* avoid compu...*/'. (no-multi-spaces)
(#20969) Comments should not begin with a lowercase character. (capitalized-comments)
(#20973) Multiple spaces found before '/* already emp...*/'. (no-multi-spaces)
(#20973) Comments should not begin with a lowercase character. (capitalized-comments)
(#20974) Expected space or tab after '/**' in comment. (spaced-comment)
(#20980) Comments should not begin with a lowercase character. (capitalized-comments)
(#20987) Comments should not begin with a lowercase character. (capitalized-comments)
(#21000) Unexpected use of '&'. (no-bitwise)
(#21000) Unexpected use of '^'. (no-bitwise)
(#21000) Unexpected use of '<<'. (no-bitwise)
(#21002) Unexpected use of '&'. (no-bitwise)
(#21048) Unexpected space before function parentheses. (space-before-function-paren)
(#21078) Expected space or tab after '//' in comment. (spaced-comment)
(#21079) Expected space or tab after '//' in comment. (spaced-comment)
(#21080) Expected space or tab after '//' in comment. (spaced-comment)
(#21082) Comments should not begin with a lowercase character. (capitalized-comments)
(#21082) Expected space or tab after '//' in comment. (spaced-comment)
(#21087) Comments should not begin with a lowercase character. (capitalized-comments)
(#21087) Expected space or tab after '//' in comment. (spaced-comment)
(#21090) Expected space or tab after '/*' in comment. (spaced-comment)
(#21093) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21117) Comments should not begin with a lowercase character. (capitalized-comments)
(#21120) Comments should not begin with a lowercase character. (capitalized-comments)
(#21123) Comments should not begin with a lowercase character. (capitalized-comments)
(#21126) Comments should not begin with a lowercase character. (capitalized-comments)
(#21129) Comments should not begin with a lowercase character. (capitalized-comments)
(#21132) Comments should not begin with a lowercase character. (capitalized-comments)
(#21138) Comments should not begin with a lowercase character. (capitalized-comments)
(#21149) Comments should not begin with a lowercase character. (capitalized-comments)
(#21152) Comments should not begin with a lowercase character. (capitalized-comments)
(#21155) Comments should not begin with a lowercase character. (capitalized-comments)
(#21158) Comments should not begin with a lowercase character. (capitalized-comments)
(#21160) Unused eslint-disable directive (no problems were reported from 'comma-spacing' or 'array-bracket-spacing').
(#21161) Multiple spaces found before '/* extra bits ...*/'. (no-multi-spaces)
(#21161) Comments should not begin with a lowercase character. (capitalized-comments)
(#21164) Multiple spaces found before '/* extra bits ...*/'. (no-multi-spaces)
(#21164) Comments should not begin with a lowercase character. (capitalized-comments)
(#21167) Multiple spaces found before '/* extra bits ...*/'. (no-multi-spaces)
(#21167) Comments should not begin with a lowercase character. (capitalized-comments)
(#21184) Comments should not begin with a lowercase character. (capitalized-comments)
(#21210) Comments should not begin with a lowercase character. (capitalized-comments)
(#21222) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21224) Multiple spaces found before '/* static tree...*/'. (no-multi-spaces)
(#21224) Comments should not begin with a lowercase character. (capitalized-comments)
(#21225) Multiple spaces found before '/* extra bits ...*/'. (no-multi-spaces)
(#21225) Comments should not begin with a lowercase character. (capitalized-comments)
(#21226) Multiple spaces found before '/* base index ...*/'. (no-multi-spaces)
(#21226) Comments should not begin with a lowercase character. (capitalized-comments)
(#21227) Multiple spaces found before '/* max number ...*/'. (no-multi-spaces)
(#21227) Comments should not begin with a lowercase character. (capitalized-comments)
(#21228) Multiple spaces found before '/* max bit len...*/'. (no-multi-spaces)
(#21228) Comments should not begin with a lowercase character. (capitalized-comments)
(#21240) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21241) Multiple spaces found before '/* the dynamic...*/'. (no-multi-spaces)
(#21241) Comments should not begin with a lowercase character. (capitalized-comments)
(#21242) Multiple spaces found before '/* largest cod...*/'. (no-multi-spaces)
(#21242) Comments should not begin with a lowercase character. (capitalized-comments)
(#21243) Multiple spaces found before '/* the corresp...*/'. (no-multi-spaces)
(#21243) Comments should not begin with a lowercase character. (capitalized-comments)
(#21247) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21248) Unexpected use of '>>>'. (no-bitwise)
(#21256) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21257) Comments should not begin with a lowercase character. (capitalized-comments)
(#21259) Unexpected use of '&'. (no-bitwise)
(#21260) Unexpected use of '&'. (no-bitwise)
(#21260) Unexpected use of '>>>'. (no-bitwise)
(#21268) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21270) Unexpected use of '|='. (no-bitwise)
(#21270) Unexpected use of '&'. (no-bitwise)
(#21270) Unexpected use of '<<'. (no-bitwise)
(#21272) Unexpected use of '>>'. (no-bitwise)
(#21275) Unexpected use of '|='. (no-bitwise)
(#21275) Unexpected use of '&'. (no-bitwise)
(#21275) Unexpected use of '<<'. (no-bitwise)
(#21281) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21282) Expected space or tab after '/*' in comment. (spaced-comment)
(#21282) Expected space or tab after '/*' in comment. (spaced-comment)
(#21291) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21294) Unexpected use of '|='. (no-bitwise)
(#21294) Unexpected use of '&'. (no-bitwise)
(#21295) Unexpected use of '>>>='. (no-bitwise)
(#21296) Unexpected use of '<<='. (no-bitwise)
(#21298) Unexpected use of '>>>'. (no-bitwise)
(#21305) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21312) Unexpected use of '&'. (no-bitwise)
(#21313) Unexpected use of '>>='. (no-bitwise)
(#21329) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21330) Comments should not begin with a lowercase character. (capitalized-comments)
(#21332) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#21340) Multiple spaces found before '/* heap index */'. (no-multi-spaces)
(#21340) Comments should not begin with a lowercase character. (capitalized-comments)
(#21341) Multiple spaces found before '/* iterate ove...*/'. (no-multi-spaces)
(#21341) Comments should not begin with a lowercase character. (capitalized-comments)
(#21342) Multiple spaces found before '/* bit length */'. (no-multi-spaces)
(#21342) Comments should not begin with a lowercase character. (capitalized-comments)
(#21343) Multiple spaces found before '/* extra bits */'. (no-multi-spaces)
(#21343) Comments should not begin with a lowercase character. (capitalized-comments)
(#21344) Multiple spaces found before '/* frequency */'. (no-multi-spaces)
(#21344) Comments should not begin with a lowercase character. (capitalized-comments)
(#21345) Multiple spaces found before '/* number of e...*/'. (no-multi-spaces)
(#21345) Comments should not begin with a lowercase character. (capitalized-comments)
(#21354) Expected space or tab after '/*' in comment. (spaced-comment)
(#21354) Comments should not begin with a lowercase character. (capitalized-comments)
(#21358) Expected space or tab after '/*' in comment. (spaced-comment)
(#21358) Expected space or tab after '/*' in comment. (spaced-comment)
(#21363) Expected space or tab after '/*' in comment. (spaced-comment)
(#21368) Comments should not begin with a lowercase character. (capitalized-comments)
(#21375) Expected space or tab after '/*' in comment. (spaced-comment)
(#21378) Expected space or tab after '/*' in comment. (spaced-comment)
(#21394) Multiple spaces found before '/* move one le...*/'. (no-multi-spaces)
(#21394) Comments should not begin with a lowercase character. (capitalized-comments)
(#21395) Comments should not begin with a lowercase character. (capitalized-comments)
(#21415) Expected space or tab after '/*' in comment. (spaced-comment)
(#21417) Expected space or tab after '/*' in comment. (spaced-comment)
(#21417) Expected space or tab after '/*' in comment. (spaced-comment)
(#21418) Expected space or tab after '/*' in comment. (spaced-comment)
(#21434) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21435) Comments should not begin with a lowercase character. (capitalized-comments)
(#21438) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#21439) Comments should not begin with a lowercase character. (capitalized-comments)
(#21440) Multiple spaces found before '/* running cod...*/'. (no-multi-spaces)
(#21440) Comments should not begin with a lowercase character. (capitalized-comments)
(#21441) Multiple spaces found before '/* bit index */'. (no-multi-spaces)
(#21441) Comments should not begin with a lowercase character. (capitalized-comments)
(#21442) Multiple spaces found before '/* code index */'. (no-multi-spaces)
(#21442) Comments should not begin with a lowercase character. (capitalized-comments)
(#21448) Unexpected use of '<<'. (no-bitwise)
(#21453) Expected space or tab after '//' in comment. (spaced-comment)
(#21455) Expected space or tab after '//' in comment. (spaced-comment)
(#21458) Expected space or tab after '/*' in comment. (spaced-comment)
(#21463) Expected space or tab after '/*' in comment. (spaced-comment)
(#21465) Expected space or tab after '//' in comment. (spaced-comment)
(#21474) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21475) Multiple spaces found before '/* iterates ov...*/'. (no-multi-spaces)
(#21475) Comments should not begin with a lowercase character. (capitalized-comments)
(#21476) Multiple spaces found before '/* bit counter...*/'. (no-multi-spaces)
(#21476) Comments should not begin with a lowercase character. (capitalized-comments)
(#21477) Multiple spaces found before '/* length valu...*/'. (no-multi-spaces)
(#21477) Comments should not begin with a lowercase character. (capitalized-comments)
(#21478) Multiple spaces found before '/* code value */'. (no-multi-spaces)
(#21478) Comments should not begin with a lowercase character. (capitalized-comments)
(#21479) Multiple spaces found before '/* distance in...*/'. (no-multi-spaces)
(#21479) Comments should not begin with a lowercase character. (capitalized-comments)
(#21481) Comments should not begin with a lowercase character. (capitalized-comments)
(#21484) Expected space or tab after '//' in comment. (spaced-comment)
(#21487) Expected space or tab after '/*' in comment. (spaced-comment)
(#21499) Unexpected use of '<<'. (no-bitwise)
(#21503) Expected space or tab after '//' in comment. (spaced-comment)
(#21514) Unexpected use of '<<'. (no-bitwise)
(#21518) Expected space or tab after '//' in comment. (spaced-comment)
(#21519) Unexpected use of '>>='. (no-bitwise)
(#21519) Comments should not begin with a lowercase character. (capitalized-comments)
(#21521) Unexpected use of '<<'. (no-bitwise)
(#21522) Unexpected use of '<<'. (no-bitwise)
(#21526) Expected space or tab after '//' in comment. (spaced-comment)
(#21535) Expected space or tab after '/*' in comment. (spaced-comment)
(#21540) Expected space or tab after '/*' in comment. (spaced-comment)
(#21545) Expected space or tab after '/*' in comment. (spaced-comment)
(#21550) Expected space or tab after '/*' in comment. (spaced-comment)
(#21562) Expected space or tab after '/*' in comment. (spaced-comment)
(#21563) Expected space or tab after '/*' in comment. (spaced-comment)
(#21571) Comments should not begin with a lowercase character. (capitalized-comments)
(#21571) Expected space or tab after '//' in comment. (spaced-comment)
(#21578) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21579) Comments should not begin with a lowercase character. (capitalized-comments)
(#21583) Expected space or tab after '/*' in comment. (spaced-comment)
(#21586) Expected space or tab after '/*' in comment. (spaced-comment)
(#21589) Expected space or tab after '/*' in comment. (spaced-comment)
(#21592) Expected space or tab after '/*' in comment. (spaced-comment)
(#21601) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21605) Comments should not begin with a lowercase character. (capitalized-comments)
(#21605) Expected space or tab after '//' in comment. (spaced-comment)
(#21616) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21617) Expected space or tab after '//' in comment. (spaced-comment)
(#21618) Expected space or tab after '//' in comment. (spaced-comment)
(#21619) Expected space or tab after '//' in comment. (spaced-comment)
(#21620) Expected space or tab after '//' in comment. (spaced-comment)
(#21621) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#21622) Multiple spaces found before '/* align on by...*/'. (no-multi-spaces)
(#21622) Comments should not begin with a lowercase character. (capitalized-comments)
(#21626) Unexpected use of '~'. (no-bitwise)
(#21628) Comments should not begin with a lowercase character. (capitalized-comments)
(#21639) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21642) Expected space or tab after '/*' in comment. (spaced-comment)
(#21642) Expected space or tab after '/*' in comment. (spaced-comment)
(#21643) Expected space or tab after '/*' in comment. (spaced-comment)
(#21643) Expected space or tab after '/*' in comment. (spaced-comment)
(#21652) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21653) Comments should not begin with a lowercase character. (capitalized-comments)
(#21656) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#21658) Unexpected use of '<<'. (no-bitwise)
(#21658) Multiple spaces found before '/* left son of...*/'. (no-multi-spaces)
(#21658) Comments should not begin with a lowercase character. (capitalized-comments)
(#21675) Unexpected use of '<<='. (no-bitwise)
(#21681) Comments should not begin with a lowercase character. (capitalized-comments)
(#21687) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21688) Comments should not begin with a lowercase character. (capitalized-comments)
(#21691) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#21692) Multiple spaces found before '/* distance of...*/'. (no-multi-spaces)
(#21692) Comments should not begin with a lowercase character. (capitalized-comments)
(#21693) Multiple spaces found before '/* match lengt...*/'. (no-multi-spaces)
(#21693) Comments should not begin with a lowercase character. (capitalized-comments)
(#21694) Multiple spaces found before '/* running ind...*/'. (no-multi-spaces)
(#21694) Comments should not begin with a lowercase character. (capitalized-comments)
(#21695) Multiple spaces found before '/* the code to...*/'. (no-multi-spaces)
(#21695) Comments should not begin with a lowercase character. (capitalized-comments)
(#21696) Multiple spaces found before '/* number of e...*/'. (no-multi-spaces)
(#21696) Comments should not begin with a lowercase character. (capitalized-comments)
(#21700) Unexpected use of '|'. (no-bitwise)
(#21700) Unexpected use of '<<'. (no-bitwise)
(#21705) Comments should not begin with a lowercase character. (capitalized-comments)
(#21706) Expected space or tab after '//' in comment. (spaced-comment)
(#21710) Comments should not begin with a lowercase character. (capitalized-comments)
(#21714) Multiple spaces found before '/* send the ex...*/'. (no-multi-spaces)
(#21714) Comments should not begin with a lowercase character. (capitalized-comments)
(#21716) Comments should not begin with a lowercase character. (capitalized-comments)
(#21718) Expected space or tab after '//' in comment. (spaced-comment)
(#21720) Multiple spaces found before '/* send the di...*/'. (no-multi-spaces)
(#21720) Comments should not begin with a lowercase character. (capitalized-comments)
(#21724) Multiple spaces found before '/* send the ex...*/'. (no-multi-spaces)
(#21724) Comments should not begin with a lowercase character. (capitalized-comments)
(#21726) Comments should not begin with a lowercase character. (capitalized-comments)
(#21729) Expected space or tab after '//' in comment. (spaced-comment)
(#21747) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21748) Comments should not begin with a lowercase character. (capitalized-comments)
(#21750) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#21755) Multiple spaces found before '/* iterate ove...*/'. (no-multi-spaces)
(#21755) Comments should not begin with a lowercase character. (capitalized-comments)
(#21756) Comments should not begin with a lowercase character. (capitalized-comments)
(#21757) Multiple spaces found before '/* new node be...*/'. (no-multi-spaces)
(#21757) Comments should not begin with a lowercase character. (capitalized-comments)
(#21767) Expected space or tab after '/*' in comment. (spaced-comment)
(#21772) Expected space or tab after '/*' in comment. (spaced-comment)
(#21783) Expected space or tab after '/*' in comment. (spaced-comment)
(#21788) Expected space or tab after '/*' in comment. (spaced-comment)
(#21790) Comments should not begin with a lowercase character. (capitalized-comments)
(#21797) Unexpected use of '>>'. (no-bitwise)
(#21797) Comments should not begin with a lowercase character. (capitalized-comments)
(#21797) Expected space or tab after '/*' in comment. (spaced-comment)
(#21804) Multiple spaces found before '/* next intern...*/'. (no-multi-spaces)
(#21804) Comments should not begin with a lowercase character. (capitalized-comments)
(#21806) Comments should not begin with a lowercase character. (capitalized-comments)
(#21806) Expected space or tab after '//' in comment. (spaced-comment)
(#21807) Expected space or tab after '/**' in comment. (spaced-comment)
(#21808) Expected space or tab after '/*' in comment. (spaced-comment)
(#21809) Expected space or tab after '/*' in comment. (spaced-comment)
(#21810) Expected space or tab after '/*' in comment. (spaced-comment)
(#21813) Expected space or tab after '/*' in comment. (spaced-comment)
(#21813) Comments should not begin with a lowercase character. (capitalized-comments)
(#21815) Comments should not begin with a lowercase character. (capitalized-comments)
(#21819) Expected space or tab after '/*' in comment. (spaced-comment)
(#21819) Expected space or tab after '/*' in comment. (spaced-comment)
(#21819) Expected space or tab after '/*' in comment. (spaced-comment)
(#21821) Expected space or tab after '/*' in comment. (spaced-comment)
(#21821) Expected space or tab after '/*' in comment. (spaced-comment)
(#21823) Comments should not begin with a lowercase character. (capitalized-comments)
(#21824) Expected space or tab after '/*' in comment. (spaced-comment)
(#21825) Expected space or tab after '/*' in comment. (spaced-comment)
(#21829) Expected space or tab after '/*' in comment. (spaced-comment)
(#21845) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21846) Comments should not begin with a lowercase character. (capitalized-comments)
(#21849) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#21850) Multiple spaces found before '/* iterates ov...*/'. (no-multi-spaces)
(#21850) Comments should not begin with a lowercase character. (capitalized-comments)
(#21851) Multiple spaces found before '/* last emitte...*/'. (no-multi-spaces)
(#21851) Comments should not begin with a lowercase character. (capitalized-comments)
(#21852) Multiple spaces found before '/* length of c...*/'. (no-multi-spaces)
(#21852) Comments should not begin with a lowercase character. (capitalized-comments)
(#21854) Expected space or tab after '/*' in comment. (spaced-comment)
(#21854) Comments should not begin with a lowercase character. (capitalized-comments)
(#21856) Multiple spaces found before '/* repeat coun...*/'. (no-multi-spaces)
(#21856) Comments should not begin with a lowercase character. (capitalized-comments)
(#21857) Multiple spaces found before '/* max repeat ...*/'. (no-multi-spaces)
(#21857) Comments should not begin with a lowercase character. (capitalized-comments)
(#21858) Multiple spaces found before '/* min repeat ...*/'. (no-multi-spaces)
(#21858) Comments should not begin with a lowercase character. (capitalized-comments)
(#21864) Expected space or tab after '/*' in comment. (spaced-comment)
(#21864) Comments should not begin with a lowercase character. (capitalized-comments)
(#21868) Expected space or tab after '/*' in comment. (spaced-comment)
(#21874) Expected space or tab after '/*' in comment. (spaced-comment)
(#21879) Unexpected space before unary operator '++'. (space-unary-ops)
(#21879) Expected space or tab after '/*' in comment. (spaced-comment)
(#21881) Unexpected space before unary operator '++'. (space-unary-ops)
(#21881) Expected space or tab after '/*' in comment. (spaced-comment)
(#21884) Unexpected space before unary operator '++'. (space-unary-ops)
(#21884) Expected space or tab after '/*' in comment. (spaced-comment)
(#21887) Unexpected space before unary operator '++'. (space-unary-ops)
(#21887) Expected space or tab after '/*' in comment. (spaced-comment)
(#21913) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21914) Comments should not begin with a lowercase character. (capitalized-comments)
(#21917) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#21918) Multiple spaces found before '/* iterates ov...*/'. (no-multi-spaces)
(#21918) Comments should not begin with a lowercase character. (capitalized-comments)
(#21919) Multiple spaces found before '/* last emitte...*/'. (no-multi-spaces)
(#21919) Comments should not begin with a lowercase character. (capitalized-comments)
(#21920) Multiple spaces found before '/* length of c...*/'. (no-multi-spaces)
(#21920) Comments should not begin with a lowercase character. (capitalized-comments)
(#21922) Expected space or tab after '/*' in comment. (spaced-comment)
(#21922) Comments should not begin with a lowercase character. (capitalized-comments)
(#21924) Multiple spaces found before '/* repeat coun...*/'. (no-multi-spaces)
(#21924) Comments should not begin with a lowercase character. (capitalized-comments)
(#21925) Multiple spaces found before '/* max repeat ...*/'. (no-multi-spaces)
(#21925) Comments should not begin with a lowercase character. (capitalized-comments)
(#21926) Multiple spaces found before '/* min repeat ...*/'. (no-multi-spaces)
(#21926) Comments should not begin with a lowercase character. (capitalized-comments)
(#21928) Multiple spaces found before '/* guard alrea...*/'. (no-multi-spaces)
(#21936) Expected space or tab after '/*' in comment. (spaced-comment)
(#21951) Expected space or tab after '//' in comment. (spaced-comment)
(#21986) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#21987) Multiple spaces found before '/* index of la...*/'. (no-multi-spaces)
(#21987) Comments should not begin with a lowercase character. (capitalized-comments)
(#21995) Comments should not begin with a lowercase character. (capitalized-comments)
(#22004) Expected space or tab after '/*' in comment. (spaced-comment)
(#22010) Expected space or tab after '//' in comment. (spaced-comment)
(#22022) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#22023) Comments should not begin with a lowercase character. (capitalized-comments)
(#22025) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22026) Multiple spaces found before '/* index in bl...*/'. (no-multi-spaces)
(#22026) Comments should not begin with a lowercase character. (capitalized-comments)
(#22028) Expected space or tab after '//' in comment. (spaced-comment)
(#22029) Expected space or tab after '//' in comment. (spaced-comment)
(#22031) Expected space or tab after '//' in comment. (spaced-comment)
(#22032) Comments should not begin with a lowercase character. (capitalized-comments)
(#22034) Comments should not begin with a lowercase character. (capitalized-comments)
(#22036) Expected space or tab after '//' in comment. (spaced-comment)
(#22037) Expected space or tab after '/*' in comment. (spaced-comment)
(#22039) Expected space or tab after '//' in comment. (spaced-comment)
(#22041) Comments should not begin with a lowercase character. (capitalized-comments)
(#22042) Expected space or tab after '//' in comment. (spaced-comment)
(#22044) Comments should not begin with a lowercase character. (capitalized-comments)
(#22045) Expected space or tab after '//' in comment. (spaced-comment)
(#22062) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#22063) Comments should not begin with a lowercase character. (capitalized-comments)
(#22071) Unexpected use of '>>>='. (no-bitwise)
(#22072) Unexpected use of '&'. (no-bitwise)
(#22072) Expected space or tab after '/*' in comment. (spaced-comment)
(#22078) Expected space or tab after '/*' in comment. (spaced-comment)
(#22078) Expected space or tab after '/*' in comment. (spaced-comment)
(#22079) Expected space or tab after '/*' in comment. (spaced-comment)
(#22083) Expected space or tab after '/*' in comment. (spaced-comment)
(#22100) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#22122) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#22123) Expected space or tab after '//' in comment. (spaced-comment)
(#22124) Expected space or tab after '//' in comment. (spaced-comment)
(#22125) Expected space or tab after '//' in comment. (spaced-comment)
(#22126) Expected space or tab after '//' in comment. (spaced-comment)
(#22127) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22128) Unexpected use of '<<'. (no-bitwise)
(#22128) Multiple spaces found before '/* send block ...*/'. (no-multi-spaces)
(#22128) Comments should not begin with a lowercase character. (capitalized-comments)
(#22129) Comments should not begin with a lowercase character. (capitalized-comments)
(#22137) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#22138) Unexpected use of '<<'. (no-bitwise)
(#22148) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#22149) Expected space or tab after '//' in comment. (spaced-comment)
(#22150) Expected space or tab after '//' in comment. (spaced-comment)
(#22151) Expected space or tab after '//' in comment. (spaced-comment)
(#22152) Expected space or tab after '//' in comment. (spaced-comment)
(#22153) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22154) Multiple spaces found before '/* opt_len and...*/'. (no-multi-spaces)
(#22154) Comments should not begin with a lowercase character. (capitalized-comments)
(#22155) Multiple spaces found before '/* index of la...*/'. (no-multi-spaces)
(#22155) Comments should not begin with a lowercase character. (capitalized-comments)
(#22183) Unexpected use of '>>>'. (no-bitwise)
(#22184) Unexpected use of '>>>'. (no-bitwise)
(#22196) Comments should not begin with a lowercase character. (capitalized-comments)
(#22212) Unexpected use of '<<'. (no-bitwise)
(#22216) Unexpected use of '<<'. (no-bitwise)
(#22237) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#22238) Comments should not begin with a lowercase character. (capitalized-comments)
(#22241) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22242) Comments should not begin with a lowercase character. (capitalized-comments)
(#22242) Expected space or tab after '//' in comment. (spaced-comment)
(#22244) Unexpected use of '&'. (no-bitwise)
(#22244) Unexpected use of '>>>'. (no-bitwise)
(#22245) Unexpected use of '&'. (no-bitwise)
(#22247) Unexpected use of '&'. (no-bitwise)
(#22251) Comments should not begin with a lowercase character. (capitalized-comments)
(#22252) Unexpected space before unary operator '++'. (space-unary-ops)
(#22252) Expected space or tab after '/*' in comment. (spaced-comment)
(#22256) Multiple spaces found before '/* dist = matc...*/'. (no-multi-spaces)
(#22256) Comments should not begin with a lowercase character. (capitalized-comments)
(#22257) Expected space or tab after '//' in comment. (spaced-comment)
(#22261) Unexpected space before unary operator '++'. (space-unary-ops)
(#22261) Expected space or tab after '/*' in comment. (spaced-comment)
(#22262) Unexpected space before unary operator '++'. (space-unary-ops)
(#22262) Expected space or tab after '/*' in comment. (spaced-comment)
(#22268) Expected space or tab after '//' in comment. (spaced-comment)
(#22286) Expected space or tab after '//' in comment. (spaced-comment)
(#22305) Unexpected space before function parentheses. (space-before-function-paren)
(#22330) Unquoted number literal '2' used as key. (quote-props)
(#22330) Multiple spaces found before '/* Z_NEED_DICT...*/'. (no-multi-spaces)
(#22331) Unquoted number literal '1' used as key. (quote-props)
(#22331) Multiple spaces found before '/* Z_STREAM_EN...*/'. (no-multi-spaces)
(#22332) Unquoted number literal '0' used as key. (quote-props)
(#22332) Multiple spaces found before '/* Z_OK ...*/'. (no-multi-spaces)
(#22333) Multiple spaces found before '/* Z_ERRNO ...*/'. (no-multi-spaces)
(#22334) Multiple spaces found before '/* Z_STREAM_ER...*/'. (no-multi-spaces)
(#22335) Multiple spaces found before '/* Z_DATA_ERRO...*/'. (no-multi-spaces)
(#22337) Multiple spaces found before '/* Z_BUF_ERROR...*/'. (no-multi-spaces)
(#22345) Unexpected space before function parentheses. (space-before-function-paren)
(#22384) Expected space or tab after '//' in comment. (spaced-comment)
(#22385) Expected space or tab after '//' in comment. (spaced-comment)
(#22386) Expected space or tab after '//' in comment. (spaced-comment)
(#22387) Expected space or tab after '//' in comment. (spaced-comment)
(#22399) Comments should not begin with a lowercase character. (capitalized-comments)
(#22399) Expected space or tab after '//' in comment. (spaced-comment)
(#22404) Comments should not begin with a lowercase character. (capitalized-comments)
(#22404) Expected space or tab after '//' in comment. (spaced-comment)
(#22414) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22414) Comments should not begin with a lowercase character. (capitalized-comments)
(#22415) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22415) Comments should not begin with a lowercase character. (capitalized-comments)
(#22416) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22416) Comments should not begin with a lowercase character. (capitalized-comments)
(#22417) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22417) Comments should not begin with a lowercase character. (capitalized-comments)
(#22418) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22418) Comments should not begin with a lowercase character. (capitalized-comments)
(#22419) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22419) Comments should not begin with a lowercase character. (capitalized-comments)
(#22420) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22420) Comments should not begin with a lowercase character. (capitalized-comments)
(#22421) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22421) Comments should not begin with a lowercase character. (capitalized-comments)
(#22422) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22422) Comments should not begin with a lowercase character. (capitalized-comments)
(#22423) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22423) Comments should not begin with a lowercase character. (capitalized-comments)
(#22424) Multiple spaces found before '/* waiting for...*/'. (no-multi-spaces)
(#22424) Comments should not begin with a lowercase character. (capitalized-comments)
(#22425) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22425) Comments should not begin with a lowercase character. (capitalized-comments)
(#22426) Multiple spaces found before '/* i: same, bu...*/'. (no-multi-spaces)
(#22426) Comments should not begin with a lowercase character. (capitalized-comments)
(#22427) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22427) Comments should not begin with a lowercase character. (capitalized-comments)
(#22428) Multiple spaces found before '/* i/o: same a...*/'. (no-multi-spaces)
(#22428) Comments should not begin with a lowercase character. (capitalized-comments)
(#22429) Multiple spaces found before '/* i/o: waitin...*/'. (no-multi-spaces)
(#22429) Comments should not begin with a lowercase character. (capitalized-comments)
(#22430) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22430) Comments should not begin with a lowercase character. (capitalized-comments)
(#22431) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22431) Comments should not begin with a lowercase character. (capitalized-comments)
(#22432) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22432) Comments should not begin with a lowercase character. (capitalized-comments)
(#22433) Multiple spaces found before '/* i: same as ...*/'. (no-multi-spaces)
(#22433) Comments should not begin with a lowercase character. (capitalized-comments)
(#22434) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22434) Comments should not begin with a lowercase character. (capitalized-comments)
(#22435) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22435) Comments should not begin with a lowercase character. (capitalized-comments)
(#22436) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22436) Comments should not begin with a lowercase character. (capitalized-comments)
(#22437) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22437) Comments should not begin with a lowercase character. (capitalized-comments)
(#22438) Multiple spaces found before '/* o: waiting ...*/'. (no-multi-spaces)
(#22438) Comments should not begin with a lowercase character. (capitalized-comments)
(#22439) Multiple spaces found before '/* o: waiting ...*/'. (no-multi-spaces)
(#22439) Comments should not begin with a lowercase character. (capitalized-comments)
(#22440) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22440) Comments should not begin with a lowercase character. (capitalized-comments)
(#22441) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#22441) Comments should not begin with a lowercase character. (capitalized-comments)
(#22442) Multiple spaces found before '/* finished ch...*/'. (no-multi-spaces)
(#22442) Comments should not begin with a lowercase character. (capitalized-comments)
(#22443) Multiple spaces found before '/* got a data ...*/'. (no-multi-spaces)
(#22443) Comments should not begin with a lowercase character. (capitalized-comments)
(#22444) Multiple spaces found before '/* got an infl...*/'. (no-multi-spaces)
(#22444) Comments should not begin with a lowercase character. (capitalized-comments)
(#22445) Multiple spaces found before '/* looking for...*/'. (no-multi-spaces)
(#22445) Comments should not begin with a lowercase character. (capitalized-comments)
(#22452) Comments should not begin with a lowercase character. (capitalized-comments)
(#22452) Expected space or tab after '//' in comment. (spaced-comment)
(#22459) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#22460) Unexpected use of '&'. (no-bitwise)
(#22460) Unexpected use of '>>>'. (no-bitwise)
(#22461) Unexpected use of '&'. (no-bitwise)
(#22461) Unexpected use of '>>>'. (no-bitwise)
(#22462) Unexpected use of '<<'. (no-bitwise)
(#22462) Unexpected use of '&'. (no-bitwise)
(#22463) Unexpected use of '<<'. (no-bitwise)
(#22463) Unexpected use of '&'. (no-bitwise)
(#22467) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#22468) Multiple spaces found before '/* current inf...*/'. (no-multi-spaces)
(#22468) Comments should not begin with a lowercase character. (capitalized-comments)
(#22469) Multiple spaces found before '/* true if pro...*/'. (no-multi-spaces)
(#22469) Comments should not begin with a lowercase character. (capitalized-comments)
(#22470) Multiple spaces found before '/* bit 0 true ...*/'. (no-multi-spaces)
(#22470) Comments should not begin with a lowercase character. (capitalized-comments)
(#22471) Multiple spaces found before '/* true if dic...*/'. (no-multi-spaces)
(#22471) Comments should not begin with a lowercase character. (capitalized-comments)
(#22472) Multiple spaces found before '/* gzip header...*/'. (no-multi-spaces)
(#22472) Comments should not begin with a lowercase character. (capitalized-comments)
(#22473) Multiple spaces found before '/* zlib header...*/'. (no-multi-spaces)
(#22473) Comments should not begin with a lowercase character. (capitalized-comments)
(#22474) Multiple spaces found before '/* protected c...*/'. (no-multi-spaces)
(#22474) Comments should not begin with a lowercase character. (capitalized-comments)
(#22475) Multiple spaces found before '/* protected c...*/'. (no-multi-spaces)
(#22475) Comments should not begin with a lowercase character. (capitalized-comments)
(#22477) Multiple spaces found before '/* where to sa...*/'. (no-multi-spaces)
(#22477) Comments should not begin with a lowercase character. (capitalized-comments)
(#22480) Multiple spaces found before '/* log base 2 ...*/'. (no-multi-spaces)
(#22480) Comments should not begin with a lowercase character. (capitalized-comments)
(#22481) Multiple spaces found before '/* window size...*/'. (no-multi-spaces)
(#22481) Comments should not begin with a lowercase character. (capitalized-comments)
(#22482) Multiple spaces found before '/* valid bytes...*/'. (no-multi-spaces)
(#22482) Comments should not begin with a lowercase character. (capitalized-comments)
(#22483) Multiple spaces found before '/* window writ...*/'. (no-multi-spaces)
(#22483) Comments should not begin with a lowercase character. (capitalized-comments)
(#22484) Multiple spaces found before '/* allocated s...*/'. (no-multi-spaces)
(#22484) Comments should not begin with a lowercase character. (capitalized-comments)
(#22487) Multiple spaces found before '/* input bit a...*/'. (no-multi-spaces)
(#22487) Comments should not begin with a lowercase character. (capitalized-comments)
(#22488) Multiple spaces found before '/* number of b...*/'. (no-multi-spaces)
(#22488) Comments should not begin with a lowercase character. (capitalized-comments)
(#22491) Multiple spaces found before '/* literal or ...*/'. (no-multi-spaces)
(#22491) Comments should not begin with a lowercase character. (capitalized-comments)
(#22492) Multiple spaces found before '/* distance ba...*/'. (no-multi-spaces)
(#22492) Comments should not begin with a lowercase character. (capitalized-comments)
(#22495) Multiple spaces found before '/* extra bits ...*/'. (no-multi-spaces)
(#22495) Comments should not begin with a lowercase character. (capitalized-comments)
(#22498) Multiple spaces found before '/* starting ta...*/'. (no-multi-spaces)
(#22498) Comments should not begin with a lowercase character. (capitalized-comments)
(#22499) Multiple spaces found before '/* starting ta...*/'. (no-multi-spaces)
(#22499) Comments should not begin with a lowercase character. (capitalized-comments)
(#22500) Multiple spaces found before '/* index bits ...*/'. (no-multi-spaces)
(#22500) Comments should not begin with a lowercase character. (capitalized-comments)
(#22501) Multiple spaces found before '/* index bits ...*/'. (no-multi-spaces)
(#22501) Comments should not begin with a lowercase character. (capitalized-comments)
(#22504) Multiple spaces found before '/* number of c...*/'. (no-multi-spaces)
(#22504) Comments should not begin with a lowercase character. (capitalized-comments)
(#22505) Multiple spaces found before '/* number of l...*/'. (no-multi-spaces)
(#22505) Comments should not begin with a lowercase character. (capitalized-comments)
(#22506) Multiple spaces found before '/* number of d...*/'. (no-multi-spaces)
(#22506) Comments should not begin with a lowercase character. (capitalized-comments)
(#22507) Multiple spaces found before '/* number of c...*/'. (no-multi-spaces)
(#22507) Comments should not begin with a lowercase character. (capitalized-comments)
(#22508) Multiple spaces found before '/* next availa...*/'. (no-multi-spaces)
(#22508) Comments should not begin with a lowercase character. (capitalized-comments)
(#22510) Comments should not begin with a lowercase character. (capitalized-comments)
(#22511) Comments should not begin with a lowercase character. (capitalized-comments)
(#22517) Expected space or tab after '//' in comment. (spaced-comment)
(#22518) Multiple spaces found before '/* dynamic tab...*/'. (no-multi-spaces)
(#22518) Comments should not begin with a lowercase character. (capitalized-comments)
(#22519) Multiple spaces found before '/* dynamic tab...*/'. (no-multi-spaces)
(#22519) Comments should not begin with a lowercase character. (capitalized-comments)
(#22520) Multiple spaces found before '/* if false, a...*/'. (no-multi-spaces)
(#22520) Comments should not begin with a lowercase character. (capitalized-comments)
(#22521) Multiple spaces found before '/* bits back o...*/'. (no-multi-spaces)
(#22521) Comments should not begin with a lowercase character. (capitalized-comments)
(#22522) Multiple spaces found before '/* initial len...*/'. (no-multi-spaces)
(#22522) Comments should not begin with a lowercase character. (capitalized-comments)
(#22525) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#22533) Expected space or tab after '/*' in comment. (spaced-comment)
(#22534) Multiple spaces found before '/* to support ...*/'. (no-multi-spaces)
(#22534) Comments should not begin with a lowercase character. (capitalized-comments)
(#22535) Unexpected use of '&'. (no-bitwise)
(#22541) Expected space or tab after '/*' in comment. (spaced-comment)
(#22544) Comments should not begin with a lowercase character. (capitalized-comments)
(#22544) Expected space or tab after '//' in comment. (spaced-comment)
(#22550) Expected space or tab after '//' in comment. (spaced-comment)
(#22554) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#22568) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#22572) Comments should not begin with a lowercase character. (capitalized-comments)
(#22578) Comments should not begin with a lowercase character. (capitalized-comments)
(#22583) Unexpected use of '>>'. (no-bitwise)
(#22585) Unexpected use of '&='. (no-bitwise)
(#22589) Comments should not begin with a lowercase character. (capitalized-comments)
(#22597) Comments should not begin with a lowercase character. (capitalized-comments)
(#22603) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#22610) Comments should not begin with a lowercase character. (capitalized-comments)
(#22610) Expected space or tab after '//' in comment. (spaced-comment)
(#22614) Comments should not begin with a lowercase character. (capitalized-comments)
(#22614) Expected space or tab after '//' in comment. (spaced-comment)
(#22615) Expected space or tab after '//' in comment. (spaced-comment)
(#22617) Expected space or tab after '/*' in comment. (spaced-comment)
(#22620) Expected space or tab after '/*' in comment. (spaced-comment)
(#22625) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#22644) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#22645) Comments should not begin with a lowercase character. (capitalized-comments)
(#22652) Comments should not begin with a lowercase character. (capitalized-comments)
(#22669) Comments should not begin with a lowercase character. (capitalized-comments)
(#22677) Comments should not begin with a lowercase character. (capitalized-comments)
(#22702) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#22706) Comments should not begin with a lowercase character. (capitalized-comments)
(#22708) Unexpected use of '<<'. (no-bitwise)
(#22715) Comments should not begin with a lowercase character. (capitalized-comments)
(#22725) Comments should not begin with a lowercase character. (capitalized-comments)
(#22725) Expected space or tab after '//' in comment. (spaced-comment)
(#22729) Comments should not begin with a lowercase character. (capitalized-comments)
(#22729) Expected space or tab after '//' in comment. (spaced-comment)
(#22746) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#22746) Function 'inflate' has a complexity of 223. Maximum allowed is 20. (complexity)
(#22748) Multiple spaces found before '// input/outpu...'. (no-multi-spaces)
(#22748) Comments should not begin with a lowercase character. (capitalized-comments)
(#22749) Multiple spaces found before '/* next input ...*/'. (no-multi-spaces)
(#22749) Comments should not begin with a lowercase character. (capitalized-comments)
(#22750) Multiple spaces found before '/* next output...*/'. (no-multi-spaces)
(#22750) Comments should not begin with a lowercase character. (capitalized-comments)
(#22751) Multiple spaces found before '/* available i...*/'. (no-multi-spaces)
(#22751) Comments should not begin with a lowercase character. (capitalized-comments)
(#22752) Multiple spaces found before '/* bit buffer */'. (no-multi-spaces)
(#22752) Comments should not begin with a lowercase character. (capitalized-comments)
(#22753) Multiple spaces found before '/* bits in bit...*/'. (no-multi-spaces)
(#22753) Comments should not begin with a lowercase character. (capitalized-comments)
(#22754) Multiple spaces found before '/* save starti...*/'. (no-multi-spaces)
(#22754) Comments should not begin with a lowercase character. (capitalized-comments)
(#22755) Multiple spaces found before '/* number of s...*/'. (no-multi-spaces)
(#22755) Comments should not begin with a lowercase character. (capitalized-comments)
(#22756) Multiple spaces found before '/* where to co...*/'. (no-multi-spaces)
(#22756) Comments should not begin with a lowercase character. (capitalized-comments)
(#22758) Multiple spaces found before '/* current dec...*/'. (no-multi-spaces)
(#22758) Comments should not begin with a lowercase character. (capitalized-comments)
(#22759) Comments should not begin with a lowercase character. (capitalized-comments)
(#22760) Expected space or tab after '//' in comment. (spaced-comment)
(#22761) Comments should not begin with a lowercase character. (capitalized-comments)
(#22762) Multiple spaces found before '/* length to c...*/'. (no-multi-spaces)
(#22762) Comments should not begin with a lowercase character. (capitalized-comments)
(#22763) Multiple spaces found before '/* return code...*/'. (no-multi-spaces)
(#22763) Comments should not begin with a lowercase character. (capitalized-comments)
(#22764) Multiple spaces found before '/* buffer for ...*/'. (no-multi-spaces)
(#22764) Comments should not begin with a lowercase character. (capitalized-comments)
(#22767) Comments should not begin with a lowercase character. (capitalized-comments)
(#22769) Comments should not begin with a lowercase character. (capitalized-comments)
(#22781) Multiple spaces found before '/* skip check */'. (no-multi-spaces)
(#22781) Comments should not begin with a lowercase character. (capitalized-comments)
(#22784) Expected space or tab after '//' in comment. (spaced-comment)
(#22793) Expected space or tab after '//' in comment. (spaced-comment)
(#22799) Unexpected labeled statement. (no-labels)
(#22799) Comments should not begin with a lowercase character. (capitalized-comments)
(#22807) Expected space or tab after '//' in comment. (spaced-comment)
(#22810) Unexpected label in break statement. (no-labels)
(#22813) Unexpected use of '<<'. (no-bitwise)
(#22816) Expected space or tab after '//' in comment. (spaced-comment)
(#22817) Unexpected use of '&'. (no-bitwise)
(#22817) Multiple spaces found before '/* gzip header...*/'. (no-multi-spaces)
(#22817) Comments should not begin with a lowercase character. (capitalized-comments)
(#22818) Comments should not begin with a lowercase character. (capitalized-comments)
(#22818) Expected space or tab after '/*' in comment. (spaced-comment)
(#22819) Expected space or tab after '//' in comment. (spaced-comment)
(#22820) Unexpected use of '&'. (no-bitwise)
(#22821) Unexpected use of '&'. (no-bitwise)
(#22821) Unexpected use of '>>>'. (no-bitwise)
(#22823) Expected space or tab after '//' in comment. (spaced-comment)
(#22825) Expected space or tab after '//' in comment. (spaced-comment)
(#22828) Expected space or tab after '//' in comment. (spaced-comment)
(#22832) Multiple spaces found before '/* expect zlib...*/'. (no-multi-spaces)
(#22832) Comments should not begin with a lowercase character. (capitalized-comments)
(#22836) Unexpected use of '&'. (no-bitwise)
(#22836) Multiple spaces found before '/* check if zl...*/'. (no-multi-spaces)
(#22836) Comments should not begin with a lowercase character. (capitalized-comments)
(#22837) Unexpected use of '<<'. (no-bitwise)
(#22837) Unexpected use of '&'. (no-bitwise)
(#22837) Expected space or tab after '/*' in comment. (spaced-comment)
(#22837) Unexpected use of '>>'. (no-bitwise)
(#22842) Unexpected use of '&'. (no-bitwise)
(#22842) Expected space or tab after '/*' in comment. (spaced-comment)
(#22847) Expected space or tab after '//' in comment. (spaced-comment)
(#22848) Unexpected use of '>>>='. (no-bitwise)
(#22850) Expected space or tab after '//' in comment. (spaced-comment)
(#22851) Unexpected use of '&'. (no-bitwise)
(#22851) Expected space or tab after '/*' in comment. (spaced-comment)
(#22859) Unexpected use of '<<'. (no-bitwise)
(#22860) Expected space or tab after '//' in comment. (spaced-comment)
(#22861) Comments should not begin with a lowercase character. (capitalized-comments)
(#22861) Expected space or tab after '/*' in comment. (spaced-comment)
(#22862) Unexpected use of '&'. (no-bitwise)
(#22863) Expected space or tab after '//' in comment. (spaced-comment)
(#22866) Expected space or tab after '//' in comment. (spaced-comment)
(#22869) Expected space or tab after '//' in comment. (spaced-comment)
(#22872) Unexpected label in break statement. (no-labels)
(#22875) Unexpected use of '<<'. (no-bitwise)
(#22878) Expected space or tab after '//' in comment. (spaced-comment)
(#22880) Unexpected use of '&'. (no-bitwise)
(#22885) Unexpected use of '&'. (no-bitwise)
(#22891) Unexpected use of '&'. (no-bitwise)
(#22891) Unexpected use of '>>'. (no-bitwise)
(#22893) Unexpected use of '&'. (no-bitwise)
(#22894) Expected space or tab after '//' in comment. (spaced-comment)
(#22895) Unexpected use of '&'. (no-bitwise)
(#22896) Unexpected use of '&'. (no-bitwise)
(#22896) Unexpected use of '>>>'. (no-bitwise)
(#22898) Expected space or tab after '//' in comment. (spaced-comment)
(#22900) Expected space or tab after '//' in comment. (spaced-comment)
(#22903) Expected space or tab after '//' in comment. (spaced-comment)
(#22905) Comments should not begin with a lowercase character. (capitalized-comments)
(#22907) Expected space or tab after '//' in comment. (spaced-comment)
(#22910) Unexpected label in break statement. (no-labels)
(#22913) Unexpected use of '<<'. (no-bitwise)
(#22916) Expected space or tab after '//' in comment. (spaced-comment)
(#22920) Unexpected use of '&'. (no-bitwise)
(#22921) Expected space or tab after '//' in comment. (spaced-comment)
(#22922) Unexpected use of '&'. (no-bitwise)
(#22923) Unexpected use of '&'. (no-bitwise)
(#22923) Unexpected use of '>>>'. (no-bitwise)
(#22924) Unexpected use of '&'. (no-bitwise)
(#22924) Unexpected use of '>>>'. (no-bitwise)
(#22925) Unexpected use of '&'. (no-bitwise)
(#22925) Unexpected use of '>>>'. (no-bitwise)
(#22927) Expected space or tab after '//' in comment. (spaced-comment)
(#22929) Expected space or tab after '//' in comment. (spaced-comment)
(#22932) Expected space or tab after '//' in comment. (spaced-comment)
(#22934) Comments should not begin with a lowercase character. (capitalized-comments)
(#22936) Expected space or tab after '//' in comment. (spaced-comment)
(#22939) Unexpected label in break statement. (no-labels)
(#22942) Unexpected use of '<<'. (no-bitwise)
(#22945) Expected space or tab after '//' in comment. (spaced-comment)
(#22947) Unexpected use of '&'. (no-bitwise)
(#22948) Unexpected use of '>>'. (no-bitwise)
(#22950) Unexpected use of '&'. (no-bitwise)
(#22951) Expected space or tab after '//' in comment. (spaced-comment)
(#22952) Unexpected use of '&'. (no-bitwise)
(#22953) Unexpected use of '&'. (no-bitwise)
(#22953) Unexpected use of '>>>'. (no-bitwise)
(#22955) Expected space or tab after '//' in comment. (spaced-comment)
(#22957) Expected space or tab after '//' in comment. (spaced-comment)
(#22960) Expected space or tab after '//' in comment. (spaced-comment)
(#22962) Comments should not begin with a lowercase character. (capitalized-comments)
(#22964) Unexpected use of '&'. (no-bitwise)
(#22965) Expected space or tab after '//' in comment. (spaced-comment)
(#22968) Unexpected label in break statement. (no-labels)
(#22971) Unexpected use of '<<'. (no-bitwise)
(#22974) Expected space or tab after '//' in comment. (spaced-comment)
(#22979) Unexpected use of '&'. (no-bitwise)
(#22980) Expected space or tab after '//' in comment. (spaced-comment)
(#22981) Unexpected use of '&'. (no-bitwise)
(#22982) Unexpected use of '&'. (no-bitwise)
(#22982) Unexpected use of '>>>'. (no-bitwise)
(#22984) Expected space or tab after '//' in comment. (spaced-comment)
(#22986) Expected space or tab after '//' in comment. (spaced-comment)
(#22989) Expected space or tab after '//' in comment. (spaced-comment)
(#22991) Expected space or tab after '/*' in comment. (spaced-comment)
(#22994) Comments should not begin with a lowercase character. (capitalized-comments)
(#22996) Unexpected use of '&'. (no-bitwise)
(#23012) Comments should not begin with a lowercase character. (capitalized-comments)
(#23015) Comments should not begin with a lowercase character. (capitalized-comments)
(#23015) Expected space or tab after '/*' in comment. (spaced-comment)
(#23018) Comments should not begin with a lowercase character. (capitalized-comments)
(#23018) Expected space or tab after '//' in comment. (spaced-comment)
(#23022) Unexpected use of '&'. (no-bitwise)
(#23030) Unexpected label in break statement. (no-labels)
(#23035) Comments should not begin with a lowercase character. (capitalized-comments)
(#23037) Unexpected use of '&'. (no-bitwise)
(#23039) Unexpected label in break statement. (no-labels)
(#23045) Comments should not begin with a lowercase character. (capitalized-comments)
(#23047) Comments should not begin with a lowercase character. (capitalized-comments)
(#23047) Expected space or tab after '/*' in comment. (spaced-comment)
(#23052) Unexpected use of '&'. (no-bitwise)
(#23058) Unexpected label in break statement. (no-labels)
(#23065) Comments should not begin with a lowercase character. (capitalized-comments)
(#23067) Unexpected use of '&'. (no-bitwise)
(#23069) Unexpected label in break statement. (no-labels)
(#23074) Comments should not begin with a lowercase character. (capitalized-comments)
(#23076) Comments should not begin with a lowercase character. (capitalized-comments)
(#23076) Expected space or tab after '/*' in comment. (spaced-comment)
(#23080) Unexpected use of '&'. (no-bitwise)
(#23086) Unexpected label in break statement. (no-labels)
(#23092) Comments should not begin with a lowercase character. (capitalized-comments)
(#23094) Unexpected use of '&'. (no-bitwise)
(#23095) Expected space or tab after '//' in comment. (spaced-comment)
(#23098) Unexpected label in break statement. (no-labels)
(#23101) Unexpected use of '<<'. (no-bitwise)
(#23104) Expected space or tab after '//' in comment. (spaced-comment)
(#23105) Unexpected use of '&'. (no-bitwise)
(#23110) Expected space or tab after '//' in comment. (spaced-comment)
(#23113) Expected space or tab after '//' in comment. (spaced-comment)
(#23116) Unexpected use of '&'. (no-bitwise)
(#23116) Unexpected use of '>>'. (no-bitwise)
(#23123) Expected space or tab after '//' in comment. (spaced-comment)
(#23126) Unexpected label in break statement. (no-labels)
(#23129) Unexpected use of '<<'. (no-bitwise)
(#23132) Expected space or tab after '//' in comment. (spaced-comment)
(#23134) Expected space or tab after '//' in comment. (spaced-comment)
(#23137) Expected space or tab after '//' in comment. (spaced-comment)
(#23139) Comments should not begin with a lowercase character. (capitalized-comments)
(#23142) Expected space or tab after '//' in comment. (spaced-comment)
(#23149) Expected space or tab after '//' in comment. (spaced-comment)
(#23152) Comments should not begin with a lowercase character. (capitalized-comments)
(#23152) Expected space or tab after '/*' in comment. (spaced-comment)
(#23154) Comments should not begin with a lowercase character. (capitalized-comments)
(#23157) Unexpected label in break statement. (no-labels)
(#23159) Comments should not begin with a lowercase character. (capitalized-comments)
(#23162) Expected space or tab after '//' in comment. (spaced-comment)
(#23163) Unexpected use of '>>>='. (no-bitwise)
(#23163) Unexpected use of '&'. (no-bitwise)
(#23164) Unexpected use of '&'. (no-bitwise)
(#23165) Expected space or tab after '//' in comment. (spaced-comment)
(#23169) Expected space or tab after '//' in comment. (spaced-comment)
(#23172) Unexpected label in break statement. (no-labels)
(#23175) Unexpected use of '<<'. (no-bitwise)
(#23178) Expected space or tab after '//' in comment. (spaced-comment)
(#23179) Unexpected use of '&'. (no-bitwise)
(#23179) Expected space or tab after '/*' in comment. (spaced-comment)
(#23180) Expected space or tab after '//' in comment. (spaced-comment)
(#23181) Unexpected use of '>>>='. (no-bitwise)
(#23183) Expected space or tab after '//' in comment. (spaced-comment)
(#23185) Unexpected use of '&'. (no-bitwise)
(#23185) Expected space or tab after '/*' in comment. (spaced-comment)
(#23186) Multiple spaces found before '/* stored bloc...*/'. (no-multi-spaces)
(#23186) Comments should not begin with a lowercase character. (capitalized-comments)
(#23187) Expected space or tab after '//' in comment. (spaced-comment)
(#23191) Multiple spaces found before '/* fixed block...*/'. (no-multi-spaces)
(#23191) Comments should not begin with a lowercase character. (capitalized-comments)
(#23193) Expected space or tab after '//' in comment. (spaced-comment)
(#23195) Multiple spaces found before '/* decode code...*/'. (no-multi-spaces)
(#23195) Comments should not begin with a lowercase character. (capitalized-comments)
(#23197) Expected space or tab after '//' in comment. (spaced-comment)
(#23198) Unexpected use of '>>>='. (no-bitwise)
(#23200) Expected space or tab after '//' in comment. (spaced-comment)
(#23201) Unexpected label in break statement. (no-labels)
(#23204) Multiple spaces found before '/* dynamic blo...*/'. (no-multi-spaces)
(#23204) Comments should not begin with a lowercase character. (capitalized-comments)
(#23205) Expected space or tab after '//' in comment. (spaced-comment)
(#23213) Expected space or tab after '//' in comment. (spaced-comment)
(#23214) Unexpected use of '>>>='. (no-bitwise)
(#23216) Expected space or tab after '//' in comment. (spaced-comment)
(#23219) Expected space or tab after '//' in comment. (spaced-comment)
(#23220) Unexpected use of '>>>='. (no-bitwise)
(#23220) Unexpected use of '&'. (no-bitwise)
(#23221) Unexpected use of '&'. (no-bitwise)
(#23222) Expected space or tab after '//' in comment. (spaced-comment)
(#23223) Expected space or tab after '//' in comment. (spaced-comment)
(#23226) Unexpected label in break statement. (no-labels)
(#23229) Unexpected use of '<<'. (no-bitwise)
(#23232) Expected space or tab after '//' in comment. (spaced-comment)
(#23233) Unexpected use of '&'. (no-bitwise)
(#23233) Unexpected use of '^'. (no-bitwise)
(#23233) Unexpected use of '>>>'. (no-bitwise)
(#23238) Unexpected use of '&'. (no-bitwise)
(#23239) Expected space or tab after '//' in comment. (spaced-comment)
(#23241) Expected space or tab after '//' in comment. (spaced-comment)
(#23244) Expected space or tab after '//' in comment. (spaced-comment)
(#23247) Unexpected label in break statement. (no-labels)
(#23249) Comments should not begin with a lowercase character. (capitalized-comments)
(#23252) Comments should not begin with a lowercase character. (capitalized-comments)
(#23263) Unexpected label in break statement. (no-labels)
(#23265) Expected space or tab after '//' in comment. (spaced-comment)
(#23267) Expected space or tab after '//' in comment. (spaced-comment)
(#23275) Expected space or tab after '//' in comment. (spaced-comment)
(#23279) Expected space or tab after '//' in comment. (spaced-comment)
(#23282) Unexpected label in break statement. (no-labels)
(#23285) Unexpected use of '<<'. (no-bitwise)
(#23288) Expected space or tab after '//' in comment. (spaced-comment)
(#23289) Unexpected use of '&'. (no-bitwise)
(#23289) Expected space or tab after '/*' in comment. (spaced-comment)
(#23290) Expected space or tab after '//' in comment. (spaced-comment)
(#23291) Unexpected use of '>>>='. (no-bitwise)
(#23293) Expected space or tab after '//' in comment. (spaced-comment)
(#23294) Unexpected use of '&'. (no-bitwise)
(#23294) Expected space or tab after '/*' in comment. (spaced-comment)
(#23295) Expected space or tab after '//' in comment. (spaced-comment)
(#23296) Unexpected use of '>>>='. (no-bitwise)
(#23298) Expected space or tab after '//' in comment. (spaced-comment)
(#23299) Unexpected use of '&'. (no-bitwise)
(#23299) Expected space or tab after '/*' in comment. (spaced-comment)
(#23300) Expected space or tab after '//' in comment. (spaced-comment)
(#23301) Unexpected use of '>>>='. (no-bitwise)
(#23303) Expected space or tab after '//' in comment. (spaced-comment)
(#23304) Expected space or tab after '//' in comment. (spaced-comment)
(#23310) Expected space or tab after '//' in comment. (spaced-comment)
(#23311) Expected space or tab after '//' in comment. (spaced-comment)
(#23314) Comments should not begin with a lowercase character. (capitalized-comments)
(#23317) Expected space or tab after '//' in comment. (spaced-comment)
(#23320) Unexpected label in break statement. (no-labels)
(#23323) Unexpected use of '<<'. (no-bitwise)
(#23326) Expected space or tab after '//' in comment. (spaced-comment)
(#23327) Unexpected use of '&'. (no-bitwise)
(#23327) Expected space or tab after '//' in comment. (spaced-comment)
(#23328) Expected space or tab after '//' in comment. (spaced-comment)
(#23329) Unexpected use of '>>>='. (no-bitwise)
(#23331) Expected space or tab after '//' in comment. (spaced-comment)
(#23337) Expected space or tab after '//' in comment. (spaced-comment)
(#23338) Expected space or tab after '//' in comment. (spaced-comment)
(#23352) Expected space or tab after '//' in comment. (spaced-comment)
(#23355) Comments should not begin with a lowercase character. (capitalized-comments)
(#23359) Unexpected use of '&'. (no-bitwise)
(#23359) Unexpected use of '<<'. (no-bitwise)
(#23359) Expected space or tab after '/*' in comment. (spaced-comment)
(#23360) Unexpected use of '>>>'. (no-bitwise)
(#23361) Unexpected use of '&'. (no-bitwise)
(#23361) Unexpected use of '>>>'. (no-bitwise)
(#23362) Unexpected use of '&'. (no-bitwise)
(#23367) Expected space or tab after '//' in comment. (spaced-comment)
(#23369) Unexpected label in break statement. (no-labels)
(#23372) Unexpected use of '<<'. (no-bitwise)
(#23374) Expected space or tab after '//' in comment. (spaced-comment)
(#23377) Expected space or tab after '//' in comment. (spaced-comment)
(#23378) Unexpected use of '>>>='. (no-bitwise)
(#23380) Expected space or tab after '//' in comment. (spaced-comment)
(#23384) Expected space or tab after '//' in comment. (spaced-comment)
(#23388) Unexpected label in break statement. (no-labels)
(#23391) Unexpected use of '<<'. (no-bitwise)
(#23394) Expected space or tab after '//' in comment. (spaced-comment)
(#23395) Expected space or tab after '//' in comment. (spaced-comment)
(#23396) Unexpected use of '>>>='. (no-bitwise)
(#23398) Expected space or tab after '//' in comment. (spaced-comment)
(#23405) Unexpected use of '&'. (no-bitwise)
(#23405) Expected space or tab after '//' in comment. (spaced-comment)
(#23406) Expected space or tab after '//' in comment. (spaced-comment)
(#23407) Unexpected use of '>>>='. (no-bitwise)
(#23409) Expected space or tab after '//' in comment. (spaced-comment)
(#23411) Expected space or tab after '//' in comment. (spaced-comment)
(#23415) Unexpected label in break statement. (no-labels)
(#23418) Unexpected use of '<<'. (no-bitwise)
(#23421) Expected space or tab after '//' in comment. (spaced-comment)
(#23422) Expected space or tab after '//' in comment. (spaced-comment)
(#23423) Unexpected use of '>>>='. (no-bitwise)
(#23425) Expected space or tab after '//' in comment. (spaced-comment)
(#23427) Unexpected use of '&'. (no-bitwise)
(#23427) Expected space or tab after '//' in comment. (spaced-comment)
(#23428) Expected space or tab after '//' in comment. (spaced-comment)
(#23429) Unexpected use of '>>>='. (no-bitwise)
(#23431) Expected space or tab after '//' in comment. (spaced-comment)
(#23433) Expected space or tab after '//' in comment. (spaced-comment)
(#23437) Unexpected label in break statement. (no-labels)
(#23440) Unexpected use of '<<'. (no-bitwise)
(#23443) Expected space or tab after '//' in comment. (spaced-comment)
(#23444) Expected space or tab after '//' in comment. (spaced-comment)
(#23445) Unexpected use of '>>>='. (no-bitwise)
(#23447) Expected space or tab after '//' in comment. (spaced-comment)
(#23449) Unexpected use of '&'. (no-bitwise)
(#23449) Expected space or tab after '//' in comment. (spaced-comment)
(#23450) Expected space or tab after '//' in comment. (spaced-comment)
(#23451) Unexpected use of '>>>='. (no-bitwise)
(#23453) Expected space or tab after '//' in comment. (spaced-comment)
(#23466) Comments should not begin with a lowercase character. (capitalized-comments)
(#23471) Comments should not begin with a lowercase character. (capitalized-comments)
(#23478) Comments should not begin with a lowercase character. (capitalized-comments)
(#23488) Comments should not begin with a lowercase character. (capitalized-comments)
(#23497) Comments should not begin with a lowercase character. (capitalized-comments)
(#23497) Expected space or tab after '//' in comment. (spaced-comment)
(#23501) This line has a length of 137. Maximum allowed is 132. (max-len)
(#23505) Comments should not begin with a lowercase character. (capitalized-comments)
(#23512) Expected space or tab after '//' in comment. (spaced-comment)
(#23515) Unexpected label in break statement. (no-labels)
(#23517) Comments should not begin with a lowercase character. (capitalized-comments)
(#23520) Comments should not begin with a lowercase character. (capitalized-comments)
(#23523) Expected space or tab after '//' in comment. (spaced-comment)
(#23530) Expected space or tab after '//' in comment. (spaced-comment)
(#23532) Expected space or tab after '//' in comment. (spaced-comment)
(#23541) Expected space or tab after '//' in comment. (spaced-comment)
(#23550) Unexpected use of '&'. (no-bitwise)
(#23550) Unexpected use of '<<'. (no-bitwise)
(#23550) Multiple spaces found before '/*BITS(state.l...*/'. (no-multi-spaces)
(#23550) Expected space or tab after '/*' in comment. (spaced-comment)
(#23551) Unexpected use of '>>>'. (no-bitwise)
(#23552) Unexpected use of '&'. (no-bitwise)
(#23552) Unexpected use of '>>>'. (no-bitwise)
(#23553) Unexpected use of '&'. (no-bitwise)
(#23558) Expected space or tab after '//' in comment. (spaced-comment)
(#23560) Unexpected label in break statement. (no-labels)
(#23563) Unexpected use of '<<'. (no-bitwise)
(#23565) Expected space or tab after '//' in comment. (spaced-comment)
(#23567) Unexpected use of '&'. (no-bitwise)
(#23573) This line has a length of 133. Maximum allowed is 132. (max-len)
(#23573) Unexpected use of '>>'. (no-bitwise)
(#23573) Unexpected use of '&'. (no-bitwise)
(#23573) Unexpected use of '<<'. (no-bitwise)
(#23573) Expected space or tab after '/*' in comment. (spaced-comment)
(#23574) Unexpected use of '>>>'. (no-bitwise)
(#23575) Unexpected use of '&'. (no-bitwise)
(#23575) Unexpected use of '>>>'. (no-bitwise)
(#23576) Unexpected use of '&'. (no-bitwise)
(#23581) Expected space or tab after '//' in comment. (spaced-comment)
(#23583) Unexpected label in break statement. (no-labels)
(#23586) Unexpected use of '<<'. (no-bitwise)
(#23588) Expected space or tab after '//' in comment. (spaced-comment)
(#23590) Expected space or tab after '//' in comment. (spaced-comment)
(#23591) Unexpected use of '>>>='. (no-bitwise)
(#23593) Expected space or tab after '//' in comment. (spaced-comment)
(#23596) Expected space or tab after '//' in comment. (spaced-comment)
(#23597) Unexpected use of '>>>='. (no-bitwise)
(#23599) Expected space or tab after '//' in comment. (spaced-comment)
(#23603) Expected space or tab after '//' in comment. (spaced-comment)
(#23609) Unexpected use of '&'. (no-bitwise)
(#23610) Expected space or tab after '//' in comment. (spaced-comment)
(#23615) Unexpected use of '&'. (no-bitwise)
(#23620) Unexpected use of '&'. (no-bitwise)
(#23622) Comments should not begin with a lowercase character. (capitalized-comments)
(#23625) Expected space or tab after '//' in comment. (spaced-comment)
(#23629) Unexpected label in break statement. (no-labels)
(#23632) Unexpected use of '<<'. (no-bitwise)
(#23635) Expected space or tab after '//' in comment. (spaced-comment)
(#23636) Unexpected use of '&'. (no-bitwise)
(#23636) Unexpected use of '<<'. (no-bitwise)
(#23636) Expected space or tab after '/*' in comment. (spaced-comment)
(#23637) Expected space or tab after '//' in comment. (spaced-comment)
(#23638) Unexpected use of '>>>='. (no-bitwise)
(#23640) Expected space or tab after '//' in comment. (spaced-comment)
(#23643) Expected space or tab after '//' in comment. (spaced-comment)
(#23646) Comments should not begin with a lowercase character. (capitalized-comments)
(#23649) Unexpected use of '&'. (no-bitwise)
(#23649) Unexpected use of '<<'. (no-bitwise)
(#23649) Expected space or tab after '/*' in comment. (spaced-comment)
(#23650) Unexpected use of '>>>'. (no-bitwise)
(#23651) Unexpected use of '&'. (no-bitwise)
(#23651) Unexpected use of '>>>'. (no-bitwise)
(#23652) Unexpected use of '&'. (no-bitwise)
(#23657) Expected space or tab after '//' in comment. (spaced-comment)
(#23659) Unexpected label in break statement. (no-labels)
(#23662) Unexpected use of '<<'. (no-bitwise)
(#23664) Expected space or tab after '//' in comment. (spaced-comment)
(#23666) Unexpected use of '&'. (no-bitwise)
(#23672) This line has a length of 133. Maximum allowed is 132. (max-len)
(#23672) Unexpected use of '>>'. (no-bitwise)
(#23672) Unexpected use of '&'. (no-bitwise)
(#23672) Unexpected use of '<<'. (no-bitwise)
(#23672) Expected space or tab after '/*' in comment. (spaced-comment)
(#23673) Unexpected use of '>>>'. (no-bitwise)
(#23674) Unexpected use of '&'. (no-bitwise)
(#23674) Unexpected use of '>>>'. (no-bitwise)
(#23675) Unexpected use of '&'. (no-bitwise)
(#23680) Expected space or tab after '//' in comment. (spaced-comment)
(#23682) Unexpected label in break statement. (no-labels)
(#23685) Unexpected use of '<<'. (no-bitwise)
(#23687) Expected space or tab after '//' in comment. (spaced-comment)
(#23689) Expected space or tab after '//' in comment. (spaced-comment)
(#23690) Unexpected use of '>>>='. (no-bitwise)
(#23692) Expected space or tab after '//' in comment. (spaced-comment)
(#23695) Expected space or tab after '//' in comment. (spaced-comment)
(#23696) Unexpected use of '>>>='. (no-bitwise)
(#23698) Expected space or tab after '//' in comment. (spaced-comment)
(#23700) Unexpected use of '&'. (no-bitwise)
(#23706) Unexpected use of '&'. (no-bitwise)
(#23708) Comments should not begin with a lowercase character. (capitalized-comments)
(#23711) Expected space or tab after '//' in comment. (spaced-comment)
(#23715) Unexpected label in break statement. (no-labels)
(#23718) Unexpected use of '<<'. (no-bitwise)
(#23721) Expected space or tab after '//' in comment. (spaced-comment)
(#23722) Unexpected use of '&'. (no-bitwise)
(#23722) Unexpected use of '<<'. (no-bitwise)
(#23722) Expected space or tab after '/*' in comment. (spaced-comment)
(#23723) Expected space or tab after '//' in comment. (spaced-comment)
(#23724) Unexpected use of '>>>='. (no-bitwise)
(#23726) Expected space or tab after '//' in comment. (spaced-comment)
(#23729) Expected space or tab after '//' in comment. (spaced-comment)
(#23735) Expected space or tab after '//' in comment. (spaced-comment)
(#23736) Expected space or tab after '//' in comment. (spaced-comment)
(#23738) Comments should not begin with a lowercase character. (capitalized-comments)
(#23741) Unexpected label in break statement. (no-labels)
(#23744) Multiple spaces found before '/* copy from w...*/'. (no-multi-spaces)
(#23744) Comments should not begin with a lowercase character. (capitalized-comments)
(#23754) Expected space or tab after '//' in comment. (spaced-comment)
(#23766) Expected space or tab after '//' in comment. (spaced-comment)
(#23778) Multiple spaces found before '/* copy from o...*/'. (no-multi-spaces)
(#23778) Comments should not begin with a lowercase character. (capitalized-comments)
(#23797) Unexpected label in break statement. (no-labels)
(#23805) Expected space or tab after '//' in comment. (spaced-comment)
(#23808) Unexpected label in break statement. (no-labels)
(#23812) Unexpected use of '|='. (no-bitwise)
(#23812) Unexpected use of '<<'. (no-bitwise)
(#23815) Expected space or tab after '//' in comment. (spaced-comment)
(#23821) Expected space or tab after '/*' in comment. (spaced-comment)
(#23822) This line has a length of 158. Maximum allowed is 132. (max-len)
(#23832) Expected space or tab after '//' in comment. (spaced-comment)
(#23835) Expected space or tab after '//' in comment. (spaced-comment)
(#23836) Expected space or tab after '//' in comment. (spaced-comment)
(#23839) Comments should not begin with a lowercase character. (capitalized-comments)
(#23842) Expected space or tab after '//' in comment. (spaced-comment)
(#23845) Unexpected label in break statement. (no-labels)
(#23848) Unexpected use of '<<'. (no-bitwise)
(#23851) Expected space or tab after '//' in comment. (spaced-comment)
(#23852) Unexpected use of '&'. (no-bitwise)
(#23857) Expected space or tab after '//' in comment. (spaced-comment)
(#23860) Expected space or tab after '//' in comment. (spaced-comment)
(#23861) Expected space or tab after '//' in comment. (spaced-comment)
(#23864) Comments should not begin with a lowercase character. (capitalized-comments)
(#23867) Unexpected label in break statement. (no-labels)
(#23870) Unexpected label in break statement. (no-labels)
(#23874) Comments should not begin with a lowercase character. (capitalized-comments)
(#23880) Comments should not begin with a lowercase character. (capitalized-comments)
(#23889) Expected space or tab after '//' in comment. (spaced-comment)
(#23896) Expected space or tab after '//' in comment. (spaced-comment)
(#23911) Expected space or tab after '/*' in comment. (spaced-comment)
(#23912) This line has a length of 158. Maximum allowed is 132. (max-len)
(#23923) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#23925) Expected space or tab after '/*' in comment. (spaced-comment)
(#23937) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#23940) Comments should not begin with a lowercase character. (capitalized-comments)
(#23945) Unexpected use of '&'. (no-bitwise)
(#23949) Comments should not begin with a lowercase character. (capitalized-comments)
(#23955) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#23962) Comments should not begin with a lowercase character. (capitalized-comments)
(#23972) Comments should not begin with a lowercase character. (capitalized-comments)
(#23974) Comments should not begin with a lowercase character. (capitalized-comments)
(#23981) Comments should not begin with a lowercase character. (capitalized-comments)
(#24018) Unexpected space before function parentheses. (space-before-function-paren)
(#24043) Multiple spaces found before '/* got a data ...*/'. (no-multi-spaces)
(#24043) Comments should not begin with a lowercase character. (capitalized-comments)
(#24044) Multiple spaces found before '/* i: waiting ...*/'. (no-multi-spaces)
(#24044) Comments should not begin with a lowercase character. (capitalized-comments)
(#24081) Function 'inflate_fast' has a complexity of 39. Maximum allowed is 20. (complexity)
(#24083) Multiple spaces found before '/* local strm....*/'. (no-multi-spaces)
(#24083) Comments should not begin with a lowercase character. (capitalized-comments)
(#24084) Multiple spaces found before '/* have enough...*/'. (no-multi-spaces)
(#24084) Comments should not begin with a lowercase character. (capitalized-comments)
(#24085) Multiple spaces found before '/* local strm....*/'. (no-multi-spaces)
(#24085) Comments should not begin with a lowercase character. (capitalized-comments)
(#24086) Multiple spaces found before '/* inflate()'s...*/'. (no-multi-spaces)
(#24086) Comments should not begin with a lowercase character. (capitalized-comments)
(#24087) Multiple spaces found before '/* while out <...*/'. (no-multi-spaces)
(#24087) Comments should not begin with a lowercase character. (capitalized-comments)
(#24088) Expected space or tab after '//' in comment. (spaced-comment)
(#24089) Multiple spaces found before '/* maximum dis...*/'. (no-multi-spaces)
(#24089) Comments should not begin with a lowercase character. (capitalized-comments)
(#24090) Expected space or tab after '//' in comment. (spaced-comment)
(#24091) Multiple spaces found before '/* window size...*/'. (no-multi-spaces)
(#24091) Comments should not begin with a lowercase character. (capitalized-comments)
(#24092) Multiple spaces found before '/* valid bytes...*/'. (no-multi-spaces)
(#24092) Comments should not begin with a lowercase character. (capitalized-comments)
(#24093) Multiple spaces found before '/* window writ...*/'. (no-multi-spaces)
(#24093) Comments should not begin with a lowercase character. (capitalized-comments)
(#24095) Multiple spaces found before '/* allocated s...*/'. (no-multi-spaces)
(#24095) Comments should not begin with a lowercase character. (capitalized-comments)
(#24096) Multiple spaces found before '/* local strm....*/'. (no-multi-spaces)
(#24096) Comments should not begin with a lowercase character. (capitalized-comments)
(#24097) Multiple spaces found before '/* local strm....*/'. (no-multi-spaces)
(#24097) Comments should not begin with a lowercase character. (capitalized-comments)
(#24098) Multiple spaces found before '/* local strm....*/'. (no-multi-spaces)
(#24098) Comments should not begin with a lowercase character. (capitalized-comments)
(#24099) Multiple spaces found before '/* local strm....*/'. (no-multi-spaces)
(#24099) Comments should not begin with a lowercase character. (capitalized-comments)
(#24100) Multiple spaces found before '/* mask for fi...*/'. (no-multi-spaces)
(#24100) Comments should not begin with a lowercase character. (capitalized-comments)
(#24101) Multiple spaces found before '/* mask for fi...*/'. (no-multi-spaces)
(#24101) Comments should not begin with a lowercase character. (capitalized-comments)
(#24102) Multiple spaces found before '/* retrieved t...*/'. (no-multi-spaces)
(#24102) Comments should not begin with a lowercase character. (capitalized-comments)
(#24103) Multiple spaces found before '/* code bits, ...*/'. (no-multi-spaces)
(#24103) Comments should not begin with a lowercase character. (capitalized-comments)
(#24105) Multiple spaces found before '/* match lengt...*/'. (no-multi-spaces)
(#24105) Comments should not begin with a lowercase character. (capitalized-comments)
(#24106) Multiple spaces found before '/* match dista...*/'. (no-multi-spaces)
(#24106) Comments should not begin with a lowercase character. (capitalized-comments)
(#24107) Multiple spaces found before '/* where to co...*/'. (no-multi-spaces)
(#24107) Comments should not begin with a lowercase character. (capitalized-comments)
(#24115) Comments should not begin with a lowercase character. (capitalized-comments)
(#24115) Expected space or tab after '//' in comment. (spaced-comment)
(#24123) Expected space or tab after '//' in comment. (spaced-comment)
(#24125) Expected space or tab after '//' in comment. (spaced-comment)
(#24134) Unexpected use of '<<'. (no-bitwise)
(#24135) Unexpected use of '<<'. (no-bitwise)
(#24138) Comments should not begin with a lowercase character. (capitalized-comments)
(#24141) Unexpected labeled statement. (no-labels)
(#24144) Unexpected use of '<<'. (no-bitwise)
(#24146) Unexpected use of '<<'. (no-bitwise)
(#24150) Unexpected use of '&'. (no-bitwise)
(#24152) Unexpected labeled statement. (no-labels)
(#24154) Unexpected use of '>>>'. (no-bitwise)
(#24154) Comments should not begin with a lowercase character. (capitalized-comments)
(#24154) Expected space or tab after '/*' in comment. (spaced-comment)
(#24155) Unexpected use of '>>>='. (no-bitwise)
(#24157) Unexpected use of '&'. (no-bitwise)
(#24157) Unexpected use of '>>>'. (no-bitwise)
(#24157) Comments should not begin with a lowercase character. (capitalized-comments)
(#24157) Expected space or tab after '/*' in comment. (spaced-comment)
(#24158) Multiple spaces found before '/* literal */'. (no-multi-spaces)
(#24158) Comments should not begin with a lowercase character. (capitalized-comments)
(#24159) Expected space or tab after '//' in comment. (spaced-comment)
(#24162) Unexpected use of '&'. (no-bitwise)
(#24162) Comments should not begin with a lowercase character. (capitalized-comments)
(#24162) Expected space or tab after '/*' in comment. (spaced-comment)
(#24163) Unexpected use of '&'. (no-bitwise)
(#24163) Multiple spaces found before '/* length base...*/'. (no-multi-spaces)
(#24163) Comments should not begin with a lowercase character. (capitalized-comments)
(#24164) Unexpected use of '&'. (no-bitwise)
(#24164) Comments should not begin with a lowercase character. (capitalized-comments)
(#24164) Expected space or tab after '/*' in comment. (spaced-comment)
(#24165) Unexpected use of '&='. (no-bitwise)
(#24165) Multiple spaces found before '/* number of e...*/'. (no-multi-spaces)
(#24165) Comments should not begin with a lowercase character. (capitalized-comments)
(#24167) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#24168) Unexpected use of '<<'. (no-bitwise)
(#24171) Unexpected use of '&'. (no-bitwise)
(#24171) Unexpected use of '<<'. (no-bitwise)
(#24172) Unexpected use of '>>>='. (no-bitwise)
(#24175) Expected space or tab after '//' in comment. (spaced-comment)
(#24177) Unexpected use of '<<'. (no-bitwise)
(#24179) Unexpected use of '<<'. (no-bitwise)
(#24182) Unexpected use of '&'. (no-bitwise)
(#24184) Unexpected labeled statement. (no-labels)
(#24185) Comments should not begin with a lowercase character. (capitalized-comments)
(#24186) Unexpected use of '>>>'. (no-bitwise)
(#24186) Comments should not begin with a lowercase character. (capitalized-comments)
(#24186) Expected space or tab after '/*' in comment. (spaced-comment)
(#24187) Unexpected use of '>>>='. (no-bitwise)
(#24189) Unexpected use of '&'. (no-bitwise)
(#24189) Unexpected use of '>>>'. (no-bitwise)
(#24189) Comments should not begin with a lowercase character. (capitalized-comments)
(#24189) Expected space or tab after '/*' in comment. (spaced-comment)
(#24191) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#24191) Unexpected use of '&'. (no-bitwise)
(#24191) Multiple spaces found before '/* distance ba...*/'. (no-multi-spaces)
(#24191) Comments should not begin with a lowercase character. (capitalized-comments)
(#24192) Unexpected use of '&'. (no-bitwise)
(#24192) Comments should not begin with a lowercase character. (capitalized-comments)
(#24192) Expected space or tab after '/*' in comment. (spaced-comment)
(#24193) Unexpected use of '&='. (no-bitwise)
(#24193) Multiple spaces found before '/* number of e...*/'. (no-multi-spaces)
(#24193) Comments should not begin with a lowercase character. (capitalized-comments)
(#24194) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#24195) Unexpected use of '<<'. (no-bitwise)
(#24197) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#24198) Unexpected use of '<<'. (no-bitwise)
(#24202) Unexpected use of '&'. (no-bitwise)
(#24202) Unexpected use of '<<'. (no-bitwise)
(#24203) Expected space or tab after '//' in comment. (spaced-comment)
(#24204) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#24207) Unexpected label in break statement. (no-labels)
(#24209) Expected space or tab after '//' in comment. (spaced-comment)
(#24210) Unexpected use of '>>>='. (no-bitwise)
(#24212) Expected space or tab after '//' in comment. (spaced-comment)
(#24213) Multiple spaces found before '/* max distanc...*/'. (no-multi-spaces)
(#24213) Comments should not begin with a lowercase character. (capitalized-comments)
(#24214) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#24214) Multiple spaces found before '/* see if copy...*/'. (no-multi-spaces)
(#24214) Comments should not begin with a lowercase character. (capitalized-comments)
(#24215) Multiple spaces found before '/* distance ba...*/'. (no-multi-spaces)
(#24215) Comments should not begin with a lowercase character. (capitalized-comments)
(#24216) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#24217) Blocks are nested too deeply (8). Maximum allowed is 4. (max-depth)
(#24220) Unexpected label in break statement. (no-labels)
(#24225) Expected space or tab after '//' in comment. (spaced-comment)
(#24243) Expected space or tab after '//' in comment. (spaced-comment)
(#24245) Comments should not begin with a lowercase character. (capitalized-comments)
(#24247) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#24247) Multiple spaces found before '/* very common...*/'. (no-multi-spaces)
(#24247) Comments should not begin with a lowercase character. (capitalized-comments)
(#24249) Blocks are nested too deeply (8). Maximum allowed is 4. (max-depth)
(#24249) Multiple spaces found before '/* some from w...*/'. (no-multi-spaces)
(#24249) Comments should not begin with a lowercase character. (capitalized-comments)
(#24251) Blocks are nested too deeply (9). Maximum allowed is 4. (max-depth)
(#24254) Multiple spaces found before '/* rest from o...*/'. (no-multi-spaces)
(#24254) Comments should not begin with a lowercase character. (capitalized-comments)
(#24257) Multiple spaces found before '/* wrap around...*/'. (no-multi-spaces)
(#24257) Comments should not begin with a lowercase character. (capitalized-comments)
(#24260) Blocks are nested too deeply (8). Maximum allowed is 4. (max-depth)
(#24260) Multiple spaces found before '/* some from e...*/'. (no-multi-spaces)
(#24260) Comments should not begin with a lowercase character. (capitalized-comments)
(#24262) Blocks are nested too deeply (9). Maximum allowed is 4. (max-depth)
(#24266) Blocks are nested too deeply (9). Maximum allowed is 4. (max-depth)
(#24266) Multiple spaces found before '/* some from s...*/'. (no-multi-spaces)
(#24266) Comments should not begin with a lowercase character. (capitalized-comments)
(#24269) Blocks are nested too deeply (10). Maximum allowed is 4. (max-depth)
(#24272) Multiple spaces found before '/* rest from o...*/'. (no-multi-spaces)
(#24272) Comments should not begin with a lowercase character. (capitalized-comments)
(#24276) Multiple spaces found before '/* contiguous ...*/'. (no-multi-spaces)
(#24276) Comments should not begin with a lowercase character. (capitalized-comments)
(#24278) Blocks are nested too deeply (8). Maximum allowed is 4. (max-depth)
(#24278) Multiple spaces found before '/* some from w...*/'. (no-multi-spaces)
(#24278) Comments should not begin with a lowercase character. (capitalized-comments)
(#24280) Blocks are nested too deeply (9). Maximum allowed is 4. (max-depth)
(#24283) Multiple spaces found before '/* rest from o...*/'. (no-multi-spaces)
(#24283) Comments should not begin with a lowercase character. (capitalized-comments)
(#24287) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#24293) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#24295) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#24300) Multiple spaces found before '/* copy direct...*/'. (no-multi-spaces)
(#24300) Comments should not begin with a lowercase character. (capitalized-comments)
(#24301) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#24301) Multiple spaces found before '/* minimum len...*/'. (no-multi-spaces)
(#24301) Comments should not begin with a lowercase character. (capitalized-comments)
(#24307) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#24309) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#24314) Unexpected use of '&'. (no-bitwise)
(#24314) Multiple spaces found before '/* 2nd level d...*/'. (no-multi-spaces)
(#24315) Unexpected use of '&'. (no-bitwise)
(#24315) Comments should not begin with a lowercase character. (capitalized-comments)
(#24315) Expected space or tab after '/*' in comment. (spaced-comment)
(#24315) Unexpected use of '&'. (no-bitwise)
(#24315) Unexpected use of '<<'. (no-bitwise)
(#24316) Unexpected label in continue statement. (no-labels)
(#24320) Unexpected label in break statement. (no-labels)
(#24323) Comments should not begin with a lowercase character. (capitalized-comments)
(#24325) Unexpected use of '&'. (no-bitwise)
(#24325) Multiple spaces found before '/* 2nd level l...*/'. (no-multi-spaces)
(#24326) Unexpected use of '&'. (no-bitwise)
(#24326) Comments should not begin with a lowercase character. (capitalized-comments)
(#24326) Expected space or tab after '/*' in comment. (spaced-comment)
(#24326) Unexpected use of '&'. (no-bitwise)
(#24326) Unexpected use of '<<'. (no-bitwise)
(#24327) Unexpected label in continue statement. (no-labels)
(#24328) Unexpected use of '&'. (no-bitwise)
(#24328) Multiple spaces found before '/* end-of-bloc...*/'. (no-multi-spaces)
(#24328) Comments should not begin with a lowercase character. (capitalized-comments)
(#24329) Expected space or tab after '//' in comment. (spaced-comment)
(#24331) Unexpected label in break statement. (no-labels)
(#24335) Unexpected label in break statement. (no-labels)
(#24338) Comments should not begin with a lowercase character. (capitalized-comments)
(#24342) Comments should not begin with a lowercase character. (capitalized-comments)
(#24343) Unexpected use of '>>'. (no-bitwise)
(#24345) Unexpected use of '<<'. (no-bitwise)
(#24346) Unexpected use of '&='. (no-bitwise)
(#24346) Unexpected use of '<<'. (no-bitwise)
(#24348) Comments should not begin with a lowercase character. (capitalized-comments)
(#24362) Unexpected space before function parentheses. (space-before-function-paren)
(#24391) Comments should not begin with a lowercase character. (capitalized-comments)
(#24391) Expected space or tab after '//' in comment. (spaced-comment)
(#24419) Function 'inflate_table' has a complexity of 42. Maximum allowed is 20. (complexity)
(#24421) Comments should not begin with a lowercase character. (capitalized-comments)
(#24421) Expected space or tab after '//' in comment. (spaced-comment)
(#24423) Multiple spaces found before '/* a code's le...*/'. (no-multi-spaces)
(#24423) Comments should not begin with a lowercase character. (capitalized-comments)
(#24424) Multiple spaces found before '/* index of co...*/'. (no-multi-spaces)
(#24424) Comments should not begin with a lowercase character. (capitalized-comments)
(#24425) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24425) Multiple spaces found before '/* minimum and...*/'. (no-multi-spaces)
(#24425) Comments should not begin with a lowercase character. (capitalized-comments)
(#24426) Multiple spaces found before '/* number of i...*/'. (no-multi-spaces)
(#24426) Comments should not begin with a lowercase character. (capitalized-comments)
(#24427) Multiple spaces found before '/* number of i...*/'. (no-multi-spaces)
(#24427) Comments should not begin with a lowercase character. (capitalized-comments)
(#24428) Multiple spaces found before '/* code bits t...*/'. (no-multi-spaces)
(#24428) Comments should not begin with a lowercase character. (capitalized-comments)
(#24429) Multiple spaces found before '/* number of p...*/'. (no-multi-spaces)
(#24429) Comments should not begin with a lowercase character. (capitalized-comments)
(#24430) Multiple spaces found before '/* code entrie...*/'. (no-multi-spaces)
(#24430) Comments should not begin with a lowercase character. (capitalized-comments)
(#24431) Multiple spaces found before '/* Huffman cod...*/'. (no-multi-spaces)
(#24432) Multiple spaces found before '/* for increme...*/'. (no-multi-spaces)
(#24432) Comments should not begin with a lowercase character. (capitalized-comments)
(#24433) Multiple spaces found before '/* index for r...*/'. (no-multi-spaces)
(#24433) Comments should not begin with a lowercase character. (capitalized-comments)
(#24434) Multiple spaces found before '/* low bits fo...*/'. (no-multi-spaces)
(#24434) Comments should not begin with a lowercase character. (capitalized-comments)
(#24435) Multiple spaces found before '/* mask for lo...*/'. (no-multi-spaces)
(#24435) Comments should not begin with a lowercase character. (capitalized-comments)
(#24436) Multiple spaces found before '/* next availa...*/'. (no-multi-spaces)
(#24436) Comments should not begin with a lowercase character. (capitalized-comments)
(#24437) Multiple spaces found before '/* base value ...*/'. (no-multi-spaces)
(#24437) Comments should not begin with a lowercase character. (capitalized-comments)
(#24439) Comments should not begin with a lowercase character. (capitalized-comments)
(#24440) Multiple spaces found before '/* use base an...*/'. (no-multi-spaces)
(#24440) Comments should not begin with a lowercase character. (capitalized-comments)
(#24441) Expected space or tab after '//' in comment. (spaced-comment)
(#24442) Expected space or tab after '//' in comment. (spaced-comment)
(#24487) Comments should not begin with a lowercase character. (capitalized-comments)
(#24497) Multiple spaces found before '/* no symbols ...*/'. (no-multi-spaces)
(#24497) Comments should not begin with a lowercase character. (capitalized-comments)
(#24498) Expected space or tab after '//' in comment. (spaced-comment)
(#24499) Expected space or tab after '//' in comment. (spaced-comment)
(#24500) Expected space or tab after '//' in comment. (spaced-comment)
(#24501) Unexpected use of '|'. (no-bitwise)
(#24501) Unexpected use of '|'. (no-bitwise)
(#24501) Unexpected use of '<<'. (no-bitwise)
(#24501) Unexpected use of '<<'. (no-bitwise)
(#24504) Comments should not begin with a lowercase character. (capitalized-comments)
(#24504) Expected space or tab after '//' in comment. (spaced-comment)
(#24505) Expected space or tab after '//' in comment. (spaced-comment)
(#24506) Expected space or tab after '//' in comment. (spaced-comment)
(#24507) Unexpected use of '|'. (no-bitwise)
(#24507) Unexpected use of '|'. (no-bitwise)
(#24507) Unexpected use of '<<'. (no-bitwise)
(#24507) Unexpected use of '<<'. (no-bitwise)
(#24510) Multiple spaces found before '/* no symbols,...*/'. (no-multi-spaces)
(#24510) Comments should not begin with a lowercase character. (capitalized-comments)
(#24521) Comments should not begin with a lowercase character. (capitalized-comments)
(#24524) Unexpected use of '<<='. (no-bitwise)
(#24528) Multiple spaces found before '/* over-subscr...*/'. (no-multi-spaces)
(#24528) Comments should not begin with a lowercase character. (capitalized-comments)
(#24531) Multiple spaces found before '/* incomplete ...*/'. (no-multi-spaces)
(#24531) Comments should not begin with a lowercase character. (capitalized-comments)
(#24534) Comments should not begin with a lowercase character. (capitalized-comments)
(#24540) Comments should not begin with a lowercase character. (capitalized-comments)
(#24582) Multiple spaces found before '/* dummy value...*/'. (no-multi-spaces)
(#24582) Comments should not begin with a lowercase character. (capitalized-comments)
(#24592) Multiple spaces found before '/* DISTS */'. (no-multi-spaces)
(#24598) Comments should not begin with a lowercase character. (capitalized-comments)
(#24599) Multiple spaces found before '/* starting co...*/'. (no-multi-spaces)
(#24599) Comments should not begin with a lowercase character. (capitalized-comments)
(#24600) Multiple spaces found before '/* starting co...*/'. (no-multi-spaces)
(#24600) Comments should not begin with a lowercase character. (capitalized-comments)
(#24601) Multiple spaces found before '/* starting co...*/'. (no-multi-spaces)
(#24601) Comments should not begin with a lowercase character. (capitalized-comments)
(#24602) Multiple spaces found before '/* current tab...*/'. (no-multi-spaces)
(#24602) Comments should not begin with a lowercase character. (capitalized-comments)
(#24603) Multiple spaces found before '/* current tab...*/'. (no-multi-spaces)
(#24603) Comments should not begin with a lowercase character. (capitalized-comments)
(#24604) Multiple spaces found before '/* current bit...*/'. (no-multi-spaces)
(#24604) Comments should not begin with a lowercase character. (capitalized-comments)
(#24605) Multiple spaces found before '/* trigger new...*/'. (no-multi-spaces)
(#24605) Comments should not begin with a lowercase character. (capitalized-comments)
(#24606) Unexpected use of '<<'. (no-bitwise)
(#24606) Multiple spaces found before '/* use root ta...*/'. (no-multi-spaces)
(#24606) Comments should not begin with a lowercase character. (capitalized-comments)
(#24607) Multiple spaces found before '/* mask for co...*/'. (no-multi-spaces)
(#24607) Comments should not begin with a lowercase character. (capitalized-comments)
(#24615) Comments should not begin with a lowercase character. (capitalized-comments)
(#24617) Comments should not begin with a lowercase character. (capitalized-comments)
(#24626) Multiple spaces found before '/* end of bloc...*/'. (no-multi-spaces)
(#24626) Comments should not begin with a lowercase character. (capitalized-comments)
(#24630) Comments should not begin with a lowercase character. (capitalized-comments)
(#24631) Unexpected use of '<<'. (no-bitwise)
(#24632) Unexpected use of '<<'. (no-bitwise)
(#24633) Multiple spaces found before '/* save offset...*/'. (no-multi-spaces)
(#24633) Comments should not begin with a lowercase character. (capitalized-comments)
(#24636) Unexpected use of '>>'. (no-bitwise)
(#24636) Unexpected use of '|'. (no-bitwise)
(#24636) Unexpected use of '|'. (no-bitwise)
(#24636) Unexpected use of '|'. (no-bitwise)
(#24636) Unexpected use of '<<'. (no-bitwise)
(#24636) Unexpected use of '<<'. (no-bitwise)
(#24639) Comments should not begin with a lowercase character. (capitalized-comments)
(#24640) Unexpected use of '<<'. (no-bitwise)
(#24641) Unexpected use of '&'. (no-bitwise)
(#24642) Unexpected use of '>>='. (no-bitwise)
(#24645) Unexpected use of '&='. (no-bitwise)
(#24651) Comments should not begin with a lowercase character. (capitalized-comments)
(#24660) Comments should not begin with a lowercase character. (capitalized-comments)
(#24661) Unexpected use of '&'. (no-bitwise)
(#24662) Comments should not begin with a lowercase character. (capitalized-comments)
(#24667) Comments should not begin with a lowercase character. (capitalized-comments)
(#24668) Multiple spaces found before '/* here min is...*/'. (no-multi-spaces)
(#24668) Comments should not begin with a lowercase character. (capitalized-comments)
(#24672) Unexpected use of '<<'. (no-bitwise)
(#24679) Unexpected use of '<<='. (no-bitwise)
(#24682) Comments should not begin with a lowercase character. (capitalized-comments)
(#24683) Unexpected use of '<<'. (no-bitwise)
(#24689) Comments should not begin with a lowercase character. (capitalized-comments)
(#24690) Unexpected use of '&'. (no-bitwise)
(#24691) Comments should not begin with a lowercase character. (capitalized-comments)
(#24691) Expected space or tab after '/*' in comment. (spaced-comment)
(#24694) Unexpected use of '|'. (no-bitwise)
(#24694) Unexpected use of '|'. (no-bitwise)
(#24694) Unexpected use of '|'. (no-bitwise)
(#24694) Unexpected use of '<<'. (no-bitwise)
(#24694) Unexpected use of '<<'. (no-bitwise)
(#24698) Comments should not begin with a lowercase character. (capitalized-comments)
(#24702) Comments should not begin with a lowercase character. (capitalized-comments)
(#24702) Expected space or tab after '//' in comment. (spaced-comment)
(#24703) Expected space or tab after '//' in comment. (spaced-comment)
(#24704) Expected space or tab after '//' in comment. (spaced-comment)
(#24705) Unexpected use of '|'. (no-bitwise)
(#24705) Unexpected use of '|'. (no-bitwise)
(#24705) Unexpected use of '<<'. (no-bitwise)
(#24705) Unexpected use of '<<'. (no-bitwise)
(#24708) Comments should not begin with a lowercase character. (capitalized-comments)
(#24709) Expected space or tab after '//' in comment. (spaced-comment)
(#24718) Unexpected space before function parentheses. (space-before-function-paren)
(#24762) Expected space or tab after '//' in comment. (spaced-comment)
(#24764) Expected space or tab after '//' in comment. (spaced-comment)
(#24782) Expected space or tab after '//' in comment. (spaced-comment)
(#24787) Expected space or tab after '//' in comment. (spaced-comment)
(#24794) Unexpected space before function parentheses. (space-before-function-paren)
(#24803) Unexpected space before function parentheses. (space-before-function-paren)
(#24806) Unexpected space before function parentheses. (space-before-function-paren)
(#24809) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#24812) Use '===' to compare with null. (no-eq-null)
(#24836) Unexpected space before function parentheses. (space-before-function-paren)
(#24837) Unexpected space before function parentheses. (space-before-function-paren)
(#24839) Return statement should not contain assignment. (no-return-assign)
(#24839) Use '===' to compare with null. (no-eq-null)
(#24844) Unexpected space before function parentheses. (space-before-function-paren)
(#24845) Unexpected space before function parentheses. (space-before-function-paren)
(#24847) Return statement should not contain assignment. (no-return-assign)
(#24847) Use '===' to compare with null. (no-eq-null)
(#24852) Unexpected space before function parentheses. (space-before-function-paren)
(#24853) Unexpected space before function parentheses. (space-before-function-paren)
(#24855) This line has a length of 138. Maximum allowed is 132. (max-len)
(#24855) Return statement should not contain assignment. (no-return-assign)
(#24855) Use '===' to compare with null. (no-eq-null)
(#24860) Unexpected space before function parentheses. (space-before-function-paren)
(#24861) Unexpected space before function parentheses. (space-before-function-paren)
(#24863) Return statement should not contain assignment. (no-return-assign)
(#24863) Use '===' to compare with null. (no-eq-null)
(#24868) Unexpected space before function parentheses. (space-before-function-paren)
(#24869) Unexpected space before function parentheses. (space-before-function-paren)
(#24871) Return statement should not contain assignment. (no-return-assign)
(#24871) Use '===' to compare with null. (no-eq-null)
(#24885) Unexpected space before function parentheses. (space-before-function-paren)
(#24889) Unexpected space before function parentheses. (space-before-function-paren)
(#24893) Unexpected space before function parentheses. (space-before-function-paren)
(#24971) Unexpected space before function parentheses. (space-before-function-paren)
(#24974) Unexpected space before function parentheses. (space-before-function-paren)
(#24977) This line has a length of 168. Maximum allowed is 132. (max-len)
(#24977) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#24977) Unexpected use of comma operator. (no-sequences)
(#24980) Unexpected space before function parentheses. (space-before-function-paren)
(#24983) Return statement should not contain assignment. (no-return-assign)
(#24985) Unexpected space before function parentheses. (space-before-function-paren)
(#24996) Unexpected use of '>>'. (no-bitwise)
(#24996) Unexpected use of '&'. (no-bitwise)
(#24996) Unexpected use of '>>'. (no-bitwise)
(#24996) Unexpected use of '&'. (no-bitwise)
(#25003) Unexpected space before function parentheses. (space-before-function-paren)
(#25013) Unexpected space before function parentheses. (space-before-function-paren)
(#25027) Unexpected space before function parentheses. (space-before-function-paren)
(#25045) Unexpected space before function parentheses. (space-before-function-paren)
(#25050) Unexpected space before function parentheses. (space-before-function-paren)
(#25059) Unexpected space before function parentheses. (space-before-function-paren)
(#25067) Unexpected space before function parentheses. (space-before-function-paren)
(#25071) Unexpected space before function parentheses. (space-before-function-paren)
(#25075) Unexpected space before function parentheses. (space-before-function-paren)
(#25079) Unexpected space before function parentheses. (space-before-function-paren)
(#25081) Use '===' to compare with null. (no-eq-null)
(#25081) Use '===' to compare with null. (no-eq-null)
(#25084) Use '===' to compare with null. (no-eq-null)
(#25087) Use '===' to compare with null. (no-eq-null)
(#25092) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#25092) Unexpected use of comma operator. (no-sequences)
(#25097) Use '===' to compare with null. (no-eq-null)
(#25100) Use '===' to compare with null. (no-eq-null)
(#25110) Method '_doOpacity' expected no return value. (consistent-return)
(#25112) Unexpected space before function parentheses. (space-before-function-paren)
(#25115) Unexpected space before function parentheses. (space-before-function-paren)
(#25276) Unexpected space before function parentheses. (space-before-function-paren)
(#25279) Unexpected space before function parentheses. (space-before-function-paren)
(#25281) Unexpected space before function parentheses. (space-before-function-paren)
(#25283) Expected { after 'if' condition. (curly)
(#25286) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#25291) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#25297) Unexpected space before function parentheses. (space-before-function-paren)
(#25298) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#25306) Unexpected space before function parentheses. (space-before-function-paren)
(#25307) Use '===' to compare with null. (no-eq-null)
(#25315) Unexpected space before function parentheses. (space-before-function-paren)
(#25320) Unexpected space before function parentheses. (space-before-function-paren)
(#25369) Unexpected space before function parentheses. (space-before-function-paren)
(#25381) Unexpected space before function parentheses. (space-before-function-paren)
(#25445) Function expected no return value. (consistent-return)
(#25448) Unexpected space before function parentheses. (space-before-function-paren)
(#25450) This line has a length of 134. Maximum allowed is 132. (max-len)
(#25450) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#25450) Unexpected use of comma operator. (no-sequences)
(#25451) This line has a length of 138. Maximum allowed is 132. (max-len)
(#25451) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#25451) Unexpected use of comma operator. (no-sequences)
(#25452) This line has a length of 165. Maximum allowed is 132. (max-len)
(#25463) Unexpected space before function parentheses. (space-before-function-paren)
(#25466) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#25475) Unexpected space before function parentheses. (space-before-function-paren)
(#25485) Unexpected space before function parentheses. (space-before-function-paren)
(#25493) Unexpected space before function parentheses. (space-before-function-paren)
(#25496) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#25507) Unexpected space before function parentheses. (space-before-function-paren)
(#25517) Unexpected space before function parentheses. (space-before-function-paren)
(#25537) Unexpected space before function parentheses. (space-before-function-paren)
(#25540) Unexpected space before function parentheses. (space-before-function-paren)
(#25551) Unexpected space before function parentheses. (space-before-function-paren)
(#25553) Return statement should not contain assignment. (no-return-assign)
(#25555) Unexpected space before function parentheses. (space-before-function-paren)
(#25559) Unexpected space before function parentheses. (space-before-function-paren)
(#25563) Unexpected space before function parentheses. (space-before-function-paren)
(#25566) Unexpected space before function parentheses. (space-before-function-paren)
(#25574) Unexpected space before function parentheses. (space-before-function-paren)
(#25585) Unexpected space before function parentheses. (space-before-function-paren)
(#25591) Unexpected space before function parentheses. (space-before-function-paren)
(#25594) Unexpected space before function parentheses. (space-before-function-paren)
(#25596) Use '===' to compare with null. (no-eq-null)
(#25599) Use '===' to compare with null. (no-eq-null)
(#25603) Unexpected space before function parentheses. (space-before-function-paren)
(#25615) Use '===' to compare with null. (no-eq-null)
(#25617) This line has a length of 135. Maximum allowed is 132. (max-len)
(#25620) Unexpected space before function parentheses. (space-before-function-paren)
(#25623) Unexpected space before function parentheses. (space-before-function-paren)
(#25626) Unexpected space before function parentheses. (space-before-function-paren)
(#25629) Unexpected space before function parentheses. (space-before-function-paren)
(#25630) This line has a length of 183. Maximum allowed is 132. (max-len)
(#25632) Unexpected space before function parentheses. (space-before-function-paren)
(#25633) This line has a length of 135. Maximum allowed is 132. (max-len)
(#25635) Unexpected space before function parentheses. (space-before-function-paren)
(#25638) Unexpected space before function parentheses. (space-before-function-paren)
(#25640) Use '===' to compare with null. (no-eq-null)
(#25656) Unexpected space before function parentheses. (space-before-function-paren)
(#25658) Use '===' to compare with null. (no-eq-null)
(#25676) Unexpected space before function parentheses. (space-before-function-paren)
(#25679) Unexpected space before function parentheses. (space-before-function-paren)
(#25682) Use '===' to compare with null. (no-eq-null)
(#25703) 'segIdx' is assigned a value but never used. (no-unused-vars)
(#25717) Unexpected space before function parentheses. (space-before-function-paren)
(#25727) Unexpected space before function parentheses. (space-before-function-paren)
(#25731) Unexpected space before function parentheses. (space-before-function-paren)
(#25737) Unexpected space before function parentheses. (space-before-function-paren)
(#25747) Unexpected space before function parentheses. (space-before-function-paren)
(#25753) Unexpected space before function parentheses. (space-before-function-paren)
(#25755) Use '===' to compare with null. (no-eq-null)
(#25773) Unexpected space before function parentheses. (space-before-function-paren)
(#25776) Unexpected space before function parentheses. (space-before-function-paren)
(#25779) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#25779) Unexpected use of comma operator. (no-sequences)
(#25786) Unexpected space before function parentheses. (space-before-function-paren)
(#25798) Unexpected space before function parentheses. (space-before-function-paren)
(#25801) Unexpected space before function parentheses. (space-before-function-paren)
(#25803) Use '===' to compare with null. (no-eq-null)
(#25810) Use '===' to compare with null. (no-eq-null)
(#25811) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#25811) Unexpected use of comma operator. (no-sequences)
(#25819) Unexpected space before function parentheses. (space-before-function-paren)
(#25821) Use '===' to compare with null. (no-eq-null)
(#25824) Use '===' to compare with null. (no-eq-null)
(#25832) Use '===' to compare with null. (no-eq-null)
(#25833) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#25833) Unexpected use of comma operator. (no-sequences)
(#25847) Unexpected space before function parentheses. (space-before-function-paren)
(#25850) Unexpected space before function parentheses. (space-before-function-paren)
(#25853) Unexpected space before function parentheses. (space-before-function-paren)
(#25857) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#25857) Unexpected empty function 'SVGPath'. (no-empty-function)
(#25860) Unexpected space before function parentheses. (space-before-function-paren)
(#25889) Function has a complexity of 23. Maximum allowed is 20. (complexity)
(#25889) Unexpected space before function parentheses. (space-before-function-paren)
(#25898) Use '===' to compare with null. (no-eq-null)
(#25913) This line has a length of 174. Maximum allowed is 132. (max-len)
(#25967) Unexpected space before function parentheses. (space-before-function-paren)
(#25976) Return statement should not contain assignment. (no-return-assign)
(#25976) Return statement should not contain assignment. (no-return-assign)
(#25976) Return statement should not contain assignment. (no-return-assign)
(#25976) Return statement should not contain assignment. (no-return-assign)
(#25980) Unexpected space before function parentheses. (space-before-function-paren)
(#25988) Unexpected space before function parentheses. (space-before-function-paren)
(#25996) Unexpected space before function parentheses. (space-before-function-paren)
(#26003) Unexpected space before function parentheses. (space-before-function-paren)
(#26008) Return statement should not contain assignment. (no-return-assign)
(#26010) Unexpected space before function parentheses. (space-before-function-paren)
(#26019) Return statement should not contain assignment. (no-return-assign)
(#26021) Unexpected space before function parentheses. (space-before-function-paren)
(#26030) Return statement should not contain assignment. (no-return-assign)
(#26032) Unexpected space before function parentheses. (space-before-function-paren)
(#26039) Unexpected space before function parentheses. (space-before-function-paren)
(#26044) Return statement should not contain assignment. (no-return-assign)
(#26046) Unexpected space before function parentheses. (space-before-function-paren)
(#26058) Return statement should not contain assignment. (no-return-assign)
(#26060) Unexpected space before function parentheses. (space-before-function-paren)
(#26070) Return statement should not contain assignment. (no-return-assign)
(#26072) Unexpected space before function parentheses. (space-before-function-paren)
(#26075) Return statement should not contain assignment. (no-return-assign)
(#26077) Unexpected space before function parentheses. (space-before-function-paren)
(#26082) Return statement should not contain assignment. (no-return-assign)
(#26084) Unexpected space before function parentheses. (space-before-function-paren)
(#26090) Unexpected space before function parentheses. (space-before-function-paren)
(#26096) Unexpected space before function parentheses. (space-before-function-paren)
(#26101) Unexpected space before function parentheses. (space-before-function-paren)
(#26106) Unexpected space before function parentheses. (space-before-function-paren)
(#26111) Unexpected space before function parentheses. (space-before-function-paren)
(#26116) Unexpected space before function parentheses. (space-before-function-paren)
(#26119) Return statement should not contain assignment. (no-return-assign)
(#26121) Unexpected space before function parentheses. (space-before-function-paren)
(#26124) Return statement should not contain assignment. (no-return-assign)
(#26128) Unexpected space before function parentheses. (space-before-function-paren)
(#26130) This line has a length of 146. Maximum allowed is 132. (max-len)
(#26130) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#26130) Unexpected use of comma operator. (no-sequences)
(#26141) Unexpected space before function parentheses. (space-before-function-paren)
(#26194) Unexpected space before function parentheses. (space-before-function-paren)
(#26208) This line has a length of 162. Maximum allowed is 132. (max-len)
(#26223) Unexpected space before function parentheses. (space-before-function-paren)
(#26226) Unexpected space before function parentheses. (space-before-function-paren)
(#26232) Unexpected space before function parentheses. (space-before-function-paren)
(#26240) Unexpected space before function parentheses. (space-before-function-paren)
(#26248) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#26248) Unexpected use of comma operator. (no-sequences)
(#26255) Use '===' to compare with null. (no-eq-null)
(#26258) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#26264) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#26276) Unexpected space before function parentheses. (space-before-function-paren)
(#26280) Unexpected space before function parentheses. (space-before-function-paren)
(#26281) Use '===' to compare with null. (no-eq-null)
(#26286) Unexpected space before function parentheses. (space-before-function-paren)
(#26301) Unexpected space before function parentheses. (space-before-function-paren)
(#26305) Unexpected space before function parentheses. (space-before-function-paren)
(#26307) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#26308) ["default"] is better written in dot notation. (dot-notation)
(#26343) Unexpected space before function parentheses. (space-before-function-paren)
(#26347) Unexpected space before function parentheses. (space-before-function-paren)
(#26352) Unexpected space before function parentheses. (space-before-function-paren)
(#26358) Unexpected space before function parentheses. (space-before-function-paren)
(#26369) 'font' declared on line 26364 column 37 is used outside of binding context. (block-scoped-var)
(#26375) Unexpected space before function parentheses. (space-before-function-paren)
(#26379) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#26391) Missing JSDoc @param "target" declaration. (jsdoc/require-param)
(#26391) Missing JSDoc @param "key" declaration. (jsdoc/require-param)
(#26391) Missing JSDoc @param "descriptor" declaration. (jsdoc/require-param)
(#26396) Expected to return a value at the end of function 'cache'. (consistent-return)
(#26399) Unexpected space before function parentheses. (space-before-function-paren)
(#26411) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#26416) 'args' declared on line 26412 column 75 is used outside of binding context. (block-scoped-var)
(#26416) 'args' declared on line 26412 column 75 is used outside of binding context. (block-scoped-var)
(#26421) 'args' declared on line 26412 column 75 is used outside of binding context. (block-scoped-var)
(#26424) Unnecessary semicolon. (no-extra-semi)
(#26466) Unquoted number literal '0' used as key. (quote-props)
(#26472) Unquoted number literal '2' used as key. (quote-props)
(#26483) Unquoted number literal '4' used as key. (quote-props)
(#26488) Unexpected use of '>>'. (no-bitwise)
(#26498) Unexpected space before function parentheses. (space-before-function-paren)
(#26503) Unquoted number literal '6' used as key. (quote-props)
(#26511) Unquoted number literal '8' used as key. (quote-props)
(#26511) Comments should not begin with a lowercase character. (capitalized-comments)
(#26520) Unquoted number literal '10' used as key. (quote-props)
(#26529) Unquoted number literal '12' used as key. (quote-props)
(#26537) Unquoted number literal '13' used as key. (quote-props)
(#26545) Unquoted number literal '14' used as key. (quote-props)
(#26558) Comments should not begin with a lowercase character. (capitalized-comments)
(#26565) Comments should not begin with a lowercase character. (capitalized-comments)
(#26568) Comments should not begin with a lowercase character. (capitalized-comments)
(#26570) Comments should not begin with a lowercase character. (capitalized-comments)
(#26572) Comments should not begin with a lowercase character. (capitalized-comments)
(#26575) Comments should not begin with a lowercase character. (capitalized-comments)
(#26576) Comments should not begin with a lowercase character. (capitalized-comments)
(#26577) Comments should not begin with a lowercase character. (capitalized-comments)
(#26578) Comments should not begin with a lowercase character. (capitalized-comments)
(#26579) This line has a length of 138. Maximum allowed is 132. (max-len)
(#26580) Comments should not begin with a lowercase character. (capitalized-comments)
(#26586) Comments should not begin with a lowercase character. (capitalized-comments)
(#26610) Unexpected space before function parentheses. (space-before-function-paren)
(#26613) Unexpected space before function parentheses. (space-before-function-paren)
(#26618) Comments should not begin with a lowercase character. (capitalized-comments)
(#26633) This line has a length of 137. Maximum allowed is 132. (max-len)
(#26637) Missing JSDoc @param "platformID" declaration. (jsdoc/require-param)
(#26637) Missing JSDoc @param "encodingID" declaration. (jsdoc/require-param)
(#26653) Comments should not begin with a lowercase character. (capitalized-comments)
(#26656) Comments should not begin with a lowercase character. (capitalized-comments)
(#26658) Unexpected tab character. (no-tabs)
(#26658) Unexpected tab character. (no-tabs)
(#26659) Unexpected tab character. (no-tabs)
(#26659) Unexpected tab character. (no-tabs)
(#26659) Unexpected tab character. (no-tabs)
(#26660) Unexpected tab character. (no-tabs)
(#26660) Unexpected tab character. (no-tabs)
(#26660) Unexpected tab character. (no-tabs)
(#26661) Unexpected tab character. (no-tabs)
(#26661) Unexpected tab character. (no-tabs)
(#26661) Unexpected tab character. (no-tabs)
(#26662) Unexpected tab character. (no-tabs)
(#26662) Unexpected tab character. (no-tabs)
(#26662) Unexpected tab character. (no-tabs)
(#26663) Unexpected tab character. (no-tabs)
(#26663) Unexpected tab character. (no-tabs)
(#26663) Unexpected tab character. (no-tabs)
(#26664) Unexpected tab character. (no-tabs)
(#26664) Unexpected tab character. (no-tabs)
(#26664) Unexpected tab character. (no-tabs)
(#26665) Unexpected tab character. (no-tabs)
(#26665) Unexpected tab character. (no-tabs)
(#26665) Unexpected tab character. (no-tabs)
(#26666) Unexpected tab character. (no-tabs)
(#26666) Unexpected tab character. (no-tabs)
(#26666) Unexpected tab character. (no-tabs)
(#26667) Unexpected tab character. (no-tabs)
(#26667) Unexpected tab character. (no-tabs)
(#26667) Unexpected tab character. (no-tabs)
(#26668) Unexpected tab character. (no-tabs)
(#26668) Unexpected tab character. (no-tabs)
(#26668) Unexpected tab character. (no-tabs)
(#26669) Unexpected tab character. (no-tabs)
(#26669) Unexpected tab character. (no-tabs)
(#26669) Unexpected tab character. (no-tabs)
(#26670) Unexpected tab character. (no-tabs)
(#26670) Unexpected tab character. (no-tabs)
(#26670) Unexpected tab character. (no-tabs)
(#26671) Unexpected tab character. (no-tabs)
(#26671) Unexpected tab character. (no-tabs)
(#26671) Unexpected tab character. (no-tabs)
(#26672) Unexpected tab character. (no-tabs)
(#26672) Unexpected tab character. (no-tabs)
(#26672) Unexpected tab character. (no-tabs)
(#26673) Unexpected tab character. (no-tabs)
(#26673) Unexpected tab character. (no-tabs)
(#26673) Unexpected tab character. (no-tabs)
(#26674) Unexpected tab character. (no-tabs)
(#26675) This line has a length of 398. Maximum allowed is 132. (max-len)
(#26680) Comments should not begin with a lowercase character. (capitalized-comments)
(#26687) Unquoted number literal '15' used as key. (quote-props)
(#26688) Unquoted number literal '17' used as key. (quote-props)
(#26689) Unquoted number literal '18' used as key. (quote-props)
(#26690) Unquoted number literal '24' used as key. (quote-props)
(#26691) Unquoted number literal '25' used as key. (quote-props)
(#26692) Unquoted number literal '26' used as key. (quote-props)
(#26693) Unquoted number literal '27' used as key. (quote-props)
(#26694) Unquoted number literal '28' used as key. (quote-props)
(#26695) Unquoted number literal '30' used as key. (quote-props)
(#26696) Unquoted number literal '37' used as key. (quote-props)
(#26697) Unquoted number literal '38' used as key. (quote-props)
(#26698) Unquoted number literal '39' used as key. (quote-props)
(#26699) Unquoted number literal '40' used as key. (quote-props)
(#26700) Unquoted number literal '143' used as key. (quote-props)
(#26701) Unquoted number literal '146' used as key. (quote-props)
(#26706) Comments should not begin with a lowercase character. (capitalized-comments)
(#26707) Comments should not begin with a lowercase character. (capitalized-comments)
(#26708) Unquoted number literal '0' used as key. (quote-props)
(#26708) Unquoted number literal '30' used as key. (quote-props)
(#26708) Unquoted number literal '60' used as key. (quote-props)
(#26708) Unquoted number literal '90' used as key. (quote-props)
(#26709) Unquoted number literal '1' used as key. (quote-props)
(#26709) Unquoted number literal '31' used as key. (quote-props)
(#26709) Unquoted number literal '61' used as key. (quote-props)
(#26709) Unquoted number literal '91' used as key. (quote-props)
(#26710) Unquoted number literal '2' used as key. (quote-props)
(#26710) Unquoted number literal '32' used as key. (quote-props)
(#26710) Unquoted number literal '62' used as key. (quote-props)
(#26710) Unquoted number literal '92' used as key. (quote-props)
(#26711) Unquoted number literal '3' used as key. (quote-props)
(#26711) Unquoted number literal '33' used as key. (quote-props)
(#26711) Unquoted number literal '63' used as key. (quote-props)
(#26711) Unquoted number literal '93' used as key. (quote-props)
(#26712) Unquoted number literal '4' used as key. (quote-props)
(#26712) Unquoted number literal '34' used as key. (quote-props)
(#26712) Unquoted number literal '64' used as key. (quote-props)
(#26712) Unquoted number literal '94' used as key. (quote-props)
(#26713) Unquoted number literal '5' used as key. (quote-props)
(#26713) Unquoted number literal '35' used as key. (quote-props)
(#26713) Unquoted number literal '65' used as key. (quote-props)
(#26713) Unquoted number literal '128' used as key. (quote-props)
(#26714) Unquoted number literal '6' used as key. (quote-props)
(#26714) Unquoted number literal '36' used as key. (quote-props)
(#26714) Unquoted number literal '66' used as key. (quote-props)
(#26714) Unquoted number literal '129' used as key. (quote-props)
(#26715) Unquoted number literal '7' used as key. (quote-props)
(#26715) Unquoted number literal '37' used as key. (quote-props)
(#26715) Unquoted number literal '67' used as key. (quote-props)
(#26715) Unquoted number literal '130' used as key. (quote-props)
(#26716) Unquoted number literal '8' used as key. (quote-props)
(#26716) Unquoted number literal '38' used as key. (quote-props)
(#26716) Unquoted number literal '68' used as key. (quote-props)
(#26716) Unquoted number literal '131' used as key. (quote-props)
(#26717) Unquoted number literal '9' used as key. (quote-props)
(#26717) Unquoted number literal '39' used as key. (quote-props)
(#26717) Unquoted number literal '69' used as key. (quote-props)
(#26717) Unquoted number literal '132' used as key. (quote-props)
(#26718) Unquoted number literal '10' used as key. (quote-props)
(#26718) Unquoted number literal '40' used as key. (quote-props)
(#26718) Unquoted number literal '70' used as key. (quote-props)
(#26718) Unquoted number literal '133' used as key. (quote-props)
(#26719) Unquoted number literal '11' used as key. (quote-props)
(#26719) Unquoted number literal '41' used as key. (quote-props)
(#26719) Unquoted number literal '71' used as key. (quote-props)
(#26719) Unquoted number literal '134' used as key. (quote-props)
(#26720) Unquoted number literal '12' used as key. (quote-props)
(#26720) Unquoted number literal '42' used as key. (quote-props)
(#26720) Unquoted number literal '72' used as key. (quote-props)
(#26720) Unquoted number literal '135' used as key. (quote-props)
(#26721) Unquoted number literal '13' used as key. (quote-props)
(#26721) Unquoted number literal '43' used as key. (quote-props)
(#26721) Unquoted number literal '73' used as key. (quote-props)
(#26721) Unquoted number literal '136' used as key. (quote-props)
(#26722) Unquoted number literal '14' used as key. (quote-props)
(#26722) Unquoted number literal '44' used as key. (quote-props)
(#26722) Unquoted number literal '74' used as key. (quote-props)
(#26722) Unquoted number literal '137' used as key. (quote-props)
(#26723) Unquoted number literal '15' used as key. (quote-props)
(#26723) Unquoted number literal '45' used as key. (quote-props)
(#26723) Unquoted number literal '75' used as key. (quote-props)
(#26723) Unquoted number literal '138' used as key. (quote-props)
(#26724) Unquoted number literal '16' used as key. (quote-props)
(#26724) Unquoted number literal '46' used as key. (quote-props)
(#26724) Unquoted number literal '76' used as key. (quote-props)
(#26724) Unquoted number literal '139' used as key. (quote-props)
(#26725) Unquoted number literal '17' used as key. (quote-props)
(#26725) Unquoted number literal '47' used as key. (quote-props)
(#26725) Unquoted number literal '77' used as key. (quote-props)
(#26725) Unquoted number literal '140' used as key. (quote-props)
(#26726) Unquoted number literal '18' used as key. (quote-props)
(#26726) Unquoted number literal '48' used as key. (quote-props)
(#26726) Unquoted number literal '78' used as key. (quote-props)
(#26726) Unquoted number literal '141' used as key. (quote-props)
(#26727) Unquoted number literal '19' used as key. (quote-props)
(#26727) Unquoted number literal '49' used as key. (quote-props)
(#26727) Unquoted number literal '79' used as key. (quote-props)
(#26727) Unquoted number literal '142' used as key. (quote-props)
(#26728) Unquoted number literal '20' used as key. (quote-props)
(#26728) Unquoted number literal '50' used as key. (quote-props)
(#26728) Unquoted number literal '80' used as key. (quote-props)
(#26728) Unquoted number literal '143' used as key. (quote-props)
(#26729) Unquoted number literal '21' used as key. (quote-props)
(#26729) Unquoted number literal '51' used as key. (quote-props)
(#26729) Unquoted number literal '81' used as key. (quote-props)
(#26729) Unquoted number literal '144' used as key. (quote-props)
(#26730) Unquoted number literal '22' used as key. (quote-props)
(#26730) Unquoted number literal '52' used as key. (quote-props)
(#26730) Unquoted number literal '82' used as key. (quote-props)
(#26730) Unquoted number literal '145' used as key. (quote-props)
(#26731) Unquoted number literal '23' used as key. (quote-props)
(#26731) Unquoted number literal '53' used as key. (quote-props)
(#26731) Unquoted number literal '83' used as key. (quote-props)
(#26731) Unquoted number literal '146' used as key. (quote-props)
(#26732) Unquoted number literal '24' used as key. (quote-props)
(#26732) Unquoted number literal '54' used as key. (quote-props)
(#26732) Unquoted number literal '84' used as key. (quote-props)
(#26732) Unquoted number literal '147' used as key. (quote-props)
(#26733) Unquoted number literal '25' used as key. (quote-props)
(#26733) Unquoted number literal '55' used as key. (quote-props)
(#26733) Unquoted number literal '85' used as key. (quote-props)
(#26733) Unquoted number literal '148' used as key. (quote-props)
(#26734) Unquoted number literal '26' used as key. (quote-props)
(#26734) Unquoted number literal '56' used as key. (quote-props)
(#26734) Unquoted number literal '86' used as key. (quote-props)
(#26734) Unquoted number literal '149' used as key. (quote-props)
(#26735) Unquoted number literal '27' used as key. (quote-props)
(#26735) Unquoted number literal '57' used as key. (quote-props)
(#26735) Unquoted number literal '87' used as key. (quote-props)
(#26735) Unquoted number literal '150' used as key. (quote-props)
(#26736) Unquoted number literal '28' used as key. (quote-props)
(#26736) Unquoted number literal '58' used as key. (quote-props)
(#26736) Unquoted number literal '88' used as key. (quote-props)
(#26736) Unquoted number literal '151' used as key. (quote-props)
(#26737) Unquoted number literal '29' used as key. (quote-props)
(#26737) Unquoted number literal '59' used as key. (quote-props)
(#26737) Unquoted number literal '89' used as key. (quote-props)
(#26741) Comments should not begin with a lowercase character. (capitalized-comments)
(#26742) Unquoted number literal '1078' used as key. (quote-props)
(#26742) Unquoted number literal '16393' used as key. (quote-props)
(#26742) Unquoted number literal '1159' used as key. (quote-props)
(#26742) Unquoted number literal '1074' used as key. (quote-props)
(#26743) Unquoted number literal '1052' used as key. (quote-props)
(#26743) Unquoted number literal '6153' used as key. (quote-props)
(#26743) Unquoted number literal '1089' used as key. (quote-props)
(#26743) Unquoted number literal '1115' used as key. (quote-props)
(#26744) Unquoted number literal '1156' used as key. (quote-props)
(#26744) Unquoted number literal '8201' used as key. (quote-props)
(#26744) Unquoted number literal '1111' used as key. (quote-props)
(#26744) Unquoted number literal '1051' used as key. (quote-props)
(#26745) Unquoted number literal '1118' used as key. (quote-props)
(#26745) Unquoted number literal '17417' used as key. (quote-props)
(#26745) Unquoted number literal '1042' used as key. (quote-props)
(#26745) Unquoted number literal '1060' used as key. (quote-props)
(#26746) Unquoted number literal '5121' used as key. (quote-props)
(#26746) Unquoted number literal '5129' used as key. (quote-props)
(#26746) Unquoted number literal '1088' used as key. (quote-props)
(#26746) Unquoted number literal '11274' used as key. (quote-props)
(#26747) Unquoted number literal '15361' used as key. (quote-props)
(#26747) Unquoted number literal '13321' used as key. (quote-props)
(#26747) Unquoted number literal '1108' used as key. (quote-props)
(#26747) Unquoted number literal '16394' used as key. (quote-props)
(#26748) Unquoted number literal '3073' used as key. (quote-props)
(#26748) Unquoted number literal '18441' used as key. (quote-props)
(#26748) Unquoted number literal '1062' used as key. (quote-props)
(#26748) Unquoted number literal '13322' used as key. (quote-props)
(#26749) Unquoted number literal '2049' used as key. (quote-props)
(#26749) Unquoted number literal '7177' used as key. (quote-props)
(#26749) Unquoted number literal '1063' used as key. (quote-props)
(#26749) Unquoted number literal '9226' used as key. (quote-props)
(#26750) Unquoted number literal '11265' used as key. (quote-props)
(#26750) Unquoted number literal '11273' used as key. (quote-props)
(#26750) Unquoted number literal '2094' used as key. (quote-props)
(#26750) Unquoted number literal '5130' used as key. (quote-props)
(#26751) Unquoted number literal '13313' used as key. (quote-props)
(#26751) Unquoted number literal '2057' used as key. (quote-props)
(#26751) Unquoted number literal '1134' used as key. (quote-props)
(#26751) Unquoted number literal '7178' used as key. (quote-props)
(#26752) Unquoted number literal '12289' used as key. (quote-props)
(#26752) Unquoted number literal '1033' used as key. (quote-props)
(#26752) Unquoted number literal '1071' used as key. (quote-props)
(#26752) Unquoted number literal '12298' used as key. (quote-props)
(#26753) Unquoted number literal '4097' used as key. (quote-props)
(#26753) Unquoted number literal '12297' used as key. (quote-props)
(#26753) Unquoted number literal '2110' used as key. (quote-props)
(#26753) Unquoted number literal '17418' used as key. (quote-props)
(#26754) Unquoted number literal '6145' used as key. (quote-props)
(#26754) Unquoted number literal '1061' used as key. (quote-props)
(#26754) Unquoted number literal '1086' used as key. (quote-props)
(#26754) Unquoted number literal '4106' used as key. (quote-props)
(#26755) Unquoted number literal '8193' used as key. (quote-props)
(#26755) Unquoted number literal '1080' used as key. (quote-props)
(#26755) Unquoted number literal '1100' used as key. (quote-props)
(#26755) Unquoted number literal '18442' used as key. (quote-props)
(#26756) Unquoted number literal '16385' used as key. (quote-props)
(#26756) Unquoted number literal '1124' used as key. (quote-props)
(#26756) Unquoted number literal '1082' used as key. (quote-props)
(#26756) Unquoted number literal '2058' used as key. (quote-props)
(#26757) Unquoted number literal '1025' used as key. (quote-props)
(#26757) Unquoted number literal '1035' used as key. (quote-props)
(#26757) Unquoted number literal '1153' used as key. (quote-props)
(#26757) Unquoted number literal '19466' used as key. (quote-props)
(#26758) Unquoted number literal '10241' used as key. (quote-props)
(#26758) Unquoted number literal '2060' used as key. (quote-props)
(#26758) Unquoted number literal '1146' used as key. (quote-props)
(#26758) Unquoted number literal '6154' used as key. (quote-props)
(#26759) Unquoted number literal '7169' used as key. (quote-props)
(#26759) Unquoted number literal '3084' used as key. (quote-props)
(#26759) Unquoted number literal '1102' used as key. (quote-props)
(#26759) Unquoted number literal '15370' used as key. (quote-props)
(#26760) Unquoted number literal '14337' used as key. (quote-props)
(#26760) Unquoted number literal '1036' used as key. (quote-props)
(#26760) Unquoted number literal '1148' used as key. (quote-props)
(#26760) Unquoted number literal '10250' used as key. (quote-props)
(#26761) Unquoted number literal '9217' used as key. (quote-props)
(#26761) Unquoted number literal '5132' used as key. (quote-props)
(#26761) Unquoted number literal '1104' used as key. (quote-props)
(#26761) Unquoted number literal '20490' used as key. (quote-props)
(#26762) Unquoted number literal '1067' used as key. (quote-props)
(#26762) Unquoted number literal '6156' used as key. (quote-props)
(#26762) Unquoted number literal '2128' used as key. (quote-props)
(#26762) Unquoted number literal '3082' used as key. (quote-props)
(#26763) Unquoted number literal '1101' used as key. (quote-props)
(#26763) Unquoted number literal '4108' used as key. (quote-props)
(#26763) Unquoted number literal '1121' used as key. (quote-props)
(#26763) Unquoted number literal '1034' used as key. (quote-props)
(#26764) Unquoted number literal '2092' used as key. (quote-props)
(#26764) Unquoted number literal '1122' used as key. (quote-props)
(#26764) Unquoted number literal '1044' used as key. (quote-props)
(#26764) Unquoted number literal '21514' used as key. (quote-props)
(#26765) Unquoted number literal '1068' used as key. (quote-props)
(#26765) Unquoted number literal '1110' used as key. (quote-props)
(#26765) Unquoted number literal '2068' used as key. (quote-props)
(#26765) Unquoted number literal '14346' used as key. (quote-props)
(#26766) Unquoted number literal '1133' used as key. (quote-props)
(#26766) Unquoted number literal '1079' used as key. (quote-props)
(#26766) Unquoted number literal '1154' used as key. (quote-props)
(#26766) Unquoted number literal '8202' used as key. (quote-props)
(#26767) Unquoted number literal '1069' used as key. (quote-props)
(#26767) Unquoted number literal '3079' used as key. (quote-props)
(#26767) Unquoted number literal '1096' used as key. (quote-props)
(#26767) Unquoted number literal '2077' used as key. (quote-props)
(#26768) Unquoted number literal '1059' used as key. (quote-props)
(#26768) Unquoted number literal '1031' used as key. (quote-props)
(#26768) Unquoted number literal '1123' used as key. (quote-props)
(#26768) Unquoted number literal '1053' used as key. (quote-props)
(#26769) Unquoted number literal '2117' used as key. (quote-props)
(#26769) Unquoted number literal '5127' used as key. (quote-props)
(#26769) Unquoted number literal '1045' used as key. (quote-props)
(#26769) Unquoted number literal '1114' used as key. (quote-props)
(#26770) Unquoted number literal '1093' used as key. (quote-props)
(#26770) Unquoted number literal '4103' used as key. (quote-props)
(#26770) Unquoted number literal '1046' used as key. (quote-props)
(#26770) Unquoted number literal '1064' used as key. (quote-props)
(#26771) Unquoted number literal '8218' used as key. (quote-props)
(#26771) Unquoted number literal '2055' used as key. (quote-props)
(#26771) Unquoted number literal '2070' used as key. (quote-props)
(#26771) Unquoted number literal '2143' used as key. (quote-props)
(#26772) Unquoted number literal '5146' used as key. (quote-props)
(#26772) Unquoted number literal '1032' used as key. (quote-props)
(#26772) Unquoted number literal '1094' used as key. (quote-props)
(#26772) Unquoted number literal '1097' used as key. (quote-props)
(#26773) Unquoted number literal '1150' used as key. (quote-props)
(#26773) Unquoted number literal '1135' used as key. (quote-props)
(#26773) Unquoted number literal '1131' used as key. (quote-props)
(#26773) Unquoted number literal '1092' used as key. (quote-props)
(#26774) Unquoted number literal '1026' used as key. (quote-props)
(#26774) Unquoted number literal '1095' used as key. (quote-props)
(#26774) Unquoted number literal '2155' used as key. (quote-props)
(#26774) Unquoted number literal '1098' used as key. (quote-props)
(#26775) Unquoted number literal '1027' used as key. (quote-props)
(#26775) Unquoted number literal '1128' used as key. (quote-props)
(#26775) Unquoted number literal '3179' used as key. (quote-props)
(#26775) Unquoted number literal '1054' used as key. (quote-props)
(#26776) Unquoted number literal '3076' used as key. (quote-props)
(#26776) Unquoted number literal '1037' used as key. (quote-props)
(#26776) Unquoted number literal '1048' used as key. (quote-props)
(#26776) Unquoted number literal '1105' used as key. (quote-props)
(#26777) Unquoted number literal '5124' used as key. (quote-props)
(#26777) Unquoted number literal '1081' used as key. (quote-props)
(#26777) Unquoted number literal '1047' used as key. (quote-props)
(#26777) Unquoted number literal '1055' used as key. (quote-props)
(#26778) Unquoted number literal '2052' used as key. (quote-props)
(#26778) Unquoted number literal '1038' used as key. (quote-props)
(#26778) Unquoted number literal '1049' used as key. (quote-props)
(#26778) Unquoted number literal '1090' used as key. (quote-props)
(#26779) Unquoted number literal '4100' used as key. (quote-props)
(#26779) Unquoted number literal '1039' used as key. (quote-props)
(#26779) Unquoted number literal '9275' used as key. (quote-props)
(#26779) Unquoted number literal '1152' used as key. (quote-props)
(#26780) Unquoted number literal '1028' used as key. (quote-props)
(#26780) Unquoted number literal '1136' used as key. (quote-props)
(#26780) Unquoted number literal '4155' used as key. (quote-props)
(#26780) Unquoted number literal '1058' used as key. (quote-props)
(#26781) Unquoted number literal '1155' used as key. (quote-props)
(#26781) Unquoted number literal '1057' used as key. (quote-props)
(#26781) Unquoted number literal '5179' used as key. (quote-props)
(#26781) Unquoted number literal '1070' used as key. (quote-props)
(#26782) Unquoted number literal '1050' used as key. (quote-props)
(#26782) Unquoted number literal '1117' used as key. (quote-props)
(#26782) Unquoted number literal '3131' used as key. (quote-props)
(#26782) Unquoted number literal '1056' used as key. (quote-props)
(#26783) Unquoted number literal '4122' used as key. (quote-props)
(#26783) Unquoted number literal '2141' used as key. (quote-props)
(#26783) Unquoted number literal '1083' used as key. (quote-props)
(#26783) Unquoted number literal '2115' used as key. (quote-props)
(#26784) Unquoted number literal '1029' used as key. (quote-props)
(#26784) Unquoted number literal '2108' used as key. (quote-props)
(#26784) Unquoted number literal '2107' used as key. (quote-props)
(#26784) Unquoted number literal '1091' used as key. (quote-props)
(#26785) Unquoted number literal '1030' used as key. (quote-props)
(#26785) Unquoted number literal '1076' used as key. (quote-props)
(#26785) Unquoted number literal '8251' used as key. (quote-props)
(#26785) Unquoted number literal '1066' used as key. (quote-props)
(#26786) Unquoted number literal '1164' used as key. (quote-props)
(#26786) Unquoted number literal '1077' used as key. (quote-props)
(#26786) Unquoted number literal '6203' used as key. (quote-props)
(#26786) Unquoted number literal '1106' used as key. (quote-props)
(#26787) Unquoted number literal '1125' used as key. (quote-props)
(#26787) Unquoted number literal '1040' used as key. (quote-props)
(#26787) Unquoted number literal '7227' used as key. (quote-props)
(#26787) Unquoted number literal '1160' used as key. (quote-props)
(#26788) Unquoted number literal '2067' used as key. (quote-props)
(#26788) Unquoted number literal '2064' used as key. (quote-props)
(#26788) Unquoted number literal '1103' used as key. (quote-props)
(#26788) Unquoted number literal '1157' used as key. (quote-props)
(#26789) Unquoted number literal '1043' used as key. (quote-props)
(#26789) Unquoted number literal '1041' used as key. (quote-props)
(#26789) Unquoted number literal '7194' used as key. (quote-props)
(#26789) Unquoted number literal '1144' used as key. (quote-props)
(#26790) Unquoted number literal '3081' used as key. (quote-props)
(#26790) Unquoted number literal '1099' used as key. (quote-props)
(#26790) Unquoted number literal '3098' used as key. (quote-props)
(#26790) Unquoted number literal '1130' used as key. (quote-props)
(#26791) Unquoted number literal '10249' used as key. (quote-props)
(#26791) Unquoted number literal '1087' used as key. (quote-props)
(#26791) Unquoted number literal '6170' used as key. (quote-props)
(#26792) Unquoted number literal '4105' used as key. (quote-props)
(#26792) Unquoted number literal '1107' used as key. (quote-props)
(#26792) Unquoted number literal '2074' used as key. (quote-props)
(#26793) Unquoted number literal '9225' used as key. (quote-props)
(#26793) Unquoted number literal '1158' used as key. (quote-props)
(#26793) Unquoted number literal '1132' used as key. (quote-props)
(#26802) Unexpected space before function parentheses. (space-before-function-paren)
(#26816) Unquoted number literal '0' used as key. (quote-props)
(#26821) Unquoted number literal '1' used as key. (quote-props)
(#26830) This line has a length of 215. Maximum allowed is 132. (max-len)
(#26831) This line has a length of 150. Maximum allowed is 132. (max-len)
(#26831) Comments should not begin with a lowercase character. (capitalized-comments)
(#26832) This line has a length of 159. Maximum allowed is 132. (max-len)
(#26834) Unexpected space before function parentheses. (space-before-function-paren)
(#26836) This line has a length of 168. Maximum allowed is 132. (max-len)
(#26840) Expected { after 'if' condition. (curly)
(#26844) Expected { after 'if' condition. (curly)
(#26850) Comments should not begin with a lowercase character. (capitalized-comments)
(#26853) Use '===' to compare with null. (no-eq-null)
(#26853) Use '===' to compare with null. (no-eq-null)
(#26857) Use '===' to compare with null. (no-eq-null)
(#26861) Comments should not begin with a lowercase character. (capitalized-comments)
(#26863) Use '===' to compare with null. (no-eq-null)
(#26880) Unexpected space before function parentheses. (space-before-function-paren)
(#26881) Expected { after 'if' condition. (curly)
(#26887) Expected { after 'if' condition. (curly)
(#26917) Comments should not begin with a lowercase character. (capitalized-comments)
(#26918) Comments should not begin with a lowercase character. (capitalized-comments)
(#26919) Comments should not begin with a lowercase character. (capitalized-comments)
(#26922) Comments should not begin with a lowercase character. (capitalized-comments)
(#26923) Comments should not begin with a lowercase character. (capitalized-comments)
(#26924) Comments should not begin with a lowercase character. (capitalized-comments)
(#26925) Comments should not begin with a lowercase character. (capitalized-comments)
(#26926) Comments should not begin with a lowercase character. (capitalized-comments)
(#26927) Comments should not begin with a lowercase character. (capitalized-comments)
(#26928) Comments should not begin with a lowercase character. (capitalized-comments)
(#26929) Comments should not begin with a lowercase character. (capitalized-comments)
(#26930) Comments should not begin with a lowercase character. (capitalized-comments)
(#26931) Comments should not begin with a lowercase character. (capitalized-comments)
(#26932) Comments should not begin with a lowercase character. (capitalized-comments)
(#26933) Comments should not begin with a lowercase character. (capitalized-comments)
(#26935) Comments should not begin with a lowercase character. (capitalized-comments)
(#26936) Comments should not begin with a lowercase character. (capitalized-comments)
(#26937) This line has a length of 149. Maximum allowed is 132. (max-len)
(#26943) Unquoted number literal '0' used as key. (quote-props)
(#26945) Unquoted number literal '1' used as key. (quote-props)
(#26954) Unquoted number literal '2' used as key. (quote-props)
(#26955) Comments should not begin with a lowercase character. (capitalized-comments)
(#26970) Unquoted number literal '5' used as key. (quote-props)
(#26994) Comments should not begin with a lowercase character. (capitalized-comments)
(#27005) Unquoted number literal '1' used as key. (quote-props)
(#27005) Comments should not begin with a lowercase character. (capitalized-comments)
(#27007) Unquoted number literal '2' used as key. (quote-props)
(#27013) Unquoted number literal '2.5' used as key. (quote-props)
(#27018) Unquoted number literal '3' used as key. (quote-props)
(#27018) Comments should not begin with a lowercase character. (capitalized-comments)
(#27020) Unquoted number literal '4' used as key. (quote-props)
(#27021) Unexpected space before function parentheses. (space-before-function-paren)
(#27040) Unquoted number literal '0' used as key. (quote-props)
(#27043) Unquoted number literal '1' used as key. (quote-props)
(#27048) Unexpected space before function parentheses. (space-before-function-paren)
(#27051) Unexpected use of '<<='. (no-bitwise)
(#27056) Unexpected space before function parentheses. (space-before-function-paren)
(#27057) Use '===' to compare with null. (no-eq-null)
(#27057) Expected { after 'if' condition. (curly)
(#27059) Comments should not begin with a lowercase character. (capitalized-comments)
(#27064) Unexpected use of '>>>='. (no-bitwise)
(#27074) Comments should not begin with a lowercase character. (capitalized-comments)
(#27077) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#27077) Unexpected space before function parentheses. (space-before-function-paren)
(#27078) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#27121) Use '===' to compare with null. (no-eq-null)
(#27150) Comments should not begin with a lowercase character. (capitalized-comments)
(#27176) Function 'encode' has a complexity of 22. Maximum allowed is 20. (complexity)
(#27184) Comments should not begin with a lowercase character. (capitalized-comments)
(#27187) This line has a length of 163. Maximum allowed is 132. (max-len)
(#27191) Expected { after 'if' condition. (curly)
(#27195) Expected { after 'if' condition. (curly)
(#27219) Comments should not begin with a lowercase character. (capitalized-comments)
(#27222) Comments should not begin with a lowercase character. (capitalized-comments)
(#27226) This line has a length of 173. Maximum allowed is 132. (max-len)
(#27230) Expected { after 'if' condition. (curly)
(#27234) Expected { after 'if' condition. (curly)
(#27244) This line has a length of 171. Maximum allowed is 132. (max-len)
(#27248) Expected { after 'if' condition. (curly)
(#27252) Expected { after 'if' condition. (curly)
(#27277) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#27277) Unexpected space before function parentheses. (space-before-function-paren)
(#27278) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#27305) Unexpected constant condition. (no-constant-condition)
(#27308) Unexpected use of '>>'. (no-bitwise)
(#27314) Unexpected use of '&'. (no-bitwise)
(#27328) Comments should not begin with a lowercase character. (capitalized-comments)
(#27334) Unexpected use of '|'. (no-bitwise)
(#27335) Comments should not begin with a lowercase character. (capitalized-comments)
(#27349) Expected to return a value at the end of function 'encode'. (consistent-return)
(#27350) Comments should not begin with a lowercase character. (capitalized-comments)
(#27357) Unexpected use of '|'. (no-bitwise)
(#27358) Comments should not begin with a lowercase character. (capitalized-comments)
(#27367) 'n2' declared on line 27370 column 45 is used outside of binding context. (block-scoped-var)
(#27370) 'n2' declared on line 27367 column 45 is used outside of binding context. (block-scoped-var)
(#27373) Unexpected use of '|'. (no-bitwise)
(#27373) Unexpected use of '<<'. (no-bitwise)
(#27373) 'n2' declared on line 27367 column 45 is used outside of binding context. (block-scoped-var)
(#27373) 'n2' declared on line 27370 column 45 is used outside of binding context. (block-scoped-var)
(#27373) Unexpected use of '&'. (no-bitwise)
(#27376) 'n2' declared on line 27367 column 45 is used outside of binding context. (block-scoped-var)
(#27376) 'n2' declared on line 27370 column 45 is used outside of binding context. (block-scoped-var)
(#27377) Unexpected use of '<<'. (no-bitwise)
(#27383) Unexpected use of '>>'. (no-bitwise)
(#27384) Unexpected use of '&'. (no-bitwise)
(#27387) Unexpected use of '>>'. (no-bitwise)
(#27388) Unexpected use of '&'. (no-bitwise)
(#27401) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#27401) Unexpected space before function parentheses. (space-before-function-paren)
(#27402) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#27409) This line has a length of 163. Maximum allowed is 132. (max-len)
(#27413) Expected { after 'if' condition. (curly)
(#27417) Expected { after 'if' condition. (curly)
(#27423) Unexpected use of '|'. (no-bitwise)
(#27423) Unexpected use of '<<'. (no-bitwise)
(#27432) Unexpected space before function parentheses. (space-before-function-paren)
(#27435) Use '===' to compare with null. (no-eq-null)
(#27455) Unexpected space before function parentheses. (space-before-function-paren)
(#27458) Use '===' to compare with null. (no-eq-null)
(#27476) Comments should not begin with a lowercase character. (capitalized-comments)
(#27482) Comments should not begin with a lowercase character. (capitalized-comments)
(#27492) Unexpected use of '|'. (no-bitwise)
(#27492) Unexpected use of '<<'. (no-bitwise)
(#27501) Use '===' to compare with null. (no-eq-null)
(#27533) Use '===' to compare with null. (no-eq-null)
(#27538) This line has a length of 180. Maximum allowed is 132. (max-len)
(#27542) Expected { after 'if' condition. (curly)
(#27546) Expected { after 'if' condition. (curly)
(#27577) This line has a length of 176. Maximum allowed is 132. (max-len)
(#27581) Expected { after 'if' condition. (curly)
(#27585) Expected { after 'if' condition. (curly)
(#27592) Use '===' to compare with null. (no-eq-null)
(#27597) This line has a length of 180. Maximum allowed is 132. (max-len)
(#27601) Expected { after 'if' condition. (curly)
(#27605) Expected { after 'if' condition. (curly)
(#27615) This line has a length of 175. Maximum allowed is 132. (max-len)
(#27619) Expected { after 'if' condition. (curly)
(#27623) Expected { after 'if' condition. (curly)
(#27645) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#27645) Unexpected space before function parentheses. (space-before-function-paren)
(#27648) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#27653) Use '===' to compare with null. (no-eq-null)
(#27672) Comments should not begin with a lowercase character. (capitalized-comments)
(#27686) Return statement should not contain assignment. (no-return-assign)
(#27697) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#27697) Unexpected space before function parentheses. (space-before-function-paren)
(#27698) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#27712) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#27712) Unexpected space before function parentheses. (space-before-function-paren)
(#27713) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#27731) Comments should not begin with a lowercase character. (capitalized-comments)
(#27732) This line has a length of 812. Maximum allowed is 132. (max-len)
(#27736) This line has a length of 4659. Maximum allowed is 132. (max-len)
(#27738) This line has a length of 1813. Maximum allowed is 132. (max-len)
(#27740) This line has a length of 2787. Maximum allowed is 132. (max-len)
(#27742) This line has a length of 2327. Maximum allowed is 132. (max-len)
(#27744) This line has a length of 2437. Maximum allowed is 132. (max-len)
(#27746) This line has a length of 1332. Maximum allowed is 132. (max-len)
(#27748) Expected space or tab after '//' in comment. (spaced-comment)
(#27750) Expected space or tab after '//' in comment. (spaced-comment)
(#27777) Expected space or tab after '//' in comment. (spaced-comment)
(#27779) Expected space or tab after '//' in comment. (spaced-comment)
(#27782) Comments should not begin with a lowercase character. (capitalized-comments)
(#27796) This line has a length of 148. Maximum allowed is 132. (max-len)
(#27799) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#27805) Unexpected space before function parentheses. (space-before-function-paren)
(#27813) Expected space or tab after '//' in comment. (spaced-comment)
(#27815) Expected space or tab after '//' in comment. (spaced-comment)
(#27824) Unquoted number literal '1' used as key. (quote-props)
(#27828) Unquoted number literal '2' used as key. (quote-props)
(#27834) Expected space or tab after '//' in comment. (spaced-comment)
(#27836) Expected space or tab after '//' in comment. (spaced-comment)
(#27841) Unquoted reserved word 'class' used as key. (quote-props)
(#27845) Unquoted number literal '1' used as key. (quote-props)
(#27850) Unquoted number literal '2' used as key. (quote-props)
(#27856) Expected space or tab after '//' in comment. (spaced-comment)
(#27858) Expected space or tab after '//' in comment. (spaced-comment)
(#27861) Comments should not begin with a lowercase character. (capitalized-comments)
(#27862) Comments should not begin with a lowercase character. (capitalized-comments)
(#27866) Expected space or tab after '//' in comment. (spaced-comment)
(#27868) Expected space or tab after '//' in comment. (spaced-comment)
(#27878) Unexpected space before function parentheses. (space-before-function-paren)
(#27889) Unexpected space before function parentheses. (space-before-function-paren)
(#27898) Unquoted number literal '1' used as key. (quote-props)
(#27903) Unquoted number literal '2' used as key. (quote-props)
(#27909) Unquoted number literal '3' used as key. (quote-props)
(#27917) Expected space or tab after '//' in comment. (spaced-comment)
(#27919) Expected space or tab after '//' in comment. (spaced-comment)
(#27925) Unexpected space before function parentheses. (space-before-function-paren)
(#27937) Unquoted number literal '1' used as key. (quote-props)
(#27943) Unquoted number literal '2' used as key. (quote-props)
(#27952) Unquoted number literal '3' used as key. (quote-props)
(#27966) Expected space or tab after '/**' in comment. (spaced-comment)
(#27984) Unexpected space before function parentheses. (space-before-function-paren)
(#27987) Unexpected space before function parentheses. (space-before-function-paren)
(#28010) Expected space or tab after '/**' in comment. (spaced-comment)
(#28015) Unquoted number literal '1' used as key. (quote-props)
(#28017) ["axisIndex"] is better written in dot notation. (dot-notation)
(#28051) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#28051) Unexpected space before function parentheses. (space-before-function-paren)
(#28052) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#28083) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#28083) Unexpected space before function parentheses. (space-before-function-paren)
(#28086) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#28093) Unexpected use of '&'. (no-bitwise)
(#28110) Unquoted number literal '0' used as key. (quote-props)
(#28115) Unquoted number literal '1' used as key. (quote-props)
(#28123) This line has a length of 140. Maximum allowed is 132. (max-len)
(#28128) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#28128) Unexpected space before function parentheses. (space-before-function-paren)
(#28131) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#28155) Unquoted number literal '0' used as key. (quote-props)
(#28156) Unexpected space before function parentheses. (space-before-function-paren)
(#28161) Unquoted number literal '1' used as key. (quote-props)
(#28162) Unexpected space before function parentheses. (space-before-function-paren)
(#28167) Unquoted number literal '2' used as key. (quote-props)
(#28168) Unexpected space before function parentheses. (space-before-function-paren)
(#28174) This line has a length of 157. Maximum allowed is 132. (max-len)
(#28187) Unquoted number literal '0' used as key. (quote-props)
(#28188) Unexpected space before function parentheses. (space-before-function-paren)
(#28193) Unquoted number literal '3' used as key. (quote-props)
(#28199) Unquoted number literal '4' used as key. (quote-props)
(#28208) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#28208) Unexpected space before function parentheses. (space-before-function-paren)
(#28209) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#28230) Comments should not begin with a lowercase character. (capitalized-comments)
(#28234) Comments should not begin with a lowercase character. (capitalized-comments)
(#28235) This line has a length of 1086. Maximum allowed is 132. (max-len)
(#28238) This line has a length of 393. Maximum allowed is 132. (max-len)
(#28245) This line has a length of 385. Maximum allowed is 132. (max-len)
(#28248) Unquoted number literal '1' used as key. (quote-props)
(#28257) Unquoted number literal '2' used as key. (quote-props)
(#28265) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#28265) Unexpected space before function parentheses. (space-before-function-paren)
(#28266) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#28278) 'start' is assigned a value but never used. (no-unused-vars)
(#28293) Use '===' to compare with null. (no-eq-null)
(#28372) Unexpected use of '>>'. (no-bitwise)
(#28382) Expected a 'break' statement before 'default'. (no-fallthrough)
(#28474) 'glyph' is assigned a value but never used. (no-unused-vars)
(#28475) Unquoted number literal '1' used as key. (quote-props)
(#28480) Unquoted number literal '2' used as key. (quote-props)
(#28485) Comments should not begin with a lowercase character. (capitalized-comments)
(#28488) Unquoted number literal '5' used as key. (quote-props)
(#28492) Unquoted number literal '6' used as key. (quote-props)
(#28497) Unquoted number literal '7' used as key. (quote-props)
(#28502) Unquoted number literal '8' used as key. (quote-props)
(#28509) Unquoted number literal '9' used as key. (quote-props)
(#28516) Unquoted number literal '17' used as key. (quote-props)
(#28522) Unquoted number literal '18' used as key. (quote-props)
(#28528) Unquoted number literal '19' used as key. (quote-props)
(#28559) Unquoted number literal '1' used as key. (quote-props)
(#28560) Unexpected space before function parentheses. (space-before-function-paren)
(#28565) Unquoted number literal '2' used as key. (quote-props)
(#28570) Unquoted number literal '3' used as key. (quote-props)
(#28571) Unexpected space before function parentheses. (space-before-function-paren)
(#28576) Unquoted number literal '4' used as key. (quote-props)
(#28578) Unexpected space before function parentheses. (space-before-function-paren)
(#28583) Unquoted number literal '5' used as key. (quote-props)
(#28621) Unexpected space before function parentheses. (space-before-function-paren)
(#28639) Comments should not begin with a lowercase character. (capitalized-comments)
(#28675) Unquoted number literal '0' used as key. (quote-props)
(#28676) Unquoted number literal '1' used as key. (quote-props)
(#28684) Unquoted number literal '1' used as key. (quote-props)
(#28688) Unquoted number literal '2' used as key. (quote-props)
(#28694) Unquoted number literal '3' used as key. (quote-props)
(#28728) This line has a length of 137. Maximum allowed is 132. (max-len)
(#28728) Comments should not begin with a lowercase character. (capitalized-comments)
(#28752) Unquoted number literal '65536' used as key. (quote-props)
(#28753) Unquoted number literal '65537' used as key. (quote-props)
(#28766) Unquoted number literal '1' used as key. (quote-props)
(#28770) Unquoted number literal '2' used as key. (quote-props)
(#28774) Unquoted number literal '3' used as key. (quote-props)
(#28802) Unquoted number literal '65536' used as key. (quote-props)
(#28803) Unquoted number literal '65538' used as key. (quote-props)
(#28806) Unquoted number literal '65539' used as key. (quote-props)
(#28812) This line has a length of 173. Maximum allowed is 132. (max-len)
(#28825) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#28825) Unexpected space before function parentheses. (space-before-function-paren)
(#28826) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#28840) Expected { after 'if' condition. (curly)
(#28843) Unexpected space before function parentheses. (space-before-function-paren)
(#28854) Function 'buildStruct' expected no return value. (consistent-return)
(#28884) Unquoted number literal '1' used as key. (quote-props)
(#28889) Unquoted number literal '2' used as key. (quote-props)
(#28895) Unquoted number literal '3' used as key. (quote-props)
(#28909) Unquoted reserved word 'class' used as key. (quote-props)
(#28915) Unexpected space before function parentheses. (space-before-function-paren)
(#28920) Unexpected space before function parentheses. (space-before-function-paren)
(#28927) Unquoted number literal '1' used as key. (quote-props)
(#28928) Unquoted number literal '1' used as key. (quote-props)
(#28933) Unquoted number literal '2' used as key. (quote-props)
(#28941) Unquoted number literal '2' used as key. (quote-props)
(#28942) Unquoted number literal '1' used as key. (quote-props)
(#28950) Unquoted number literal '2' used as key. (quote-props)
(#28962) Unquoted number literal '3' used as key. (quote-props)
(#28969) Unquoted number literal '4' used as key. (quote-props)
(#28978) Unquoted number literal '5' used as key. (quote-props)
(#28987) Unquoted number literal '6' used as key. (quote-props)
(#28996) Unquoted number literal '7' used as key. (quote-props)
(#28997) Unquoted number literal '8' used as key. (quote-props)
(#28999) Unquoted number literal '9' used as key. (quote-props)
(#29001) Comments should not begin with a lowercase character. (capitalized-comments)
(#29016) Unquoted number literal '65536' used as key. (quote-props)
(#29017) Unquoted number literal '65537' used as key. (quote-props)
(#29028) Unexpected space before function parentheses. (space-before-function-paren)
(#29036) Unquoted number literal '1' used as key. (quote-props)
(#29037) Unquoted number literal '1' used as key. (quote-props)
(#29041) Unquoted number literal '2' used as key. (quote-props)
(#29048) Unquoted number literal '2' used as key. (quote-props)
(#29055) Unquoted number literal '3' used as key. (quote-props)
(#29062) Unquoted number literal '4' used as key. (quote-props)
(#29069) Unquoted number literal '5' used as key. (quote-props)
(#29070) Unquoted number literal '6' used as key. (quote-props)
(#29072) Unquoted number literal '7' used as key. (quote-props)
(#29074) Comments should not begin with a lowercase character. (capitalized-comments)
(#29078) Unquoted number literal '8' used as key. (quote-props)
(#29099) Unquoted number literal '65536' used as key. (quote-props)
(#29100) Unquoted number literal '65537' used as key. (quote-props)
(#29128) This line has a length of 138. Maximum allowed is 132. (max-len)
(#29128) Comments should not begin with a lowercase character. (capitalized-comments)
(#29140) Comments should not begin with a lowercase character. (capitalized-comments)
(#29147) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#29147) Unexpected space before function parentheses. (space-before-function-paren)
(#29148) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#29154) Expected to return a value at the end of function 'decode'. (consistent-return)
(#29175) Unexpected space before function parentheses. (space-before-function-paren)
(#29176) Unexpected use of '>>'. (no-bitwise)
(#29176) Unexpected use of '&'. (no-bitwise)
(#29179) Unexpected use of '>>'. (no-bitwise)
(#29179) Unexpected use of '&'. (no-bitwise)
(#29182) Unexpected use of '&'. (no-bitwise)
(#29182) Unexpected use of '<<'. (no-bitwise)
(#29182) Unexpected use of '&'. (no-bitwise)
(#29224) Comments should not begin with a lowercase character. (capitalized-comments)
(#29229) Comments should not begin with a lowercase character. (capitalized-comments)
(#29237) Unexpected space before function parentheses. (space-before-function-paren)
(#29276) Unquoted number literal '0' used as key. (quote-props)
(#29284) Unquoted number literal '2' used as key. (quote-props)
(#29291) Unquoted number literal '3' used as key. (quote-props)
(#29300) Unexpected space before function parentheses. (space-before-function-paren)
(#29307) Unquoted number literal '0' used as key. (quote-props)
(#29317) Unexpected space before function parentheses. (space-before-function-paren)
(#29321) Unquoted number literal '1' used as key. (quote-props)
(#29323) This line has a length of 150. Maximum allowed is 132. (max-len)
(#29330) Unexpected space before function parentheses. (space-before-function-paren)
(#29337) Unquoted number literal '0' used as key. (quote-props)
(#29342) Unquoted number literal '1' used as key. (quote-props)
(#29343) Comments should not begin with a lowercase character. (capitalized-comments)
(#29389) Comments should not begin with a lowercase character. (capitalized-comments)
(#29435) Unexpected space before function parentheses. (space-before-function-paren)
(#29438) Unexpected space before function parentheses. (space-before-function-paren)
(#29461) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#29461) Unexpected space before function parentheses. (space-before-function-paren)
(#29462) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#29473) Use '===' to compare with null. (no-eq-null)
(#29490) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#29490) Unexpected space before function parentheses. (space-before-function-paren)
(#29493) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#29510) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#29510) Unexpected space before function parentheses. (space-before-function-paren)
(#29511) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#29554) Unexpected space before function parentheses. (space-before-function-paren)
(#29565) Unquoted number literal '0' used as key. (quote-props)
(#29566) Comments should not begin with a lowercase character. (capitalized-comments)
(#29568) Unquoted number literal '2' used as key. (quote-props)
(#29570) Unexpected space before function parentheses. (space-before-function-paren)
(#29574) Unquoted number literal '4' used as key. (quote-props)
(#29576) Unexpected space before function parentheses. (space-before-function-paren)
(#29580) Unquoted number literal '6' used as key. (quote-props)
(#29582) Unexpected space before function parentheses. (space-before-function-paren)
(#29586) Unquoted number literal '8' used as key. (quote-props)
(#29594) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#29604) Unexpected space before function parentheses. (space-before-function-paren)
(#29619) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#29621) 'lookupType' is assigned a value but never used. (no-unused-vars)
(#29627) Comments should not begin with a lowercase character. (capitalized-comments)
(#29634) Comments should not begin with a lowercase character. (capitalized-comments)
(#29642) Unexpected space before function parentheses. (space-before-function-paren)
(#29657) Unquoted number literal '0' used as key. (quote-props)
(#29661) Unquoted number literal '1' used as key. (quote-props)
(#29666) Unquoted number literal '2' used as key. (quote-props)
(#29671) Unquoted number literal '3' used as key. (quote-props)
(#29731) Unexpected space before function parentheses. (space-before-function-paren)
(#29734) Unexpected space before function parentheses. (space-before-function-paren)
(#29753) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#29753) Unexpected space before function parentheses. (space-before-function-paren)
(#29754) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#29773) This line has a length of 134. Maximum allowed is 132. (max-len)
(#29780) Unexpected space before function parentheses. (space-before-function-paren)
(#29805) Unquoted number literal '0' used as key. (quote-props)
(#29812) Unquoted number literal '1' used as key. (quote-props)
(#29816) Unquoted number literal '2' used as key. (quote-props)
(#29822) Unquoted number literal '3' used as key. (quote-props)
(#29824) Unquoted number literal '4' used as key. (quote-props)
(#29831) Unquoted number literal '5' used as key. (quote-props)
(#29842) Unexpected space before function parentheses. (space-before-function-paren)
(#29888) Unquoted number literal '0' used as key. (quote-props)
(#29892) Unquoted number literal '1' used as key. (quote-props)
(#29897) Unquoted number literal '2' used as key. (quote-props)
(#29904) Unquoted number literal '4' used as key. (quote-props)
(#29908) Unquoted number literal '5' used as key. (quote-props)
(#29920) Unexpected space before function parentheses. (space-before-function-paren)
(#29981) ["CFF2"] is better written in dot notation. (dot-notation)
(#30038) Unexpected space before function parentheses. (space-before-function-paren)
(#30040) This line has a length of 167. Maximum allowed is 132. (max-len)
(#30044) Expected { after 'if' condition. (curly)
(#30048) Expected { after 'if' condition. (curly)
(#30060) Unexpected space before function parentheses. (space-before-function-paren)
(#30083) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#30087) Unexpected use of '>>'. (no-bitwise)
(#30102) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#30112) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#30114) Unexpected space before function parentheses. (space-before-function-paren)
(#30124) Unexpected space before function parentheses. (space-before-function-paren)
(#30141) Comments should not begin with a lowercase character. (capitalized-comments)
(#30144) Empty block statement. (no-empty)
(#30147) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#30147) Unexpected space before function parentheses. (space-before-function-paren)
(#30148) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#30162) 'iconv' declared on line 30143 column 29 is used outside of binding context. (block-scoped-var)
(#30163) This line has a length of 180. Maximum allowed is 132. (max-len)
(#30167) Expected { after 'if' condition. (curly)
(#30171) Expected { after 'if' condition. (curly)
(#30178) 'iconv' declared on line 30143 column 29 is used outside of binding context. (block-scoped-var)
(#30196) This line has a length of 173. Maximum allowed is 132. (max-len)
(#30200) Expected { after 'if' condition. (curly)
(#30204) Expected { after 'if' condition. (curly)
(#30212) This line has a length of 188. Maximum allowed is 132. (max-len)
(#30216) Expected { after 'if' condition. (curly)
(#30220) Expected { after 'if' condition. (curly)
(#30235) Function 'lookup' has a complexity of 25. Maximum allowed is 20. (complexity)
(#30239) 'iconv' declared on line 30143 column 29 is used outside of binding context. (block-scoped-var)
(#30242) Unexpected use of '|'. (no-bitwise)
(#30242) Unexpected use of '<<'. (no-bitwise)
(#30262) Unexpected use of '>>'. (no-bitwise)
(#30275) This line has a length of 140. Maximum allowed is 132. (max-len)
(#30282) Unexpected use of '&'. (no-bitwise)
(#30301) Unexpected use of '>>'. (no-bitwise)
(#30334) Unexpected space before function parentheses. (space-before-function-paren)
(#30340) Unexpected space before function parentheses. (space-before-function-paren)
(#30341) This line has a length of 143. Maximum allowed is 132. (max-len)
(#30341) Do not nest ternary expressions. (no-nested-ternary)
(#30346) Unexpected space before function parentheses. (space-before-function-paren)
(#30385) This line has a length of 197. Maximum allowed is 132. (max-len)
(#30389) Expected { after 'if' condition. (curly)
(#30393) Expected { after 'if' condition. (curly)
(#30413) Function 'codePointsForGlyph' has a complexity of 26. Maximum allowed is 20. (complexity)
(#30442) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#30458) This line has a length of 197. Maximum allowed is 132. (max-len)
(#30462) Expected { after 'if' condition. (curly)
(#30466) Expected { after 'if' condition. (curly)
(#30472) This line has a length of 135. Maximum allowed is 132. (max-len)
(#30482) This line has a length of 197. Maximum allowed is 132. (max-len)
(#30486) Expected { after 'if' condition. (curly)
(#30490) Expected { after 'if' condition. (curly)
(#30510) This line has a length of 383. Maximum allowed is 132. (max-len)
(#30512) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#30512) Unexpected space before function parentheses. (space-before-function-paren)
(#30513) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#30527) Function 'getKerning' has a complexity of 23. Maximum allowed is 20. (complexity)
(#30530) This line has a length of 176. Maximum allowed is 132. (max-len)
(#30534) Expected { after 'if' condition. (curly)
(#30538) Expected { after 'if' condition. (curly)
(#30569) Unexpected space before function parentheses. (space-before-function-paren)
(#30588) This line has a length of 137. Maximum allowed is 132. (max-len)
(#30632) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#30632) Unexpected space before function parentheses. (space-before-function-paren)
(#30633) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#30640) Comments should not begin with a lowercase character. (capitalized-comments)
(#30664) This line has a length of 143. Maximum allowed is 132. (max-len)
(#30664) Function 'positionCluster' has a complexity of 28. Maximum allowed is 20. (complexity)
(#30668) Comments should not begin with a lowercase character. (capitalized-comments)
(#30678) Comments should not begin with a lowercase character. (capitalized-comments)
(#30689) Comments should not begin with a lowercase character. (capitalized-comments)
(#30700) Comments should not begin with a lowercase character. (capitalized-comments)
(#30707) Comments should not begin with a lowercase character. (capitalized-comments)
(#30717) Comments should not begin with a lowercase character. (capitalized-comments)
(#30725) Comments should not begin with a lowercase character. (capitalized-comments)
(#30740) Comments should not begin with a lowercase character. (capitalized-comments)
(#30762) Function 'getCombiningClass' has a complexity of 56. Maximum allowed is 20. (complexity)
(#30766) Unexpected use of '&'. (no-bitwise)
(#30766) Unexpected use of '~'. (no-bitwise)
(#30794) Comments should not begin with a lowercase character. (capitalized-comments)
(#30802) Comments should not begin with a lowercase character. (capitalized-comments)
(#30803) Comments should not begin with a lowercase character. (capitalized-comments)
(#30804) Comments should not begin with a lowercase character. (capitalized-comments)
(#30805) Comments should not begin with a lowercase character. (capitalized-comments)
(#30806) Comments should not begin with a lowercase character. (capitalized-comments)
(#30807) Comments should not begin with a lowercase character. (capitalized-comments)
(#30808) Comments should not begin with a lowercase character. (capitalized-comments)
(#30809) Comments should not begin with a lowercase character. (capitalized-comments)
(#30810) Comments should not begin with a lowercase character. (capitalized-comments)
(#30811) Comments should not begin with a lowercase character. (capitalized-comments)
(#30813) Comments should not begin with a lowercase character. (capitalized-comments)
(#30817) Comments should not begin with a lowercase character. (capitalized-comments)
(#30821) Comments should not begin with a lowercase character. (capitalized-comments)
(#30824) Comments should not begin with a lowercase character. (capitalized-comments)
(#30826) Comments should not begin with a lowercase character. (capitalized-comments)
(#30830) Comments should not begin with a lowercase character. (capitalized-comments)
(#30834) Comments should not begin with a lowercase character. (capitalized-comments)
(#30839) Comments should not begin with a lowercase character. (capitalized-comments)
(#30840) Comments should not begin with a lowercase character. (capitalized-comments)
(#30841) Comments should not begin with a lowercase character. (capitalized-comments)
(#30842) Comments should not begin with a lowercase character. (capitalized-comments)
(#30843) Comments should not begin with a lowercase character. (capitalized-comments)
(#30844) Comments should not begin with a lowercase character. (capitalized-comments)
(#30845) Comments should not begin with a lowercase character. (capitalized-comments)
(#30847) Comments should not begin with a lowercase character. (capitalized-comments)
(#30850) Comments should not begin with a lowercase character. (capitalized-comments)
(#30852) Comments should not begin with a lowercase character. (capitalized-comments)
(#30858) Comments should not begin with a lowercase character. (capitalized-comments)
(#30862) Comments should not begin with a lowercase character. (capitalized-comments)
(#30868) Comments should not begin with a lowercase character. (capitalized-comments)
(#30872) Comments should not begin with a lowercase character. (capitalized-comments)
(#30877) Comments should not begin with a lowercase character. (capitalized-comments)
(#30879) Comments should not begin with a lowercase character. (capitalized-comments)
(#30883) Comments should not begin with a lowercase character. (capitalized-comments)
(#30896) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#30896) Unexpected space before function parentheses. (space-before-function-paren)
(#30897) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#31120) This line has a length of 163. Maximum allowed is 132. (max-len)
(#31124) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#31124) Expected { after 'if' condition. (curly)
(#31128) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#31128) Expected { after 'if' condition. (curly)
(#31141) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#31145) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#31158) Unexpected use of '<<'. (no-bitwise)
(#31158) Unexpected use of '&'. (no-bitwise)
(#31158) Unexpected use of '&'. (no-bitwise)
(#31171) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#31214) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#31227) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#31227) Unexpected space before function parentheses. (space-before-function-paren)
(#31228) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#31272) This line has a length of 172. Maximum allowed is 132. (max-len)
(#31276) Expected { after 'if' condition. (curly)
(#31280) Expected { after 'if' condition. (curly)
(#31303) This line has a length of 186. Maximum allowed is 132. (max-len)
(#31307) Expected { after 'if' condition. (curly)
(#31311) Expected { after 'if' condition. (curly)
(#31332) This line has a length of 186. Maximum allowed is 132. (max-len)
(#31336) Expected { after 'if' condition. (curly)
(#31340) Expected { after 'if' condition. (curly)
(#31419) Comments should not begin with a lowercase character. (capitalized-comments)
(#31433) Comments should not begin with a lowercase character. (capitalized-comments)
(#31453) Comments should not begin with a lowercase character. (capitalized-comments)
(#31482) Comments should not begin with a lowercase character. (capitalized-comments)
(#31517) Comments should not begin with a lowercase character. (capitalized-comments)
(#31521) Comments should not begin with a lowercase character. (capitalized-comments)
(#31527) Comments should not begin with a lowercase character. (capitalized-comments)
(#31550) Comments should not begin with a lowercase character. (capitalized-comments)
(#31611) Comments should not begin with a lowercase character. (capitalized-comments)
(#31658) Comments should not begin with a lowercase character. (capitalized-comments)
(#31691) Comments should not begin with a lowercase character. (capitalized-comments)
(#31753) Comments should not begin with a lowercase character. (capitalized-comments)
(#31786) Comments should not begin with a lowercase character. (capitalized-comments)
(#31796) Unquoted reserved word 'case' used as key. (quote-props)
(#31796) Comments should not begin with a lowercase character. (capitalized-comments)
(#31797) Comments should not begin with a lowercase character. (capitalized-comments)
(#31798) This line has a length of 133. Maximum allowed is 132. (max-len)
(#31798) Comments should not begin with a lowercase character. (capitalized-comments)
(#31814) Comments should not begin with a lowercase character. (capitalized-comments)
(#31819) Comments should not begin with a lowercase character. (capitalized-comments)
(#31826) Comments should not begin with a lowercase character. (capitalized-comments)
(#31829) Comments should not begin with a lowercase character. (capitalized-comments)
(#31830) Comments should not begin with a lowercase character. (capitalized-comments)
(#31839) Comments should not begin with a lowercase character. (capitalized-comments)
(#31840) Comments should not begin with a lowercase character. (capitalized-comments)
(#31841) Expected space or tab after '//' in comment. (spaced-comment)
(#31879) Comments should not begin with a lowercase character. (capitalized-comments)
(#31886) Comments should not begin with a lowercase character. (capitalized-comments)
(#31890) Use '===' to compare with null. (no-eq-null)
(#31899) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#31903) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#31904) Use '===' to compare with null. (no-eq-null)
(#31917) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#31922) 'typeCode' declared on line 31924 column 33 is used outside of binding context. (block-scoped-var)
(#31924) 'typeCode' declared on line 31922 column 33 is used outside of binding context. (block-scoped-var)
(#31928) 'settingCode' declared on line 31930 column 33 is used outside of binding context. (block-scoped-var)
(#31930) 'settingCode' declared on line 31928 column 33 is used outside of binding context. (block-scoped-var)
(#31933) 'typeCode' declared on line 31922 column 33 is used outside of binding context. (block-scoped-var)
(#31933) 'typeCode' declared on line 31924 column 33 is used outside of binding context. (block-scoped-var)
(#31933) 'settingCode' declared on line 31928 column 33 is used outside of binding context. (block-scoped-var)
(#31933) 'settingCode' declared on line 31930 column 33 is used outside of binding context. (block-scoped-var)
(#31940) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#31946) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#31968) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#31970) Unexpected space before function parentheses. (space-before-function-paren)
(#31980) Unexpected space before function parentheses. (space-before-function-paren)
(#31997) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#31997) Unexpected space before function parentheses. (space-before-function-paren)
(#31998) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#32007) Comments should not begin with a lowercase character. (capitalized-comments)
(#32010) Comments should not begin with a lowercase character. (capitalized-comments)
(#32016) 'mid' declared on line 32046 column 45 is used outside of binding context. (block-scoped-var)
(#32016) Unexpected use of '>>'. (no-bitwise)
(#32017) 'seg' declared on line 32047 column 45 is used outside of binding context. (block-scoped-var)
(#32017) 'mid' declared on line 32046 column 45 is used outside of binding context. (block-scoped-var)
(#32019) Comments should not begin with a lowercase character. (capitalized-comments)
(#32020) 'seg' declared on line 32047 column 45 is used outside of binding context. (block-scoped-var)
(#32024) 'seg' declared on line 32047 column 45 is used outside of binding context. (block-scoped-var)
(#32025) 'mid' declared on line 32046 column 45 is used outside of binding context. (block-scoped-var)
(#32026) 'seg' declared on line 32047 column 45 is used outside of binding context. (block-scoped-var)
(#32027) 'mid' declared on line 32046 column 45 is used outside of binding context. (block-scoped-var)
(#32030) 'seg' declared on line 32047 column 45 is used outside of binding context. (block-scoped-var)
(#32032) 'seg' declared on line 32047 column 45 is used outside of binding context. (block-scoped-var)
(#32032) 'seg' declared on line 32047 column 45 is used outside of binding context. (block-scoped-var)
(#32041) Comments should not begin with a lowercase character. (capitalized-comments)
(#32046) 'mid' declared on line 32016 column 45 is used outside of binding context. (block-scoped-var)
(#32046) Unexpected use of '>>'. (no-bitwise)
(#32047) 'seg' declared on line 32017 column 45 is used outside of binding context. (block-scoped-var)
(#32047) 'mid' declared on line 32016 column 45 is used outside of binding context. (block-scoped-var)
(#32049) Comments should not begin with a lowercase character. (capitalized-comments)
(#32050) 'seg' declared on line 32017 column 45 is used outside of binding context. (block-scoped-var)
(#32054) 'seg' declared on line 32017 column 45 is used outside of binding context. (block-scoped-var)
(#32055) 'mid' declared on line 32016 column 45 is used outside of binding context. (block-scoped-var)
(#32056) 'seg' declared on line 32017 column 45 is used outside of binding context. (block-scoped-var)
(#32057) 'mid' declared on line 32016 column 45 is used outside of binding context. (block-scoped-var)
(#32059) 'seg' declared on line 32017 column 45 is used outside of binding context. (block-scoped-var)
(#32067) Comments should not begin with a lowercase character. (capitalized-comments)
(#32075) Function 'glyphsForValue' has a complexity of 22. Maximum allowed is 20. (complexity)
(#32079) Comments should not begin with a lowercase character. (capitalized-comments)
(#32081) This line has a length of 187. Maximum allowed is 132. (max-len)
(#32085) Expected { after 'if' condition. (curly)
(#32089) Expected { after 'if' condition. (curly)
(#32099) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#32110) Comments should not begin with a lowercase character. (capitalized-comments)
(#32111) This line has a length of 195. Maximum allowed is 132. (max-len)
(#32115) Expected { after 'if' condition. (curly)
(#32119) Expected { after 'if' condition. (curly)
(#32134) Comments should not begin with a lowercase character. (capitalized-comments)
(#32152) This line has a length of 205. Maximum allowed is 132. (max-len)
(#32160) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#32160) Unexpected space before function parentheses. (space-before-function-paren)
(#32161) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#32169) This line has a length of 146. Maximum allowed is 132. (max-len)
(#32173) 'dir' is not modified in this loop. (no-unmodified-loop-condition)
(#32173) 'dir' is not modified in this loop. (no-unmodified-loop-condition)
(#32183) Comments should not begin with a lowercase character. (capitalized-comments)
(#32187) Use '===' to compare with null. (no-eq-null)
(#32199) Unexpected use of '&'. (no-bitwise)
(#32240) This line has a length of 206. Maximum allowed is 132. (max-len)
(#32244) Expected { after 'if' condition. (curly)
(#32248) Expected { after 'if' condition. (curly)
(#32274) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#32276) Unexpected space before function parentheses. (space-before-function-paren)
(#32286) Unexpected space before function parentheses. (space-before-function-paren)
(#32303) Comments should not begin with a lowercase character. (capitalized-comments)
(#32308) Comments should not begin with a lowercase character. (capitalized-comments)
(#32311) Comments should not begin with a lowercase character. (capitalized-comments)
(#32315) Comments should not begin with a lowercase character. (capitalized-comments)
(#32326) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#32326) Unexpected space before function parentheses. (space-before-function-paren)
(#32327) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#32344) Function 'process' has a complexity of 23. Maximum allowed is 20. (complexity)
(#32347) This line has a length of 176. Maximum allowed is 132. (max-len)
(#32351) Expected { after 'if' condition. (curly)
(#32355) Expected { after 'if' condition. (curly)
(#32363) Comments should not begin with a lowercase character. (capitalized-comments)
(#32364) This line has a length of 186. Maximum allowed is 132. (max-len)
(#32368) Expected { after 'if' condition. (curly)
(#32372) Expected { after 'if' condition. (curly)
(#32380) Unexpected use of '&='. (no-bitwise)
(#32381) Unexpected use of '|='. (no-bitwise)
(#32385) This line has a length of 187. Maximum allowed is 132. (max-len)
(#32389) Expected { after 'if' condition. (curly)
(#32393) Expected { after 'if' condition. (curly)
(#32399) Unexpected use of '&'. (no-bitwise)
(#32405) Comments should not begin with a lowercase character. (capitalized-comments)
(#32435) Unexpected use of '&'. (no-bitwise)
(#32436) Function 'processSubtable' expected no return value. (consistent-return)
(#32460) This line has a length of 134. Maximum allowed is 132. (max-len)
(#32461) Unexpected use of '&'. (no-bitwise)
(#32465) Unexpected use of '&'. (no-bitwise)
(#32469) Unexpected use of '&'. (no-bitwise)
(#32472) This line has a length of 144. Maximum allowed is 132. (max-len)
(#32478) 'gid' declared on line 32488 column 37 is used outside of binding context. (block-scoped-var)
(#32479) 'gid' declared on line 32488 column 37 is used outside of binding context. (block-scoped-var)
(#32480) 'gid' declared on line 32488 column 37 is used outside of binding context. (block-scoped-var)
(#32488) 'gid' declared on line 32478 column 37 is used outside of binding context. (block-scoped-var)
(#32489) 'gid' declared on line 32478 column 37 is used outside of binding context. (block-scoped-var)
(#32490) 'gid' declared on line 32478 column 37 is used outside of binding context. (block-scoped-var)
(#32494) Unexpected use of '&'. (no-bitwise)
(#32500) Unexpected use of '&'. (no-bitwise)
(#32504) Unexpected use of '&'. (no-bitwise)
(#32524) Unexpected use of '&'. (no-bitwise)
(#32525) Unexpected use of '&'. (no-bitwise)
(#32526) Unexpected use of '>>'. (no-bitwise)
(#32526) Unexpected use of '<<'. (no-bitwise)
(#32526) Unexpected use of '&'. (no-bitwise)
(#32526) Comments should not begin with a lowercase character. (capitalized-comments)
(#32548) This line has a length of 156. Maximum allowed is 132. (max-len)
(#32563) This line has a length of 142. Maximum allowed is 132. (max-len)
(#32580) Unexpected use of '&'. (no-bitwise)
(#32585) Unexpected use of '>>>'. (no-bitwise)
(#32585) Unexpected use of '&'. (no-bitwise)
(#32586) Unexpected use of '&'. (no-bitwise)
(#32591) Unexpected use of '>>>'. (no-bitwise)
(#32591) Unexpected use of '&'. (no-bitwise)
(#32592) Unexpected use of '&'. (no-bitwise)
(#32599) This line has a length of 184. Maximum allowed is 132. (max-len)
(#32603) Expected { after 'if' condition. (curly)
(#32607) Expected { after 'if' condition. (curly)
(#32613) This line has a length of 186. Maximum allowed is 132. (max-len)
(#32617) Expected { after 'if' condition. (curly)
(#32621) Expected { after 'if' condition. (curly)
(#32645) This line has a length of 184. Maximum allowed is 132. (max-len)
(#32649) Expected { after 'if' condition. (curly)
(#32653) Expected { after 'if' condition. (curly)
(#32661) This line has a length of 187. Maximum allowed is 132. (max-len)
(#32665) Expected { after 'if' condition. (curly)
(#32669) Expected { after 'if' condition. (curly)
(#32675) Unexpected use of '&'. (no-bitwise)
(#32690) Unexpected use of '&'. (no-bitwise)
(#32732) Unexpected space before function parentheses. (space-before-function-paren)
(#32756) This line has a length of 207. Maximum allowed is 132. (max-len)
(#32758) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#32776) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#32777) 'length' is assigned a value but never used. (no-unused-vars)
(#32780) Comments should not begin with a lowercase character. (capitalized-comments)
(#32788) Comments should not begin with a lowercase character. (capitalized-comments)
(#32804) Comments should not begin with a lowercase character. (capitalized-comments)
(#32808) Comments should not begin with a lowercase character. (capitalized-comments)
(#32848) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#32848) Unexpected space before function parentheses. (space-before-function-paren)
(#32849) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#32875) This line has a length of 172. Maximum allowed is 132. (max-len)
(#32879) Expected { after 'if' condition. (curly)
(#32883) Expected { after 'if' condition. (curly)
(#32898) This line has a length of 178. Maximum allowed is 132. (max-len)
(#32902) Expected { after 'if' condition. (curly)
(#32906) Expected { after 'if' condition. (curly)
(#32934) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#32934) Unexpected space before function parentheses. (space-before-function-paren)
(#32935) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#32955) This line has a length of 168. Maximum allowed is 132. (max-len)
(#32959) Expected { after 'if' condition. (curly)
(#32963) Expected { after 'if' condition. (curly)
(#32969) Use '===' to compare with null. (no-eq-null)
(#33027) Use '===' to compare with null. (no-eq-null)
(#33043) This line has a length of 174. Maximum allowed is 132. (max-len)
(#33047) Expected { after 'if' condition. (curly)
(#33051) Expected { after 'if' condition. (curly)
(#33069) This line has a length of 179. Maximum allowed is 132. (max-len)
(#33073) Expected { after 'if' condition. (curly)
(#33077) Expected { after 'if' condition. (curly)
(#33107) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#33107) Unexpected space before function parentheses. (space-before-function-paren)
(#33108) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#33146) Comments should not begin with a lowercase character. (capitalized-comments)
(#33174) This line has a length of 633. Maximum allowed is 132. (max-len)
(#33174) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#33230) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#33230) Unexpected space before function parentheses. (space-before-function-paren)
(#33233) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#33260) 'glyph' declared on line 33284 column 37 is used outside of binding context. (block-scoped-var)
(#33261) 'glyph' declared on line 33284 column 37 is used outside of binding context. (block-scoped-var)
(#33284) 'glyph' declared on line 33260 column 37 is used outside of binding context. (block-scoped-var)
(#33285) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#33286) 'glyph' declared on line 33260 column 37 is used outside of binding context. (block-scoped-var)
(#33294) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#33308) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#33308) Unexpected space before function parentheses. (space-before-function-paren)
(#33309) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#33327) This line has a length of 270. Maximum allowed is 132. (max-len)
(#33332) This line has a length of 134. Maximum allowed is 132. (max-len)
(#33394) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#33394) Unexpected space before function parentheses. (space-before-function-paren)
(#33395) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#33411) This line has a length of 151. Maximum allowed is 132. (max-len)
(#33413) Comments should not begin with a lowercase character. (capitalized-comments)
(#33416) Comments should not begin with a lowercase character. (capitalized-comments)
(#33418) Comments should not begin with a lowercase character. (capitalized-comments)
(#33424) Use '===' to compare with null. (no-eq-null)
(#33432) This line has a length of 166. Maximum allowed is 132. (max-len)
(#33436) Expected { after 'if' condition. (curly)
(#33440) Expected { after 'if' condition. (curly)
(#33446) This line has a length of 193. Maximum allowed is 132. (max-len)
(#33450) Expected { after 'if' condition. (curly)
(#33454) Expected { after 'if' condition. (curly)
(#33469) Function 'selectScript' has a complexity of 27. Maximum allowed is 20. (complexity)
(#33500) This line has a length of 198. Maximum allowed is 132. (max-len)
(#33504) Expected { after 'if' condition. (curly)
(#33508) Expected { after 'if' condition. (curly)
(#33533) This line has a length of 204. Maximum allowed is 132. (max-len)
(#33537) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#33537) Expected { after 'if' condition. (curly)
(#33541) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#33541) Expected { after 'if' condition. (curly)
(#33562) This line has a length of 180. Maximum allowed is 132. (max-len)
(#33566) Expected { after 'if' condition. (curly)
(#33570) Expected { after 'if' condition. (curly)
(#33581) This line has a length of 197. Maximum allowed is 132. (max-len)
(#33585) Expected { after 'if' condition. (curly)
(#33589) Expected { after 'if' condition. (curly)
(#33607) Unexpected space before function parentheses. (space-before-function-paren)
(#33613) This line has a length of 134. Maximum allowed is 132. (max-len)
(#33620) This line has a length of 181. Maximum allowed is 132. (max-len)
(#33624) Expected { after 'if' condition. (curly)
(#33628) Expected { after 'if' condition. (curly)
(#33660) Unexpected space before function parentheses. (space-before-function-paren)
(#33676) This line has a length of 175. Maximum allowed is 132. (max-len)
(#33680) Expected { after 'if' condition. (curly)
(#33684) Expected { after 'if' condition. (curly)
(#33701) This line has a length of 192. Maximum allowed is 132. (max-len)
(#33705) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#33705) Expected { after 'if' condition. (curly)
(#33709) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#33709) Expected { after 'if' condition. (curly)
(#33734) This line has a length of 189. Maximum allowed is 132. (max-len)
(#33738) Expected { after 'if' condition. (curly)
(#33742) Expected { after 'if' condition. (curly)
(#33757) This line has a length of 196. Maximum allowed is 132. (max-len)
(#33761) Expected { after 'if' condition. (curly)
(#33765) Expected { after 'if' condition. (curly)
(#33782) Use '===' to compare with null. (no-eq-null)
(#33791) This line has a length of 205. Maximum allowed is 132. (max-len)
(#33795) Expected { after 'if' condition. (curly)
(#33799) Expected { after 'if' condition. (curly)
(#33839) Unexpected space before function parentheses. (space-before-function-paren)
(#33847) Unexpected space before function parentheses. (space-before-function-paren)
(#33860) Unexpected space before function parentheses. (space-before-function-paren)
(#33877) This line has a length of 209. Maximum allowed is 132. (max-len)
(#33881) Expected { after 'if' condition. (curly)
(#33885) Expected { after 'if' condition. (curly)
(#33902) This line has a length of 135. Maximum allowed is 132. (max-len)
(#33905) Unexpected space before function parentheses. (space-before-function-paren)
(#33919) This line has a length of 187. Maximum allowed is 132. (max-len)
(#33923) Expected { after 'if' condition. (curly)
(#33927) Expected { after 'if' condition. (curly)
(#33951) This line has a length of 187. Maximum allowed is 132. (max-len)
(#33955) Expected { after 'if' condition. (curly)
(#33959) Expected { after 'if' condition. (curly)
(#33983) Function 'applyChainingContext' has a complexity of 26. Maximum allowed is 20. (complexity)
(#33992) This line has a length of 187. Maximum allowed is 132. (max-len)
(#33996) Expected { after 'if' condition. (curly)
(#34000) Expected { after 'if' condition. (curly)
(#34006) This line has a length of 209. Maximum allowed is 132. (max-len)
(#34024) This line has a length of 189. Maximum allowed is 132. (max-len)
(#34028) Expected { after 'if' condition. (curly)
(#34032) Expected { after 'if' condition. (curly)
(#34038) This line has a length of 305. Maximum allowed is 132. (max-len)
(#34046) This line has a length of 260. Maximum allowed is 132. (max-len)
(#34059) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#34059) Unexpected space before function parentheses. (space-before-function-paren)
(#34060) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34110) This line has a length of 154. Maximum allowed is 132. (max-len)
(#34147) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#34147) Unexpected space before function parentheses. (space-before-function-paren)
(#34150) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34188) This line has a length of 142. Maximum allowed is 132. (max-len)
(#34207) Comments should not begin with a lowercase character. (capitalized-comments)
(#34208) Comments should not begin with a lowercase character. (capitalized-comments)
(#34209) Comments should not begin with a lowercase character. (capitalized-comments)
(#34256) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34290) This line has a length of 135. Maximum allowed is 132. (max-len)
(#34293) This line has a length of 133. Maximum allowed is 132. (max-len)
(#34296) This line has a length of 135. Maximum allowed is 132. (max-len)
(#34299) This line has a length of 138. Maximum allowed is 132. (max-len)
(#34301) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34305) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34311) Unexpected use of '|'. (no-bitwise)
(#34312) Unexpected use of '|'. (no-bitwise)
(#34316) This line has a length of 142. Maximum allowed is 132. (max-len)
(#34340) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34379) Use '===' to compare with null. (no-eq-null)
(#34413) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34413) Expected to return a value at the end of function 'getLength'. (consistent-return)
(#34425) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34438) Function 'reorderToneMark' expected no return value. (consistent-return)
(#34441) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34457) This line has a length of 42128. Maximum allowed is 132. (max-len)
(#34458) This line has a length of 3935. Maximum allowed is 132. (max-len)
(#34459) This line has a length of 10722. Maximum allowed is 132. (max-len)
(#34513) This line has a length of 6523. Maximum allowed is 132. (max-len)
(#34514) This line has a length of 371. Maximum allowed is 132. (max-len)
(#34515) This line has a length of 1186. Maximum allowed is 132. (max-len)
(#34527) Unexpected use of '<<'. (no-bitwise)
(#34528) Unexpected use of '<<'. (no-bitwise)
(#34529) Unexpected use of '<<'. (no-bitwise)
(#34530) Unexpected use of '<<'. (no-bitwise)
(#34531) Unexpected use of '<<'. (no-bitwise)
(#34532) Unexpected use of '<<'. (no-bitwise)
(#34533) Unexpected use of '<<'. (no-bitwise)
(#34534) Unexpected use of '<<'. (no-bitwise)
(#34535) Unexpected use of '<<'. (no-bitwise)
(#34536) Unexpected use of '<<'. (no-bitwise)
(#34537) Unexpected use of '<<'. (no-bitwise)
(#34538) Unexpected use of '<<'. (no-bitwise)
(#34539) Unexpected use of '<<'. (no-bitwise)
(#34540) Unexpected use of '<<'. (no-bitwise)
(#34541) Unexpected use of '<<'. (no-bitwise)
(#34542) Unexpected use of '<<'. (no-bitwise)
(#34543) Unexpected use of '<<'. (no-bitwise)
(#34544) Unexpected use of '<<'. (no-bitwise)
(#34545) Unexpected use of '<<'. (no-bitwise)
(#34550) Unexpected use of '<<'. (no-bitwise)
(#34552) Unexpected use of '<<'. (no-bitwise)
(#34553) Unexpected use of '<<'. (no-bitwise)
(#34554) Unexpected use of '<<'. (no-bitwise)
(#34556) Unexpected use of '<<'. (no-bitwise)
(#34557) Unexpected use of '<<'. (no-bitwise)
(#34559) Unexpected use of '<<'. (no-bitwise)
(#34561) Unexpected use of '<<'. (no-bitwise)
(#34562) Unexpected use of '<<'. (no-bitwise)
(#34563) Unexpected use of '<<'. (no-bitwise)
(#34565) Unexpected use of '<<'. (no-bitwise)
(#34566) Unexpected use of '<<'. (no-bitwise)
(#34567) Unexpected use of '<<'. (no-bitwise)
(#34569) Unexpected use of '<<'. (no-bitwise)
(#34570) Unexpected use of '<<'. (no-bitwise)
(#34572) Unexpected use of '<<'. (no-bitwise)
(#34575) This line has a length of 154. Maximum allowed is 132. (max-len)
(#34575) Unexpected use of '|'. (no-bitwise)
(#34575) Unexpected use of '|'. (no-bitwise)
(#34575) Unexpected use of '|'. (no-bitwise)
(#34575) Unexpected use of '|'. (no-bitwise)
(#34575) Unexpected use of '|'. (no-bitwise)
(#34576) Unexpected use of '|'. (no-bitwise)
(#34577) Unexpected use of '|'. (no-bitwise)
(#34693) Unquoted number literal '6078' used as key. (quote-props)
(#34694) Unquoted number literal '6079' used as key. (quote-props)
(#34695) Unquoted number literal '6080' used as key. (quote-props)
(#34696) Unquoted number literal '6084' used as key. (quote-props)
(#34697) Unquoted number literal '6085' used as key. (quote-props)
(#34704) This line has a length of 4767. Maximum allowed is 132. (max-len)
(#34704) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#34711) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#34711) Unexpected space before function parentheses. (space-before-function-paren)
(#34714) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34760) Unexpected space before function parentheses. (space-before-function-paren)
(#34779) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34780) Unexpected use of '>>'. (no-bitwise)
(#34783) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34784) Unexpected use of '<<'. (no-bitwise)
(#34784) Unexpected use of '&'. (no-bitwise)
(#34796) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34799) This line has a length of 201. Maximum allowed is 132. (max-len)
(#34803) Expected { after 'if' condition. (curly)
(#34807) Expected { after 'if' condition. (curly)
(#34819) This line has a length of 135. Maximum allowed is 132. (max-len)
(#34827) This line has a length of 151. Maximum allowed is 132. (max-len)
(#34827) Unexpected use of '<<'. (no-bitwise)
(#34841) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34842) Unexpected use of '&'. (no-bitwise)
(#34845) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34846) Unexpected use of '&'. (no-bitwise)
(#34849) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34850) Unexpected use of '&'. (no-bitwise)
(#34853) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34854) This line has a length of 170. Maximum allowed is 132. (max-len)
(#34860) Expected { after 'if' condition. (curly)
(#34864) Expected { after 'if' condition. (curly)
(#34879) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34892) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#34892) Function 'initialReordering' has a complexity of 98. Maximum allowed is 20. (complexity)
(#34907) This line has a length of 147. Maximum allowed is 132. (max-len)
(#34909) 'category' is assigned a value but never used. (no-unused-vars)
(#34919) This line has a length of 176. Maximum allowed is 132. (max-len)
(#34919) Unexpected use of '<<'. (no-bitwise)
(#34947) This line has a length of 295. Maximum allowed is 132. (max-len)
(#34950) This line has a length of 148. Maximum allowed is 132. (max-len)
(#34958) This line has a length of 136. Maximum allowed is 132. (max-len)
(#34969) Comments should not begin with a lowercase character. (capitalized-comments)
(#34976) Comments should not begin with a lowercase character. (capitalized-comments)
(#34978) Comments should not begin with a lowercase character. (capitalized-comments)
(#34980) This line has a length of 141. Maximum allowed is 132. (max-len)
(#34985) Comments should not begin with a lowercase character. (capitalized-comments)
(#35000) This line has a length of 158. Maximum allowed is 132. (max-len)
(#35114) This line has a length of 150. Maximum allowed is 132. (max-len)
(#35135) This line has a length of 160. Maximum allowed is 132. (max-len)
(#35135) Unexpected use of '&'. (no-bitwise)
(#35135) Unexpected use of '|'. (no-bitwise)
(#35135) Unexpected use of '|'. (no-bitwise)
(#35135) Unexpected use of '|'. (no-bitwise)
(#35135) Unexpected use of '|'. (no-bitwise)
(#35135) Unexpected use of '&'. (no-bitwise)
(#35174) Unexpected space before function parentheses. (space-before-function-paren)
(#35190) This line has a length of 140. Maximum allowed is 132. (max-len)
(#35229) This line has a length of 232. Maximum allowed is 132. (max-len)
(#35285) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#35285) Function 'finalReordering' has a complexity of 106. Maximum allowed is 20. (complexity)
(#35289) This line has a length of 147. Maximum allowed is 132. (max-len)
(#35304) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#35305) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#35306) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#35310) Blocks are nested too deeply (8). Maximum allowed is 4. (max-depth)
(#35323) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#35324) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#35328) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#35333) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#35337) This line has a length of 148. Maximum allowed is 132. (max-len)
(#35337) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#35356) Unexpected use of '&'. (no-bitwise)
(#35356) Unexpected use of '|'. (no-bitwise)
(#35361) Comments should not begin with a lowercase character. (capitalized-comments)
(#35380) This line has a length of 142. Maximum allowed is 132. (max-len)
(#35380) Unexpected use of '&'. (no-bitwise)
(#35380) Unexpected use of '|'. (no-bitwise)
(#35389) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#35400) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#35402) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#35408) This line has a length of 136. Maximum allowed is 132. (max-len)
(#35417) Comments should not begin with a lowercase character. (capitalized-comments)
(#35433) This line has a length of 238. Maximum allowed is 132. (max-len)
(#35458) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#35470) This line has a length of 140. Maximum allowed is 132. (max-len)
(#35470) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#35485) This line has a length of 180. Maximum allowed is 132. (max-len)
(#35485) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#35485) Unexpected use of '&'. (no-bitwise)
(#35485) Unexpected use of '|'. (no-bitwise)
(#35485) Unexpected use of '|'. (no-bitwise)
(#35508) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#35529) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#35530) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#35546) Comments should not begin with a lowercase character. (capitalized-comments)
(#35561) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#35572) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#35573) This line has a length of 160. Maximum allowed is 132. (max-len)
(#35573) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#35573) Unexpected use of '&'. (no-bitwise)
(#35573) Unexpected use of '|'. (no-bitwise)
(#35579) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#35581) Blocks are nested too deeply (8). Maximum allowed is 4. (max-depth)
(#35582) Blocks are nested too deeply (9). Maximum allowed is 4. (max-depth)
(#35590) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#35592) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#35599) This line has a length of 140. Maximum allowed is 132. (max-len)
(#35602) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#35613) This line has a length of 171. Maximum allowed is 132. (max-len)
(#35619) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#35620) Expected { after 'if' condition. (curly)
(#35622) Empty block statement. (no-empty)
(#35631) This line has a length of 4299. Maximum allowed is 132. (max-len)
(#35631) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#35639) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#35639) Unexpected space before function parentheses. (space-before-function-paren)
(#35642) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#35678) Unexpected space before function parentheses. (space-before-function-paren)
(#35697) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#35709) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#35711) This line has a length of 201. Maximum allowed is 132. (max-len)
(#35715) Expected { after 'if' condition. (curly)
(#35719) Expected { after 'if' condition. (curly)
(#35743) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#35744) This line has a length of 170. Maximum allowed is 132. (max-len)
(#35748) Expected { after 'if' condition. (curly)
(#35752) Expected { after 'if' condition. (curly)
(#35762) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#35763) This line has a length of 170. Maximum allowed is 132. (max-len)
(#35767) Expected { after 'if' condition. (curly)
(#35771) Expected { after 'if' condition. (curly)
(#35784) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#35785) This line has a length of 170. Maximum allowed is 132. (max-len)
(#35789) Expected { after 'if' condition. (curly)
(#35793) Expected { after 'if' condition. (curly)
(#35806) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#35806) Function 'reorder' has a complexity of 22. Maximum allowed is 20. (complexity)
(#35809) This line has a length of 151. Maximum allowed is 132. (max-len)
(#35826) Empty block statement. (no-empty)
(#35840) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#35844) This line has a length of 137. Maximum allowed is 132. (max-len)
(#35864) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#35865) Expected { after 'if' condition. (curly)
(#35867) Empty block statement. (no-empty)
(#35872) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#35876) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#35962) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#35967) This line has a length of 162. Maximum allowed is 132. (max-len)
(#35971) Expected { after 'if' condition. (curly)
(#35975) Expected { after 'if' condition. (curly)
(#35990) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#35990) Unexpected space before function parentheses. (space-before-function-paren)
(#35993) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#35999) Function 'applyLookup' has a complexity of 42. Maximum allowed is 20. (complexity)
(#36013) Unexpected use of '&'. (no-bitwise)
(#36036) Unexpected space before function parentheses. (space-before-function-paren)
(#36046) This line has a length of 141. Maximum allowed is 132. (max-len)
(#36072) This line has a length of 199. Maximum allowed is 132. (max-len)
(#36076) Expected { after 'if' condition. (curly)
(#36080) Expected { after 'if' condition. (curly)
(#36095) This line has a length of 187. Maximum allowed is 132. (max-len)
(#36099) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#36099) Expected { after 'if' condition. (curly)
(#36103) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#36103) Expected { after 'if' condition. (curly)
(#36113) This line has a length of 133. Maximum allowed is 132. (max-len)
(#36141) This line has a length of 134. Maximum allowed is 132. (max-len)
(#36156) This line has a length of 187. Maximum allowed is 132. (max-len)
(#36160) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#36160) Expected { after 'if' condition. (curly)
(#36164) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#36164) Expected { after 'if' condition. (curly)
(#36174) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#36175) This line has a length of 166. Maximum allowed is 132. (max-len)
(#36175) 'ligatureComponent' declared on line 36192 column 57 is used outside of binding context. (block-scoped-var)
(#36177) 'ligatureComponent' declared on line 36192 column 57 is used outside of binding context. (block-scoped-var)
(#36185) Comments should not begin with a lowercase character. (capitalized-comments)
(#36191) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#36192) This line has a length of 166. Maximum allowed is 132. (max-len)
(#36192) 'ligatureComponent' declared on line 36175 column 57 is used outside of binding context. (block-scoped-var)
(#36193) 'ligatureComponent' declared on line 36175 column 57 is used outside of binding context. (block-scoped-var)
(#36232) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#36232) Unexpected space before function parentheses. (space-before-function-paren)
(#36235) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#36243) Use '===' to compare with null. (no-eq-null)
(#36247) Use '===' to compare with null. (no-eq-null)
(#36251) Use '===' to compare with null. (no-eq-null)
(#36255) Use '===' to compare with null. (no-eq-null)
(#36264) This line has a length of 140. Maximum allowed is 132. (max-len)
(#36268) This line has a length of 140. Maximum allowed is 132. (max-len)
(#36272) This line has a length of 141. Maximum allowed is 132. (max-len)
(#36276) This line has a length of 141. Maximum allowed is 132. (max-len)
(#36283) Function 'applyLookup' has a complexity of 59. Maximum allowed is 20. (complexity)
(#36322) This line has a length of 179. Maximum allowed is 132. (max-len)
(#36326) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#36326) Expected { after 'if' condition. (curly)
(#36330) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#36330) Expected { after 'if' condition. (curly)
(#36360) Expected a 'break' statement before 'case'. (no-fallthrough)
(#36419) Comments should not begin with a lowercase character. (capitalized-comments)
(#36421) This line has a length of 160. Maximum allowed is 132. (max-len)
(#36421) Empty block statement. (no-empty)
(#36446) Comments should not begin with a lowercase character. (capitalized-comments)
(#36448) Empty block statement. (no-empty)
(#36463) This line has a length of 260. Maximum allowed is 132. (max-len)
(#36478) Comments should not begin with a lowercase character. (capitalized-comments)
(#36500) This line has a length of 135. Maximum allowed is 132. (max-len)
(#36541) 'basePos' is assigned a value but never used. (no-unused-vars)
(#36582) Use '===' to compare with null. (no-eq-null)
(#36595) Use '===' to compare with null. (no-eq-null)
(#36619) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#36619) Unexpected space before function parentheses. (space-before-function-paren)
(#36620) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#36644) Unexpected space before function parentheses. (space-before-function-paren)
(#36677) Unexpected space before function parentheses. (space-before-function-paren)
(#36739) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#36739) Unexpected space before function parentheses. (space-before-function-paren)
(#36740) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#36768) Use '===' to compare with null. (no-eq-null)
(#36772) 'glyphs' declared on line 36797 column 37 is used outside of binding context. (block-scoped-var)
(#36775) Use '===' to compare with null. (no-eq-null)
(#36777) This line has a length of 174. Maximum allowed is 132. (max-len)
(#36781) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#36781) Expected { after 'if' condition. (curly)
(#36785) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#36785) Expected { after 'if' condition. (curly)
(#36797) 'glyphs' declared on line 36772 column 37 is used outside of binding context. (block-scoped-var)
(#36800) 'glyphs' declared on line 36772 column 37 is used outside of binding context. (block-scoped-var)
(#36800) 'glyphs' declared on line 36797 column 37 is used outside of binding context. (block-scoped-var)
(#36803) 'glyphs' declared on line 36772 column 37 is used outside of binding context. (block-scoped-var)
(#36803) 'glyphs' declared on line 36797 column 37 is used outside of binding context. (block-scoped-var)
(#36836) Unexpected space before function parentheses. (space-before-function-paren)
(#36846) Comments should not begin with a lowercase character. (capitalized-comments)
(#36855) Comments should not begin with a lowercase character. (capitalized-comments)
(#36877) Function 'isDefaultIgnorable' has a complexity of 26. Maximum allowed is 20. (complexity)
(#36881) Unexpected use of '>>'. (no-bitwise)
(#36884) Unexpected use of '>>'. (no-bitwise)
(#36896) This line has a length of 140. Maximum allowed is 132. (max-len)
(#36935) This line has a length of 178. Maximum allowed is 132. (max-len)
(#36939) Expected { after 'if' condition. (curly)
(#36943) Expected { after 'if' condition. (curly)
(#36953) This line has a length of 204. Maximum allowed is 132. (max-len)
(#36957) Expected { after 'if' condition. (curly)
(#36961) Expected { after 'if' condition. (curly)
(#36992) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#36992) Unexpected space before function parentheses. (space-before-function-paren)
(#36993) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#37009) Unexpected space before function parentheses. (space-before-function-paren)
(#37012) The Function constructor is eval. (no-new-func)
(#37022) Unexpected space before function parentheses. (space-before-function-paren)
(#37023) Unexpected space before function parentheses. (space-before-function-paren)
(#37049) This line has a length of 173. Maximum allowed is 132. (max-len)
(#37053) Expected { after 'if' condition. (curly)
(#37057) Expected { after 'if' condition. (curly)
(#37084) Unexpected space before function parentheses. (space-before-function-paren)
(#37127) This line has a length of 189. Maximum allowed is 132. (max-len)
(#37131) Expected { after 'if' condition. (curly)
(#37135) Expected { after 'if' condition. (curly)
(#37160) Method 'get' has a complexity of 28. Maximum allowed is 20. (complexity)
(#37170) This line has a length of 171. Maximum allowed is 132. (max-len)
(#37170) 'p0' declared on line 37226 column 49 is used outside of binding context. (block-scoped-var)
(#37170) 'i' declared on line 37231 column 54 is used outside of binding context. (block-scoped-var)
(#37170) 'p1' declared on line 37227 column 49 is used outside of binding context. (block-scoped-var)
(#37170) 'i' declared on line 37231 column 54 is used outside of binding context. (block-scoped-var)
(#37170) 'p2' declared on line 37228 column 49 is used outside of binding context. (block-scoped-var)
(#37170) 'i' declared on line 37231 column 54 is used outside of binding context. (block-scoped-var)
(#37170) 'p3' declared on line 37229 column 49 is used outside of binding context. (block-scoped-var)
(#37170) 'i' declared on line 37231 column 54 is used outside of binding context. (block-scoped-var)
(#37173) This line has a length of 185. Maximum allowed is 132. (max-len)
(#37177) Expected { after 'if' condition. (curly)
(#37181) Expected { after 'if' condition. (curly)
(#37206) 'p3x' declared on line 37219 column 53 is used outside of binding context. (block-scoped-var)
(#37207) 'p3y' declared on line 37220 column 53 is used outside of binding context. (block-scoped-var)
(#37209) 'cp1x' declared on line 37215 column 53 is used outside of binding context. (block-scoped-var)
(#37210) 'cp1y' declared on line 37216 column 53 is used outside of binding context. (block-scoped-var)
(#37211) 'cp2x' declared on line 37217 column 53 is used outside of binding context. (block-scoped-var)
(#37211) 'p3x' declared on line 37219 column 53 is used outside of binding context. (block-scoped-var)
(#37211) 'p3x' declared on line 37219 column 53 is used outside of binding context. (block-scoped-var)
(#37212) 'cp2y' declared on line 37218 column 53 is used outside of binding context. (block-scoped-var)
(#37212) 'p3y' declared on line 37220 column 53 is used outside of binding context. (block-scoped-var)
(#37212) 'p3y' declared on line 37220 column 53 is used outside of binding context. (block-scoped-var)
(#37215) 'cp1x' declared on line 37209 column 53 is used outside of binding context. (block-scoped-var)
(#37216) 'cp1y' declared on line 37210 column 53 is used outside of binding context. (block-scoped-var)
(#37217) 'cp2x' declared on line 37211 column 53 is used outside of binding context. (block-scoped-var)
(#37218) 'cp2y' declared on line 37212 column 53 is used outside of binding context. (block-scoped-var)
(#37219) 'p3x' declared on line 37206 column 53 is used outside of binding context. (block-scoped-var)
(#37220) 'p3y' declared on line 37207 column 53 is used outside of binding context. (block-scoped-var)
(#37224) 'p3x' declared on line 37206 column 53 is used outside of binding context. (block-scoped-var)
(#37224) 'p3x' declared on line 37219 column 53 is used outside of binding context. (block-scoped-var)
(#37224) 'p3y' declared on line 37207 column 53 is used outside of binding context. (block-scoped-var)
(#37224) 'p3y' declared on line 37220 column 53 is used outside of binding context. (block-scoped-var)
(#37227) 'cp1x' declared on line 37209 column 53 is used outside of binding context. (block-scoped-var)
(#37227) 'cp1x' declared on line 37215 column 53 is used outside of binding context. (block-scoped-var)
(#37227) 'cp1y' declared on line 37210 column 53 is used outside of binding context. (block-scoped-var)
(#37227) 'cp1y' declared on line 37216 column 53 is used outside of binding context. (block-scoped-var)
(#37228) 'cp2x' declared on line 37211 column 53 is used outside of binding context. (block-scoped-var)
(#37228) 'cp2x' declared on line 37217 column 53 is used outside of binding context. (block-scoped-var)
(#37228) 'cp2y' declared on line 37212 column 53 is used outside of binding context. (block-scoped-var)
(#37228) 'cp2y' declared on line 37218 column 53 is used outside of binding context. (block-scoped-var)
(#37229) 'p3x' declared on line 37206 column 53 is used outside of binding context. (block-scoped-var)
(#37229) 'p3x' declared on line 37219 column 53 is used outside of binding context. (block-scoped-var)
(#37229) 'p3y' declared on line 37207 column 53 is used outside of binding context. (block-scoped-var)
(#37229) 'p3y' declared on line 37220 column 53 is used outside of binding context. (block-scoped-var)
(#37237) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#37242) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#37243) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#37277) 'p3x' declared on line 37206 column 53 is used outside of binding context. (block-scoped-var)
(#37277) 'p3x' declared on line 37219 column 53 is used outside of binding context. (block-scoped-var)
(#37278) 'p3y' declared on line 37207 column 53 is used outside of binding context. (block-scoped-var)
(#37278) 'p3y' declared on line 37220 column 53 is used outside of binding context. (block-scoped-var)
(#37283) Return statement should not contain assignment. (no-return-assign)
(#37293) '_i6' declared on line 37309 column 30 is used outside of binding context. (block-scoped-var)
(#37294) Unexpected space before function parentheses. (space-before-function-paren)
(#37302) 'args' declared on line 37295 column 63 is used outside of binding context. (block-scoped-var)
(#37313) This line has a length of 2665. Maximum allowed is 132. (max-len)
(#37317) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#37319) Unexpected space before function parentheses. (space-before-function-paren)
(#37329) Unexpected space before function parentheses. (space-before-function-paren)
(#37354) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#37354) Unexpected space before function parentheses. (space-before-function-paren)
(#37355) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#37418) 'advanceHeight' declared on line 37427 column 41 is used outside of binding context. (block-scoped-var)
(#37418) 'advanceHeight' declared on line 37432 column 41 is used outside of binding context. (block-scoped-var)
(#37419) 'topBearing' declared on line 37428 column 41 is used outside of binding context. (block-scoped-var)
(#37419) 'topBearing' declared on line 37433 column 41 is used outside of binding context. (block-scoped-var)
(#37427) 'advanceHeight' declared on line 37418 column 37 is used outside of binding context. (block-scoped-var)
(#37427) 'advanceHeight' declared on line 37432 column 41 is used outside of binding context. (block-scoped-var)
(#37428) 'topBearing' declared on line 37419 column 37 is used outside of binding context. (block-scoped-var)
(#37428) 'topBearing' declared on line 37433 column 41 is used outside of binding context. (block-scoped-var)
(#37432) 'advanceHeight' declared on line 37418 column 37 is used outside of binding context. (block-scoped-var)
(#37432) 'advanceHeight' declared on line 37427 column 41 is used outside of binding context. (block-scoped-var)
(#37433) 'topBearing' declared on line 37419 column 37 is used outside of binding context. (block-scoped-var)
(#37433) 'topBearing' declared on line 37428 column 41 is used outside of binding context. (block-scoped-var)
(#37441) Return statement should not contain assignment. (no-return-assign)
(#37443) 'advanceHeight' declared on line 37418 column 37 is used outside of binding context. (block-scoped-var)
(#37443) 'advanceHeight' declared on line 37427 column 41 is used outside of binding context. (block-scoped-var)
(#37443) 'advanceHeight' declared on line 37432 column 41 is used outside of binding context. (block-scoped-var)
(#37445) 'topBearing' declared on line 37419 column 37 is used outside of binding context. (block-scoped-var)
(#37445) 'topBearing' declared on line 37428 column 41 is used outside of binding context. (block-scoped-var)
(#37445) 'topBearing' declared on line 37433 column 41 is used outside of binding context. (block-scoped-var)
(#37478) Expected to return a value at the end of function '_getName'. (consistent-return)
(#37577) Unexpected empty method 'get'. (no-empty-function)
(#37587) This line has a length of 959. Maximum allowed is 132. (max-len)
(#37591) Comments should not begin with a lowercase character. (capitalized-comments)
(#37599) Unexpected use of '<<'. (no-bitwise)
(#37600) Unexpected use of '<<'. (no-bitwise)
(#37601) Unexpected use of '<<'. (no-bitwise)
(#37602) Unexpected use of '<<'. (no-bitwise)
(#37603) Unexpected use of '<<'. (no-bitwise)
(#37604) Unexpected use of '<<'. (no-bitwise)
(#37607) Unexpected use of '<<'. (no-bitwise)
(#37608) Unexpected use of '<<'. (no-bitwise)
(#37609) Unexpected use of '<<'. (no-bitwise)
(#37610) Unexpected use of '<<'. (no-bitwise)
(#37611) Unexpected use of '<<'. (no-bitwise)
(#37612) Unexpected use of '<<'. (no-bitwise)
(#37614) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#37614) Unexpected space before function parentheses. (space-before-function-paren)
(#37615) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#37652) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#37652) Unexpected space before function parentheses. (space-before-function-paren)
(#37655) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#37682) 'val' declared on line 37690 column 41 is used outside of binding context. (block-scoped-var)
(#37682) 'val' declared on line 37692 column 41 is used outside of binding context. (block-scoped-var)
(#37684) 'val' declared on line 37690 column 41 is used outside of binding context. (block-scoped-var)
(#37684) 'val' declared on line 37692 column 41 is used outside of binding context. (block-scoped-var)
(#37684) 'val' declared on line 37690 column 41 is used outside of binding context. (block-scoped-var)
(#37684) 'val' declared on line 37692 column 41 is used outside of binding context. (block-scoped-var)
(#37687) 'val' declared on line 37690 column 41 is used outside of binding context. (block-scoped-var)
(#37687) 'val' declared on line 37692 column 41 is used outside of binding context. (block-scoped-var)
(#37690) 'val' declared on line 37682 column 37 is used outside of binding context. (block-scoped-var)
(#37690) 'val' declared on line 37692 column 41 is used outside of binding context. (block-scoped-var)
(#37692) 'val' declared on line 37682 column 37 is used outside of binding context. (block-scoped-var)
(#37692) 'val' declared on line 37690 column 41 is used outside of binding context. (block-scoped-var)
(#37696) 'val' declared on line 37682 column 37 is used outside of binding context. (block-scoped-var)
(#37696) 'val' declared on line 37690 column 41 is used outside of binding context. (block-scoped-var)
(#37696) 'val' declared on line 37692 column 41 is used outside of binding context. (block-scoped-var)
(#37728) Comments should not begin with a lowercase character. (capitalized-comments)
(#37738) 'flag' declared on line 37751 column 37 is used outside of binding context. (block-scoped-var)
(#37738) 'flag' declared on line 37758 column 37 is used outside of binding context. (block-scoped-var)
(#37738) 'flag' declared on line 37764 column 37 is used outside of binding context. (block-scoped-var)
(#37739) 'flag' declared on line 37751 column 37 is used outside of binding context. (block-scoped-var)
(#37739) 'flag' declared on line 37758 column 37 is used outside of binding context. (block-scoped-var)
(#37739) 'flag' declared on line 37764 column 37 is used outside of binding context. (block-scoped-var)
(#37741) Comments should not begin with a lowercase character. (capitalized-comments)
(#37742) Unexpected use of '&'. (no-bitwise)
(#37742) 'flag' declared on line 37751 column 37 is used outside of binding context. (block-scoped-var)
(#37742) 'flag' declared on line 37758 column 37 is used outside of binding context. (block-scoped-var)
(#37742) 'flag' declared on line 37764 column 37 is used outside of binding context. (block-scoped-var)
(#37745) 'flag' declared on line 37751 column 37 is used outside of binding context. (block-scoped-var)
(#37745) 'flag' declared on line 37758 column 37 is used outside of binding context. (block-scoped-var)
(#37745) 'flag' declared on line 37764 column 37 is used outside of binding context. (block-scoped-var)
(#37750) 'i' declared on line 37757 column 38 is used outside of binding context. (block-scoped-var)
(#37750) 'i' declared on line 37763 column 38 is used outside of binding context. (block-scoped-var)
(#37750) 'i' declared on line 37757 column 38 is used outside of binding context. (block-scoped-var)
(#37750) 'i' declared on line 37763 column 38 is used outside of binding context. (block-scoped-var)
(#37750) 'i' declared on line 37757 column 38 is used outside of binding context. (block-scoped-var)
(#37750) 'i' declared on line 37763 column 38 is used outside of binding context. (block-scoped-var)
(#37751) 'flag' declared on line 37738 column 37 is used outside of binding context. (block-scoped-var)
(#37751) 'flag' declared on line 37758 column 37 is used outside of binding context. (block-scoped-var)
(#37751) 'flag' declared on line 37764 column 37 is used outside of binding context. (block-scoped-var)
(#37751) 'i' declared on line 37757 column 38 is used outside of binding context. (block-scoped-var)
(#37751) 'i' declared on line 37763 column 38 is used outside of binding context. (block-scoped-var)
(#37752) 'flag' declared on line 37738 column 37 is used outside of binding context. (block-scoped-var)
(#37752) Unexpected use of '&'. (no-bitwise)
(#37752) 'flag' declared on line 37758 column 37 is used outside of binding context. (block-scoped-var)
(#37752) 'flag' declared on line 37764 column 37 is used outside of binding context. (block-scoped-var)
(#37752) 'i' declared on line 37757 column 38 is used outside of binding context. (block-scoped-var)
(#37752) 'i' declared on line 37763 column 38 is used outside of binding context. (block-scoped-var)
(#37757) 'i' declared on line 37750 column 38 is used outside of binding context. (block-scoped-var)
(#37757) 'i' declared on line 37763 column 38 is used outside of binding context. (block-scoped-var)
(#37757) 'i' declared on line 37750 column 38 is used outside of binding context. (block-scoped-var)
(#37757) 'i' declared on line 37763 column 38 is used outside of binding context. (block-scoped-var)
(#37757) 'i' declared on line 37750 column 38 is used outside of binding context. (block-scoped-var)
(#37757) 'i' declared on line 37763 column 38 is used outside of binding context. (block-scoped-var)
(#37758) 'flag' declared on line 37738 column 37 is used outside of binding context. (block-scoped-var)
(#37758) 'flag' declared on line 37751 column 37 is used outside of binding context. (block-scoped-var)
(#37758) 'flag' declared on line 37764 column 37 is used outside of binding context. (block-scoped-var)
(#37758) 'i' declared on line 37750 column 38 is used outside of binding context. (block-scoped-var)
(#37758) 'i' declared on line 37763 column 38 is used outside of binding context. (block-scoped-var)
(#37759) 'i' declared on line 37750 column 38 is used outside of binding context. (block-scoped-var)
(#37759) 'i' declared on line 37763 column 38 is used outside of binding context. (block-scoped-var)
(#37759) 'flag' declared on line 37738 column 37 is used outside of binding context. (block-scoped-var)
(#37759) 'flag' declared on line 37751 column 37 is used outside of binding context. (block-scoped-var)
(#37759) Unexpected use of '&'. (no-bitwise)
(#37759) 'flag' declared on line 37764 column 37 is used outside of binding context. (block-scoped-var)
(#37759) 'flag' declared on line 37738 column 37 is used outside of binding context. (block-scoped-var)
(#37759) 'flag' declared on line 37751 column 37 is used outside of binding context. (block-scoped-var)
(#37759) Unexpected use of '&'. (no-bitwise)
(#37759) 'flag' declared on line 37764 column 37 is used outside of binding context. (block-scoped-var)
(#37763) 'i' declared on line 37750 column 38 is used outside of binding context. (block-scoped-var)
(#37763) 'i' declared on line 37757 column 38 is used outside of binding context. (block-scoped-var)
(#37763) 'i' declared on line 37750 column 38 is used outside of binding context. (block-scoped-var)
(#37763) 'i' declared on line 37757 column 38 is used outside of binding context. (block-scoped-var)
(#37763) 'i' declared on line 37750 column 38 is used outside of binding context. (block-scoped-var)
(#37763) 'i' declared on line 37757 column 38 is used outside of binding context. (block-scoped-var)
(#37764) 'flag' declared on line 37738 column 37 is used outside of binding context. (block-scoped-var)
(#37764) 'flag' declared on line 37751 column 37 is used outside of binding context. (block-scoped-var)
(#37764) 'flag' declared on line 37758 column 37 is used outside of binding context. (block-scoped-var)
(#37764) 'i' declared on line 37750 column 38 is used outside of binding context. (block-scoped-var)
(#37764) 'i' declared on line 37757 column 38 is used outside of binding context. (block-scoped-var)
(#37765) 'i' declared on line 37750 column 38 is used outside of binding context. (block-scoped-var)
(#37765) 'i' declared on line 37757 column 38 is used outside of binding context. (block-scoped-var)
(#37765) 'flag' declared on line 37738 column 37 is used outside of binding context. (block-scoped-var)
(#37765) 'flag' declared on line 37751 column 37 is used outside of binding context. (block-scoped-var)
(#37765) 'flag' declared on line 37758 column 37 is used outside of binding context. (block-scoped-var)
(#37765) Unexpected use of '&'. (no-bitwise)
(#37765) 'flag' declared on line 37738 column 37 is used outside of binding context. (block-scoped-var)
(#37765) 'flag' declared on line 37751 column 37 is used outside of binding context. (block-scoped-var)
(#37765) 'flag' declared on line 37758 column 37 is used outside of binding context. (block-scoped-var)
(#37765) Unexpected use of '&'. (no-bitwise)
(#37782) Comments should not begin with a lowercase character. (capitalized-comments)
(#37787) Unexpected use of '&'. (no-bitwise)
(#37792) Unexpected use of '&'. (no-bitwise)
(#37795) Unexpected use of '&'. (no-bitwise)
(#37796) 'dx' declared on line 37799 column 41 is used outside of binding context. (block-scoped-var)
(#37797) 'dy' declared on line 37800 column 41 is used outside of binding context. (block-scoped-var)
(#37799) 'dx' declared on line 37796 column 41 is used outside of binding context. (block-scoped-var)
(#37800) 'dy' declared on line 37797 column 41 is used outside of binding context. (block-scoped-var)
(#37803) 'component' declared on line 37825 column 41 is used outside of binding context. (block-scoped-var)
(#37803) 'dx' declared on line 37796 column 41 is used outside of binding context. (block-scoped-var)
(#37803) 'dx' declared on line 37799 column 41 is used outside of binding context. (block-scoped-var)
(#37803) 'dy' declared on line 37797 column 41 is used outside of binding context. (block-scoped-var)
(#37803) 'dy' declared on line 37800 column 41 is used outside of binding context. (block-scoped-var)
(#37804) 'component' declared on line 37825 column 41 is used outside of binding context. (block-scoped-var)
(#37806) Unexpected use of '&'. (no-bitwise)
(#37807) Comments should not begin with a lowercase character. (capitalized-comments)
(#37808) This line has a length of 141. Maximum allowed is 132. (max-len)
(#37808) 'component' declared on line 37825 column 41 is used outside of binding context. (block-scoped-var)
(#37808) 'component' declared on line 37825 column 41 is used outside of binding context. (block-scoped-var)
(#37808) Unexpected use of '|'. (no-bitwise)
(#37808) Unexpected use of '<<'. (no-bitwise)
(#37808) Unexpected use of '<<'. (no-bitwise)
(#37809) Unexpected use of '&'. (no-bitwise)
(#37810) 'component' declared on line 37825 column 41 is used outside of binding context. (block-scoped-var)
(#37810) Unexpected use of '|'. (no-bitwise)
(#37810) Unexpected use of '<<'. (no-bitwise)
(#37810) Unexpected use of '<<'. (no-bitwise)
(#37811) 'component' declared on line 37825 column 41 is used outside of binding context. (block-scoped-var)
(#37811) Unexpected use of '|'. (no-bitwise)
(#37811) Unexpected use of '<<'. (no-bitwise)
(#37811) Unexpected use of '<<'. (no-bitwise)
(#37812) Unexpected use of '&'. (no-bitwise)
(#37813) 'component' declared on line 37825 column 41 is used outside of binding context. (block-scoped-var)
(#37813) Unexpected use of '|'. (no-bitwise)
(#37813) Unexpected use of '<<'. (no-bitwise)
(#37813) Unexpected use of '<<'. (no-bitwise)
(#37814) 'component' declared on line 37825 column 41 is used outside of binding context. (block-scoped-var)
(#37814) Unexpected use of '|'. (no-bitwise)
(#37814) Unexpected use of '<<'. (no-bitwise)
(#37814) Unexpected use of '<<'. (no-bitwise)
(#37815) 'component' declared on line 37825 column 41 is used outside of binding context. (block-scoped-var)
(#37815) Unexpected use of '|'. (no-bitwise)
(#37815) Unexpected use of '<<'. (no-bitwise)
(#37815) Unexpected use of '<<'. (no-bitwise)
(#37816) 'component' declared on line 37825 column 41 is used outside of binding context. (block-scoped-var)
(#37816) Unexpected use of '|'. (no-bitwise)
(#37816) Unexpected use of '<<'. (no-bitwise)
(#37816) Unexpected use of '<<'. (no-bitwise)
(#37819) 'component' declared on line 37825 column 41 is used outside of binding context. (block-scoped-var)
(#37825) 'component' declared on line 37803 column 37 is used outside of binding context. (block-scoped-var)
(#37826) 'component' declared on line 37803 column 37 is used outside of binding context. (block-scoped-var)
(#37826) 'component' declared on line 37803 column 37 is used outside of binding context. (block-scoped-var)
(#37846) Use '===' to compare with null. (no-eq-null)
(#37857) This line has a length of 277. Maximum allowed is 132. (max-len)
(#37872) Comments should not begin with a lowercase character. (capitalized-comments)
(#37873) This line has a length of 180. Maximum allowed is 132. (max-len)
(#37877) Expected { after 'if' condition. (curly)
(#37881) Expected { after 'if' condition. (curly)
(#37934) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#37955) 'curvePt' declared on line 37966 column 41 is used outside of binding context. (block-scoped-var)
(#37955) 'curvePt' declared on line 37978 column 45 is used outside of binding context. (block-scoped-var)
(#37955) 'curvePt' declared on line 37983 column 45 is used outside of binding context. (block-scoped-var)
(#37955) 'curvePt' declared on line 37986 column 45 is used outside of binding context. (block-scoped-var)
(#37966) 'curvePt' declared on line 37955 column 41 is used outside of binding context. (block-scoped-var)
(#37966) 'curvePt' declared on line 37978 column 45 is used outside of binding context. (block-scoped-var)
(#37966) 'curvePt' declared on line 37983 column 45 is used outside of binding context. (block-scoped-var)
(#37966) 'curvePt' declared on line 37986 column 45 is used outside of binding context. (block-scoped-var)
(#37978) 'curvePt' declared on line 37955 column 41 is used outside of binding context. (block-scoped-var)
(#37978) 'curvePt' declared on line 37966 column 41 is used outside of binding context. (block-scoped-var)
(#37978) 'curvePt' declared on line 37983 column 45 is used outside of binding context. (block-scoped-var)
(#37978) 'curvePt' declared on line 37986 column 45 is used outside of binding context. (block-scoped-var)
(#37983) 'curvePt' declared on line 37955 column 41 is used outside of binding context. (block-scoped-var)
(#37983) 'curvePt' declared on line 37966 column 41 is used outside of binding context. (block-scoped-var)
(#37983) 'curvePt' declared on line 37978 column 45 is used outside of binding context. (block-scoped-var)
(#37983) 'curvePt' declared on line 37986 column 45 is used outside of binding context. (block-scoped-var)
(#37985) 'curvePt' declared on line 37955 column 41 is used outside of binding context. (block-scoped-var)
(#37985) 'curvePt' declared on line 37966 column 41 is used outside of binding context. (block-scoped-var)
(#37985) 'curvePt' declared on line 37978 column 45 is used outside of binding context. (block-scoped-var)
(#37985) 'curvePt' declared on line 37983 column 45 is used outside of binding context. (block-scoped-var)
(#37985) 'curvePt' declared on line 37955 column 41 is used outside of binding context. (block-scoped-var)
(#37985) 'curvePt' declared on line 37966 column 41 is used outside of binding context. (block-scoped-var)
(#37985) 'curvePt' declared on line 37978 column 45 is used outside of binding context. (block-scoped-var)
(#37985) 'curvePt' declared on line 37983 column 45 is used outside of binding context. (block-scoped-var)
(#37986) 'curvePt' declared on line 37955 column 41 is used outside of binding context. (block-scoped-var)
(#37986) 'curvePt' declared on line 37966 column 41 is used outside of binding context. (block-scoped-var)
(#37986) 'curvePt' declared on line 37978 column 45 is used outside of binding context. (block-scoped-var)
(#37986) 'curvePt' declared on line 37983 column 45 is used outside of binding context. (block-scoped-var)
(#37993) 'curvePt' declared on line 37955 column 41 is used outside of binding context. (block-scoped-var)
(#37993) 'curvePt' declared on line 37966 column 41 is used outside of binding context. (block-scoped-var)
(#37993) 'curvePt' declared on line 37978 column 45 is used outside of binding context. (block-scoped-var)
(#37993) 'curvePt' declared on line 37983 column 45 is used outside of binding context. (block-scoped-var)
(#37993) 'curvePt' declared on line 37986 column 45 is used outside of binding context. (block-scoped-var)
(#37994) 'curvePt' declared on line 37955 column 41 is used outside of binding context. (block-scoped-var)
(#37994) 'curvePt' declared on line 37966 column 41 is used outside of binding context. (block-scoped-var)
(#37994) 'curvePt' declared on line 37978 column 45 is used outside of binding context. (block-scoped-var)
(#37994) 'curvePt' declared on line 37983 column 45 is used outside of binding context. (block-scoped-var)
(#37994) 'curvePt' declared on line 37986 column 45 is used outside of binding context. (block-scoped-var)
(#37994) 'curvePt' declared on line 37955 column 41 is used outside of binding context. (block-scoped-var)
(#37994) 'curvePt' declared on line 37966 column 41 is used outside of binding context. (block-scoped-var)
(#37994) 'curvePt' declared on line 37978 column 45 is used outside of binding context. (block-scoped-var)
(#37994) 'curvePt' declared on line 37983 column 45 is used outside of binding context. (block-scoped-var)
(#37994) 'curvePt' declared on line 37986 column 45 is used outside of binding context. (block-scoped-var)
(#38010) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#38010) Unexpected space before function parentheses. (space-before-function-paren)
(#38013) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#38039) 'pos' is assigned a value but never used. (no-unused-vars)
(#38073) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#38074) Use '===' to compare with null. (no-eq-null)
(#38079) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#38084) Unexpected use of '>>'. (no-bitwise)
(#38085) Return statement should not contain assignment. (no-return-assign)
(#38088) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#38097) Function 'parse' has a complexity of 104. Maximum allowed is 20. (complexity)
(#38102) Comments should not begin with a lowercase character. (capitalized-comments)
(#38103) Comments should not begin with a lowercase character. (capitalized-comments)
(#38104) Comments should not begin with a lowercase character. (capitalized-comments)
(#38106) Comments should not begin with a lowercase character. (capitalized-comments)
(#38111) Comments should not begin with a lowercase character. (capitalized-comments)
(#38121) Comments should not begin with a lowercase character. (capitalized-comments)
(#38129) Comments should not begin with a lowercase character. (capitalized-comments)
(#38131) Comments should not begin with a lowercase character. (capitalized-comments)
(#38134) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#38146) Comments should not begin with a lowercase character. (capitalized-comments)
(#38148) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38149) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38150) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38150) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38151) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38151) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38152) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38153) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38154) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38154) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38154) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38154) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38159) Comments should not begin with a lowercase character. (capitalized-comments)
(#38164) 'p' declared on line 38346 column 57 is used outside of binding context. (block-scoped-var)
(#38165) 'e' declared on line 38347 column 57 is used outside of binding context. (block-scoped-var)
(#38169) 'p' declared on line 38346 column 57 is used outside of binding context. (block-scoped-var)
(#38170) 'e' declared on line 38347 column 57 is used outside of binding context. (block-scoped-var)
(#38175) Comments should not begin with a lowercase character. (capitalized-comments)
(#38182) Comments should not begin with a lowercase character. (capitalized-comments)
(#38198) Comments should not begin with a lowercase character. (capitalized-comments)
(#38208) Comments should not begin with a lowercase character. (capitalized-comments)
(#38225) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#38239) Comments should not begin with a lowercase character. (capitalized-comments)
(#38241) Comments should not begin with a lowercase character. (capitalized-comments)
(#38243) Unexpected use of '>>'. (no-bitwise)
(#38247) Comments should not begin with a lowercase character. (capitalized-comments)
(#38258) Comments should not begin with a lowercase character. (capitalized-comments)
(#38268) Comments should not begin with a lowercase character. (capitalized-comments)
(#38270) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38271) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38272) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38272) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38273) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38273) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38274) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38275) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38276) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38276) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38276) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38276) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38285) Comments should not begin with a lowercase character. (capitalized-comments)
(#38292) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38292) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38293) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38293) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38294) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38294) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38294) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38294) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38295) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38295) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38295) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38295) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38296) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38296) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38297) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38297) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38298) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38298) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38298) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38298) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38298) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38298) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38298) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38298) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38302) Comments should not begin with a lowercase character. (capitalized-comments)
(#38308) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38308) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38309) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38309) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38310) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38310) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38310) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38310) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38311) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38311) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38311) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38311) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38312) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38312) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38313) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38313) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38314) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38314) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38314) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38314) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38314) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38314) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38314) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38314) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38319) Comments should not begin with a lowercase character. (capitalized-comments)
(#38325) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38325) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38326) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38326) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38327) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38327) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38327) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38327) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38328) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38328) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38328) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38328) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38329) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38329) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38330) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38330) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38331) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38331) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38331) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38331) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38331) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38331) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38331) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38331) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38336) Comments should not begin with a lowercase character. (capitalized-comments)
(#38341) Comments should not begin with a lowercase character. (capitalized-comments)
(#38346) 'p' declared on line 38164 column 57 is used outside of binding context. (block-scoped-var)
(#38347) 'e' declared on line 38165 column 57 is used outside of binding context. (block-scoped-var)
(#38351) 'p' declared on line 38164 column 57 is used outside of binding context. (block-scoped-var)
(#38352) 'e' declared on line 38165 column 57 is used outside of binding context. (block-scoped-var)
(#38356) Comments should not begin with a lowercase character. (capitalized-comments)
(#38358) Comments should not begin with a lowercase character. (capitalized-comments)
(#38361) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#38362) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38362) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38363) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38363) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38364) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38364) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38364) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38364) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38365) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38365) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38365) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38365) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38366) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38366) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38367) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38367) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38369) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38369) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38370) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38370) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38371) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38371) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38371) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38371) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38372) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38372) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38372) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38372) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38373) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38373) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38374) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38374) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38377) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38377) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38377) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38377) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38377) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38377) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38377) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38377) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38386) Comments should not begin with a lowercase character. (capitalized-comments)
(#38393) Comments should not begin with a lowercase character. (capitalized-comments)
(#38400) Comments should not begin with a lowercase character. (capitalized-comments)
(#38406) Comments should not begin with a lowercase character. (capitalized-comments)
(#38412) Comments should not begin with a lowercase character. (capitalized-comments)
(#38419) Comments should not begin with a lowercase character. (capitalized-comments)
(#38426) Comments should not begin with a lowercase character. (capitalized-comments)
(#38433) Comments should not begin with a lowercase character. (capitalized-comments)
(#38439) Comments should not begin with a lowercase character. (capitalized-comments)
(#38446) Comments should not begin with a lowercase character. (capitalized-comments)
(#38451) Comments should not begin with a lowercase character. (capitalized-comments)
(#38458) Comments should not begin with a lowercase character. (capitalized-comments)
(#38464) Comments should not begin with a lowercase character. (capitalized-comments)
(#38473) Comments should not begin with a lowercase character. (capitalized-comments)
(#38478) Comments should not begin with a lowercase character. (capitalized-comments)
(#38485) Comments should not begin with a lowercase character. (capitalized-comments)
(#38491) Comments should not begin with a lowercase character. (capitalized-comments)
(#38497) Comments should not begin with a lowercase character. (capitalized-comments)
(#38504) Comments should not begin with a lowercase character. (capitalized-comments)
(#38506) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#38516) Comments should not begin with a lowercase character. (capitalized-comments)
(#38521) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#38522) 't' declared on line 38532 column 69 is used outside of binding context. (block-scoped-var)
(#38523) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#38527) 't' declared on line 38532 column 69 is used outside of binding context. (block-scoped-var)
(#38531) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#38532) 't' declared on line 38522 column 69 is used outside of binding context. (block-scoped-var)
(#38533) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#38537) 't' declared on line 38522 column 69 is used outside of binding context. (block-scoped-var)
(#38544) Comments should not begin with a lowercase character. (capitalized-comments)
(#38545) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38545) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38546) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38546) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38547) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38547) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38547) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38547) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38548) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38548) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38548) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38548) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38549) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38549) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38550) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38550) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38560) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38560) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38560) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38560) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38560) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38560) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38560) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38560) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38565) Comments should not begin with a lowercase character. (capitalized-comments)
(#38576) Comments should not begin with a lowercase character. (capitalized-comments)
(#38580) Comments should not begin with a lowercase character. (capitalized-comments)
(#38581) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38581) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38582) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38582) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38583) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38583) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38583) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38583) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38584) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38584) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38584) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38584) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38585) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38585) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38586) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38586) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38596) 'c1x' declared on line 38148 column 57 is used outside of binding context. (block-scoped-var)
(#38596) 'c1x' declared on line 38270 column 57 is used outside of binding context. (block-scoped-var)
(#38596) 'c1y' declared on line 38149 column 57 is used outside of binding context. (block-scoped-var)
(#38596) 'c1y' declared on line 38271 column 57 is used outside of binding context. (block-scoped-var)
(#38596) 'c2x' declared on line 38150 column 57 is used outside of binding context. (block-scoped-var)
(#38596) 'c2x' declared on line 38272 column 57 is used outside of binding context. (block-scoped-var)
(#38596) 'c2y' declared on line 38151 column 57 is used outside of binding context. (block-scoped-var)
(#38596) 'c2y' declared on line 38273 column 57 is used outside of binding context. (block-scoped-var)
(#38601) Comments should not begin with a lowercase character. (capitalized-comments)
(#38613) Comments should not begin with a lowercase character. (capitalized-comments)
(#38637) 'b1' declared on line 38640 column 45 is used outside of binding context. (block-scoped-var)
(#38638) 'b1' declared on line 38640 column 45 is used outside of binding context. (block-scoped-var)
(#38640) 'b1' declared on line 38637 column 45 is used outside of binding context. (block-scoped-var)
(#38641) 'b1' declared on line 38637 column 45 is used outside of binding context. (block-scoped-var)
(#38664) Unexpected space before function parentheses. (space-before-function-paren)
(#38673) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#38673) Unexpected space before function parentheses. (space-before-function-paren)
(#38676) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#38698) 'table' declared on line 38692 column 37 is used outside of binding context. (block-scoped-var)
(#38712) Use '===' to compare with null. (no-eq-null)
(#38743) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#38743) Unexpected space before function parentheses. (space-before-function-paren)
(#38746) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#38772) This line has a length of 171. Maximum allowed is 132. (max-len)
(#38776) Expected { after 'if' condition. (curly)
(#38780) Expected { after 'if' condition. (curly)
(#38804) Unexpected use of '>>'. (no-bitwise)
(#38805) 'rec' declared on line 38834 column 41 is used outside of binding context. (block-scoped-var)
(#38807) 'rec' declared on line 38834 column 41 is used outside of binding context. (block-scoped-var)
(#38809) 'rec' declared on line 38834 column 41 is used outside of binding context. (block-scoped-var)
(#38812) 'rec' declared on line 38834 column 41 is used outside of binding context. (block-scoped-var)
(#38817) Comments should not begin with a lowercase character. (capitalized-comments)
(#38819) 'baseLayer' declared on line 38812 column 45 is used outside of binding context. (block-scoped-var)
(#38819) Use '===' to compare with null. (no-eq-null)
(#38820) 'g' declared on line 38836 column 41 is used outside of binding context. (block-scoped-var)
(#38821) 'color' declared on line 38835 column 41 is used outside of binding context. (block-scoped-var)
(#38828) 'g' declared on line 38836 column 41 is used outside of binding context. (block-scoped-var)
(#38828) 'color' declared on line 38835 column 41 is used outside of binding context. (block-scoped-var)
(#38831) Comments should not begin with a lowercase character. (capitalized-comments)
(#38833) 'baseLayer' declared on line 38812 column 45 is used outside of binding context. (block-scoped-var)
(#38833) 'baseLayer' declared on line 38812 column 45 is used outside of binding context. (block-scoped-var)
(#38833) 'baseLayer' declared on line 38812 column 45 is used outside of binding context. (block-scoped-var)
(#38834) 'rec' declared on line 38805 column 41 is used outside of binding context. (block-scoped-var)
(#38835) 'color' declared on line 38821 column 41 is used outside of binding context. (block-scoped-var)
(#38835) 'rec' declared on line 38805 column 41 is used outside of binding context. (block-scoped-var)
(#38836) 'g' declared on line 38820 column 41 is used outside of binding context. (block-scoped-var)
(#38836) 'rec' declared on line 38805 column 41 is used outside of binding context. (block-scoped-var)
(#38837) 'g' declared on line 38820 column 41 is used outside of binding context. (block-scoped-var)
(#38837) 'color' declared on line 38821 column 41 is used outside of binding context. (block-scoped-var)
(#38871) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#38871) Unexpected space before function parentheses. (space-before-function-paren)
(#38872) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#38881) Comments should not begin with a lowercase character. (capitalized-comments)
(#38884) 'i' declared on line 38896 column 42 is used outside of binding context. (block-scoped-var)
(#38884) 'i' declared on line 38896 column 42 is used outside of binding context. (block-scoped-var)
(#38884) 'i' declared on line 38896 column 42 is used outside of binding context. (block-scoped-var)
(#38885) 'i' declared on line 38896 column 42 is used outside of binding context. (block-scoped-var)
(#38886) 'i' declared on line 38896 column 42 is used outside of binding context. (block-scoped-var)
(#38887) This line has a length of 159. Maximum allowed is 132. (max-len)
(#38887) 'i' declared on line 38896 column 42 is used outside of binding context. (block-scoped-var)
(#38889) This line has a length of 159. Maximum allowed is 132. (max-len)
(#38889) 'i' declared on line 38896 column 42 is used outside of binding context. (block-scoped-var)
(#38893) Comments should not begin with a lowercase character. (capitalized-comments)
(#38896) 'i' declared on line 38884 column 38 is used outside of binding context. (block-scoped-var)
(#38896) 'i' declared on line 38884 column 38 is used outside of binding context. (block-scoped-var)
(#38896) 'i' declared on line 38884 column 38 is used outside of binding context. (block-scoped-var)
(#38897) 'i' declared on line 38884 column 38 is used outside of binding context. (block-scoped-var)
(#38900) 'i' declared on line 38884 column 38 is used outside of binding context. (block-scoped-var)
(#38902) This line has a length of 214. Maximum allowed is 132. (max-len)
(#38902) 'i' declared on line 38884 column 38 is used outside of binding context. (block-scoped-var)
(#38902) 'i' declared on line 38884 column 38 is used outside of binding context. (block-scoped-var)
(#38913) Function 'transformPoints' has a complexity of 22. Maximum allowed is 20. (complexity)
(#38940) Unexpected use of '&'. (no-bitwise)
(#38941) 'here' declared on line 38989 column 37 is used outside of binding context. (block-scoped-var)
(#38945) 'here' declared on line 38989 column 37 is used outside of binding context. (block-scoped-var)
(#38948) Unexpected space before function parentheses. (space-before-function-paren)
(#38952) Unexpected use of '&='. (no-bitwise)
(#38957) Unexpected use of '&'. (no-bitwise)
(#38958) 'tupleCoords' declared on line 38967 column 41 is used outside of binding context. (block-scoped-var)
(#38960) 'tupleCoords' declared on line 38967 column 41 is used outside of binding context. (block-scoped-var)
(#38963) Unexpected use of '&'. (no-bitwise)
(#38967) 'tupleCoords' declared on line 38958 column 41 is used outside of binding context. (block-scoped-var)
(#38967) Unexpected use of '&'. (no-bitwise)
(#38970) Unexpected use of '&'. (no-bitwise)
(#38983) 'tupleCoords' declared on line 38958 column 41 is used outside of binding context. (block-scoped-var)
(#38983) 'tupleCoords' declared on line 38967 column 41 is used outside of binding context. (block-scoped-var)
(#38983) 'startCoords' declared on line 38971 column 41 is used outside of binding context. (block-scoped-var)
(#38983) 'endCoords' declared on line 38976 column 41 is used outside of binding context. (block-scoped-var)
(#38989) 'here' declared on line 38941 column 37 is used outside of binding context. (block-scoped-var)
(#38992) Unexpected use of '&'. (no-bitwise)
(#38993) 'points' declared on line 38995 column 41 is used outside of binding context. (block-scoped-var)
(#38995) 'points' declared on line 38993 column 41 is used outside of binding context. (block-scoped-var)
(#38995) 'sharedPoints' declared on line 38943 column 37 is used outside of binding context. (block-scoped-var)
(#38998) Comments should not begin with a lowercase character. (capitalized-comments)
(#38999) 'points' declared on line 38993 column 41 is used outside of binding context. (block-scoped-var)
(#38999) 'points' declared on line 38995 column 41 is used outside of binding context. (block-scoped-var)
(#38999) 'points' declared on line 38993 column 41 is used outside of binding context. (block-scoped-var)
(#38999) 'points' declared on line 38995 column 41 is used outside of binding context. (block-scoped-var)
(#39003) 'points' declared on line 38993 column 41 is used outside of binding context. (block-scoped-var)
(#39003) 'points' declared on line 38995 column 41 is used outside of binding context. (block-scoped-var)
(#39004) Comments should not begin with a lowercase character. (capitalized-comments)
(#39011) Unexpected space before function parentheses. (space-before-function-paren)
(#39014) Unexpected space before function parentheses. (space-before-function-paren)
(#39018) 'points' declared on line 38993 column 41 is used outside of binding context. (block-scoped-var)
(#39018) 'points' declared on line 38995 column 41 is used outside of binding context. (block-scoped-var)
(#39019) 'points' declared on line 38993 column 41 is used outside of binding context. (block-scoped-var)
(#39019) 'points' declared on line 38995 column 41 is used outside of binding context. (block-scoped-var)
(#39041) 'here' declared on line 38941 column 37 is used outside of binding context. (block-scoped-var)
(#39049) Unexpected use of '&'. (no-bitwise)
(#39050) Unexpected use of '|'. (no-bitwise)
(#39050) Unexpected use of '<<'. (no-bitwise)
(#39050) Unexpected use of '&'. (no-bitwise)
(#39058) Unexpected use of '&'. (no-bitwise)
(#39059) Unexpected use of '&'. (no-bitwise)
(#39077) Unexpected use of '&'. (no-bitwise)
(#39079) Unexpected use of '&'. (no-bitwise)
(#39082) Unexpected use of '&'. (no-bitwise)
(#39092) This line has a length of 143. Maximum allowed is 132. (max-len)
(#39107) Unexpected use of '&'. (no-bitwise)
(#39108) This line has a length of 133. Maximum allowed is 132. (max-len)
(#39117) This line has a length of 163. Maximum allowed is 132. (max-len)
(#39119) This line has a length of 159. Maximum allowed is 132. (max-len)
(#39132) This line has a length of 148. Maximum allowed is 132. (max-len)
(#39141) Comments should not begin with a lowercase character. (capitalized-comments)
(#39148) Comments should not begin with a lowercase character. (capitalized-comments)
(#39162) Comments should not begin with a lowercase character. (capitalized-comments)
(#39171) Comments should not begin with a lowercase character. (capitalized-comments)
(#39175) Comments should not begin with a lowercase character. (capitalized-comments)
(#39187) This line has a length of 145. Maximum allowed is 132. (max-len)
(#39254) 'entryFormat' is assigned a value but never used. (no-unused-vars)
(#39300) Comments should not begin with a lowercase character. (capitalized-comments)
(#39306) Comments should not begin with a lowercase character. (capitalized-comments)
(#39311) Comments should not begin with a lowercase character. (capitalized-comments)
(#39318) Comments should not begin with a lowercase character. (capitalized-comments)
(#39322) Comments should not begin with a lowercase character. (capitalized-comments)
(#39326) Comments should not begin with a lowercase character. (capitalized-comments)
(#39331) This line has a length of 170. Maximum allowed is 132. (max-len)
(#39333) This line has a length of 166. Maximum allowed is 132. (max-len)
(#39337) Comments should not begin with a lowercase character. (capitalized-comments)
(#39351) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#39351) Unexpected space before function parentheses. (space-before-function-paren)
(#39352) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#39359) Comments should not begin with a lowercase character. (capitalized-comments)
(#39368) Use '===' to compare with null. (no-eq-null)
(#39381) Unexpected space before function parentheses. (space-before-function-paren)
(#39393) Unexpected use of '<<'. (no-bitwise)
(#39394) Unexpected use of '<<'. (no-bitwise)
(#39395) Unexpected use of '<<'. (no-bitwise)
(#39396) Unexpected use of '<<'. (no-bitwise)
(#39397) Unexpected use of '<<'. (no-bitwise)
(#39398) Unexpected use of '<<'. (no-bitwise)
(#39400) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#39400) Unexpected space before function parentheses. (space-before-function-paren)
(#39401) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#39421) Comments should not begin with a lowercase character. (capitalized-comments)
(#39437) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#39437) Unexpected space before function parentheses. (space-before-function-paren)
(#39438) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#39472) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#39480) Unexpected use of '|='. (no-bitwise)
(#39487) Unexpected use of '|='. (no-bitwise)
(#39542) This line has a length of 136. Maximum allowed is 132. (max-len)
(#39546) Unexpected use of '|='. (no-bitwise)
(#39549) Unexpected use of '|='. (no-bitwise)
(#39553) Unexpected use of '|='. (no-bitwise)
(#39566) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#39566) Unexpected space before function parentheses. (space-before-function-paren)
(#39569) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#39582) Comments should not begin with a lowercase character. (capitalized-comments)
(#39591) Comments should not begin with a lowercase character. (capitalized-comments)
(#39594) This line has a length of 179. Maximum allowed is 132. (max-len)
(#39598) Expected { after 'if' condition. (curly)
(#39602) Expected { after 'if' condition. (curly)
(#39629) Comments should not begin with a lowercase character. (capitalized-comments)
(#39646) Comments should not begin with a lowercase character. (capitalized-comments)
(#39666) Comments should not begin with a lowercase character. (capitalized-comments)
(#39701) Comments should not begin with a lowercase character. (capitalized-comments)
(#39712) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#39712) Unexpected space before function parentheses. (space-before-function-paren)
(#39715) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#39731) This line has a length of 171. Maximum allowed is 132. (max-len)
(#39735) Expected { after 'if' condition. (curly)
(#39739) Expected { after 'if' condition. (curly)
(#39748) 'path' is assigned a value but never used. (no-unused-vars)
(#39748) Comments should not begin with a lowercase character. (capitalized-comments)
(#39766) Comments should not begin with a lowercase character. (capitalized-comments)
(#39782) This line has a length of 179. Maximum allowed is 132. (max-len)
(#39786) Expected { after 'if' condition. (curly)
(#39790) Expected { after 'if' condition. (curly)
(#39797) Use '===' to compare with null. (no-eq-null)
(#39810) 'path' is assigned a value but never used. (no-unused-vars)
(#39810) Comments should not begin with a lowercase character. (capitalized-comments)
(#39830) This line has a length of 179. Maximum allowed is 132. (max-len)
(#39834) Expected { after 'if' condition. (curly)
(#39838) Expected { after 'if' condition. (curly)
(#39845) 'path' is assigned a value but never used. (no-unused-vars)
(#39845) Comments should not begin with a lowercase character. (capitalized-comments)
(#39856) Return statement should not contain assignment. (no-return-assign)
(#39891) This line has a length of 152. Maximum allowed is 132. (max-len)
(#39925) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#39927) Unexpected space before function parentheses. (space-before-function-paren)
(#39937) Unexpected space before function parentheses. (space-before-function-paren)
(#39958) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#39958) Unexpected space before function parentheses. (space-before-function-paren)
(#39964) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#39977) Comments should not begin with a lowercase character. (capitalized-comments)
(#39994) Unexpected console statement. (no-console)
(#39995) Unexpected console statement. (no-console)
(#40014) Return statement should not contain assignment. (no-return-assign)
(#40033) Missing JSDoc @param "key" declaration. (jsdoc/require-param)
(#40107) Unexpected use of '<<'. (no-bitwise)
(#40107) Unexpected use of '&'. (no-bitwise)
(#40107) Unexpected use of '&'. (no-bitwise)
(#40243) This line has a length of 156. Maximum allowed is 132. (max-len)
(#40255) Comments should not begin with a lowercase character. (capitalized-comments)
(#40256) Unexpected space before function parentheses. (space-before-function-paren)
(#40498) This line has a length of 178. Maximum allowed is 132. (max-len)
(#40502) Expected { after 'if' condition. (curly)
(#40506) Expected { after 'if' condition. (curly)
(#40515) Unquoted reserved word 'default' used as key. (quote-props)
(#40539) This line has a length of 190. Maximum allowed is 132. (max-len)
(#40543) Expected { after 'if' condition. (curly)
(#40547) Expected { after 'if' condition. (curly)
(#40579) Unexpected space before function parentheses. (space-before-function-paren)
(#40589) This line has a length of 1139. Maximum allowed is 132. (max-len)
(#40600) Comments should not begin with a lowercase character. (capitalized-comments)
(#40616) Unexpected space before function parentheses. (space-before-function-paren)
(#40618) This line has a length of 167. Maximum allowed is 132. (max-len)
(#40622) Expected { after 'if' condition. (curly)
(#40626) Expected { after 'if' condition. (curly)
(#40638) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#40638) Unexpected space before function parentheses. (space-before-function-paren)
(#40641) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#40661) Comments should not begin with a lowercase character. (capitalized-comments)
(#40680) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#40680) Unexpected space before function parentheses. (space-before-function-paren)
(#40683) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#40706) 'i' is assigned a value but never used. (no-unused-vars)
(#40710) Unexpected use of '&'. (no-bitwise)
(#40714) Unexpected use of '|'. (no-bitwise)
(#40714) Unexpected use of '<<'. (no-bitwise)
(#40714) Unexpected use of '&'. (no-bitwise)
(#40715) Unexpected use of '&'. (no-bitwise)
(#40724) This line has a length of 541. Maximum allowed is 132. (max-len)
(#40728) Unexpected space before function parentheses. (space-before-function-paren)
(#40729) Unexpected use of '&'. (no-bitwise)
(#40732) Unexpected use of '&'. (no-bitwise)
(#40736) Unexpected use of '&'. (no-bitwise)
(#40736) Unexpected use of '>>>'. (no-bitwise)
(#40741) Unexpected space before function parentheses. (space-before-function-paren)
(#40747) Comments should not begin with a lowercase character. (capitalized-comments)
(#40764) Unexpected space before function parentheses. (space-before-function-paren)
(#40771) Return statement should not contain assignment. (no-return-assign)
(#40779) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#40779) Unexpected space before function parentheses. (space-before-function-paren)
(#40782) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#40798) Comments should not begin with a lowercase character. (capitalized-comments)
(#40807) Use '===' to compare with null. (no-eq-null)
(#40829) Expected to return a value at the end of function '_getBaseGlyph'. (consistent-return)
(#40837) Return statement should not contain assignment. (no-return-assign)
(#40856) Comments should not begin with a lowercase character. (capitalized-comments)
(#40871) 'instructionSize' declared on line 40876 column 45 is used outside of binding context. (block-scoped-var)
(#40873) Comments should not begin with a lowercase character. (capitalized-comments)
(#40874) This line has a length of 140. Maximum allowed is 132. (max-len)
(#40876) 'instructionSize' declared on line 40871 column 41 is used outside of binding context. (block-scoped-var)
(#40876) 'instructionSize' is assigned a value but never used. (no-unused-vars)
(#40889) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#40889) Unexpected space before function parentheses. (space-before-function-paren)
(#40890) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#40932) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#40950) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#40951) Unexpected use of '&'. (no-bitwise)
(#40954) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#40963) Unexpected use of '>>'. (no-bitwise)
(#40964) Unexpected use of '&='. (no-bitwise)
(#40968) Unexpected use of '<<'. (no-bitwise)
(#40968) Unexpected use of '&'. (no-bitwise)
(#40970) Unexpected use of '<<'. (no-bitwise)
(#40970) Unexpected use of '&'. (no-bitwise)
(#40973) 'b0' declared on line 40978 column 37 is used outside of binding context. (block-scoped-var)
(#40974) 'b1' declared on line 40982 column 37 is used outside of binding context. (block-scoped-var)
(#40975) Unexpected use of '&'. (no-bitwise)
(#40975) 'b0' declared on line 40978 column 37 is used outside of binding context. (block-scoped-var)
(#40975) Unexpected use of '>>'. (no-bitwise)
(#40975) 'b1' declared on line 40982 column 37 is used outside of binding context. (block-scoped-var)
(#40976) Unexpected use of '>>'. (no-bitwise)
(#40976) Unexpected use of '<<'. (no-bitwise)
(#40976) Unexpected use of '&'. (no-bitwise)
(#40976) 'b0' declared on line 40978 column 37 is used outside of binding context. (block-scoped-var)
(#40976) Unexpected use of '&'. (no-bitwise)
(#40976) 'b1' declared on line 40982 column 37 is used outside of binding context. (block-scoped-var)
(#40978) 'b0' declared on line 40973 column 37 is used outside of binding context. (block-scoped-var)
(#40979) 'b0' declared on line 40973 column 37 is used outside of binding context. (block-scoped-var)
(#40979) Unexpected use of '<<'. (no-bitwise)
(#40980) Unexpected use of '>>'. (no-bitwise)
(#40980) 'b0' declared on line 40973 column 37 is used outside of binding context. (block-scoped-var)
(#40980) Unexpected use of '<<'. (no-bitwise)
(#40980) Unexpected use of '>>'. (no-bitwise)
(#40982) 'b1' declared on line 40974 column 37 is used outside of binding context. (block-scoped-var)
(#40984) 'b1' declared on line 40974 column 37 is used outside of binding context. (block-scoped-var)
(#40984) Unexpected use of '<<'. (no-bitwise)
(#40984) Unexpected use of '>>'. (no-bitwise)
(#40985) Unexpected use of '>>'. (no-bitwise)
(#40985) Unexpected use of '<<'. (no-bitwise)
(#40985) Unexpected use of '&'. (no-bitwise)
(#40988) Unexpected use of '>>'. (no-bitwise)
(#41000) Unquoted number literal '65536' used as key. (quote-props)
(#41004) Unquoted number literal '131072' used as key. (quote-props)
(#41013) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#41013) Unexpected space before function parentheses. (space-before-function-paren)
(#41018) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41030) This line has a length of 179. Maximum allowed is 132. (max-len)
(#41034) Expected { after 'if' condition. (curly)
(#41038) Expected { after 'if' condition. (curly)
(#41059) This line has a length of 191. Maximum allowed is 132. (max-len)
(#41063) Expected { after 'if' condition. (curly)
(#41067) Expected { after 'if' condition. (curly)
(#41086) 'DFontData' is assigned a value but never used. (no-unused-vars)
(#41102) Unexpected space before function parentheses. (space-before-function-paren)
(#41109) Unexpected space before function parentheses. (space-before-function-paren)
(#41127) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#41127) Unexpected space before function parentheses. (space-before-function-paren)
(#41137) This line has a length of 185. Maximum allowed is 132. (max-len)
(#41137) 'header' declared on line 41132 column 37 is used outside of binding context. (block-scoped-var)
(#41141) Expected { after 'if' condition. (curly)
(#41145) Expected { after 'if' condition. (curly)
(#41159) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41165) This line has a length of 198. Maximum allowed is 132. (max-len)
(#41169) Expected { after 'if' condition. (curly)
(#41173) Expected { after 'if' condition. (curly)
(#41179) This line has a length of 184. Maximum allowed is 132. (max-len)
(#41183) Expected { after 'if' condition. (curly)
(#41187) Expected { after 'if' condition. (curly)
(#41212) This line has a length of 185. Maximum allowed is 132. (max-len)
(#41216) Expected { after 'if' condition. (curly)
(#41220) Expected { after 'if' condition. (curly)
(#41241) This line has a length of 189. Maximum allowed is 132. (max-len)
(#41245) Expected { after 'if' condition. (curly)
(#41249) Expected { after 'if' condition. (curly)
(#41277) Missing semicolon. (@babel/semi)
(#41282) Unexpected space before function parentheses. (space-before-function-paren)
(#41285) Unexpected space before function parentheses. (space-before-function-paren)
(#41332) Unexpected space before function parentheses. (space-before-function-paren)
(#41335) Unexpected space before function parentheses. (space-before-function-paren)
(#41335) Requires a space after '{'. (block-spacing)
(#41336) Unexpected space before function parentheses. (space-before-function-paren)
(#41339) Unexpected space before function parentheses. (space-before-function-paren)
(#41341) Expected { after 'if' condition. (curly)
(#41344) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41349) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#41360) Empty block statement. (no-empty)
(#41363) Unexpected space before function parentheses. (space-before-function-paren)
(#41368) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41369) Use '===' to compare with null. (no-eq-null)
(#41380) Unexpected space before function parentheses. (space-before-function-paren)
(#41383) Return statement should not contain assignment. (no-return-assign)
(#41383) Unexpected space before function parentheses. (space-before-function-paren)
(#41387) Return statement should not contain assignment. (no-return-assign)
(#41393) Unexpected space before function parentheses. (space-before-function-paren)
(#41393) Unexpected empty function. (no-empty-function)
(#41396) Expected to return a value at the end of function. (consistent-return)
(#41396) Unexpected space before function parentheses. (space-before-function-paren)
(#41402) Expected to return a value at the end of function. (consistent-return)
(#41402) Unexpected space before function parentheses. (space-before-function-paren)
(#41405) Return statement should not contain assignment. (no-return-assign)
(#41409) Unexpected space before function parentheses. (space-before-function-paren)
(#41412) Return statement should not contain assignment. (no-return-assign)
(#41415) Unexpected space before function parentheses. (space-before-function-paren)
(#41417) Use '===' to compare with null. (no-eq-null)
(#41443) Unexpected space before function parentheses. (space-before-function-paren)
(#41445) Unexpected use of '&'. (no-bitwise)
(#41445) Unexpected use of '>>>'. (no-bitwise)
(#41446) Unexpected use of '&'. (no-bitwise)
(#41446) Unexpected use of '>>>'. (no-bitwise)
(#41447) Unexpected use of '&'. (no-bitwise)
(#41448) Return statement should not contain assignment. (no-return-assign)
(#41451) Unexpected space before function parentheses. (space-before-function-paren)
(#41453) Unexpected use of '&'. (no-bitwise)
(#41454) Unexpected use of '&'. (no-bitwise)
(#41454) Unexpected use of '>>>'. (no-bitwise)
(#41455) Unexpected use of '&'. (no-bitwise)
(#41455) Unexpected use of '>>>'. (no-bitwise)
(#41456) Return statement should not contain assignment. (no-return-assign)
(#41459) Unexpected space before function parentheses. (space-before-function-paren)
(#41467) Unexpected space before function parentheses. (space-before-function-paren)
(#41475) Unexpected space before function parentheses. (space-before-function-paren)
(#41481) Return statement should not contain assignment. (no-return-assign)
(#41489) Unexpected space before function parentheses. (space-before-function-paren)
(#41503) Missing semicolon. (@babel/semi)
(#41508) Unexpected space before function parentheses. (space-before-function-paren)
(#41515) Missing semicolon. (@babel/semi)
(#41517) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41522) Unexpected space before function parentheses. (space-before-function-paren)
(#41529) Missing semicolon. (@babel/semi)
(#41531) Unexpected space before function parentheses. (space-before-function-paren)
(#41533) Missing semicolon. (@babel/semi)
(#41536) Expected space or tab after '//' in comment. (spaced-comment)
(#41540) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41546) Unexpected space before function parentheses. (space-before-function-paren)
(#41549) Expected { after 'if' condition. (curly)
(#41554) Expected { after 'if' condition. (curly)
(#41559) Missing semicolon. (@babel/semi)
(#41561) Unexpected space before function parentheses. (space-before-function-paren)
(#41563) Missing semicolon. (@babel/semi)
(#41569) Unexpected space before function parentheses. (space-before-function-paren)
(#41591) Expected { after 'for-in'. (curly)
(#41592) Expected { after 'if' condition. (curly)
(#41599) Unexpected space before function parentheses. (space-before-function-paren)
(#41624) Expected space or tab after '//' in comment. (spaced-comment)
(#41626) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41631) Expected { after 'if' condition. (curly)
(#41647) Expected space or tab after '//' in comment. (spaced-comment)
(#41653) Expected { after 'if' condition. (curly)
(#41653) Unexpected space before function parentheses. (space-before-function-paren)
(#41653) Unexpected empty function. (no-empty-function)
(#41657) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41664) Expected space or tab after '//' in comment. (spaced-comment)
(#41667) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41671) Unexpected space before function parentheses. (space-before-function-paren)
(#41673) Missing semicolon. (@babel/semi)
(#41675) Unexpected space before function parentheses. (space-before-function-paren)
(#41675) Unexpected empty function. (no-empty-function)
(#41676) Missing semicolon. (@babel/semi)
(#41679) Expected space or tab after '//' in comment. (spaced-comment)
(#41682) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41686) Unexpected space before function parentheses. (space-before-function-paren)
(#41693) Missing semicolon. (@babel/semi)
(#41695) Unexpected space before function parentheses. (space-before-function-paren)
(#41697) Missing semicolon. (@babel/semi)
(#41700) Expected space or tab after '//' in comment. (spaced-comment)
(#41703) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41703) Unexpected empty function 'InternalEncoderCesu8'. (no-empty-function)
(#41706) Unexpected space before function parentheses. (space-before-function-paren)
(#41707) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41713) Expected { after 'if' condition. (curly)
(#41715) Unexpected use of '>>>'. (no-bitwise)
(#41716) Unexpected use of '&'. (no-bitwise)
(#41717) Comments should not begin with a lowercase character. (capitalized-comments)
(#41718) Unexpected use of '>>>'. (no-bitwise)
(#41719) Unexpected use of '&'. (no-bitwise)
(#41719) Unexpected use of '>>>'. (no-bitwise)
(#41720) Unexpected use of '&'. (no-bitwise)
(#41724) Missing semicolon. (@babel/semi)
(#41726) Unexpected space before function parentheses. (space-before-function-paren)
(#41726) Unexpected empty function. (no-empty-function)
(#41727) Missing semicolon. (@babel/semi)
(#41729) Expected space or tab after '//' in comment. (spaced-comment)
(#41732) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41739) Unexpected space before function parentheses. (space-before-function-paren)
(#41740) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41740) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41744) Unexpected use of '&'. (no-bitwise)
(#41753) Unexpected use of '&'. (no-bitwise)
(#41757) Unexpected use of '&'. (no-bitwise)
(#41765) Unexpected use of '|'. (no-bitwise)
(#41765) Unexpected use of '<<'. (no-bitwise)
(#41765) Unexpected use of '&'. (no-bitwise)
(#41771) Expected { after 'if' condition. (curly)
(#41773) Expected { after 'if' condition. (curly)
(#41776) Expected { after 'else'. (curly)
(#41787) Missing semicolon. (@babel/semi)
(#41789) Unexpected space before function parentheses. (space-before-function-paren)
(#41792) Expected { after 'if' condition. (curly)
(#41794) Missing semicolon. (@babel/semi)
(#41800) Unexpected space before function parentheses. (space-before-function-paren)
(#41812) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41812) Unexpected empty function 'Utf16BECodec'. (no-empty-function)
(#41822) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41822) Unexpected empty function 'Utf16BEEncoder'. (no-empty-function)
(#41825) Unexpected space before function parentheses. (space-before-function-paren)
(#41833) Missing semicolon. (@babel/semi)
(#41835) Unexpected space before function parentheses. (space-before-function-paren)
(#41835) Unexpected empty function. (no-empty-function)
(#41836) Missing semicolon. (@babel/semi)
(#41841) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41845) Unexpected space before function parentheses. (space-before-function-paren)
(#41847) Expected { after 'if' condition. (curly)
(#41850) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41867) Missing semicolon. (@babel/semi)
(#41869) Unexpected space before function parentheses. (space-before-function-paren)
(#41869) Unexpected empty function. (no-empty-function)
(#41870) Missing semicolon. (@babel/semi)
(#41883) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41893) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41896) Expected { after 'if' condition. (curly)
(#41900) Unexpected space before function parentheses. (space-before-function-paren)
(#41902) Missing semicolon. (@babel/semi)
(#41904) Unexpected space before function parentheses. (space-before-function-paren)
(#41906) Missing semicolon. (@babel/semi)
(#41911) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41920) Unexpected space before function parentheses. (space-before-function-paren)
(#41927) Expected { after 'if' condition. (curly)
(#41936) 'buf' declared on line 41930 column 29 is used outside of binding context. (block-scoped-var)
(#41937) Missing semicolon. (@babel/semi)
(#41939) Unexpected space before function parentheses. (space-before-function-paren)
(#41951) Missing semicolon. (@babel/semi)
(#41953) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#41959) Expected { after 'if' condition. (curly)
(#41961) Expected { after 'if' condition. (curly)
(#41966) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41970) Expected { after 'if' condition. (curly)
(#41971) Expected { after 'if' condition. (curly)
(#41975) Expected { after 'if' condition. (curly)
(#41977) Expected { after 'if' condition. (curly)
(#41988) Unexpected space before function parentheses. (space-before-function-paren)
(#41999) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#42001) Unnecessary semicolon. (no-extra-semi)
(#42010) Unnecessary escape character: \(. (no-useless-escape)
(#42010) Unnecessary escape character: \). (no-useless-escape)
(#42010) Unnecessary escape character: \.. (no-useless-escape)
(#42010) Unnecessary escape character: \/. (no-useless-escape)
(#42010) Unnecessary escape character: \?. (no-useless-escape)
(#42012) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#42016) Unexpected space before function parentheses. (space-before-function-paren)
(#42019) Unexpected space before function parentheses. (space-before-function-paren)
(#42021) A regular expression literal can be confused with '/='. (no-div-regex)
(#42024) Missing semicolon. (@babel/semi)
(#42026) Unexpected space before function parentheses. (space-before-function-paren)
(#42026) Unexpected empty function. (no-empty-function)
(#42027) Missing semicolon. (@babel/semi)
(#42032) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#42038) Unnecessary escape character: \/. (no-useless-escape)
(#42041) Expected { after 'for' condition. (curly)
(#42047) Unexpected space before function parentheses. (space-before-function-paren)
(#42048) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42064) Requires a space after '{'. (block-spacing)
(#42067) 'b64str' declared on line 42084 column 29 is used outside of binding context. (block-scoped-var)
(#42068) 'b64str' declared on line 42084 column 29 is used outside of binding context. (block-scoped-var)
(#42072) Expected { after 'if' condition. (curly)
(#42084) 'b64str' declared on line 42067 column 41 is used outside of binding context. (block-scoped-var)
(#42086) 'b64str' declared on line 42067 column 41 is used outside of binding context. (block-scoped-var)
(#42086) 'b64str' declared on line 42067 column 41 is used outside of binding context. (block-scoped-var)
(#42087) 'b64str' declared on line 42067 column 41 is used outside of binding context. (block-scoped-var)
(#42088) 'b64str' declared on line 42067 column 41 is used outside of binding context. (block-scoped-var)
(#42088) 'b64str' declared on line 42067 column 41 is used outside of binding context. (block-scoped-var)
(#42090) 'b64str' declared on line 42067 column 41 is used outside of binding context. (block-scoped-var)
(#42097) Missing semicolon. (@babel/semi)
(#42099) Unexpected space before function parentheses. (space-before-function-paren)
(#42102) Expected { after 'if' condition. (curly)
(#42107) Missing semicolon. (@babel/semi)
(#42124) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#42126) Unnecessary semicolon. (no-extra-semi)
(#42135) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#42142) Unexpected space before function parentheses. (space-before-function-paren)
(#42146) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42153) This line has a length of 160. Maximum allowed is 132. (max-len)
(#42153) A regular expression literal can be confused with '/='. (no-div-regex)
(#42164) Multiple spaces found before '// Ampersand -...'. (no-multi-spaces)
(#42165) Expected { after 'if' condition. (curly)
(#42174) Unexpected use of '>>'. (no-bitwise)
(#42175) Unexpected use of '&'. (no-bitwise)
(#42189) Missing semicolon. (@babel/semi)
(#42191) Unexpected space before function parentheses. (space-before-function-paren)
(#42192) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42195) This line has a length of 162. Maximum allowed is 132. (max-len)
(#42195) A regular expression literal can be confused with '/='. (no-div-regex)
(#42204) Missing semicolon. (@babel/semi)
(#42209) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#42218) Unexpected space before function parentheses. (space-before-function-paren)
(#42219) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42239) 'b64str' declared on line 42256 column 29 is used outside of binding context. (block-scoped-var)
(#42240) 'b64str' declared on line 42256 column 29 is used outside of binding context. (block-scoped-var)
(#42244) Expected { after 'if' condition. (curly)
(#42256) 'b64str' declared on line 42239 column 41 is used outside of binding context. (block-scoped-var)
(#42258) 'b64str' declared on line 42239 column 41 is used outside of binding context. (block-scoped-var)
(#42258) 'b64str' declared on line 42239 column 41 is used outside of binding context. (block-scoped-var)
(#42259) 'b64str' declared on line 42239 column 41 is used outside of binding context. (block-scoped-var)
(#42260) 'b64str' declared on line 42239 column 41 is used outside of binding context. (block-scoped-var)
(#42260) 'b64str' declared on line 42239 column 41 is used outside of binding context. (block-scoped-var)
(#42262) 'b64str' declared on line 42239 column 41 is used outside of binding context. (block-scoped-var)
(#42269) Missing semicolon. (@babel/semi)
(#42271) Unexpected space before function parentheses. (space-before-function-paren)
(#42274) Expected { after 'if' condition. (curly)
(#42279) Missing semicolon. (@babel/semi)
(#42285) Unexpected space before function parentheses. (space-before-function-paren)
(#42296) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#42298) Expected { after 'if' condition. (curly)
(#42298) Missing semicolon. (@babel/semi)
(#42302) Expected { after 'if' condition. (curly)
(#42306) 'i' declared on line 42317 column 30 is used outside of binding context. (block-scoped-var)
(#42306) 'i' declared on line 42317 column 30 is used outside of binding context. (block-scoped-var)
(#42306) 'i' declared on line 42317 column 30 is used outside of binding context. (block-scoped-var)
(#42307) Expected { after 'for' condition. (curly)
(#42307) 'i' declared on line 42317 column 30 is used outside of binding context. (block-scoped-var)
(#42317) 'i' declared on line 42306 column 34 is used outside of binding context. (block-scoped-var)
(#42317) 'i' declared on line 42306 column 34 is used outside of binding context. (block-scoped-var)
(#42317) 'i' declared on line 42306 column 34 is used outside of binding context. (block-scoped-var)
(#42318) Expected { after 'for' condition. (curly)
(#42318) 'i' declared on line 42306 column 34 is used outside of binding context. (block-scoped-var)
(#42318) 'i' declared on line 42306 column 34 is used outside of binding context. (block-scoped-var)
(#42327) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#42331) Unexpected space before function parentheses. (space-before-function-paren)
(#42334) Expected { after 'for' condition. (curly)
(#42337) Missing semicolon. (@babel/semi)
(#42339) Unexpected space before function parentheses. (space-before-function-paren)
(#42339) Unexpected empty function. (no-empty-function)
(#42340) Missing semicolon. (@babel/semi)
(#42343) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#42347) Unexpected space before function parentheses. (space-before-function-paren)
(#42351) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42359) Missing semicolon. (@babel/semi)
(#42361) Unexpected space before function parentheses. (space-before-function-paren)
(#42361) Unexpected empty function. (no-empty-function)
(#42362) Missing semicolon. (@babel/semi)
(#42368) Unexpected space before function parentheses. (space-before-function-paren)
(#42380) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42387) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42544) Unexpected space before function parentheses. (space-before-function-paren)
(#42604) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42610) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42616) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42622) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42628) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42634) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42640) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42646) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42652) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42658) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42664) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42669) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42674) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42679) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42684) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42689) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42694) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42699) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42704) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42709) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42714) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42719) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42724) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42729) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42734) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42739) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42745) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42751) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42757) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42763) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42769) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42775) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42781) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42787) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42793) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42799) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42805) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42811) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42817) This line has a length of 433. Maximum allowed is 132. (max-len)
(#42823) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42829) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42835) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42841) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42847) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42853) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42859) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42865) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42871) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42877) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42883) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42889) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42895) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42899) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42903) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42907) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42911) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42915) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42919) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42923) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42927) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42931) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42935) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42939) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42943) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42947) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42951) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42955) This line has a length of 373. Maximum allowed is 132. (max-len)
(#42959) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42963) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42967) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42971) This line has a length of 403. Maximum allowed is 132. (max-len)
(#42975) This line has a length of 433. Maximum allowed is 132. (max-len)
(#42979) This line has a length of 432. Maximum allowed is 132. (max-len)
(#42983) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42987) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42991) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42995) This line has a length of 163. Maximum allowed is 132. (max-len)
(#42997) Missing semicolon. (@babel/semi)
(#43002) Unexpected space before function parentheses. (space-before-function-paren)
(#43022) Expected { after 'for' condition. (curly)
(#43026) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#43029) Expected { after 'if' condition. (curly)
(#43029) Missing semicolon. (@babel/semi)
(#43031) Expected { after 'if' condition. (curly)
(#43039) This line has a length of 144. Maximum allowed is 132. (max-len)
(#43053) 'i' declared on line 43077 column 34 is used outside of binding context. (block-scoped-var)
(#43053) 'i' declared on line 43112 column 34 is used outside of binding context. (block-scoped-var)
(#43053) 'i' declared on line 43118 column 34 is used outside of binding context. (block-scoped-var)
(#43053) 'i' declared on line 43120 column 34 is used outside of binding context. (block-scoped-var)
(#43053) 'i' declared on line 43077 column 34 is used outside of binding context. (block-scoped-var)
(#43053) 'i' declared on line 43112 column 34 is used outside of binding context. (block-scoped-var)
(#43053) 'i' declared on line 43118 column 34 is used outside of binding context. (block-scoped-var)
(#43053) 'i' declared on line 43120 column 34 is used outside of binding context. (block-scoped-var)
(#43053) 'i' declared on line 43077 column 34 is used outside of binding context. (block-scoped-var)
(#43053) 'i' declared on line 43112 column 34 is used outside of binding context. (block-scoped-var)
(#43053) 'i' declared on line 43118 column 34 is used outside of binding context. (block-scoped-var)
(#43053) 'i' declared on line 43120 column 34 is used outside of binding context. (block-scoped-var)
(#43054) Expected { after 'for' condition. (curly)
(#43054) 'i' declared on line 43077 column 34 is used outside of binding context. (block-scoped-var)
(#43054) 'i' declared on line 43112 column 34 is used outside of binding context. (block-scoped-var)
(#43054) 'i' declared on line 43118 column 34 is used outside of binding context. (block-scoped-var)
(#43054) 'i' declared on line 43120 column 34 is used outside of binding context. (block-scoped-var)
(#43061) This line has a length of 133. Maximum allowed is 132. (max-len)
(#43069) This line has a length of 140. Maximum allowed is 132. (max-len)
(#43077) Expected { after 'if' condition. (curly)
(#43077) 'i' declared on line 43053 column 30 is used outside of binding context. (block-scoped-var)
(#43077) 'i' declared on line 43112 column 34 is used outside of binding context. (block-scoped-var)
(#43077) 'i' declared on line 43118 column 34 is used outside of binding context. (block-scoped-var)
(#43077) 'i' declared on line 43120 column 34 is used outside of binding context. (block-scoped-var)
(#43077) 'i' declared on line 43053 column 30 is used outside of binding context. (block-scoped-var)
(#43077) 'i' declared on line 43112 column 34 is used outside of binding context. (block-scoped-var)
(#43077) 'i' declared on line 43118 column 34 is used outside of binding context. (block-scoped-var)
(#43077) 'i' declared on line 43120 column 34 is used outside of binding context. (block-scoped-var)
(#43077) 'i' declared on line 43053 column 30 is used outside of binding context. (block-scoped-var)
(#43077) 'i' declared on line 43112 column 34 is used outside of binding context. (block-scoped-var)
(#43077) 'i' declared on line 43118 column 34 is used outside of binding context. (block-scoped-var)
(#43077) 'i' declared on line 43120 column 34 is used outside of binding context. (block-scoped-var)
(#43078) 'i' declared on line 43053 column 30 is used outside of binding context. (block-scoped-var)
(#43078) 'i' declared on line 43112 column 34 is used outside of binding context. (block-scoped-var)
(#43078) 'i' declared on line 43118 column 34 is used outside of binding context. (block-scoped-var)
(#43078) 'i' declared on line 43120 column 34 is used outside of binding context. (block-scoped-var)
(#43080) Expected { after 'if' condition. (curly)
(#43082) Expected { after 'else'. (curly)
(#43082) 'j' declared on line 43115 column 38 is used outside of binding context. (block-scoped-var)
(#43082) 'j' declared on line 43115 column 38 is used outside of binding context. (block-scoped-var)
(#43082) 'j' declared on line 43115 column 38 is used outside of binding context. (block-scoped-var)
(#43083) Expected { after 'for' condition. (curly)
(#43083) 'j' declared on line 43115 column 38 is used outside of binding context. (block-scoped-var)
(#43092) Expected { after 'for-in'. (curly)
(#43093) Expected { after 'if' condition. (curly)
(#43097) Expected { after 'if' condition. (curly)
(#43098) Expected { after 'if' condition. (curly)
(#43112) 'i' declared on line 43053 column 30 is used outside of binding context. (block-scoped-var)
(#43112) 'i' declared on line 43077 column 34 is used outside of binding context. (block-scoped-var)
(#43112) 'i' declared on line 43118 column 34 is used outside of binding context. (block-scoped-var)
(#43112) 'i' declared on line 43120 column 34 is used outside of binding context. (block-scoped-var)
(#43112) 'i' declared on line 43053 column 30 is used outside of binding context. (block-scoped-var)
(#43112) 'i' declared on line 43077 column 34 is used outside of binding context. (block-scoped-var)
(#43112) 'i' declared on line 43118 column 34 is used outside of binding context. (block-scoped-var)
(#43112) 'i' declared on line 43120 column 34 is used outside of binding context. (block-scoped-var)
(#43112) 'i' declared on line 43053 column 30 is used outside of binding context. (block-scoped-var)
(#43112) 'i' declared on line 43077 column 34 is used outside of binding context. (block-scoped-var)
(#43112) 'i' declared on line 43118 column 34 is used outside of binding context. (block-scoped-var)
(#43112) 'i' declared on line 43120 column 34 is used outside of binding context. (block-scoped-var)
(#43113) 'i' declared on line 43053 column 30 is used outside of binding context. (block-scoped-var)
(#43113) 'i' declared on line 43077 column 34 is used outside of binding context. (block-scoped-var)
(#43113) 'i' declared on line 43118 column 34 is used outside of binding context. (block-scoped-var)
(#43113) 'i' declared on line 43120 column 34 is used outside of binding context. (block-scoped-var)
(#43115) 'j' declared on line 43082 column 42 is used outside of binding context. (block-scoped-var)
(#43115) 'j' declared on line 43082 column 42 is used outside of binding context. (block-scoped-var)
(#43115) 'j' declared on line 43082 column 42 is used outside of binding context. (block-scoped-var)
(#43116) Expected { after 'for' condition. (curly)
(#43116) 'j' declared on line 43082 column 42 is used outside of binding context. (block-scoped-var)
(#43118) 'i' declared on line 43053 column 30 is used outside of binding context. (block-scoped-var)
(#43118) 'i' declared on line 43077 column 34 is used outside of binding context. (block-scoped-var)
(#43118) 'i' declared on line 43112 column 34 is used outside of binding context. (block-scoped-var)
(#43118) 'i' declared on line 43120 column 34 is used outside of binding context. (block-scoped-var)
(#43118) 'i' declared on line 43053 column 30 is used outside of binding context. (block-scoped-var)
(#43118) 'i' declared on line 43077 column 34 is used outside of binding context. (block-scoped-var)
(#43118) 'i' declared on line 43112 column 34 is used outside of binding context. (block-scoped-var)
(#43118) 'i' declared on line 43120 column 34 is used outside of binding context. (block-scoped-var)
(#43118) 'i' declared on line 43053 column 30 is used outside of binding context. (block-scoped-var)
(#43118) 'i' declared on line 43077 column 34 is used outside of binding context. (block-scoped-var)
(#43118) 'i' declared on line 43112 column 34 is used outside of binding context. (block-scoped-var)
(#43118) 'i' declared on line 43120 column 34 is used outside of binding context. (block-scoped-var)
(#43119) Expected { after 'for' condition. (curly)
(#43119) 'i' declared on line 43053 column 30 is used outside of binding context. (block-scoped-var)
(#43119) 'i' declared on line 43077 column 34 is used outside of binding context. (block-scoped-var)
(#43119) 'i' declared on line 43112 column 34 is used outside of binding context. (block-scoped-var)
(#43119) 'i' declared on line 43120 column 34 is used outside of binding context. (block-scoped-var)
(#43120) 'i' declared on line 43053 column 30 is used outside of binding context. (block-scoped-var)
(#43120) 'i' declared on line 43077 column 34 is used outside of binding context. (block-scoped-var)
(#43120) 'i' declared on line 43112 column 34 is used outside of binding context. (block-scoped-var)
(#43120) 'i' declared on line 43118 column 34 is used outside of binding context. (block-scoped-var)
(#43120) 'i' declared on line 43053 column 30 is used outside of binding context. (block-scoped-var)
(#43120) 'i' declared on line 43077 column 34 is used outside of binding context. (block-scoped-var)
(#43120) 'i' declared on line 43112 column 34 is used outside of binding context. (block-scoped-var)
(#43120) 'i' declared on line 43118 column 34 is used outside of binding context. (block-scoped-var)
(#43120) 'i' declared on line 43053 column 30 is used outside of binding context. (block-scoped-var)
(#43120) 'i' declared on line 43077 column 34 is used outside of binding context. (block-scoped-var)
(#43120) 'i' declared on line 43112 column 34 is used outside of binding context. (block-scoped-var)
(#43120) 'i' declared on line 43118 column 34 is used outside of binding context. (block-scoped-var)
(#43121) Expected { after 'for' condition. (curly)
(#43121) 'i' declared on line 43053 column 30 is used outside of binding context. (block-scoped-var)
(#43121) 'i' declared on line 43077 column 34 is used outside of binding context. (block-scoped-var)
(#43121) 'i' declared on line 43112 column 34 is used outside of binding context. (block-scoped-var)
(#43121) 'i' declared on line 43118 column 34 is used outside of binding context. (block-scoped-var)
(#43121) Missing semicolon. (@babel/semi)
(#43129) Unexpected space before function parentheses. (space-before-function-paren)
(#43131) Unexpected use of '>>='. (no-bitwise)
(#43132) Expected { after 'for' condition. (curly)
(#43132) Unexpected use of '&'. (no-bitwise)
(#43134) Expected { after 'if' condition. (curly)
(#43146) Expected { after 'else'. (curly)
(#43149) Missing semicolon. (@babel/semi)
(#43152) Unexpected space before function parentheses. (space-before-function-paren)
(#43158) Unexpected use of '&'. (no-bitwise)
(#43164) 'l' declared on line 43185 column 38 is used outside of binding context. (block-scoped-var)
(#43164) 'l' declared on line 43185 column 38 is used outside of binding context. (block-scoped-var)
(#43165) 'l' declared on line 43185 column 38 is used outside of binding context. (block-scoped-var)
(#43167) 'l' declared on line 43185 column 38 is used outside of binding context. (block-scoped-var)
(#43168) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#43169) Expected { after 'if' condition. (curly)
(#43171) This line has a length of 134. Maximum allowed is 132. (max-len)
(#43171) Expected { after 'else'. (curly)
(#43175) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#43176) This line has a length of 141. Maximum allowed is 132. (max-len)
(#43176) Expected { after 'for' condition. (curly)
(#43176) 'l' declared on line 43185 column 38 is used outside of binding context. (block-scoped-var)
(#43181) Expected { after 'else'. (curly)
(#43185) 'l' declared on line 43164 column 38 is used outside of binding context. (block-scoped-var)
(#43185) 'l' declared on line 43164 column 38 is used outside of binding context. (block-scoped-var)
(#43185) 'l' declared on line 43164 column 38 is used outside of binding context. (block-scoped-var)
(#43186) Expected { after 'for' condition. (curly)
(#43188) This line has a length of 140. Maximum allowed is 132. (max-len)
(#43188) Expected { after 'else'. (curly)
(#43191) This line has a length of 133. Maximum allowed is 132. (max-len)
(#43191) Expected { after 'if' condition. (curly)
(#43192) Missing semicolon. (@babel/semi)
(#43195) Unexpected space before function parentheses. (space-before-function-paren)
(#43196) Unexpected use of '>>'. (no-bitwise)
(#43198) Expected { after 'if' condition. (curly)
(#43200) Missing semicolon. (@babel/semi)
(#43202) Unexpected space before function parentheses. (space-before-function-paren)
(#43204) Unexpected use of '&'. (no-bitwise)
(#43206) This line has a length of 158. Maximum allowed is 132. (max-len)
(#43206) Expected { after 'if' condition. (curly)
(#43208) Expected { after 'if' condition. (curly)
(#43209) Missing semicolon. (@babel/semi)
(#43211) Unexpected space before function parentheses. (space-before-function-paren)
(#43216) Unexpected use of '&'. (no-bitwise)
(#43225) This line has a length of 150. Maximum allowed is 132. (max-len)
(#43225) Expected { after 'if' condition. (curly)
(#43234) Expected { after 'if' condition. (curly)
(#43236) Missing semicolon. (@babel/semi)
(#43238) Expected { after 'if' condition. (curly)
(#43238) Missing semicolon. (@babel/semi)
(#43245) Missing semicolon. (@babel/semi)
(#43247) Unexpected space before function parentheses. (space-before-function-paren)
(#43253) Expected { after 'if' condition. (curly)
(#43256) Expected { after 'if' condition. (curly)
(#43258) Expected { after 'if' condition. (curly)
(#43258) Unexpected use of '<<'. (no-bitwise)
(#43260) Expected { after 'if' condition. (curly)
(#43262) Missing semicolon. (@babel/semi)
(#43267) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#43279) Function has a complexity of 26. Maximum allowed is 20. (complexity)
(#43279) Unexpected space before function parentheses. (space-before-function-paren)
(#43282) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43283) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43285) Unexpected constant condition. (no-constant-condition)
(#43288) Expected { after 'if' condition. (curly)
(#43289) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43291) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43296) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43296) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43296) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43296) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43297) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43297) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43299) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43299) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43302) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43302) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43304) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43304) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43308) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43308) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43308) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43308) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43312) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43312) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43318) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43318) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43319) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43319) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43324) 'dbcsCode' declared on line 43364 column 41 is used outside of binding context. (block-scoped-var)
(#43325) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43325) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43326) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43326) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43332) 'dbcsCode' declared on line 43364 column 41 is used outside of binding context. (block-scoped-var)
(#43339) 'dbcsCode' declared on line 43364 column 41 is used outside of binding context. (block-scoped-var)
(#43340) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43340) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43350) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43350) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43350) Multiple spaces found before '// Regular cha...'. (no-multi-spaces)
(#43351) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43351) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43351) Unexpected use of '>>'. (no-bitwise)
(#43353) Expected { after 'if' condition. (curly)
(#43353) 'dbcsCode' declared on line 43364 column 41 is used outside of binding context. (block-scoped-var)
(#43353) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43353) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43353) Unexpected use of '&'. (no-bitwise)
(#43355) 'dbcsCode' declared on line 43364 column 41 is used outside of binding context. (block-scoped-var)
(#43356) 'dbcsCode' declared on line 43364 column 41 is used outside of binding context. (block-scoped-var)
(#43360) 'dbcsCode' declared on line 43364 column 41 is used outside of binding context. (block-scoped-var)
(#43362) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43362) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43364) 'uCode' declared on line 43289 column 33 is used outside of binding context. (block-scoped-var)
(#43364) 'uCode' declared on line 43291 column 33 is used outside of binding context. (block-scoped-var)
(#43378) 'dbcsCode' declared on line 43364 column 41 is used outside of binding context. (block-scoped-var)
(#43379) 'dbcsCode' declared on line 43364 column 41 is used outside of binding context. (block-scoped-var)
(#43379) Expected { after 'if' condition. (curly)
(#43381) 'dbcsCode' declared on line 43364 column 41 is used outside of binding context. (block-scoped-var)
(#43382) 'dbcsCode' declared on line 43364 column 41 is used outside of binding context. (block-scoped-var)
(#43383) 'dbcsCode' declared on line 43364 column 41 is used outside of binding context. (block-scoped-var)
(#43384) 'dbcsCode' declared on line 43364 column 41 is used outside of binding context. (block-scoped-var)
(#43384) Unexpected use of '>>'. (no-bitwise)
(#43384) Multiple spaces found before '// high byte'. (no-multi-spaces)
(#43384) Comments should not begin with a lowercase character. (capitalized-comments)
(#43385) 'dbcsCode' declared on line 43364 column 41 is used outside of binding context. (block-scoped-var)
(#43385) Unexpected use of '&'. (no-bitwise)
(#43385) Comments should not begin with a lowercase character. (capitalized-comments)
(#43387) 'dbcsCode' declared on line 43364 column 41 is used outside of binding context. (block-scoped-var)
(#43387) Unexpected use of '>>'. (no-bitwise)
(#43388) Unexpected use of '&'. (no-bitwise)
(#43388) 'dbcsCode' declared on line 43364 column 41 is used outside of binding context. (block-scoped-var)
(#43388) Unexpected use of '>>'. (no-bitwise)
(#43389) 'dbcsCode' declared on line 43364 column 41 is used outside of binding context. (block-scoped-var)
(#43389) Unexpected use of '&'. (no-bitwise)
(#43396) Missing semicolon. (@babel/semi)
(#43398) Unexpected space before function parentheses. (space-before-function-paren)
(#43400) Expected { after 'if' condition. (curly)
(#43402) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43410) Unexpected use of '>>'. (no-bitwise)
(#43410) Multiple spaces found before '// high byte'. (no-multi-spaces)
(#43410) Comments should not begin with a lowercase character. (capitalized-comments)
(#43411) Unexpected use of '&'. (no-bitwise)
(#43411) Comments should not begin with a lowercase character. (capitalized-comments)
(#43425) Function expected no return value. (consistent-return)
(#43426) Missing semicolon. (@babel/semi)
(#43434) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#43446) Unexpected space before function parentheses. (space-before-function-paren)
(#43449) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43450) Comments should not begin with a lowercase character. (capitalized-comments)
(#43454) Expected { after 'if' condition. (curly)
(#43466) This line has a length of 149. Maximum allowed is 132. (max-len)
(#43466) Expected space or tab after '//' in comment. (spaced-comment)
(#43467) This line has a length of 148. Maximum allowed is 132. (max-len)
(#43470) This line has a length of 151. Maximum allowed is 132. (max-len)
(#43471) This line has a length of 140. Maximum allowed is 132. (max-len)
(#43481) Unexpected use of '&'. (no-bitwise)
(#43482) Unexpected use of '>>'. (no-bitwise)
(#43486) This line has a length of 147. Maximum allowed is 132. (max-len)
(#43486) Expected { after 'else'. (curly)
(#43492) Unexpected use of '&'. (no-bitwise)
(#43493) Unexpected use of '>>'. (no-bitwise)
(#43497) Unexpected use of '&'. (no-bitwise)
(#43498) Unexpected use of '>>'. (no-bitwise)
(#43507) 'j' declared on line 43456 column 37 is used outside of binding context. (block-scoped-var)
(#43508) Missing semicolon. (@babel/semi)
(#43510) Unexpected space before function parentheses. (space-before-function-paren)
(#43523) Expected { after 'if' condition. (curly)
(#43528) Missing semicolon. (@babel/semi)
(#43531) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#43533) Expected { after 'if' condition. (curly)
(#43535) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43536) Comments should not begin with a lowercase character. (capitalized-comments)
(#43539) Expected { after 'if' condition. (curly)
(#43541) Expected { after 'else'. (curly)
(#43550) Unexpected space before function parentheses. (space-before-function-paren)
(#43573) This line has a length of 146. Maximum allowed is 132. (max-len)
(#43589) This line has a length of 139. Maximum allowed is 132. (max-len)
(#43595) Unexpected space before function parentheses. (space-before-function-paren)
(#43596) Missing semicolon. (@babel/semi)
(#43614) Unexpected space before function parentheses. (space-before-function-paren)
(#43615) Missing semicolon. (@babel/semi)
(#43643) Unexpected space before function parentheses. (space-before-function-paren)
(#43644) Missing semicolon. (@babel/semi)
(#43651) Unexpected space before function parentheses. (space-before-function-paren)
(#43652) Missing semicolon. (@babel/semi)
(#43665) Unexpected space before function parentheses. (space-before-function-paren)
(#43666) Missing semicolon. (@babel/semi)
(#43668) Unexpected space before function parentheses. (space-before-function-paren)
(#43669) Missing semicolon. (@babel/semi)
(#43685) Unexpected space before function parentheses. (space-before-function-paren)
(#43686) Missing semicolon. (@babel/semi)
(#43704) This line has a length of 151. Maximum allowed is 132. (max-len)
(#43705) This line has a length of 163. Maximum allowed is 132. (max-len)
(#43711) This line has a length of 182. Maximum allowed is 132. (max-len)
(#43720) This line has a length of 152. Maximum allowed is 132. (max-len)
(#43721) This line has a length of 133. Maximum allowed is 132. (max-len)
(#43728) Unexpected space before function parentheses. (space-before-function-paren)
(#43729) Missing semicolon. (@babel/semi)
(#43737) Unexpected space before function parentheses. (space-before-function-paren)
(#43738) Missing semicolon. (@babel/semi)
(#43752) Unexpected space before function parentheses. (space-before-function-paren)
(#43754) This line has a length of 9310. Maximum allowed is 132. (max-len)
(#43754) Missing semicolon. (@babel/semi)
(#43759) Unexpected space before function parentheses. (space-before-function-paren)
(#43761) This line has a length of 15927. Maximum allowed is 132. (max-len)
(#43761) Missing semicolon. (@babel/semi)
(#43766) Unexpected space before function parentheses. (space-before-function-paren)
(#43769) This line has a length of 1340. Maximum allowed is 132. (max-len)
(#43770) This line has a length of 1328. Maximum allowed is 132. (max-len)
(#43771) Missing semicolon. (@babel/semi)
(#43776) Unexpected space before function parentheses. (space-before-function-paren)
(#43778) This line has a length of 18918. Maximum allowed is 132. (max-len)
(#43778) Missing semicolon. (@babel/semi)
(#43783) Unexpected space before function parentheses. (space-before-function-paren)
(#43785) This line has a length of 6611. Maximum allowed is 132. (max-len)
(#43785) Missing semicolon. (@babel/semi)
(#43790) Unexpected space before function parentheses. (space-before-function-paren)
(#43800) Unexpected space before function parentheses. (space-before-function-paren)
(#43805) Missing semicolon. (@babel/semi)
(#43809) Missing semicolon. (@babel/semi)
(#43822) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#43833) Expected to return a value at the end of function. (consistent-return)
(#43833) Unexpected space before function parentheses. (space-before-function-paren)
(#43835) Expected { after 'if' condition. (curly)
(#43838) Expected { after 'if' condition. (curly)
(#43843) Missing semicolon. (@babel/semi)
(#43845) Unexpected space before function parentheses. (space-before-function-paren)
(#43848) Expected { after 'if' condition. (curly)
(#43853) Missing semicolon. (@babel/semi)
(#43855) Unexpected space before function parentheses. (space-before-function-paren)
(#43858) Unexpected space before function parentheses. (space-before-function-paren)
(#43861) Unexpected space before function parentheses. (space-before-function-paren)
(#43865) Missing semicolon. (@babel/semi)
(#43869) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#43880) Expected to return a value at the end of function. (consistent-return)
(#43880) Unexpected space before function parentheses. (space-before-function-paren)
(#43882) Expected { after 'if' condition. (curly)
(#43885) Expected { after 'if' condition. (curly)
(#43890) Missing semicolon. (@babel/semi)
(#43892) Unexpected space before function parentheses. (space-before-function-paren)
(#43895) Expected { after 'if' condition. (curly)
(#43900) Missing semicolon. (@babel/semi)
(#43902) Unexpected space before function parentheses. (space-before-function-paren)
(#43905) Unexpected space before function parentheses. (space-before-function-paren)
(#43908) Unexpected space before function parentheses. (space-before-function-paren)
(#43912) Missing semicolon. (@babel/semi)
(#43918) Unexpected space before function parentheses. (space-before-function-paren)
(#43926) Unexpected space before function parentheses. (space-before-function-paren)
(#43927) It's not necessary to initialize 'original' to undefined. (no-undef-init)
(#43934) Expected { after 'if' condition. (curly)
(#43938) This line has a length of 145. Maximum allowed is 132. (max-len)
(#43938) Unexpected console statement. (no-console)
(#43939) Unexpected console statement. (no-console)
(#43948) Unexpected space before function parentheses. (space-before-function-paren)
(#43950) Missing semicolon. (@babel/semi)
(#43956) Unexpected space before function parentheses. (space-before-function-paren)
(#43961) Expected { after 'if' condition. (curly)
(#43964) Expected { after 'if' condition. (curly)
(#43965) Expected { after 'if' condition. (curly)
(#43967) Missing semicolon. (@babel/semi)
(#43970) Unexpected space before function parentheses. (space-before-function-paren)
(#43978) Multiple spaces found before '// legacy'. (no-multi-spaces)
(#43978) Comments should not begin with a lowercase character. (capitalized-comments)
(#43999) Expected { after 'if' condition. (curly)
(#44002) Expected { after 'if' condition. (curly)
(#44006) Expected { after 'if' condition. (curly)
(#44009) Missing semicolon. (@babel/semi)
(#44014) Unexpected space before function parentheses. (space-before-function-paren)
(#44016) Missing semicolon. (@babel/semi)
(#44019) Unexpected space before function parentheses. (space-before-function-paren)
(#44024) Expected { after 'if' condition. (curly)
(#44028) Missing semicolon. (@babel/semi)
(#44031) Unexpected space before function parentheses. (space-before-function-paren)
(#44036) Expected { after 'if' condition. (curly)
(#44039) Expected { after 'if' condition. (curly)
(#44040) Expected { after 'if' condition. (curly)
(#44042) Missing semicolon. (@babel/semi)
(#44045) Unexpected space before function parentheses. (space-before-function-paren)
(#44046) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#44046) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#44054) Multiple spaces found before '// legacy'. (no-multi-spaces)
(#44054) Comments should not begin with a lowercase character. (capitalized-comments)
(#44065) Expected { after 'if' condition. (curly)
(#44079) Expected { after 'if' condition. (curly)
(#44083) Expected { after 'if' condition. (curly)
(#44088) Missing semicolon. (@babel/semi)
(#44101) Missing semicolon. (@babel/semi)
(#44105) Missing semicolon. (@babel/semi)
(#44110) Expected { after 'if' condition. (curly)
(#44112) This line has a length of 149. Maximum allowed is 132. (max-len)
(#44112) Expected { after 'if' condition. (curly)
(#44112) Missing semicolon. (@babel/semi)
(#44134) Missing semicolon. (@babel/semi)
(#44135) Missing semicolon. (@babel/semi)
(#44141) Unexpected space before function parentheses. (space-before-function-paren)
(#44144) Unexpected space before function parentheses. (space-before-function-paren)
(#44147) Unexpected space before function parentheses. (space-before-function-paren)
(#44149) Expected { after 'if' condition. (curly)
(#44152) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#44157) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#44170) Unexpected space before function parentheses. (space-before-function-paren)
(#44173) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#44177) Unexpected space before function parentheses. (space-before-function-paren)
(#44194) Unexpected space before function parentheses. (space-before-function-paren)
(#44201) Unexpected space before function parentheses. (space-before-function-paren)
(#44212) Unexpected space before function parentheses. (space-before-function-paren)
(#44213) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#44222) Unexpected space before function parentheses. (space-before-function-paren)
(#44227) Use '===' to compare with null. (no-eq-null)
(#44236) Unexpected space before function parentheses. (space-before-function-paren)
(#44245) Unexpected space before function parentheses. (space-before-function-paren)
(#44261) Unexpected space before function parentheses. (space-before-function-paren)
(#44264) Unexpected space before function parentheses. (space-before-function-paren)
(#44267) Unexpected space before function parentheses. (space-before-function-paren)
(#44268) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#44270) Use '===' to compare with null. (no-eq-null)
(#44273) Unexpected space before function parentheses. (space-before-function-paren)
(#44280) Use '===' to compare with null. (no-eq-null)
(#44281) Unexpected use of '&'. (no-bitwise)
(#44281) Unexpected use of '<<'. (no-bitwise)
(#44287) Unexpected space before function parentheses. (space-before-function-paren)
(#44291) Unexpected space before function parentheses. (space-before-function-paren)
(#44297) Use '===' to compare with null. (no-eq-null)
(#44299) Unexpected use of '|='. (no-bitwise)
(#44299) Unexpected use of '<<'. (no-bitwise)
(#44318) Unexpected space before function parentheses. (space-before-function-paren)
(#44321) Unexpected space before function parentheses. (space-before-function-paren)
(#44324) Unexpected space before function parentheses. (space-before-function-paren)
(#44325) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#44329) Unexpected space before function parentheses. (space-before-function-paren)
(#44333) Unexpected space before function parentheses. (space-before-function-paren)
(#44337) Unexpected space before function parentheses. (space-before-function-paren)
(#44353) Unexpected space before function parentheses. (space-before-function-paren)
(#44356) Unexpected space before function parentheses. (space-before-function-paren)
(#44363) Unexpected space before function parentheses. (space-before-function-paren)
(#44364) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#44368) Unexpected space before function parentheses. (space-before-function-paren)
(#44374) Unexpected space before function parentheses. (space-before-function-paren)
(#44381) Unexpected space before function parentheses. (space-before-function-paren)
(#44400) Unexpected space before function parentheses. (space-before-function-paren)
(#44403) Unexpected space before function parentheses. (space-before-function-paren)
(#44406) Unexpected space before function parentheses. (space-before-function-paren)
(#44407) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#44409) Use '===' to compare with null. (no-eq-null)
(#44412) Unexpected space before function parentheses. (space-before-function-paren)
(#44418) Unexpected space before function parentheses. (space-before-function-paren)
(#44422) Unexpected space before function parentheses. (space-before-function-paren)
(#44443) Unexpected space before function parentheses. (space-before-function-paren)
(#44446) Unexpected space before function parentheses. (space-before-function-paren)
(#44449) Unexpected space before function parentheses. (space-before-function-paren)
(#44450) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#44452) Use '===' to compare with null. (no-eq-null)
(#44455) Expected to return a value at the end of function. (consistent-return)
(#44455) Unexpected space before function parentheses. (space-before-function-paren)
(#44466) Unexpected space before function parentheses. (space-before-function-paren)
(#44479) Expected to return a value at the end of function. (consistent-return)
(#44479) Unexpected space before function parentheses. (space-before-function-paren)
(#44502) Unexpected space before function parentheses. (space-before-function-paren)
(#44505) Unexpected space before function parentheses. (space-before-function-paren)
(#44510) Unexpected space before function parentheses. (space-before-function-paren)
(#44511) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#44513) Use '===' to compare with null. (no-eq-null)
(#44516) Unexpected space before function parentheses. (space-before-function-paren)
(#44521) Unexpected space before function parentheses. (space-before-function-paren)
(#44527) Unexpected space before function parentheses. (space-before-function-paren)
(#44543) Unexpected space before function parentheses. (space-before-function-paren)
(#44546) Unexpected space before function parentheses. (space-before-function-paren)
(#44546) Requires a space after '{'. (block-spacing)
(#44547) Unexpected space before function parentheses. (space-before-function-paren)
(#44554) Unexpected space before function parentheses. (space-before-function-paren)
(#44555) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#44557) Use '===' to compare with null. (no-eq-null)
(#44560) Unexpected space before function parentheses. (space-before-function-paren)
(#44562) Unexpected space before function parentheses. (space-before-function-paren)
(#44563) Use '===' to compare with null. (no-eq-null)
(#44566) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#44566) Unexpected use of comma operator. (no-sequences)
(#44578) Use '===' to compare with null. (no-eq-null)
(#44584) Unexpected space before function parentheses. (space-before-function-paren)
(#44591) This line has a length of 148. Maximum allowed is 132. (max-len)
(#44591) Use '===' to compare with null. (no-eq-null)
(#44591) Use '===' to compare with null. (no-eq-null)
(#44600) Use '===' to compare with null. (no-eq-null)
(#44606) Expected to return a value at the end of function. (consistent-return)
(#44606) Unexpected space before function parentheses. (space-before-function-paren)
(#44610) This line has a length of 148. Maximum allowed is 132. (max-len)
(#44610) Use '===' to compare with null. (no-eq-null)
(#44610) Use '===' to compare with null. (no-eq-null)
(#44616) Use '===' to compare with null. (no-eq-null)
(#44630) Missing semicolon. (@babel/semi)
(#44635) Unexpected space before function parentheses. (space-before-function-paren)
(#44638) Unexpected space before function parentheses. (space-before-function-paren)
(#44641) Unexpected space before function parentheses. (space-before-function-paren)
(#44643) Expected { after 'if' condition. (curly)
(#44646) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#44651) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#44658) Unexpected space before function parentheses. (space-before-function-paren)
(#44661) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#44663) Use '===' to compare with null. (no-eq-null)
(#44665) The Function constructor is eval. (no-new-func)
(#44666) The Function constructor is eval. (no-new-func)
(#44670) Unexpected space before function parentheses. (space-before-function-paren)
(#44672) Use '===' to compare with null. (no-eq-null)
(#44685) Use '===' to compare with null. (no-eq-null)
(#44692) Use '===' to compare with null. (no-eq-null)
(#44698) Unexpected space before function parentheses. (space-before-function-paren)
(#44700) Use '===' to compare with null. (no-eq-null)
(#44719) Use '===' to compare with null. (no-eq-null)
(#44725) Use '===' to compare with null. (no-eq-null)
(#44730) Use '===' to compare with null. (no-eq-null)
(#44740) Unexpected space before function parentheses. (space-before-function-paren)
(#44742) Use '===' to compare with null. (no-eq-null)
(#44760) Use '===' to compare with null. (no-eq-null)
(#44768) Use '===' to compare with null. (no-eq-null)
(#44791) Unexpected space before function parentheses. (space-before-function-paren)
(#44794) Unexpected space before function parentheses. (space-before-function-paren)
(#44799) Unexpected space before function parentheses. (space-before-function-paren)
(#44800) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#44804) Use '===' to compare with null. (no-eq-null)
(#44808) Use '===' to compare with null. (no-eq-null)
(#44811) Use '===' to compare with null. (no-eq-null)
(#44814) Use '===' to compare with null. (no-eq-null)
(#44817) Use '===' to compare with null. (no-eq-null)
(#44821) The Function constructor is eval. (no-new-func)
(#44825) Unexpected space before function parentheses. (space-before-function-paren)
(#44831) Unexpected space before function parentheses. (space-before-function-paren)
(#44851) Use '===' to compare with null. (no-eq-null)
(#44853) Unexpected space before function parentheses. (space-before-function-paren)
(#44854) Unexpected space before function parentheses. (space-before-function-paren)
(#44856) Use '===' to compare with null. (no-eq-null)
(#44877) Unexpected space before function parentheses. (space-before-function-paren)
(#44893) Use '===' to compare with null. (no-eq-null)
(#44906) Unexpected space before function parentheses. (space-before-function-paren)
(#44909) Use '===' to compare with null. (no-eq-null)
(#44935) Use '===' to compare with null. (no-eq-null)
(#44947) Function expected no return value. (consistent-return)
(#44947) Return statement should not contain assignment. (no-return-assign)
(#44954) Unexpected space before function parentheses. (space-before-function-paren)
(#44955) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#44974) Unexpected space before function parentheses. (space-before-function-paren)
(#44981) Unexpected space before function parentheses. (space-before-function-paren)
(#44993) Unexpected space before function parentheses. (space-before-function-paren)
(#44999) Unexpected space before function parentheses. (space-before-function-paren)
(#45009) Unexpected space before function parentheses. (space-before-function-paren)
(#45019) Unexpected space before function parentheses. (space-before-function-paren)
(#45032) Unexpected space before function parentheses. (space-before-function-paren)
(#45033) Comments should not begin with a lowercase character. (capitalized-comments)
(#45034) Multiple spaces found before '// next index'. (no-multi-spaces)
(#45034) Comments should not begin with a lowercase character. (capitalized-comments)
(#45035) Multiple spaces found before '// kind'. (no-multi-spaces)
(#45035) Comments should not begin with a lowercase character. (capitalized-comments)
(#45037) Unexpected space before function parentheses. (space-before-function-paren)
(#45045) Expected { after 'if' condition. (curly)
(#45046) Expected { after 'if' condition. (curly)
(#45050) Comments should not begin with a lowercase character. (capitalized-comments)
(#45061) Unexpected space before function parentheses. (space-before-function-paren)
(#45063) Unexpected space before function parentheses. (space-before-function-paren)
(#45063) Comments should not begin with a lowercase character. (capitalized-comments)
(#45070) Unexpected space before function parentheses. (space-before-function-paren)
(#45080) Unexpected space before function parentheses. (space-before-function-paren)
(#45084) Unexpected space before function parentheses. (space-before-function-paren)
(#45093) Unexpected space before function parentheses. (space-before-function-paren)
(#45095) Comments should not begin with a lowercase character. (capitalized-comments)
(#45100) Unexpected space before function parentheses. (space-before-function-paren)
(#45101) Unexpected space before function parentheses. (space-before-function-paren)
(#45108) Expected { after 'if' condition. (curly)
(#45111) Expected { after 'if' condition. (curly)
(#45113) Expected { after 'else'. (curly)
(#45113) Expected { after 'for' condition. (curly)
(#45114) Expected { after 'if' condition. (curly)
(#45124) Unexpected space before function parentheses. (space-before-function-paren)
(#45133) Unexpected space before function parentheses. (space-before-function-paren)
(#45141) Unexpected space before function parentheses. (space-before-function-paren)
(#45143) Expected { after 'if' condition. (curly)
(#45154) Unexpected space before function parentheses. (space-before-function-paren)
(#45158) Comments should not begin with a lowercase character. (capitalized-comments)
(#45160) Unexpected space before function parentheses. (space-before-function-paren)
(#45161) Unexpected space before function parentheses. (space-before-function-paren)
(#45166) Expected { after 'if' condition. (curly)
(#45168) Do not nest ternary expressions. (no-nested-ternary)
(#45170) Unexpected use of '<<'. (no-bitwise)
(#45178) Unexpected space before function parentheses. (space-before-function-paren)
(#45182) Unexpected space before function parentheses. (space-before-function-paren)
(#45184) Expected { after 'if' condition. (curly)
(#45184) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#45192) Unexpected space before function parentheses. (space-before-function-paren)
(#45199) Unexpected space before function parentheses. (space-before-function-paren)
(#45208) Unexpected space before function parentheses. (space-before-function-paren)
(#45214) Unexpected space before function parentheses. (space-before-function-paren)
(#45224) Unexpected space before function parentheses. (space-before-function-paren)
(#45231) Unexpected space before function parentheses. (space-before-function-paren)
(#45240) Unexpected space before function parentheses. (space-before-function-paren)
(#45246) Unexpected space before function parentheses. (space-before-function-paren)
(#45256) Unexpected space before function parentheses. (space-before-function-paren)
(#45266) Unexpected space before function parentheses. (space-before-function-paren)
(#45273) Unexpected space before function parentheses. (space-before-function-paren)
(#45285) Unexpected space before function parentheses. (space-before-function-paren)
(#45334) Comments should not begin with a lowercase character. (capitalized-comments)
(#45335) Unexpected space before function parentheses. (space-before-function-paren)
(#45337) Unexpected space before function parentheses. (space-before-function-paren)
(#45341) Unexpected space before function parentheses. (space-before-function-paren)
(#45343) Expected { after 'if' condition. (curly)
(#45345) Expected { after 'if' condition. (curly)
(#45348) Unexpected space before function parentheses. (space-before-function-paren)
(#45354) Unexpected space before function parentheses. (space-before-function-paren)
(#45356) Unexpected space before function parentheses. (space-before-function-paren)
(#45361) Expected { after 'if' condition. (curly)
(#45367) Expected { after 'if' condition. (curly)
(#45370) Expected { after 'if' condition. (curly)
(#45383) Expected { after 'while' condition. (curly)
(#45391) Expected { after 'if' condition. (curly)
(#45397) Expected { after 'if' condition. (curly)
(#45399) Expected { after 'if' condition. (curly)
(#45400) Function 'getOwnPropertyDescriptor' expected no return value. (consistent-return)
(#45408) Expected { after 'if' condition. (curly)
(#45419) This line has a length of 134. Maximum allowed is 132. (max-len)
(#45419) Expected { after 'if' condition. (curly)
(#45427) Expected { after 'if' condition. (curly)
(#45427) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#45429) Unexpected space before function parentheses. (space-before-function-paren)
(#45430) Expected { after 'if' condition. (curly)
(#45431) Expected { after 'if' condition. (curly)
(#45434) Expected { after 'if' condition. (curly)
(#45451) Unexpected space before function parentheses. (space-before-function-paren)
(#45459) This line has a length of 136. Maximum allowed is 132. (max-len)
(#45461) Expected { after 'for' condition. (curly)
(#45463) Expected { after 'for' condition. (curly)
(#45467) Unexpected space before function parentheses. (space-before-function-paren)
(#45468) Return statement should not contain assignment. (no-return-assign)
(#45468) Return statement should not contain assignment. (no-return-assign)
(#45473) Expected to return a value at the end of method 'keyFor'. (consistent-return)
(#45474) Expected { after 'if' condition. (curly)
(#45474) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#45475) Expected { after 'for-in'. (curly)
(#45475) Expected { after 'if' condition. (curly)
(#45477) Unexpected space before function parentheses. (space-before-function-paren)
(#45480) Unexpected space before function parentheses. (space-before-function-paren)
(#45501) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#45501) Unexpected space before function parentheses. (space-before-function-paren)
(#45512) Expected { after 'while' condition. (curly)
(#45514) Expected { after 'if' condition. (curly)
(#45515) Expected { after 'if' condition. (curly)
(#45515) Expected to return a value at the end of function. (consistent-return)
(#45515) Unexpected space before function parentheses. (space-before-function-paren)
(#45516) Expected { after 'if' condition. (curly)
(#45517) Expected { after 'if' condition. (curly)
(#45520) Method 'stringify' expected no return value. (consistent-return)
(#45525) This line has a length of 138. Maximum allowed is 132. (max-len)
(#45525) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#45537) Unexpected space before function parentheses. (space-before-function-paren)
(#45539) Comments should not begin with a lowercase character. (capitalized-comments)
(#45543) Unexpected space before function parentheses. (space-before-function-paren)
(#45551) Expected { after 'while' condition. (curly)
(#45551) Expected { after 'if' condition. (curly)
(#45560) Unexpected space before function parentheses. (space-before-function-paren)
(#45562) Comments should not begin with a lowercase character. (capitalized-comments)
(#45570) Unexpected space before function parentheses. (space-before-function-paren)
(#45586) Unexpected space before function parentheses. (space-before-function-paren)
(#45594) Unexpected space before function parentheses. (space-before-function-paren)
(#45602) Unexpected space before function parentheses. (space-before-function-paren)
(#45614) Unexpected space before function parentheses. (space-before-function-paren)
(#45624) Unexpected space before function parentheses. (space-before-function-paren)
(#45631) Unexpected space before function parentheses. (space-before-function-paren)
(#45646) Unexpected space before function parentheses. (space-before-function-paren)
(#45655) Unexpected space before function parentheses. (space-before-function-paren)
(#45675) Unexpected space before function parentheses. (space-before-function-paren)
(#45685) Unexpected space before function parentheses. (space-before-function-paren)
(#45687) Expected { after 'if' condition. (curly)
(#45689) Unexpected space before function parentheses. (space-before-function-paren)
(#45699) Unexpected space before function parentheses. (space-before-function-paren)
(#45713) Unexpected space before function parentheses. (space-before-function-paren)
(#45721) Unexpected space before function parentheses. (space-before-function-paren)
(#45723) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#45727) Do not nest ternary expressions. (no-nested-ternary)
(#45729) Expected { after 'for' condition. (curly)
(#45733) Expected { after 'if' condition. (curly)
(#45733) Multiple spaces found before '// map'. (no-multi-spaces)
(#45733) Comments should not begin with a lowercase character. (capitalized-comments)
(#45734) Expected { after 'if' condition. (curly)
(#45734) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#45736) Multiple spaces found before '// some'. (no-multi-spaces)
(#45736) Comments should not begin with a lowercase character. (capitalized-comments)
(#45738) Multiple spaces found before '// find'. (no-multi-spaces)
(#45738) Comments should not begin with a lowercase character. (capitalized-comments)
(#45740) Multiple spaces found before '// findIndex'. (no-multi-spaces)
(#45740) Comments should not begin with a lowercase character. (capitalized-comments)
(#45742) Multiple spaces found before '// filter'. (no-multi-spaces)
(#45742) Comments should not begin with a lowercase character. (capitalized-comments)
(#45743) Expected { after 'if' condition. (curly)
(#45743) Comments should not begin with a lowercase character. (capitalized-comments)
(#45746) Do not nest ternary expressions. (no-nested-ternary)
(#45754) Unexpected space before function parentheses. (space-before-function-paren)
(#45759) Unexpected space before function parentheses. (space-before-function-paren)
(#45767) Unexpected space before function parentheses. (space-before-function-paren)
(#45773) Unexpected space before function parentheses. (space-before-function-paren)
(#45777) Comments should not begin with a lowercase character. (capitalized-comments)
(#45778) Expected { after 'if' condition. (curly)
(#45781) Expected { after 'if' condition. (curly)
(#45791) Unexpected space before function parentheses. (space-before-function-paren)
(#45802) Unexpected space before function parentheses. (space-before-function-paren)
(#45806) Unexpected space before function parentheses. (space-before-function-paren)
(#45816) Unexpected space before function parentheses. (space-before-function-paren)
(#45825) Unexpected space before function parentheses. (space-before-function-paren)
(#45834) Unexpected space before function parentheses. (space-before-function-paren)
(#45845) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#45846) Unquoted reserved word 'default' used as key. (quote-props)
(#45849) Unexpected space before function parentheses. (space-before-function-paren)
(#45854) This line has a length of 168. Maximum allowed is 132. (max-len)
(#45860) Unexpected space before function parentheses. (space-before-function-paren)
(#45879) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#45880) Unquoted reserved word 'default' used as key. (quote-props)
(#45883) Unexpected space before function parentheses. (space-before-function-paren)
(#45885) This line has a length of 192. Maximum allowed is 132. (max-len)
(#45896) This line has a length of 149. Maximum allowed is 132. (max-len)
(#45896) Expected { after 'if' condition. (curly)
(#45896) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#45902) Unexpected space before function parentheses. (space-before-function-paren)
(#45909) Unexpected space before function parentheses. (space-before-function-paren)
(#45918) Unexpected space before function parentheses. (space-before-function-paren)
(#45928) Unexpected space before function parentheses. (space-before-function-paren)
(#45934) Unexpected space before function parentheses. (space-before-function-paren)
(#45936) Expected { after 'if' condition. (curly)
(#45936) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#45939) Unused eslint-disable directive (no problems were reported).
(#45940) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#45940) Unexpected space before function parentheses. (space-before-function-paren)
(#45942) This line has a length of 142. Maximum allowed is 132. (max-len)
(#45950) Expected { after 'if' condition. (curly)
(#45951) Expected { after 'else'. (curly)
(#45962) Unexpected space before function parentheses. (space-before-function-paren)
(#45969) Unexpected space before function parentheses. (space-before-function-paren)
(#45981) Unexpected space before function parentheses. (space-before-function-paren)
(#45991) Unexpected space before function parentheses. (space-before-function-paren)
(#45998) Unexpected space before function parentheses. (space-before-function-paren)
(#46010) Unexpected space before function parentheses. (space-before-function-paren)
(#46020) Unexpected space before function parentheses. (space-before-function-paren)
(#46026) Unexpected space before function parentheses. (space-before-function-paren)
(#46027) Expected { after 'if' condition. (curly)
(#46049) Missing semicolon. (@babel/semi)
(#46051) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#46055) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#46056) Expected { after 'if' condition. (curly)
(#46060) Expected { after 'if' condition. (curly)
(#46064) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#46067) Expected { after 'if' condition. (curly)
(#46068) Comments should not begin with a lowercase character. (capitalized-comments)
(#46069) Expected { after 'if' condition. (curly)
(#46070) Expected space or tab after '//' in comment. (spaced-comment)
(#46084) Expected { after 'if' condition. (curly)
(#46086) Expected { after 'if' condition. (curly)
(#46093) Requires a space after '{'. (block-spacing)
(#46093) Comments should not begin with a lowercase character. (capitalized-comments)
(#46093) Expected space or tab after '//' in comment. (spaced-comment)
(#46096) Comments should not begin with a lowercase character. (capitalized-comments)
(#46098) 'ka' declared on line 46091 column 29 is used outside of binding context. (block-scoped-var)
(#46098) 'kb' declared on line 46092 column 29 is used outside of binding context. (block-scoped-var)
(#46099) Expected { after 'if' condition. (curly)
(#46100) Comments should not begin with a lowercase character. (capitalized-comments)
(#46100) Expected space or tab after '//' in comment. (spaced-comment)
(#46101) 'ka' declared on line 46091 column 29 is used outside of binding context. (block-scoped-var)
(#46102) 'kb' declared on line 46092 column 29 is used outside of binding context. (block-scoped-var)
(#46103) Expected space or tab after '//' in comment. (spaced-comment)
(#46104) 'ka' declared on line 46091 column 29 is used outside of binding context. (block-scoped-var)
(#46105) 'ka' declared on line 46091 column 29 is used outside of binding context. (block-scoped-var)
(#46105) 'kb' declared on line 46092 column 29 is used outside of binding context. (block-scoped-var)
(#46106) Expected { after 'if' condition. (curly)
(#46108) Comments should not begin with a lowercase character. (capitalized-comments)
(#46108) Expected space or tab after '//' in comment. (spaced-comment)
(#46109) Expected space or tab after '//' in comment. (spaced-comment)
(#46110) 'ka' declared on line 46091 column 29 is used outside of binding context. (block-scoped-var)
(#46111) 'ka' declared on line 46091 column 29 is used outside of binding context. (block-scoped-var)
(#46112) Expected { after 'if' condition. (curly)
(#46121) Unexpected space before function parentheses. (space-before-function-paren)
(#46128) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#46130) Expected { after 'for-in'. (curly)
(#46138) Unexpected space before function parentheses. (space-before-function-paren)
(#46140) Unexpected space before function parentheses. (space-before-function-paren)
(#46141) Missing semicolon. (@babel/semi)
(#46148) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#46150) Unnecessary semicolon. (no-extra-semi)
(#46154) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#46161) Unnecessary semicolon. (no-extra-semi)
(#46167) Unexpected space before function parentheses. (space-before-function-paren)
(#46174) Unexpected space before function parentheses. (space-before-function-paren)
(#46183) Unexpected space before function parentheses. (space-before-function-paren)
(#46194) Unexpected space before function parentheses. (space-before-function-paren)
(#46206) Comments should not begin with a lowercase character. (capitalized-comments)
(#46207) Unexpected space before function parentheses. (space-before-function-paren)
(#46210) Unused eslint-disable directive (no problems were reported from 'no-undef').
(#46214) Unexpected space before function parentheses. (space-before-function-paren)
(#46218) Unused eslint-disable directive (no problems were reported from 'no-unused-vars').
(#46225) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#46230) Expected { after 'while' condition. (curly)
(#46230) Expected { after 'if' condition. (curly)
(#46239) Unexpected space before function parentheses. (space-before-function-paren)
(#46246) Unexpected space before function parentheses. (space-before-function-paren)
(#46255) Unexpected space before function parentheses. (space-before-function-paren)
(#46262) Comments should not begin with a lowercase character. (capitalized-comments)
(#46265) Unused eslint-disable directive (no problems were reported from 'no-unused-vars').
(#46272) Expected { after 'if' condition. (curly)
(#46272) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#46275) Unexpected use of '>>'. (no-bitwise)
(#46286) Unexpected space before function parentheses. (space-before-function-paren)
(#46293) Unexpected space before function parentheses. (space-before-function-paren)
(#46303) Unexpected space before function parentheses. (space-before-function-paren)
(#46316) Unexpected space before function parentheses. (space-before-function-paren)
(#46329) Expected { after 'if' condition. (curly)
(#46330) Comments should not begin with a lowercase character. (capitalized-comments)
(#46333) This line has a length of 135. Maximum allowed is 132. (max-len)
(#46350) Unexpected space before function parentheses. (space-before-function-paren)
(#46357) Unexpected space before function parentheses. (space-before-function-paren)
(#46358) Expected { after 'if' condition. (curly)
(#46359) Expected { after 'else'. (curly)
(#46366) Unexpected space before function parentheses. (space-before-function-paren)
(#46373) ["return"] is better written in dot notation. (dot-notation)
(#46373) Unexpected space before function parentheses. (space-before-function-paren)
(#46376) Unused eslint-disable directive (no problems were reported from 'no-throw-literal').
(#46377) Unexpected space before function parentheses. (space-before-function-paren)
(#46378) Expected an error object to be thrown. (no-throw-literal)
(#46380) Comments should not begin with a lowercase character. (capitalized-comments)
(#46383) Unexpected space before function parentheses. (space-before-function-paren)
(#46384) Expected { after 'if' condition. (curly)
(#46389) Unexpected space before function parentheses. (space-before-function-paren)
(#46390) Return statement should not contain assignment. (no-return-assign)
(#46392) Unexpected space before function parentheses. (space-before-function-paren)
(#46396) Comments should not begin with a lowercase character. (capitalized-comments)
(#46405) Unexpected space before function parentheses. (space-before-function-paren)
(#46412) Unexpected space before function parentheses. (space-before-function-paren)
(#46427) Unexpected space before function parentheses. (space-before-function-paren)
(#46436) Unexpected space before function parentheses. (space-before-function-paren)
(#46443) Return statement should not contain assignment. (no-return-assign)
(#46451) Unexpected space before function parentheses. (space-before-function-paren)
(#46462) Unexpected space before function parentheses. (space-before-function-paren)
(#46471) Unexpected space before function parentheses. (space-before-function-paren)
(#46480) Unexpected space before function parentheses. (space-before-function-paren)
(#46483) Unexpected space before function parentheses. (space-before-function-paren)
(#46483) Requires a space after '{'. (block-spacing)
(#46486) 'fs' is defined but never used. (no-unused-vars)
(#46493) This line has a length of 13181. Maximum allowed is 132. (max-len)
(#46493) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#46495) Unexpected space before function parentheses. (space-before-function-paren)
(#46499) Unexpected space before function parentheses. (space-before-function-paren)
(#46500) Unexpected use of '|'. (no-bitwise)
(#46521) Unexpected use of '<<'. (no-bitwise)
(#46523) Unexpected use of '<<'. (no-bitwise)
(#46525) Unexpected use of '<<'. (no-bitwise)
(#46527) Unexpected use of '<<'. (no-bitwise)
(#46529) Unexpected use of '<<'. (no-bitwise)
(#46531) Unexpected space before function parentheses. (space-before-function-paren)
(#46534) Unexpected use of '&'. (no-bitwise)
(#46534) Unexpected use of '>>'. (no-bitwise)
(#46537) Unexpected space before function parentheses. (space-before-function-paren)
(#46540) Unexpected use of '&'. (no-bitwise)
(#46540) Unexpected use of '>>'. (no-bitwise)
(#46543) Unexpected space before function parentheses. (space-before-function-paren)
(#46546) Unexpected use of '&'. (no-bitwise)
(#46546) Unexpected use of '>>'. (no-bitwise)
(#46549) Unexpected space before function parentheses. (space-before-function-paren)
(#46552) Unexpected use of '&'. (no-bitwise)
(#46552) Unexpected use of '>>'. (no-bitwise)
(#46555) Unexpected space before function parentheses. (space-before-function-paren)
(#46558) Unexpected use of '&'. (no-bitwise)
(#46564) Unexpected use of '>>'. (no-bitwise)
(#46565) Unexpected use of '&'. (no-bitwise)
(#46568) Unexpected use of '>>'. (no-bitwise)
(#46569) Unexpected use of '&'. (no-bitwise)
(#46576) Unexpected use of '>>'. (no-bitwise)
(#46577) Unexpected use of '&'. (no-bitwise)
(#46586) Unexpected space before function parentheses. (space-before-function-paren)
(#46588) This line has a length of 159. Maximum allowed is 132. (max-len)
(#46591) Unexpected space before function parentheses. (space-before-function-paren)
(#46595) Unexpected space before function parentheses. (space-before-function-paren)
(#46597) This line has a length of 175. Maximum allowed is 132. (max-len)
(#46600) Unexpected space before function parentheses. (space-before-function-paren)
(#46604) Unexpected space before function parentheses. (space-before-function-paren)
(#46608) Unexpected space before function parentheses. (space-before-function-paren)
(#46612) Unexpected space before function parentheses. (space-before-function-paren)
(#46617) Unexpected space before function parentheses. (space-before-function-paren)
(#46619) This line has a length of 223. Maximum allowed is 132. (max-len)
(#46622) Unexpected space before function parentheses. (space-before-function-paren)
(#46628) Missing semicolon. (@babel/semi)
(#46633) Unexpected space before function parentheses. (space-before-function-paren)
(#46636) This line has a length of 209. Maximum allowed is 132. (max-len)
(#46637) This line has a length of 638. Maximum allowed is 132. (max-len)
(#46638) This line has a length of 1656. Maximum allowed is 132. (max-len)
(#46640) Missing semicolon. (@babel/semi)
(#46645) Unexpected space before function parentheses. (space-before-function-paren)
(#46650) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#46651) ["default"] is better written in dot notation. (dot-notation)
(#46670) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#46670) Unexpected space before function parentheses. (space-before-function-paren)
(#46671) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#46691) Function '_callee$' has a complexity of 22. Maximum allowed is 20. (complexity)
(#46692) Unexpected constant condition. (no-constant-condition)
(#46701) Expected a 'break' statement before 'case'. (no-fallthrough)
(#46718) Use '===' to compare with null. (no-eq-null)
(#46718) Use '===' to compare with null. (no-eq-null)
(#46728) Comments should not begin with a lowercase character. (capitalized-comments)
(#46732) Expected a 'break' statement before 'case'. (no-fallthrough)
(#46734) Comments should not begin with a lowercase character. (capitalized-comments)
(#46735) Use '===' to compare with null. (no-eq-null)
(#46739) Comments should not begin with a lowercase character. (capitalized-comments)
(#46744) Comments should not begin with a lowercase character. (capitalized-comments)
(#46749) Expected a 'break' statement before 'case'. (no-fallthrough)
(#46755) Use '===' to compare with null. (no-eq-null)
(#46755) Use '===' to compare with null. (no-eq-null)
(#46783) It's not necessary to initialize '_iteratorError' to undefined. (no-undef-init)
(#46786) This line has a length of 190. Maximum allowed is 132. (max-len)
(#46794) It's not necessary to initialize '_iteratorError2' to undefined. (no-undef-init)
(#46797) This line has a length of 193. Maximum allowed is 132. (max-len)
(#46800) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#46809) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#46809) '_iterator2' declared on line 46797 column 50 is used outside of binding context. (block-scoped-var)
(#46810) '_iterator2' declared on line 46797 column 50 is used outside of binding context. (block-scoped-var)
(#46813) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#46814) Unsafe usage of ThrowStatement. (no-unsafe-finally)
(#46824) '_iterator' declared on line 46786 column 42 is used outside of binding context. (block-scoped-var)
(#46825) '_iterator' declared on line 46786 column 42 is used outside of binding context. (block-scoped-var)
(#46829) Unsafe usage of ThrowStatement. (no-unsafe-finally)
(#46845) Unexpected space before function parentheses. (space-before-function-paren)
(#46860) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#46861) Unquoted reserved word 'default' used as key. (quote-props)
(#46864) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#46864) Unexpected space before function parentheses. (space-before-function-paren)
(#46865) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#46869) It's not necessary to initialize '_e' to undefined. (no-undef-init)
(#46875) Expected { after 'if' condition. (curly)
(#46882) '_i' declared on line 46872 column 38 is used outside of binding context. (block-scoped-var)
(#46882) ["return"] is better written in dot notation. (dot-notation)
(#46882) '_i' declared on line 46872 column 38 is used outside of binding context. (block-scoped-var)
(#46882) Expected { after 'if' condition. (curly)
(#46882) ["return"] is better written in dot notation. (dot-notation)
(#46884) Expected { after 'if' condition. (curly)
(#46884) Unsafe usage of ThrowStatement. (no-unsafe-finally)
(#46891) Unexpected space before function parentheses. (space-before-function-paren)
(#46905) Unexpected space before function parentheses. (space-before-function-paren)
(#46912) Unexpected space before function parentheses. (space-before-function-paren)
(#46922) Unexpected space before function parentheses. (space-before-function-paren)
(#46927) Unexpected space before function parentheses. (space-before-function-paren)
(#46931) Unused eslint-disable directive (no problems were reported from 'no-prototype-builtins').
(#46939) Unexpected space before function parentheses. (space-before-function-paren)
(#46950) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#46951) Unquoted reserved word 'default' used as key. (quote-props)
(#46954) Unexpected space before function parentheses. (space-before-function-paren)
(#46972) Unexpected space before function parentheses. (space-before-function-paren)
(#46980) Unexpected space before function parentheses. (space-before-function-paren)
(#46991) Unexpected space before function parentheses. (space-before-function-paren)
(#46992) Missing semicolon. (@babel/semi)
(#46993) The Function constructor is eval. (no-new-func)
(#47024) Unexpected space before function parentheses. (space-before-function-paren)
(#47033) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#47033) Unexpected space before function parentheses. (space-before-function-paren)
(#47061) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47086) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47107) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47107) Unexpected empty function 'Generator'. (no-empty-function)
(#47110) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47110) Unexpected empty function 'GeneratorFunction'. (no-empty-function)
(#47113) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47113) Unexpected empty function 'GeneratorFunctionPrototype'. (no-empty-function)
(#47119) Unexpected space before function parentheses. (space-before-function-paren)
(#47142) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47143) Unexpected space before function parentheses. (space-before-function-paren)
(#47144) Unexpected space before function parentheses. (space-before-function-paren)
(#47150) Unexpected space before function parentheses. (space-before-function-paren)
(#47160) Unexpected space before function parentheses. (space-before-function-paren)
(#47177) Unexpected space before function parentheses. (space-before-function-paren)
(#47181) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47182) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47182) Expected to return a value at the end of function 'invoke'. (consistent-return)
(#47192) Each then() should return a value or throw (promise/always-return)
(#47192) Unexpected space before function parentheses. (space-before-function-paren)
(#47194) Unexpected space before function parentheses. (space-before-function-paren)
(#47199) Each then() should return a value or throw (promise/always-return)
(#47199) Unexpected space before function parentheses. (space-before-function-paren)
(#47223) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47224) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47225) Unexpected space before function parentheses. (space-before-function-paren)
(#47230) Return statement should not contain assignment. (no-return-assign)
(#47257) Unexpected space before function parentheses. (space-before-function-paren)
(#47265) Unexpected space before function parentheses. (space-before-function-paren)
(#47272) Unexpected space before function parentheses. (space-before-function-paren)
(#47277) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47298) Unexpected constant condition. (no-constant-condition)
(#47303) Expected { after 'if' condition. (curly)
(#47359) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47448) Unexpected space before function parentheses. (space-before-function-paren)
(#47452) Unexpected space before function parentheses. (space-before-function-paren)
(#47456) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47471) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47478) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47487) Unexpected space before function parentheses. (space-before-function-paren)
(#47514) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47526) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47541) Return statement should not contain assignment. (no-return-assign)
(#47551) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47558) Unexpected space before function parentheses. (space-before-function-paren)
(#47584) Unexpected space before function parentheses. (space-before-function-paren)
(#47596) Expected to return a value at the end of method 'dispatchException'. (consistent-return)
(#47596) Unexpected space before function parentheses. (space-before-function-paren)
(#47603) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47604) 'record' declared on line 47620 column 37 is used outside of binding context. (block-scoped-var)
(#47605) 'record' declared on line 47620 column 37 is used outside of binding context. (block-scoped-var)
(#47657) Unexpected space before function parentheses. (space-before-function-paren)
(#47668) 'finallyEntry' declared on line 47663 column 41 is used outside of binding context. (block-scoped-var)
(#47671) 'finallyEntry' declared on line 47663 column 41 is used outside of binding context. (block-scoped-var)
(#47672) 'finallyEntry' declared on line 47663 column 41 is used outside of binding context. (block-scoped-var)
(#47675) 'finallyEntry' declared on line 47663 column 41 is used outside of binding context. (block-scoped-var)
(#47678) 'finallyEntry' declared on line 47663 column 41 is used outside of binding context. (block-scoped-var)
(#47678) 'finallyEntry' declared on line 47663 column 41 is used outside of binding context. (block-scoped-var)
(#47682) 'finallyEntry' declared on line 47663 column 41 is used outside of binding context. (block-scoped-var)
(#47684) 'finallyEntry' declared on line 47663 column 41 is used outside of binding context. (block-scoped-var)
(#47691) Unexpected space before function parentheses. (space-before-function-paren)
(#47710) Expected to return a value at the end of method 'finish'. (consistent-return)
(#47710) Unexpected space before function parentheses. (space-before-function-paren)
(#47721) Unexpected space before function parentheses. (space-before-function-paren)
(#47730) 'thrown' declared on line 47727 column 45 is used outside of binding context. (block-scoped-var)
(#47739) Unexpected space before function parentheses. (space-before-function-paren)
(#47759) Unexpected space before function parentheses. (space-before-function-paren)
(#47760) Missing semicolon. (@babel/semi)
(#47761) The Function constructor is eval. (no-new-func)
(#47768) Unexpected space before function parentheses. (space-before-function-paren)
(#47775) Unexpected space before function parentheses. (space-before-function-paren)
(#47784) Unexpected space before function parentheses. (space-before-function-paren)
(#47795) Unexpected space before function parentheses. (space-before-function-paren)
(#47798) Unexpected space before function parentheses. (space-before-function-paren)
(#47799) Unexpected space before function parentheses. (space-before-function-paren)
(#47802) Missing JSDoc @param "parent" declaration. (jsdoc/require-param)
(#47802) Missing JSDoc @param "circular" declaration. (jsdoc/require-param)
(#47802) Missing JSDoc @param "depth" declaration. (jsdoc/require-param)
(#47802) Missing JSDoc @param "prototype" declaration. (jsdoc/require-param)
(#47812) Expected @param names to be "parent, circular, depth, prototype". Got "`parent`, `circular`, `depth`, `prototype`". (jsdoc/check-param-names)
(#47812) Missing JSDoc @param "`parent`" type. (jsdoc/require-param-type)
(#47813) Missing JSDoc @param "`circular`" type. (jsdoc/require-param-type)
(#47815) Missing JSDoc @param "`depth`" type. (jsdoc/require-param-type)
(#47817) Missing JSDoc @param "`prototype`" type. (jsdoc/require-param-type)
(#47825) 'filter' is assigned a value but never used. (no-unused-vars)
(#47826) Missing semicolon. (@babel/semi)
(#47828) Comments should not begin with a lowercase character. (capitalized-comments)
(#47836) Expected { after 'if' condition. (curly)
(#47839) Expected { after 'if' condition. (curly)
(#47841) Comments should not begin with a lowercase character. (capitalized-comments)
(#47842) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47843) Comments should not begin with a lowercase character. (capitalized-comments)
(#47845) Expected { after 'if' condition. (curly)
(#47848) Expected { after 'if' condition. (curly)
(#47860) Expected { after 'if' condition. (curly)
(#47893) Use '===' to compare with null. (no-eq-null)
(#47905) Missing JSDoc @param "parent" declaration. (jsdoc/require-param)
(#47914) Expected { after 'if' condition. (curly)
(#47916) Unexpected space before function parentheses. (space-before-function-paren)
(#47916) Unexpected empty function. (no-empty-function)
(#47919) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#47922) Comments should not begin with a lowercase character. (capitalized-comments)
(#47924) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47926) Unnecessary semicolon. (no-extra-semi)
(#47929) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47931) Unnecessary semicolon. (no-extra-semi)
(#47934) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47936) Unnecessary semicolon. (no-extra-semi)
(#47939) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47941) Unnecessary semicolon. (no-extra-semi)
(#47944) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47946) Expected { after 'if' condition. (curly)
(#47947) Expected { after 'if' condition. (curly)
(#47948) Expected { after 'if' condition. (curly)
(#47950) Unnecessary semicolon. (no-extra-semi)
(#47961) Missing semicolon. (@babel/semi)
(#47966) Unexpected space before function parentheses. (space-before-function-paren)
(#47974) Unexpected space before function parentheses. (space-before-function-paren)
(#48005) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#48007) Multiple spaces found before '/* input callb...*/'. (no-multi-spaces)
(#48007) Comments should not begin with a lowercase character. (capitalized-comments)
(#48015) Unexpected space before function parentheses. (space-before-function-paren)
(#48016) Multiple spaces found before '/* next input ...*/'. (no-multi-spaces)
(#48016) Comments should not begin with a lowercase character. (capitalized-comments)
(#48017) Multiple spaces found before '/* pre-fetched...*/'. (no-multi-spaces)
(#48017) Comments should not begin with a lowercase character. (capitalized-comments)
(#48018) Multiple spaces found before '/* byte positi...*/'. (no-multi-spaces)
(#48018) Comments should not begin with a lowercase character. (capitalized-comments)
(#48019) Multiple spaces found before '/* current bit...*/'. (no-multi-spaces)
(#48019) Comments should not begin with a lowercase character. (capitalized-comments)
(#48020) Multiple spaces found before '/* bit-reading...*/'. (no-multi-spaces)
(#48020) Comments should not begin with a lowercase character. (capitalized-comments)
(#48021) Multiple spaces found before '/* input strea...*/'. (no-multi-spaces)
(#48021) Comments should not begin with a lowercase character. (capitalized-comments)
(#48025) Unexpected use of '|='. (no-bitwise)
(#48025) Unexpected use of '<<'. (no-bitwise)
(#48044) Unexpected space before function parentheses. (space-before-function-paren)
(#48049) Expected { after 'if' condition. (curly)
(#48060) 'p' declared on line 48066 column 38 is used outside of binding context. (block-scoped-var)
(#48060) 'p' declared on line 48066 column 38 is used outside of binding context. (block-scoped-var)
(#48060) 'p' declared on line 48066 column 38 is used outside of binding context. (block-scoped-var)
(#48061) Expected { after 'for' condition. (curly)
(#48061) 'p' declared on line 48066 column 38 is used outside of binding context. (block-scoped-var)
(#48066) 'p' declared on line 48060 column 38 is used outside of binding context. (block-scoped-var)
(#48066) 'p' declared on line 48060 column 38 is used outside of binding context. (block-scoped-var)
(#48066) 'p' declared on line 48060 column 38 is used outside of binding context. (block-scoped-var)
(#48067) Expected { after 'for' condition. (curly)
(#48067) Unexpected use of '<<'. (no-bitwise)
(#48067) 'p' declared on line 48060 column 38 is used outside of binding context. (block-scoped-var)
(#48067) 'p' declared on line 48060 column 38 is used outside of binding context. (block-scoped-var)
(#48074) Unexpected use of '<<'. (no-bitwise)
(#48079) Unexpected space before function parentheses. (space-before-function-paren)
(#48081) Unexpected use of '>>>='. (no-bitwise)
(#48082) Unexpected use of '|='. (no-bitwise)
(#48082) Unexpected use of '<<'. (no-bitwise)
(#48082) Unexpected use of '&'. (no-bitwise)
(#48084) Unexpected use of '>>>'. (no-bitwise)
(#48085) Unexpected use of '>>>'. (no-bitwise)
(#48090) Unexpected space before function parentheses. (space-before-function-paren)
(#48095) Unexpected use of '&'. (no-bitwise)
(#48095) Unexpected use of '>>>'. (no-bitwise)
(#48106) Unexpected space before function parentheses. (space-before-function-paren)
(#48109) 'fs' is assigned a value but never used. (no-unused-vars)
(#48118) Unexpected space before function parentheses. (space-before-function-paren)
(#48121) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#48128) Unexpected space before function parentheses. (space-before-function-paren)
(#48133) Missing semicolon. (@babel/semi)
(#48134) Missing semicolon. (@babel/semi)
(#48135) Missing semicolon. (@babel/semi)
(#48137) Missing semicolon. (@babel/semi)
(#48138) Missing semicolon. (@babel/semi)
(#48139) Missing semicolon. (@babel/semi)
(#48141) Missing semicolon. (@babel/semi)
(#48143) Missing semicolon. (@babel/semi)
(#48144) Missing semicolon. (@babel/semi)
(#48149) Missing semicolon. (@babel/semi)
(#48150) Missing semicolon. (@babel/semi)
(#48152) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#48153) Missing semicolon. (@babel/semi)
(#48155) Missing semicolon. (@babel/semi)
(#48158) Comments should not begin with a lowercase character. (capitalized-comments)
(#48163) Do not nest ternary expressions. (no-nested-ternary)
(#48163) Missing semicolon. (@babel/semi)
(#48166) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#48167) Comments should not begin with a lowercase character. (capitalized-comments)
(#48168) Missing semicolon. (@babel/semi)
(#48171) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#48172) Missing semicolon. (@babel/semi)
(#48173) Missing semicolon. (@babel/semi)
(#48174) Missing semicolon. (@babel/semi)
(#48176) Missing semicolon. (@babel/semi)
(#48178) Comments should not begin with a lowercase character. (capitalized-comments)
(#48179) Missing semicolon. (@babel/semi)
(#48181) Missing semicolon. (@babel/semi)
(#48184) This line has a length of 186. Maximum allowed is 132. (max-len)
(#48184) Unexpected use of '|'. (no-bitwise)
(#48184) Unexpected use of '|'. (no-bitwise)
(#48184) Unexpected use of '|'. (no-bitwise)
(#48184) Unexpected use of '<<'. (no-bitwise)
(#48184) Unexpected use of '<<'. (no-bitwise)
(#48184) Unexpected use of '<<'. (no-bitwise)
(#48184) Missing semicolon. (@babel/semi)
(#48185) Unexpected use of '&'. (no-bitwise)
(#48185) Unexpected use of '>>'. (no-bitwise)
(#48185) Missing semicolon. (@babel/semi)
(#48186) Unexpected use of '&'. (no-bitwise)
(#48186) Unexpected use of '>>'. (no-bitwise)
(#48186) Missing semicolon. (@babel/semi)
(#48187) Unexpected use of '&'. (no-bitwise)
(#48187) Missing semicolon. (@babel/semi)
(#48191) Unexpected use of '|'. (no-bitwise)
(#48191) Unexpected use of '<<'. (no-bitwise)
(#48191) Unexpected use of '>>'. (no-bitwise)
(#48191) Missing semicolon. (@babel/semi)
(#48192) Unexpected use of '&'. (no-bitwise)
(#48192) Missing semicolon. (@babel/semi)
(#48194) This line has a length of 150. Maximum allowed is 132. (max-len)
(#48194) Unexpected use of '|'. (no-bitwise)
(#48194) Unexpected use of '|'. (no-bitwise)
(#48194) Unexpected use of '<<'. (no-bitwise)
(#48194) Unexpected use of '<<'. (no-bitwise)
(#48194) Unexpected use of '>>'. (no-bitwise)
(#48194) Missing semicolon. (@babel/semi)
(#48195) Unexpected use of '&'. (no-bitwise)
(#48195) Unexpected use of '>>'. (no-bitwise)
(#48195) Missing semicolon. (@babel/semi)
(#48196) Unexpected use of '&'. (no-bitwise)
(#48196) Missing semicolon. (@babel/semi)
(#48199) Missing semicolon. (@babel/semi)
(#48202) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#48203) Unexpected use of '&'. (no-bitwise)
(#48203) Unexpected use of '>>'. (no-bitwise)
(#48203) Unexpected use of '&'. (no-bitwise)
(#48203) Unexpected use of '>>'. (no-bitwise)
(#48203) Unexpected use of '&'. (no-bitwise)
(#48203) Unexpected use of '>>'. (no-bitwise)
(#48203) Unexpected use of '&'. (no-bitwise)
(#48203) Missing semicolon. (@babel/semi)
(#48206) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#48207) Missing semicolon. (@babel/semi)
(#48208) Missing semicolon. (@babel/semi)
(#48210) Unexpected use of '&'. (no-bitwise)
(#48210) Unexpected use of '<<'. (no-bitwise)
(#48210) Unexpected use of '&'. (no-bitwise)
(#48210) Unexpected use of '<<'. (no-bitwise)
(#48210) Unexpected use of '&'. (no-bitwise)
(#48210) Missing semicolon. (@babel/semi)
(#48211) Missing semicolon. (@babel/semi)
(#48213) Missing semicolon. (@babel/semi)
(#48216) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#48217) Missing semicolon. (@babel/semi)
(#48218) Missing semicolon. (@babel/semi)
(#48219) Missing semicolon. (@babel/semi)
(#48219) Comments should not begin with a lowercase character. (capitalized-comments)
(#48220) Missing semicolon. (@babel/semi)
(#48221) Missing semicolon. (@babel/semi)
(#48222) Missing semicolon. (@babel/semi)
(#48222) Comments should not begin with a lowercase character. (capitalized-comments)
(#48226) Missing semicolon. (@babel/semi)
(#48229) Comments should not begin with a lowercase character. (capitalized-comments)
(#48231) Missing semicolon. (@babel/semi)
(#48232) Unexpected use of '>>'. (no-bitwise)
(#48232) Missing semicolon. (@babel/semi)
(#48233) Unexpected use of '&'. (no-bitwise)
(#48233) Unexpected use of '<<'. (no-bitwise)
(#48233) Missing semicolon. (@babel/semi)
(#48234) Missing semicolon. (@babel/semi)
(#48236) Unexpected use of '<<'. (no-bitwise)
(#48236) Missing semicolon. (@babel/semi)
(#48237) Unexpected use of '>>'. (no-bitwise)
(#48237) Missing semicolon. (@babel/semi)
(#48238) Unexpected use of '&'. (no-bitwise)
(#48238) Unexpected use of '>>'. (no-bitwise)
(#48238) Missing semicolon. (@babel/semi)
(#48239) Unexpected use of '&'. (no-bitwise)
(#48239) Unexpected use of '<<'. (no-bitwise)
(#48239) Missing semicolon. (@babel/semi)
(#48240) Missing semicolon. (@babel/semi)
(#48243) Missing semicolon. (@babel/semi)
(#48245) Missing semicolon. (@babel/semi)
(#48252) Unexpected space before function parentheses. (space-before-function-paren)
(#48254) This line has a length of 69036. Maximum allowed is 132. (max-len)
(#48260) Unexpected space before function parentheses. (space-before-function-paren)
(#48368) 'CONTEXT_LSB6' is assigned a value but never used. (no-unused-vars)
(#48369) 'CONTEXT_MSB6' is assigned a value but never used. (no-unused-vars)
(#48370) 'CONTEXT_UTF8' is assigned a value but never used. (no-unused-vars)
(#48371) 'CONTEXT_SIGNED' is assigned a value but never used. (no-unused-vars)
(#48517) Unexpected space before function parentheses. (space-before-function-paren)
(#48540) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#48549) This line has a length of 135. Maximum allowed is 132. (max-len)
(#48550) This line has a length of 135. Maximum allowed is 132. (max-len)
(#48551) This line has a length of 141. Maximum allowed is 132. (max-len)
(#48560) This line has a length of 135. Maximum allowed is 132. (max-len)
(#48561) This line has a length of 144. Maximum allowed is 132. (max-len)
(#48569) This line has a length of 134. Maximum allowed is 132. (max-len)
(#48570) This line has a length of 139. Maximum allowed is 132. (max-len)
(#48585) Unexpected space before function parentheses. (space-before-function-paren)
(#48625) 'kOmitFirst8' is assigned a value but never used. (no-unused-vars)
(#48628) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#48633) 'i' declared on line 48636 column 30 is used outside of binding context. (block-scoped-var)
(#48633) 'i' declared on line 48636 column 30 is used outside of binding context. (block-scoped-var)
(#48633) 'i' declared on line 48636 column 30 is used outside of binding context. (block-scoped-var)
(#48634) Expected { after 'for' condition. (curly)
(#48634) 'i' declared on line 48636 column 30 is used outside of binding context. (block-scoped-var)
(#48634) 'i' declared on line 48636 column 30 is used outside of binding context. (block-scoped-var)
(#48636) 'i' declared on line 48633 column 30 is used outside of binding context. (block-scoped-var)
(#48636) 'i' declared on line 48633 column 30 is used outside of binding context. (block-scoped-var)
(#48636) 'i' declared on line 48633 column 30 is used outside of binding context. (block-scoped-var)
(#48637) Expected { after 'for' condition. (curly)
(#48637) 'i' declared on line 48633 column 30 is used outside of binding context. (block-scoped-var)
(#48637) 'i' declared on line 48633 column 30 is used outside of binding context. (block-scoped-var)
(#48767) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#48770) Unexpected use of '^='. (no-bitwise)
(#48777) Unexpected use of '^='. (no-bitwise)
(#48782) Unexpected use of '^='. (no-bitwise)
(#48786) Unexpected space before function parentheses. (space-before-function-paren)
(#48818) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#48821) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#48833) Missing semicolon. (@babel/semi)
(#48839) Unexpected space before function parentheses. (space-before-function-paren)
(#48842) Unexpected space before function parentheses. (space-before-function-paren)
(#48842) Requires a space after '{'. (block-spacing)
(#48843) Unexpected space before function parentheses. (space-before-function-paren)
(#48845) Unexpected space before function parentheses. (space-before-function-paren)
(#48847) Expected { after 'if' condition. (curly)
(#48850) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#48855) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#48867) Unexpected space before function parentheses. (space-before-function-paren)
(#48872) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#48878) This line has a length of 160. Maximum allowed is 132. (max-len)
(#48878) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#48878) Unexpected use of comma operator. (no-sequences)
(#48881) Unexpected space before function parentheses. (space-before-function-paren)
(#48891) Unexpected space before function parentheses. (space-before-function-paren)
(#48910) Unexpected space before function parentheses. (space-before-function-paren)
(#48923) Unexpected space before function parentheses. (space-before-function-paren)
(#48928) Unexpected space before function parentheses. (space-before-function-paren)
(#48931) Unexpected space before function parentheses. (space-before-function-paren)
(#48934) Unexpected space before function parentheses. (space-before-function-paren)
(#48937) Unexpected space before function parentheses. (space-before-function-paren)
(#48940) Unexpected space before function parentheses. (space-before-function-paren)
(#48943) Unexpected space before function parentheses. (space-before-function-paren)
(#48946) Unexpected space before function parentheses. (space-before-function-paren)
(#48949) Unexpected space before function parentheses. (space-before-function-paren)
(#48952) Unexpected space before function parentheses. (space-before-function-paren)
(#48955) Unexpected space before function parentheses. (space-before-function-paren)
(#48958) Unexpected space before function parentheses. (space-before-function-paren)
(#48961) Unexpected space before function parentheses. (space-before-function-paren)
(#48964) Unexpected space before function parentheses. (space-before-function-paren)
(#48967) Unexpected space before function parentheses. (space-before-function-paren)
(#48981) Missing semicolon. (@babel/semi)
(#48986) Unexpected space before function parentheses. (space-before-function-paren)
(#48989) Unexpected space before function parentheses. (space-before-function-paren)
(#48994) Unexpected space before function parentheses. (space-before-function-paren)
(#48997) Unexpected space before function parentheses. (space-before-function-paren)
(#49001) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#49009) Unexpected space before function parentheses. (space-before-function-paren)
(#49017) Unexpected space before function parentheses. (space-before-function-paren)
(#49019) ["FontBBox"] is better written in dot notation. (dot-notation)
(#49027) ["Ascender"] is better written in dot notation. (dot-notation)
(#49028) ["Descender"] is better written in dot notation. (dot-notation)
(#49032) Unexpected space before function parentheses. (space-before-function-paren)
(#49038) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#49041) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#49050) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#49076) Unquoted number literal '402' used as key. (quote-props)
(#49077) Unquoted number literal '8211' used as key. (quote-props)
(#49078) Unquoted number literal '8212' used as key. (quote-props)
(#49079) Unquoted number literal '8216' used as key. (quote-props)
(#49080) Unquoted number literal '8217' used as key. (quote-props)
(#49081) Unquoted number literal '8218' used as key. (quote-props)
(#49082) Unquoted number literal '8220' used as key. (quote-props)
(#49083) Unquoted number literal '8221' used as key. (quote-props)
(#49084) Unquoted number literal '8222' used as key. (quote-props)
(#49085) Unquoted number literal '8224' used as key. (quote-props)
(#49086) Unquoted number literal '8225' used as key. (quote-props)
(#49087) Unquoted number literal '8226' used as key. (quote-props)
(#49088) Unquoted number literal '8230' used as key. (quote-props)
(#49089) Unquoted number literal '8364' used as key. (quote-props)
(#49090) Unquoted number literal '8240' used as key. (quote-props)
(#49091) Unquoted number literal '8249' used as key. (quote-props)
(#49092) Unquoted number literal '8250' used as key. (quote-props)
(#49093) Unquoted number literal '710' used as key. (quote-props)
(#49094) Unquoted number literal '8482' used as key. (quote-props)
(#49095) Unquoted number literal '338' used as key. (quote-props)
(#49096) Unquoted number literal '339' used as key. (quote-props)
(#49097) Unquoted number literal '732' used as key. (quote-props)
(#49098) Unquoted number literal '352' used as key. (quote-props)
(#49099) Unquoted number literal '353' used as key. (quote-props)
(#49100) Unquoted number literal '376' used as key. (quote-props)
(#49101) Unquoted number literal '381' used as key. (quote-props)
(#49102) Unquoted number literal '382' used as key. (quote-props)
(#49105) Unexpected space before function parentheses. (space-before-function-paren)
(#49116) Unexpected space before function parentheses. (space-before-function-paren)
(#49126) Unexpected space before function parentheses. (space-before-function-paren)
(#49130) Unexpected space before function parentheses. (space-before-function-paren)
(#49134) Unexpected space before function parentheses. (space-before-function-paren)
(#49138) Unexpected space before function parentheses. (space-before-function-paren)
(#49149) This line has a length of 3465. Maximum allowed is 132. (max-len)
(#49163) Unexpected space before function parentheses. (space-before-function-paren)
(#49166) Unexpected space before function parentheses. (space-before-function-paren)
(#49168) Unexpected space before function parentheses. (space-before-function-paren)
(#49170) Expected { after 'if' condition. (curly)
(#49173) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#49178) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#49187) 'PDFObject' is assigned a value but never used. (no-unused-vars)
(#49189) Unexpected space before function parentheses. (space-before-function-paren)
(#49194) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#49210) Unexpected space before function parentheses. (space-before-function-paren)
(#49224) Unexpected space before function parentheses. (space-before-function-paren)
(#49226) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#49234) Unexpected space before function parentheses. (space-before-function-paren)
(#49236) Use '===' to compare with null. (no-eq-null)
(#49248) This line has a length of 134. Maximum allowed is 132. (max-len)
(#49267) Unexpected space before function parentheses. (space-before-function-paren)
(#49269) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#49269) Unexpected use of comma operator. (no-sequences)
(#49275) Use '===' to compare with null. (no-eq-null)
(#49278) Use '===' to compare with null. (no-eq-null)
(#49285) Unexpected space before function parentheses. (space-before-function-paren)
(#49292) Unexpected space before function parentheses. (space-before-function-paren)
(#49293) 'i' is assigned a value but never used. (no-unused-vars)
(#49295) Use '===' to compare with null. (no-eq-null)
(#49301) Unexpected use of '>>'. (no-bitwise)
(#49301) Use '===' to compare with null. (no-eq-null)
(#49304) Unexpected use of '|='. (no-bitwise)
(#49304) Unexpected use of '<<'. (no-bitwise)
(#49307) Unexpected use of '|='. (no-bitwise)
(#49307) Unexpected use of '<<'. (no-bitwise)
(#49309) Unexpected use of '|='. (no-bitwise)
(#49309) Unexpected use of '<<'. (no-bitwise)
(#49311) Unexpected use of '|='. (no-bitwise)
(#49311) Unexpected use of '<<'. (no-bitwise)
(#49314) Unexpected use of '|='. (no-bitwise)
(#49314) Unexpected use of '<<'. (no-bitwise)
(#49316) Unexpected space before function parentheses. (space-before-function-paren)
(#49330) This line has a length of 139. Maximum allowed is 132. (max-len)
(#49349) Do not use String as a constructor. (no-new-wrappers)
(#49350) Do not use String as a constructor. (no-new-wrappers)
(#49368) Unexpected space before function parentheses. (space-before-function-paren)
(#49371) Unexpected space before function parentheses. (space-before-function-paren)
(#49383) Unexpected space before function parentheses. (space-before-function-paren)
(#49395) Unexpected use of '|'. (no-bitwise)
(#49395) Unexpected use of '&'. (no-bitwise)
(#49395) Unexpected use of '>>>'. (no-bitwise)
(#49396) Unexpected use of '|'. (no-bitwise)
(#49396) Unexpected use of '&'. (no-bitwise)
(#49402) This line has a length of 465. Maximum allowed is 132. (max-len)
(#49418) Unexpected space before function parentheses. (space-before-function-paren)
(#49421) Unexpected space before function parentheses. (space-before-function-paren)
(#49429) Unexpected space before function parentheses. (space-before-function-paren)
(#49432) Return statement should not contain assignment. (no-return-assign)
(#49434) Unexpected space before function parentheses. (space-before-function-paren)
(#49438) Unexpected space before function parentheses. (space-before-function-paren)
(#49439) Use '===' to compare with null. (no-eq-null)
(#49445) Unexpected space before function parentheses. (space-before-function-paren)
(#49446) Use '===' to compare with null. (no-eq-null)
(#49452) Unexpected space before function parentheses. (space-before-function-paren)
(#49455) Use '===' to compare with null. (no-eq-null)
(#49477) Unexpected space before function parentheses. (space-before-function-paren)
(#49480) Unexpected space before function parentheses. (space-before-function-paren)
(#49481) Use '===' to compare with null. (no-eq-null)
(#49484) This line has a length of 158. Maximum allowed is 132. (max-len)
(#49486) Unexpected space before function parentheses. (space-before-function-paren)
(#49488) Use '===' to compare with null. (no-eq-null)
(#49491) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#49491) Unexpected use of comma operator. (no-sequences)
(#49493) This number literal will lose precision at runtime. (no-loss-of-precision)
(#49495) Unexpected space before function parentheses. (space-before-function-paren)
(#49496) Unexpected space before function parentheses. (space-before-function-paren)
(#49497) Return statement should not contain assignment. (no-return-assign)
(#49505) Unexpected space before function parentheses. (space-before-function-paren)
(#49515) Unexpected space before function parentheses. (space-before-function-paren)
(#49536) Unexpected space before function parentheses. (space-before-function-paren)
(#49537) Unexpected space before function parentheses. (space-before-function-paren)
(#49549) Unexpected space before function parentheses. (space-before-function-paren)
(#49550) Unexpected space before function parentheses. (space-before-function-paren)
(#49554) Return statement should not contain assignment. (no-return-assign)
(#49557) Unexpected space before function parentheses. (space-before-function-paren)
(#49558) Unexpected space before function parentheses. (space-before-function-paren)
(#49562) Return statement should not contain assignment. (no-return-assign)
(#49568) Unexpected space before function parentheses. (space-before-function-paren)
(#49570) Use '===' to compare with null. (no-eq-null)
(#49573) Use '===' to compare with null. (no-eq-null)
(#49580) Unexpected space before function parentheses. (space-before-function-paren)
(#49594) Use '===' to compare with null. (no-eq-null)
(#49600) Use '===' to compare with null. (no-eq-null)
(#49603) Use '===' to compare with null. (no-eq-null)
(#49607) Use '===' to compare with null. (no-eq-null)
(#49611) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#49612) Use '===' to compare with null. (no-eq-null)
(#49617) Unexpected space before function parentheses. (space-before-function-paren)
(#49619) Use '===' to compare with null. (no-eq-null)
(#49625) Return statement should not contain assignment. (no-return-assign)
(#49627) Return statement should not contain assignment. (no-return-assign)
(#49630) Method '_fragment' has a complexity of 30. Maximum allowed is 20. (complexity)
(#49630) Unexpected space before function parentheses. (space-before-function-paren)
(#49655) This line has a length of 144. Maximum allowed is 132. (max-len)
(#49658) This line has a length of 145. Maximum allowed is 132. (max-len)
(#49682) Use '===' to compare with null. (no-eq-null)
(#49688) Do not nest ternary expressions. (no-nested-ternary)
(#49703) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#49703) Unexpected use of comma operator. (no-sequences)
(#49716) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#49716) Unexpected use of comma operator. (no-sequences)
(#49722) Unexpected space before function parentheses. (space-before-function-paren)
(#49723) Unexpected space before function parentheses. (space-before-function-paren)
(#49730) Return statement should not contain assignment. (no-return-assign)
(#49733) Unexpected space before function parentheses. (space-before-function-paren)
(#49734) Expected to return a value at the end of function. (consistent-return)
(#49734) Unexpected space before function parentheses. (space-before-function-paren)
(#49738) Return statement should not contain assignment. (no-return-assign)
(#49746) This line has a length of 150. Maximum allowed is 132. (max-len)
(#49762) Method '_fragment' expected no return value. (consistent-return)
(#49772) Unexpected space before function parentheses. (space-before-function-paren)
(#49775) Unexpected space before function parentheses. (space-before-function-paren)
(#49777) Unexpected space before function parentheses. (space-before-function-paren)
(#49779) Expected { after 'if' condition. (curly)
(#49782) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#49787) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#49797) Unexpected space before function parentheses. (space-before-function-paren)
(#49800) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#49807) Use '===' to compare with null. (no-eq-null)
(#49816) Use '===' to compare with null. (no-eq-null)
(#49822) Unexpected space before function parentheses. (space-before-function-paren)
(#49823) Unexpected space before function parentheses. (space-before-function-paren)
(#49828) Expected to return a value at the end of function. (consistent-return)
(#49828) Unexpected space before function parentheses. (space-before-function-paren)
(#49835) Return statement should not contain assignment. (no-return-assign)
(#49840) Unexpected space before function parentheses. (space-before-function-paren)
(#49841) Unexpected space before function parentheses. (space-before-function-paren)
(#49848) Unexpected space before function parentheses. (space-before-function-paren)
(#49851) Return statement should not contain assignment. (no-return-assign)
(#49857) Unexpected space before function parentheses. (space-before-function-paren)
(#49861) Unexpected space before function parentheses. (space-before-function-paren)
(#49866) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#49867) Use '===' to compare with null. (no-eq-null)
(#49868) Use '===' to compare with null. (no-eq-null)
(#49898) Unexpected space before function parentheses. (space-before-function-paren)
(#49900) Use '===' to compare with null. (no-eq-null)
(#49903) Use '===' to compare with null. (no-eq-null)
(#49906) Use '===' to compare with null. (no-eq-null)
(#49909) Use '===' to compare with null. (no-eq-null)
(#49921) Unexpected space before function parentheses. (space-before-function-paren)
(#49922) Unexpected space before function parentheses. (space-before-function-paren)
(#49932) Unexpected space before function parentheses. (space-before-function-paren)
(#49933) Unexpected space before function parentheses. (space-before-function-paren)
(#49935) Use '===' to compare with null. (no-eq-null)
(#49949) This line has a length of 162. Maximum allowed is 132. (max-len)
(#49949) Use '===' to compare with null. (no-eq-null)
(#49979) Return statement should not contain assignment. (no-return-assign)
(#49984) Return statement should not contain assignment. (no-return-assign)
(#49987) Return statement should not contain assignment. (no-return-assign)
(#50001) Return statement should not contain assignment. (no-return-assign)
(#50003) Return statement should not contain assignment. (no-return-assign)
(#50007) Unexpected space before function parentheses. (space-before-function-paren)
(#50011) Use '===' to compare with null. (no-eq-null)
(#50044) Unexpected space before function parentheses. (space-before-function-paren)
(#50047) Unexpected space before function parentheses. (space-before-function-paren)
(#50053) Unexpected space before function parentheses. (space-before-function-paren)
(#50055) Return statement should not contain assignment. (no-return-assign)
(#50057) Method 'image' has a complexity of 31. Maximum allowed is 20. (complexity)
(#50057) Unexpected space before function parentheses. (space-before-function-paren)
(#50059) Use '===' to compare with null. (no-eq-null)
(#50066) Use '===' to compare with null. (no-eq-null)
(#50066) Use '===' to compare with null. (no-eq-null)
(#50067) Use '===' to compare with null. (no-eq-null)
(#50067) Use '===' to compare with null. (no-eq-null)
(#50081) Use '===' to compare with null. (no-eq-null)
(#50098) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#50098) Unexpected use of comma operator. (no-sequences)
(#50109) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#50109) Unexpected use of comma operator. (no-sequences)
(#50141) Unexpected space before function parentheses. (space-before-function-paren)
(#50162) Unexpected space before function parentheses. (space-before-function-paren)
(#50165) Unexpected space before function parentheses. (space-before-function-paren)
(#50168) Unexpected space before function parentheses. (space-before-function-paren)
(#50169) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#50170) Use '===' to compare with null. (no-eq-null)
(#50175) Unexpected space before function parentheses. (space-before-function-paren)
(#50179) Unexpected space before function parentheses. (space-before-function-paren)
(#50180) Return statement should not contain assignment. (no-return-assign)
(#50183) Unexpected space before function parentheses. (space-before-function-paren)
(#50187) Unexpected space before function parentheses. (space-before-function-paren)
(#50191) Unexpected space before function parentheses. (space-before-function-paren)
(#50195) Unexpected space before function parentheses. (space-before-function-paren)
(#50198) Unexpected use of '<<'. (no-bitwise)
(#50199) Unexpected use of '<<'. (no-bitwise)
(#50204) Unexpected space before function parentheses. (space-before-function-paren)
(#50205) Unexpected use of '&'. (no-bitwise)
(#50205) Unexpected use of '>>>'. (no-bitwise)
(#50206) Unexpected use of '&'. (no-bitwise)
(#50206) Unexpected use of '>>'. (no-bitwise)
(#50207) Unexpected use of '&'. (no-bitwise)
(#50207) Unexpected use of '>>'. (no-bitwise)
(#50208) Unexpected use of '&'. (no-bitwise)
(#50211) Unexpected space before function parentheses. (space-before-function-paren)
(#50221) Unexpected space before function parentheses. (space-before-function-paren)
(#50228) Unexpected space before function parentheses. (space-before-function-paren)
(#50230) Unexpected use of '<<'. (no-bitwise)
(#50232) Unexpected use of '|'. (no-bitwise)
(#50235) Unexpected space before function parentheses. (space-before-function-paren)
(#50236) Unexpected use of '&'. (no-bitwise)
(#50236) Unexpected use of '>>'. (no-bitwise)
(#50237) Unexpected use of '&'. (no-bitwise)
(#50240) Unexpected space before function parentheses. (space-before-function-paren)
(#50250) Unexpected space before function parentheses. (space-before-function-paren)
(#50257) Unexpected space before function parentheses. (space-before-function-paren)
(#50266) Unexpected space before function parentheses. (space-before-function-paren)
(#50275) Unexpected space before function parentheses. (space-before-function-paren)
(#50280) Unexpected space before function parentheses. (space-before-function-paren)
(#50284) Unexpected space before function parentheses. (space-before-function-paren)
(#50288) Unexpected space before function parentheses. (space-before-function-paren)
(#50298) Unexpected use of '&'. (no-bitwise)
(#50299) This line has a length of 258. Maximum allowed is 132. (max-len)
(#50299) Unexpected use of '^'. (no-bitwise)
(#50299) Unexpected use of '^'. (no-bitwise)
(#50299) Unexpected use of '^'. (no-bitwise)
(#50299) Unexpected use of '^'. (no-bitwise)
(#50299) Unexpected use of '^'. (no-bitwise)
(#50299) Unexpected use of '^'. (no-bitwise)
(#50299) Unexpected use of '^'. (no-bitwise)
(#50299) Unexpected use of '^'. (no-bitwise)
(#50301) This line has a length of 171. Maximum allowed is 132. (max-len)
(#50304) Unexpected space before function parentheses. (space-before-function-paren)
(#50307) Unexpected use of '&'. (no-bitwise)
(#50308) Unexpected use of '&'. (no-bitwise)
(#50308) Unexpected use of '>>'. (no-bitwise)
(#50309) Unexpected use of '&'. (no-bitwise)
(#50309) Unexpected use of '>>'. (no-bitwise)
(#50310) Unexpected use of '&'. (no-bitwise)
(#50310) Unexpected use of '>>'. (no-bitwise)
(#50311) Unexpected use of '&'. (no-bitwise)
(#50312) Unexpected use of '&'. (no-bitwise)
(#50312) Unexpected use of '>>'. (no-bitwise)
(#50313) Unexpected use of '&'. (no-bitwise)
(#50313) Unexpected use of '>>'. (no-bitwise)
(#50314) Unexpected use of '&'. (no-bitwise)
(#50314) Unexpected use of '>>'. (no-bitwise)
(#50315) Unexpected use of '&'. (no-bitwise)
(#50318) Unexpected space before function parentheses. (space-before-function-paren)
(#50322) Unexpected space before function parentheses. (space-before-function-paren)
(#50326) Unexpected space before function parentheses. (space-before-function-paren)
(#50330) Unexpected space before function parentheses. (space-before-function-paren)
(#50333) 'i' is assigned a value but never used. (no-unused-vars)
(#50339) Unexpected space before function parentheses. (space-before-function-paren)
(#50361) Unexpected space before function parentheses. (space-before-function-paren)
(#50364) Unexpected space before function parentheses. (space-before-function-paren)
(#50366) Unexpected space before function parentheses. (space-before-function-paren)
(#50368) Expected { after 'if' condition. (curly)
(#50373) 'fs' is assigned a value but never used. (no-unused-vars)
(#50375) Unexpected space before function parentheses. (space-before-function-paren)
(#50378) This line has a length of 155. Maximum allowed is 132. (max-len)
(#50380) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#50385) Expected an error object to be thrown. (no-throw-literal)
(#50397) Expected an error object to be thrown. (no-throw-literal)
(#50406) Expected to return a value at the end of function. (consistent-return)
(#50406) Unexpected space before function parentheses. (space-before-function-paren)
(#50419) Unexpected space before function parentheses. (space-before-function-paren)
(#50433) ["Decode"] is better written in dot notation. (dot-notation)
(#50436) Function expected no return value. (consistent-return)
(#50436) Return statement should not contain assignment. (no-return-assign)
(#50451) Unexpected space before function parentheses. (space-before-function-paren)
(#50454) Unexpected space before function parentheses. (space-before-function-paren)
(#50454) Requires a space after '{'. (block-spacing)
(#50455) Unexpected space before function parentheses. (space-before-function-paren)
(#50462) Unexpected space before function parentheses. (space-before-function-paren)
(#50463) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#50472) Unexpected space before function parentheses. (space-before-function-paren)
(#50493) ["DecodeParms"] is better written in dot notation. (dot-notation)
(#50497) ["ColorSpace"] is better written in dot notation. (dot-notation)
(#50501) This line has a length of 137. Maximum allowed is 132. (max-len)
(#50501) ["ColorSpace"] is better written in dot notation. (dot-notation)
(#50505) Function expected no return value. (consistent-return)
(#50505) Return statement should not contain assignment. (no-return-assign)
(#50505) ["Mask"] is better written in dot notation. (dot-notation)
(#50513) Function expected no return value. (consistent-return)
(#50513) Return statement should not contain assignment. (no-return-assign)
(#50513) ["Mask"] is better written in dot notation. (dot-notation)
(#50515) Function expected no return value. (consistent-return)
(#50517) Function expected no return value. (consistent-return)
(#50519) Function expected no return value. (consistent-return)
(#50523) Unexpected space before function parentheses. (space-before-function-paren)
(#50537) ["SMask"] is better written in dot notation. (dot-notation)
(#50541) Return statement should not contain assignment. (no-return-assign)
(#50544) Unexpected space before function parentheses. (space-before-function-paren)
(#50545) Unexpected space before function parentheses. (space-before-function-paren)
(#50546) Unexpected space before function parentheses. (space-before-function-paren)
(#50561) Expected to return a value at the end of function. (consistent-return)
(#50561) Unexpected space before function parentheses. (space-before-function-paren)
(#50570) Expected to return a value at the end of function. (consistent-return)
(#50570) Unexpected space before function parentheses. (space-before-function-paren)
(#50583) Unexpected space before function parentheses. (space-before-function-paren)
(#50586) Unexpected space before function parentheses. (space-before-function-paren)
(#50587) Unexpected space before function parentheses. (space-before-function-paren)
(#50594) Unexpected space before function parentheses. (space-before-function-paren)
(#50614) Missing semicolon. (@babel/semi)
(#50619) Unexpected space before function parentheses. (space-before-function-paren)
(#50622) Unexpected space before function parentheses. (space-before-function-paren)
(#50622) Requires a space after '{'. (block-spacing)
(#50645) Unexpected space before function parentheses. (space-before-function-paren)
(#50652) 'PNG' is assigned a value but never used. (no-unused-vars)
(#50652) Unexpected space before function parentheses. (space-before-function-paren)
(#50654) Unexpected space before function parentheses. (space-before-function-paren)
(#50655) Unexpected space before function parentheses. (space-before-function-paren)
(#50658) Unexpected space before function parentheses. (space-before-function-paren)
(#50664) Unexpected space before function parentheses. (space-before-function-paren)
(#50670) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#50678) Unexpected constant condition. (no-constant-condition)
(#50680) Function declared in a loop contains unsafe references to variable(s) 'i', 'i'. (no-loop-func)
(#50680) Unexpected space before function parentheses. (space-before-function-paren)
(#50713) This line has a length of 142. Maximum allowed is 132. (max-len)
(#50713) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#50713) 'i' is assigned a value but never used. (no-unused-vars)
(#50732) Expected to return a value at the end of function. (consistent-return)
(#50732) Unexpected space before function parentheses. (space-before-function-paren)
(#50746) Expected to return a value at the end of function. (consistent-return)
(#50746) Unexpected space before function parentheses. (space-before-function-paren)
(#50764) Unreachable code. (no-unreachable)
(#50767) Unexpected space before function parentheses. (space-before-function-paren)
(#50770) 'i' is assigned a value but never used. (no-unused-vars)
(#50776) Unexpected space before function parentheses. (space-before-function-paren)
(#50778) Unexpected use of '<<'. (no-bitwise)
(#50779) Unexpected use of '<<'. (no-bitwise)
(#50780) Unexpected use of '<<'. (no-bitwise)
(#50782) Unexpected use of '|'. (no-bitwise)
(#50782) Unexpected use of '|'. (no-bitwise)
(#50782) Unexpected use of '|'. (no-bitwise)
(#50785) Unexpected space before function parentheses. (space-before-function-paren)
(#50787) Unexpected use of '<<'. (no-bitwise)
(#50789) Unexpected use of '|'. (no-bitwise)
(#50792) Unexpected space before function parentheses. (space-before-function-paren)
(#50794) Function has a complexity of 23. Maximum allowed is 20. (complexity)
(#50794) Unexpected space before function parentheses. (space-before-function-paren)
(#50825) This line has a length of 140. Maximum allowed is 132. (max-len)
(#50834) This line has a length of 140. Maximum allowed is 132. (max-len)
(#50846) This line has a length of 137. Maximum allowed is 132. (max-len)
(#50847) This line has a length of 154. Maximum allowed is 132. (max-len)
(#50872) Unexpected space before function parentheses. (space-before-function-paren)
(#50878) 'length' is assigned a value but never used. (no-unused-vars)
(#50884) Use '===' to compare with null. (no-eq-null)
(#50889) Unexpected space before function parentheses. (space-before-function-paren)
(#50895) This line has a length of 137. Maximum allowed is 132. (max-len)
(#50895) Use '===' to compare with null. (no-eq-null)
(#50899) Use '===' to compare with null. (no-eq-null)
(#50925) Unexpected space before function parentheses. (space-before-function-paren)
(#50929) Unexpected space before function parentheses. (space-before-function-paren)
(#50942) Missing semicolon. (@babel/semi)
(#50947) Unexpected space before function parentheses. (space-before-function-paren)
(#50950) Unexpected space before function parentheses. (space-before-function-paren)
(#50952) Unexpected space before function parentheses. (space-before-function-paren)
(#50958) Use '===' to compare with null. (no-eq-null)
(#50964) Do not use String as a constructor. (no-new-wrappers)
(#50975) Unexpected space before function parentheses. (space-before-function-paren)
(#50976) Use '===' to compare with null. (no-eq-null)
(#50980) Do not use String as a constructor. (no-new-wrappers)
(#50982) Use '===' to compare with null. (no-eq-null)
(#50987) Unexpected space before function parentheses. (space-before-function-paren)
(#50988) Use '===' to compare with null. (no-eq-null)
(#50994) Do not use String as a constructor. (no-new-wrappers)
(#50999) Unexpected space before function parentheses. (space-before-function-paren)
(#51001) Use '===' to compare with null. (no-eq-null)
(#51004) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#51004) Unexpected use of comma operator. (no-sequences)
(#51006) Do not use String as a constructor. (no-new-wrappers)
(#51006) Missing '()' invoking a constructor. (new-parens)
(#51009) Unexpected space before function parentheses. (space-before-function-paren)
(#51010) Use '===' to compare with null. (no-eq-null)
(#51014) Use '===' to compare with null. (no-eq-null)
(#51019) Unexpected space before function parentheses. (space-before-function-paren)
(#51020) Use '===' to compare with null. (no-eq-null)
(#51026) Unexpected space before function parentheses. (space-before-function-paren)
(#51027) Use '===' to compare with null. (no-eq-null)
(#51033) Unexpected space before function parentheses. (space-before-function-paren)
(#51034) Use '===' to compare with null. (no-eq-null)
(#51038) Do not use String as a constructor. (no-new-wrappers)
(#51038) Missing '()' invoking a constructor. (new-parens)
(#51042) Unexpected space before function parentheses. (space-before-function-paren)
(#51043) Use '===' to compare with null. (no-eq-null)
(#51047) Do not use String as a constructor. (no-new-wrappers)
(#51047) Missing '()' invoking a constructor. (new-parens)
(#51050) Unexpected space before function parentheses. (space-before-function-paren)
(#51051) Use '===' to compare with null. (no-eq-null)
(#51055) Do not use String as a constructor. (no-new-wrappers)
(#51055) Missing '()' invoking a constructor. (new-parens)
(#51058) Unexpected space before function parentheses. (space-before-function-paren)
(#51059) Use '===' to compare with null. (no-eq-null)
(#51063) Do not use String as a constructor. (no-new-wrappers)
(#51064) Do not use String as a constructor. (no-new-wrappers)
(#51064) Missing '()' invoking a constructor. (new-parens)
(#51067) Unexpected space before function parentheses. (space-before-function-paren)
(#51072) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#51072) Unexpected use of comma operator. (no-sequences)
(#51087) Unexpected space before function parentheses. (space-before-function-paren)
(#51149) Unexpected space before function parentheses. (space-before-function-paren)
(#51153) Unexpected space before function parentheses. (space-before-function-paren)
(#51157) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#51162) Unexpected space before function parentheses. (space-before-function-paren)
(#51174) This line has a length of 137. Maximum allowed is 132. (max-len)
(#51174) Expected an error object to be thrown. (no-throw-literal)
(#51184) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#51203) Missing semicolon. (@babel/semi)
(#51208) Unexpected space before function parentheses. (space-before-function-paren)
(#51215) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#51216) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#51252) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#51253) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#51262) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#51291) Expected an error object to be thrown. (no-throw-literal)
(#51319) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#51339) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#51346) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#51368) Unexpected space before function parentheses. (space-before-function-paren)
(#51380) Expected space or tab after '/*' in comment. (spaced-comment)
(#51381) Expected space or tab after '/*' in comment. (spaced-comment)
(#51383) Expected space or tab after '/*' in comment. (spaced-comment)
(#51385) Unexpected space before function parentheses. (space-before-function-paren)
(#51388) This line has a length of 134. Maximum allowed is 132. (max-len)
(#51393) Comments should not begin with a lowercase character. (capitalized-comments)
(#51394) ',' should be placed last. (comma-style)
(#51394) Unexpected space before function parentheses. (space-before-function-paren)
(#51397) ',' should be placed last. (comma-style)
(#51398) ',' should be placed last. (comma-style)
(#51399) ',' should be placed last. (comma-style)
(#51399) Unexpected space before function parentheses. (space-before-function-paren)
(#51403) ',' should be placed last. (comma-style)
(#51404) ',' should be placed last. (comma-style)
(#51405) ',' should be placed last. (comma-style)
(#51405) Unexpected space before function parentheses. (space-before-function-paren)
(#51406) Unexpected space before function parentheses. (space-before-function-paren)
(#51410) ',' should be placed last. (comma-style)
(#51411) Comments should not begin with a lowercase character. (capitalized-comments)
(#51412) ',' should be placed last. (comma-style)
(#51412) Comments should not begin with a lowercase character. (capitalized-comments)
(#51413) ',' should be placed last. (comma-style)
(#51413) Unexpected space before function parentheses. (space-before-function-paren)
(#51414) Unexpected space before function parentheses. (space-before-function-paren)
(#51415) Comments should not begin with a lowercase character. (capitalized-comments)
(#51417) Comments should not begin with a lowercase character. (capitalized-comments)
(#51423) ',' should be placed last. (comma-style)
(#51423) Unexpected space before function parentheses. (space-before-function-paren)
(#51437) ',' should be placed last. (comma-style)
(#51437) Unexpected space before function parentheses. (space-before-function-paren)
(#51438) Comments should not begin with a lowercase character. (capitalized-comments)
(#51445) ',' should be placed last. (comma-style)
(#51445) Unexpected space before function parentheses. (space-before-function-paren)
(#51452) ',' should be placed last. (comma-style)
(#51453) ',' should be placed last. (comma-style)
(#51454) ',' should be placed last. (comma-style)
(#51455) ',' should be placed last. (comma-style)
(#51455) Unexpected space before function parentheses. (space-before-function-paren)
(#51458) Comments should not begin with a lowercase character. (capitalized-comments)
(#51459) ',' should be placed last. (comma-style)
(#51459) Unexpected space before function parentheses. (space-before-function-paren)
(#51463) Unexpected space before function parentheses. (space-before-function-paren)
(#51464) This line has a length of 149. Maximum allowed is 132. (max-len)
(#51466) Expected { after 'if' condition. (curly)
(#51467) Comments should not begin with a lowercase character. (capitalized-comments)
(#51475) Comments should not begin with a lowercase character. (capitalized-comments)
(#51484) This line has a length of 236. Maximum allowed is 132. (max-len)
(#51497) Unexpected space before function parentheses. (space-before-function-paren)
(#51510) ',' should be placed last. (comma-style)
(#51511) ',' should be placed last. (comma-style)
(#51511) Unexpected space before function parentheses. (space-before-function-paren)
(#51517) Function expected no return value. (consistent-return)
(#51517) Unexpected space before function parentheses. (space-before-function-paren)
(#51527) Unexpected space before function parentheses. (space-before-function-paren)
(#51527) Unexpected empty function. (no-empty-function)
(#51542) Function expected no return value. (consistent-return)
(#51554) This line has a length of 134. Maximum allowed is 132. (max-len)
(#51555) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#51555) Unexpected space before function parentheses. (space-before-function-paren)
(#51565) Unexpected space before function parentheses. (space-before-function-paren)
(#51567) Unexpected space before function parentheses. (space-before-function-paren)
(#51575) Unexpected space before function parentheses. (space-before-function-paren)
(#51578) Unexpected space before function parentheses. (space-before-function-paren)
(#51578) Requires a space after '{'. (block-spacing)
(#51578) '__webpack_amd_options__' is defined but never used. (no-unused-vars)
(#51582) Missing semicolon. (@babel/semi)
(#51586) Expected space or tab after '/**' in comment. (spaced-comment)
blocks/course_statistics/amd/src/repository-lazy.js
(#5) Unexpected space before function parentheses. (space-before-function-paren)
(#12) Unexpected space before function parentheses. (space-before-function-paren)
blocks/course_statistics/amd/src/responsive.bootstrap-lazy.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#5) Unexpected space before function parentheses. (space-before-function-paren)
(#8) This line has a length of 148. Maximum allowed is 132. (max-len)
(#8) Unexpected space before function parentheses. (space-before-function-paren)
(#13) 'module' is not defined. (no-undef)
(#13) Unexpected space before function parentheses. (space-before-function-paren)
(#30) 'jQuery' is not defined. (no-undef)
(#32) Unexpected space before function parentheses. (space-before-function-paren)
(#32) 'window' is defined but never used. (no-unused-vars)
(#32) 'document' is defined but never used. (no-unused-vars)
(#32) Shadowing of global property 'undefined'. (no-shadow-restricted-names)
(#32) 'undefined' is defined but never used. (no-unused-vars)
(#44) This line has a length of 136. Maximum allowed is 132. (max-len)
(#52) Unexpected space before function parentheses. (space-before-function-paren)
(#53) Unexpected space before function parentheses. (space-before-function-paren)
blocks/course_statistics/amd/src/responsive.bootstrap4.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#5) Unexpected space before function parentheses. (space-before-function-paren)
(#8) This line has a length of 149. Maximum allowed is 132. (max-len)
(#8) Unexpected space before function parentheses. (space-before-function-paren)
(#13) 'module' is not defined. (no-undef)
(#13) Unexpected space before function parentheses. (space-before-function-paren)
(#30) 'jQuery' is not defined. (no-undef)
(#32) Unexpected space before function parentheses. (space-before-function-paren)
(#32) 'window' is defined but never used. (no-unused-vars)
(#32) 'document' is defined but never used. (no-unused-vars)
(#32) Shadowing of global property 'undefined'. (no-shadow-restricted-names)
(#32) 'undefined' is defined but never used. (no-unused-vars)
(#44) This line has a length of 136. Maximum allowed is 132. (max-len)
(#52) Unexpected space before function parentheses. (space-before-function-paren)
(#53) Unexpected space before function parentheses. (space-before-function-paren)
blocks/course_statistics/amd/src/responsive.jqueryui-lazy.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#5) Unexpected space before function parentheses. (space-before-function-paren)
(#8) This line has a length of 145. Maximum allowed is 132. (max-len)
(#8) Unexpected space before function parentheses. (space-before-function-paren)
(#13) 'module' is not defined. (no-undef)
(#13) Unexpected space before function parentheses. (space-before-function-paren)
(#30) 'jQuery' is not defined. (no-undef)
(#32) Unexpected space before function parentheses. (space-before-function-paren)
(#32) 'window' is defined but never used. (no-unused-vars)
(#32) 'document' is defined but never used. (no-unused-vars)
(#32) Shadowing of global property 'undefined'. (no-shadow-restricted-names)
(#32) 'undefined' is defined but never used. (no-unused-vars)
(#40) Unexpected space before function parentheses. (space-before-function-paren)
(#41) Unexpected space before function parentheses. (space-before-function-paren)

CSS problems

(669 errors, 251 warnings)

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

blocks/course_statistics/style/checkboxes.css
(#11) Expected "#B0BED9" to be "#b0bed9" (color-hex-case)
(#101) Expected "#B0BED9" to be "#b0bed9" (color-hex-case)
(#101) Expected "#B0BED9" to be "#b0bed9" (color-hex-case)
(#101) Expected "#B0BED9" to be "#b0bed9" (color-hex-case)
(#101) Expected "#B0BED9" to be "#b0bed9" (color-hex-case)
(#162) Expected "#FCAF17" to be "#fcaf17" (color-hex-case)
(#11) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#15) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#19) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#23) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#27) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#31) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#35) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#39) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#43) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#47) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#51) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#55) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#59) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#63) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#67) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#71) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#75) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#85) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#93) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#101) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#105) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#111) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#206) Unexpected !important (declaration-no-important)
(#207) Unexpected !important (declaration-no-important)
(#211) Unexpected !important (declaration-no-important)
(#253) Unexpected !important (declaration-no-important)
(#254) Unexpected !important (declaration-no-important)
(#277) Unexpected !important (declaration-no-important)
(#141) Unexpected unit (length-zero-no-unit)
(#141) Unexpected unit (length-zero-no-unit)
(#141) Unexpected unit (length-zero-no-unit)
(#145) Unexpected unit (length-zero-no-unit)
(#145) Unexpected unit (length-zero-no-unit)
(#156) Unexpected unit (length-zero-no-unit)
(#157) Unexpected unit (length-zero-no-unit)
(#157) Unexpected unit (length-zero-no-unit)
(#157) Unexpected unit (length-zero-no-unit)
(#14) Expected line length to be no more than 132 characters (max-line-length)
(#18) Expected line length to be no more than 132 characters (max-line-length)
(#22) Expected line length to be no more than 132 characters (max-line-length)
(#26) Expected line length to be no more than 132 characters (max-line-length)
(#30) Expected line length to be no more than 132 characters (max-line-length)
(#34) Expected line length to be no more than 132 characters (max-line-length)
(#38) Expected line length to be no more than 132 characters (max-line-length)
(#42) Expected line length to be no more than 132 characters (max-line-length)
(#46) Expected line length to be no more than 132 characters (max-line-length)
(#58) Expected line length to be no more than 132 characters (max-line-length)
(#62) Expected line length to be no more than 132 characters (max-line-length)
(#66) Expected line length to be no more than 132 characters (max-line-length)
(#70) Expected line length to be no more than 132 characters (max-line-length)
(#78) Expected line length to be no more than 132 characters (max-line-length)
(#10) Expected newline after "," (selector-list-comma-newline-after)
(#14) Expected newline after "," (selector-list-comma-newline-after)
(#14) Expected newline after "," (selector-list-comma-newline-after)
(#14) Expected newline after "," (selector-list-comma-newline-after)
(#18) Expected newline after "," (selector-list-comma-newline-after)
(#18) Expected newline after "," (selector-list-comma-newline-after)
(#18) Expected newline after "," (selector-list-comma-newline-after)
(#22) Expected newline after "," (selector-list-comma-newline-after)
(#22) Expected newline after "," (selector-list-comma-newline-after)
(#22) Expected newline after "," (selector-list-comma-newline-after)
(#22) Expected newline after "," (selector-list-comma-newline-after)
(#22) Expected newline after "," (selector-list-comma-newline-after)
(#22) Expected newline after "," (selector-list-comma-newline-after)
(#22) Expected newline after "," (selector-list-comma-newline-after)
(#26) Expected newline after "," (selector-list-comma-newline-after)
(#30) Expected newline after "," (selector-list-comma-newline-after)
(#34) Expected newline after "," (selector-list-comma-newline-after)
(#38) Expected newline after "," (selector-list-comma-newline-after)
(#42) Expected newline after "," (selector-list-comma-newline-after)
(#46) Expected newline after "," (selector-list-comma-newline-after)
(#50) Expected newline after "," (selector-list-comma-newline-after)
(#54) Expected newline after "," (selector-list-comma-newline-after)
(#58) Expected newline after "," (selector-list-comma-newline-after)
(#62) Expected newline after "," (selector-list-comma-newline-after)
(#66) Expected newline after "," (selector-list-comma-newline-after)
(#70) Expected newline after "," (selector-list-comma-newline-after)
(#70) Expected newline after "," (selector-list-comma-newline-after)
(#70) Expected newline after "," (selector-list-comma-newline-after)
(#74) Expected newline after "," (selector-list-comma-newline-after)
(#78) Expected newline after "," (selector-list-comma-newline-after)
(#78) Expected newline after "," (selector-list-comma-newline-after)
(#78) Expected newline after "," (selector-list-comma-newline-after)
(#88) Expected newline after "," (selector-list-comma-newline-after)
(#96) Expected newline after "," (selector-list-comma-newline-after)
(#104) Expected newline after "," (selector-list-comma-newline-after)
(#109) Expected newline after "," (selector-list-comma-newline-after)
(#170) Expected newline after "," (selector-list-comma-newline-after)
(#248) Expected newline after "," (selector-list-comma-newline-after)
(#249) Expected indentation of 4 spaces (indentation)
blocks/course_statistics/style/dataTables.jqueryui.css
(#355) Invalid value for "background" (csstree/validator)
(#381) Invalid value for "background" (csstree/validator)
(#398) Invalid value for "background" (csstree/validator)
(#426) Invalid value for "background" (csstree/validator)
(#43) Expected "#B0BED9" to be "#b0bed9" (color-hex-case)
(#39) Expected "#ffffff" to be "#fff" (color-hex-length)
(#302) Unexpected duplicate "zoom" (declaration-block-no-duplicate-properties)
(#339) Unexpected duplicate "cursor" (declaration-block-no-duplicate-properties)
(#351) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#353) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#355) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#357) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#359) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#377) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#379) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#381) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#383) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#385) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#394) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#396) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#398) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#400) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#402) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#424) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#425) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#426) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#427) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#428) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#535) Unexpected duplicate "cursor" (declaration-block-no-duplicate-properties)
(#349) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#351) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#353) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#355) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#357) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#359) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#375) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#377) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#379) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#381) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#383) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#385) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#392) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#394) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#396) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#398) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#400) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#402) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#423) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#424) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#425) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#426) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#427) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#428) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#337) Unexpected !important (declaration-no-important)
(#340) Unexpected !important (declaration-no-important)
(#346) Unexpected !important (declaration-no-important)
(#365) Unexpected !important (declaration-no-important)
(#372) Unexpected !important (declaration-no-important)
(#457) Unexpected !important (declaration-no-important)
(#458) Unexpected !important (declaration-no-important)
(#533) Unexpected !important (declaration-no-important)
(#51) Expected line length to be no more than 132 characters (max-line-length)
(#144) Expected line length to be no more than 132 characters (max-line-length)
(#148) Expected line length to be no more than 132 characters (max-line-length)
(#152) Expected line length to be no more than 132 characters (max-line-length)
(#168) Expected line length to be no more than 132 characters (max-line-length)
(#172) Expected line length to be no more than 132 characters (max-line-length)
(#176) Expected line length to be no more than 132 characters (max-line-length)
(#345) Expected line length to be no more than 132 characters (max-line-length)
(#363) Expected line length to be no more than 132 characters (max-line-length)
(#423) Expected line length to be no more than 132 characters (max-line-length)
(#424) Expected line length to be no more than 132 characters (max-line-length)
(#425) Expected line length to be no more than 132 characters (max-line-length)
(#426) Expected line length to be no more than 132 characters (max-line-length)
(#427) Expected line length to be no more than 132 characters (max-line-length)
(#428) Expected line length to be no more than 132 characters (max-line-length)
(#448) Expected line length to be no more than 132 characters (max-line-length)
(#453) Expected line length to be no more than 132 characters (max-line-length)
(#51) Expected newline after "," (selector-list-comma-newline-after)
(#51) Expected newline after "," (selector-list-comma-newline-after)
(#51) Expected newline after "," (selector-list-comma-newline-after)
(#56) Expected newline after "," (selector-list-comma-newline-after)
(#61) Expected newline after "," (selector-list-comma-newline-after)
(#76) Expected newline after "," (selector-list-comma-newline-after)
(#80) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#88) Expected newline after "," (selector-list-comma-newline-after)
(#94) Expected newline after "," (selector-list-comma-newline-after)
(#102) Expected newline after "," (selector-list-comma-newline-after)
(#108) Expected newline after "," (selector-list-comma-newline-after)
(#112) Expected newline after "," (selector-list-comma-newline-after)
(#116) Expected newline after "," (selector-list-comma-newline-after)
(#120) Expected newline after "," (selector-list-comma-newline-after)
(#124) Expected newline after "," (selector-list-comma-newline-after)
(#128) Expected newline after "," (selector-list-comma-newline-after)
(#132) Expected newline after "," (selector-list-comma-newline-after)
(#136) Expected newline after "," (selector-list-comma-newline-after)
(#140) Expected newline after "," (selector-list-comma-newline-after)
(#144) Expected newline after "," (selector-list-comma-newline-after)
(#148) Expected newline after "," (selector-list-comma-newline-after)
(#152) Expected newline after "," (selector-list-comma-newline-after)
(#156) Expected newline after "," (selector-list-comma-newline-after)
(#160) Expected newline after "," (selector-list-comma-newline-after)
(#164) Expected newline after "," (selector-list-comma-newline-after)
(#168) Expected newline after "," (selector-list-comma-newline-after)
(#172) Expected newline after "," (selector-list-comma-newline-after)
(#176) Expected newline after "," (selector-list-comma-newline-after)
(#184) Expected newline after "," (selector-list-comma-newline-after)
(#345) Expected newline after "," (selector-list-comma-newline-after)
(#363) Expected newline after "," (selector-list-comma-newline-after)
(#363) Expected newline after "," (selector-list-comma-newline-after)
(#448) Expected newline after "," (selector-list-comma-newline-after)
(#448) Expected newline after "," (selector-list-comma-newline-after)
(#448) Expected newline after "," (selector-list-comma-newline-after)
(#453) Expected newline after "," (selector-list-comma-newline-after)
blocks/course_statistics/style/jquery.dataTables.css
(#388) Invalid value for "background" (csstree/validator)
(#414) Invalid value for "background" (csstree/validator)
(#431) Invalid value for "background" (csstree/validator)
(#459) Invalid value for "background" (csstree/validator)
(#76) Expected "#B0BED9" to be "#b0bed9" (color-hex-case)
(#72) Expected "#ffffff" to be "#fff" (color-hex-length)
(#46) Unexpected duplicate "cursor" (declaration-block-no-duplicate-properties)
(#335) Unexpected duplicate "zoom" (declaration-block-no-duplicate-properties)
(#372) Unexpected duplicate "cursor" (declaration-block-no-duplicate-properties)
(#384) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#386) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#388) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#390) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#392) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#410) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#412) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#414) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#416) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#418) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#427) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#429) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#431) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#433) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#435) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#457) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#458) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#459) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#460) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#461) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#382) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#384) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#386) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#388) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#390) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#392) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#408) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#410) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#412) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#414) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#416) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#418) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#425) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#427) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#429) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#431) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#433) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#435) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#456) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#457) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#458) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#459) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#460) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#461) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#370) Unexpected !important (declaration-no-important)
(#373) Unexpected !important (declaration-no-important)
(#379) Unexpected !important (declaration-no-important)
(#398) Unexpected !important (declaration-no-important)
(#405) Unexpected !important (declaration-no-important)
(#490) Unexpected !important (declaration-no-important)
(#491) Unexpected !important (declaration-no-important)
(#84) Expected line length to be no more than 132 characters (max-line-length)
(#177) Expected line length to be no more than 132 characters (max-line-length)
(#181) Expected line length to be no more than 132 characters (max-line-length)
(#185) Expected line length to be no more than 132 characters (max-line-length)
(#201) Expected line length to be no more than 132 characters (max-line-length)
(#205) Expected line length to be no more than 132 characters (max-line-length)
(#209) Expected line length to be no more than 132 characters (max-line-length)
(#378) Expected line length to be no more than 132 characters (max-line-length)
(#396) Expected line length to be no more than 132 characters (max-line-length)
(#456) Expected line length to be no more than 132 characters (max-line-length)
(#457) Expected line length to be no more than 132 characters (max-line-length)
(#458) Expected line length to be no more than 132 characters (max-line-length)
(#459) Expected line length to be no more than 132 characters (max-line-length)
(#460) Expected line length to be no more than 132 characters (max-line-length)
(#461) Expected line length to be no more than 132 characters (max-line-length)
(#481) Expected line length to be no more than 132 characters (max-line-length)
(#486) Expected line length to be no more than 132 characters (max-line-length)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#89) Expected newline after "," (selector-list-comma-newline-after)
(#94) Expected newline after "," (selector-list-comma-newline-after)
(#109) Expected newline after "," (selector-list-comma-newline-after)
(#113) Expected newline after "," (selector-list-comma-newline-after)
(#117) Expected newline after "," (selector-list-comma-newline-after)
(#121) Expected newline after "," (selector-list-comma-newline-after)
(#127) Expected newline after "," (selector-list-comma-newline-after)
(#135) Expected newline after "," (selector-list-comma-newline-after)
(#141) Expected newline after "," (selector-list-comma-newline-after)
(#145) Expected newline after "," (selector-list-comma-newline-after)
(#149) Expected newline after "," (selector-list-comma-newline-after)
(#153) Expected newline after "," (selector-list-comma-newline-after)
(#157) Expected newline after "," (selector-list-comma-newline-after)
(#161) Expected newline after "," (selector-list-comma-newline-after)
(#165) Expected newline after "," (selector-list-comma-newline-after)
(#169) Expected newline after "," (selector-list-comma-newline-after)
(#173) Expected newline after "," (selector-list-comma-newline-after)
(#177) Expected newline after "," (selector-list-comma-newline-after)
(#181) Expected newline after "," (selector-list-comma-newline-after)
(#185) Expected newline after "," (selector-list-comma-newline-after)
(#189) Expected newline after "," (selector-list-comma-newline-after)
(#193) Expected newline after "," (selector-list-comma-newline-after)
(#197) Expected newline after "," (selector-list-comma-newline-after)
(#201) Expected newline after "," (selector-list-comma-newline-after)
(#205) Expected newline after "," (selector-list-comma-newline-after)
(#209) Expected newline after "," (selector-list-comma-newline-after)
(#217) Expected newline after "," (selector-list-comma-newline-after)
(#378) Expected newline after "," (selector-list-comma-newline-after)
(#396) Expected newline after "," (selector-list-comma-newline-after)
(#396) Expected newline after "," (selector-list-comma-newline-after)
(#481) Expected newline after "," (selector-list-comma-newline-after)
(#481) Expected newline after "," (selector-list-comma-newline-after)
(#481) Expected newline after "," (selector-list-comma-newline-after)
(#486) Expected newline after "," (selector-list-comma-newline-after)
blocks/course_statistics/style/pantheon.css
(#8) Expected "#0073B5" to be "#0073b5" (color-hex-case)
(#22) Expected "#FFFFFF" to be "#ffffff" (color-hex-case)
(#23) Expected "#0073B5" to be "#0073b5" (color-hex-case)
(#22) Expected "#FFFFFF" to be "#FFF" (color-hex-length)
(#75) Expected "#ffffff" to be "#fff" (color-hex-length)
(#18) Unexpected !important (declaration-no-important)
(#81) Unexpected !important (declaration-no-important)
(#85) Unexpected !important (declaration-no-important)
(#105) Unexpected !important (declaration-no-important)
(#18) Unexpected unit (length-zero-no-unit)
(#24) Unexpected unit (length-zero-no-unit)
(#25) Unexpected unit (length-zero-no-unit)
(#26) Unexpected unit (length-zero-no-unit)
(#34) Unexpected unit (length-zero-no-unit)
(#64) Expected newline after "," (selector-list-comma-newline-after)
(#64) Expected newline after "," (selector-list-comma-newline-after)
blocks/course_statistics/style/responsive.bootstrap.css
(#154) Unexpected duplicate "overflow" (declaration-block-no-duplicate-properties)
(#4) Unexpected !important (declaration-no-important)
(#10) Unexpected !important (declaration-no-important)
(#34) Unexpected !important (declaration-no-important)
(#85) Unexpected !important (declaration-no-important)
(#103) Unexpected !important (declaration-no-important)
blocks/course_statistics/style/responsive.bootstrap4.css
(#154) Unexpected duplicate "overflow" (declaration-block-no-duplicate-properties)
(#4) Unexpected !important (declaration-no-important)
(#10) Unexpected !important (declaration-no-important)
(#34) Unexpected !important (declaration-no-important)
(#85) Unexpected !important (declaration-no-important)
(#103) Unexpected !important (declaration-no-important)
blocks/course_statistics/style/responsive.dataTables.css
(#154) Unexpected duplicate "overflow" (declaration-block-no-duplicate-properties)
(#4) Unexpected !important (declaration-no-important)
(#10) Unexpected !important (declaration-no-important)
(#34) Unexpected !important (declaration-no-important)
(#85) Unexpected !important (declaration-no-important)
(#103) Unexpected !important (declaration-no-important)
blocks/course_statistics/style/responsive.jqueryui.css
(#154) Unexpected duplicate "overflow" (declaration-block-no-duplicate-properties)
(#4) Unexpected !important (declaration-no-important)
(#10) Unexpected !important (declaration-no-important)
(#34) Unexpected !important (declaration-no-important)
(#85) Unexpected !important (declaration-no-important)
(#103) Unexpected !important (declaration-no-important)
blocks/course_statistics/style/select.dataTables.css
(#3) Expected "#B0BED9" to be "#b0bed9" (color-hex-case)
(#110) Expected "#B0BED9" to be "#b0bed9" (color-hex-case)
(#110) Expected "#B0BED9" to be "#b0bed9" (color-hex-case)
(#110) Expected "#B0BED9" to be "#b0bed9" (color-hex-case)
(#110) Expected "#B0BED9" to be "#b0bed9" (color-hex-case)
(#28) Expected line length to be no more than 132 characters (max-line-length)
(#32) Expected line length to be no more than 132 characters (max-line-length)
(#36) Expected line length to be no more than 132 characters (max-line-length)
(#40) Expected line length to be no more than 132 characters (max-line-length)
(#44) Expected line length to be no more than 132 characters (max-line-length)
(#48) Expected line length to be no more than 132 characters (max-line-length)
(#60) Expected line length to be no more than 132 characters (max-line-length)
(#64) Expected line length to be no more than 132 characters (max-line-length)
(#68) Expected line length to be no more than 132 characters (max-line-length)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#13) Expected newline after "," (selector-list-comma-newline-after)
(#21) Expected newline after "," (selector-list-comma-newline-after)
(#28) Expected newline after "," (selector-list-comma-newline-after)
(#32) Expected newline after "," (selector-list-comma-newline-after)
(#36) Expected newline after "," (selector-list-comma-newline-after)
(#40) Expected newline after "," (selector-list-comma-newline-after)
(#44) Expected newline after "," (selector-list-comma-newline-after)
(#48) Expected newline after "," (selector-list-comma-newline-after)
(#52) Expected newline after "," (selector-list-comma-newline-after)
(#56) Expected newline after "," (selector-list-comma-newline-after)
(#60) Expected newline after "," (selector-list-comma-newline-after)
(#64) Expected newline after "," (selector-list-comma-newline-after)
(#68) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
blocks/course_statistics/style/styles.css
(#22) Expected single space before "{" (block-opening-brace-space-before)
(#28) Unexpected !important (declaration-no-important)
(#22) Expected single space after "+" (selector-combinator-space-after)
(#22) Expected single space before "+" (selector-combinator-space-before)
blocks/course_statistics/style/theme.css
(#354) Invalid value for "display" (csstree/validator)
(#661) Invalid value for "display" (csstree/validator)
(#920) Invalid value for "display" (csstree/validator)
(#1012) Invalid value for "display" (csstree/validator)
(#1241) Invalid value for "display" (csstree/validator)
(#1293) Invalid value for "display" (csstree/validator)
(#1319) Invalid value for "display" (csstree/validator)
(#1596) Invalid value for "display" (csstree/validator)
(#1670) Invalid value for "display" (csstree/validator)
(#1694) Invalid value for "display" (csstree/validator)
(#1944) Invalid value for "display" (csstree/validator)
(#1996) Invalid value for "display" (csstree/validator)
(#2048) Invalid value for "display" (csstree/validator)
(#2137) Invalid value for "display" (csstree/validator)
(#2168) Invalid value for "display" (csstree/validator)
(#2331) Invalid value for "display" (csstree/validator)
(#2358) Invalid value for "display" (csstree/validator)
(#2437) Invalid value for "display" (csstree/validator)
(#2584) Invalid value for "display" (csstree/validator)
(#2627) Invalid value for "display" (csstree/validator)
(#2653) Invalid value for "display" (csstree/validator)
(#2668) Invalid value for "display" (csstree/validator)
(#2812) Invalid value for "display" (csstree/validator)
(#2963) Invalid value for "display" (csstree/validator)
(#3093) Invalid value for "display" (csstree/validator)
(#3157) Invalid value for "background-image" (csstree/validator)
(#3163) Invalid value for "background-image" (csstree/validator)
(#3169) Invalid value for "background-image" (csstree/validator)
(#3175) Invalid value for "background-image" (csstree/validator)
(#3307) Invalid value for "background-image" (csstree/validator)
(#3512) Invalid value for "display" (csstree/validator)
(#3680) Invalid value for "display" (csstree/validator)
(#3774) Invalid value for "display" (csstree/validator)
(#3807) Invalid value for "display" (csstree/validator)
(#3838) Invalid value for "display" (csstree/validator)
(#3995) Invalid value for "display" (csstree/validator)
(#4053) Invalid value for "display" (csstree/validator)
(#4297) Invalid value for "display" (csstree/validator)
(#4571) Invalid value for "display" (csstree/validator)
(#4614) Invalid value for "display" (csstree/validator)
(#4787) Invalid value for "display" (csstree/validator)
(#4906) Invalid value for "display" (csstree/validator)
(#5204) Invalid value for "-webkit-transition" (csstree/validator)
(#5205) Invalid value for "-o-transition" (csstree/validator)
(#5206) Invalid value for "-moz-transition" (csstree/validator)
(#5207) Invalid value for "transition" (csstree/validator)
(#5322) Invalid value for "-webkit-transition" (csstree/validator)
(#5323) Invalid value for "-o-transition" (csstree/validator)
(#5324) Invalid value for "-moz-transition" (csstree/validator)
(#5325) Invalid value for "transition" (csstree/validator)
(#5468) Invalid value for "-webkit-transition" (csstree/validator)
(#5469) Invalid value for "-o-transition" (csstree/validator)
(#5470) Invalid value for "-moz-transition" (csstree/validator)
(#5471) Invalid value for "transition" (csstree/validator)
(#5613) Invalid value for "-webkit-transition" (csstree/validator)
(#5614) Invalid value for "-o-transition" (csstree/validator)
(#5615) Invalid value for "-moz-transition" (csstree/validator)
(#5616) Invalid value for "transition" (csstree/validator)
(#5062) Expected single space before "{" (block-opening-brace-space-before)
(#5065) Expected single space before "{" (block-opening-brace-space-before)
(#5068) Expected single space before "{" (block-opening-brace-space-before)
(#413) Expected "#C9CDD7" to be "#c9cdd7" (color-hex-case)
(#422) Expected "#C9CDD7" to be "#c9cdd7" (color-hex-case)
(#117) Expected "#333333" to be "#333" (color-hex-length)
(#2797) Expected "#777777" to be "#777" (color-hex-length)
(#352) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#353) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#354) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#355) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#659) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#660) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#661) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#662) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#918) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#919) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#920) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#921) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1010) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1011) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1012) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1013) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1239) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1240) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1241) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1242) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1291) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1292) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1293) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1294) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1317) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1318) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1319) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1320) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1497) Unexpected duplicate "line-height" (declaration-block-no-duplicate-properties)
(#1498) Unexpected duplicate "line-height" (declaration-block-no-duplicate-properties)
(#1515) Unexpected duplicate "line-height" (declaration-block-no-duplicate-properties)
(#1516) Unexpected duplicate "line-height" (declaration-block-no-duplicate-properties)
(#1594) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1595) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1596) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1597) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1623) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#1624) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#1668) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1669) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1670) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1671) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1692) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1693) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1694) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1695) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1913) Unexpected duplicate "line-height" (declaration-block-no-duplicate-properties)
(#1914) Unexpected duplicate "line-height" (declaration-block-no-duplicate-properties)
(#1942) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1943) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1944) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1945) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1962) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#1963) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#1977) Unexpected duplicate "line-height" (declaration-block-no-duplicate-properties)
(#1978) Unexpected duplicate "line-height" (declaration-block-no-duplicate-properties)
(#1994) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1995) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1996) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1997) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2017) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#2018) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#2046) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2047) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2048) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2049) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2083) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#2084) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#2135) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2136) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2137) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2138) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2166) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2167) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2168) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2169) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2209) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#2210) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#2329) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2330) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2331) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2332) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2356) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2357) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2358) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2359) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2435) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2436) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2437) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2438) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2541) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#2542) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#2582) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2583) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2584) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2585) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2593) Unexpected duplicate "position" (declaration-block-no-duplicate-properties)
(#2625) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2626) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2627) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2628) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2651) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2652) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2653) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2654) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2666) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2667) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2668) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2669) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2810) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2811) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2812) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2813) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2947) Unexpected duplicate "position" (declaration-block-no-duplicate-properties)
(#2961) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2962) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2963) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2964) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3091) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3092) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3093) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3094) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3156) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3157) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3162) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3163) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3168) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3169) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3174) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3175) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3306) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3307) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3510) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3511) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3512) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3513) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3678) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3679) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3680) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3681) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3772) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3773) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3774) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3775) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3789) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#3790) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#3805) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3806) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3807) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3808) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3836) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3837) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3838) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3839) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3993) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3994) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3995) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3996) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4051) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4052) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4053) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4054) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4295) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4296) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4297) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4298) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4569) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4570) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4571) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4572) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4612) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4613) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4614) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4615) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4752) Unexpected duplicate "line-height" (declaration-block-no-duplicate-properties)
(#4753) Unexpected duplicate "line-height" (declaration-block-no-duplicate-properties)
(#4785) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4786) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4787) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4788) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4904) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4905) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4906) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4907) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4917) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#4918) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#5133) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#5642) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#891) Unexpected !important (declaration-no-important)
(#892) Unexpected !important (declaration-no-important)
(#1746) Unexpected !important (declaration-no-important)
(#5709) Unexpected !important (declaration-no-important)
(#5710) Unexpected !important (declaration-no-important)
(#5711) Unexpected !important (declaration-no-important)
(#5715) Unexpected !important (declaration-no-important)
(#5719) Unexpected !important (declaration-no-important)
(#5723) Unexpected !important (declaration-no-important)
(#5732) Unexpected !important (declaration-no-important)
(#5745) Unexpected !important (declaration-no-important)
(#5754) Unexpected !important (declaration-no-important)
(#5759) Unexpected !important (declaration-no-important)
(#5768) Unexpected !important (declaration-no-important)
(#5781) Unexpected !important (declaration-no-important)
(#5790) Unexpected !important (declaration-no-important)
(#5795) Unexpected !important (declaration-no-important)
(#5804) Unexpected !important (declaration-no-important)
(#5817) Unexpected !important (declaration-no-important)
(#5826) Unexpected !important (declaration-no-important)
(#5831) Unexpected !important (declaration-no-important)
(#5840) Unexpected !important (declaration-no-important)
(#5853) Unexpected !important (declaration-no-important)
(#5862) Unexpected !important (declaration-no-important)
(#5867) Unexpected !important (declaration-no-important)
(#5876) Unexpected !important (declaration-no-important)
(#5889) Unexpected !important (declaration-no-important)
(#5898) Unexpected !important (declaration-no-important)
(#5903) Unexpected !important (declaration-no-important)
(#5912) Unexpected !important (declaration-no-important)
(#5925) Unexpected !important (declaration-no-important)
(#5934) Unexpected !important (declaration-no-important)
(#5939) Unexpected !important (declaration-no-important)
(#5948) Unexpected !important (declaration-no-important)
(#5961) Unexpected !important (declaration-no-important)
(#5970) Unexpected !important (declaration-no-important)
(#5975) Unexpected !important (declaration-no-important)
(#5984) Unexpected !important (declaration-no-important)
(#5997) Unexpected !important (declaration-no-important)
(#6006) Unexpected !important (declaration-no-important)
(#957) Expected single space after "," in a single-line function (function-comma-space-after)
(#957) Expected single space after "," in a single-line function (function-comma-space-after)
(#957) Expected single space after "," in a single-line function (function-comma-space-after)
(#398) Unexpected unit (length-zero-no-unit)
(#551) Unexpected unit (length-zero-no-unit)
(#551) Unexpected unit (length-zero-no-unit)
(#552) Unexpected unit (length-zero-no-unit)
(#552) Unexpected unit (length-zero-no-unit)
(#553) Unexpected unit (length-zero-no-unit)
(#553) Unexpected unit (length-zero-no-unit)
(#957) Unexpected unit (length-zero-no-unit)
(#1019) Unexpected unit (length-zero-no-unit)
(#1019) Unexpected unit (length-zero-no-unit)
(#1020) Unexpected unit (length-zero-no-unit)
(#1020) Unexpected unit (length-zero-no-unit)
(#1021) Unexpected unit (length-zero-no-unit)
(#1021) Unexpected unit (length-zero-no-unit)
(#1186) Unexpected unit (length-zero-no-unit)
(#1186) Unexpected unit (length-zero-no-unit)
(#1187) Unexpected unit (length-zero-no-unit)
(#1187) Unexpected unit (length-zero-no-unit)
(#1188) Unexpected unit (length-zero-no-unit)
(#1188) Unexpected unit (length-zero-no-unit)
(#1453) Unexpected unit (length-zero-no-unit)
(#1453) Unexpected unit (length-zero-no-unit)
(#1454) Unexpected unit (length-zero-no-unit)
(#1454) Unexpected unit (length-zero-no-unit)
(#1455) Unexpected unit (length-zero-no-unit)
(#1455) Unexpected unit (length-zero-no-unit)
(#1603) Unexpected unit (length-zero-no-unit)
(#1603) Unexpected unit (length-zero-no-unit)
(#1604) Unexpected unit (length-zero-no-unit)
(#1604) Unexpected unit (length-zero-no-unit)
(#1605) Unexpected unit (length-zero-no-unit)
(#1605) Unexpected unit (length-zero-no-unit)
(#1868) Unexpected unit (length-zero-no-unit)
(#1868) Unexpected unit (length-zero-no-unit)
(#1869) Unexpected unit (length-zero-no-unit)
(#1869) Unexpected unit (length-zero-no-unit)
(#1870) Unexpected unit (length-zero-no-unit)
(#1870) Unexpected unit (length-zero-no-unit)
(#2153) Unexpected unit (length-zero-no-unit)
(#2153) Unexpected unit (length-zero-no-unit)
(#2154) Unexpected unit (length-zero-no-unit)
(#2154) Unexpected unit (length-zero-no-unit)
(#2155) Unexpected unit (length-zero-no-unit)
(#2155) Unexpected unit (length-zero-no-unit)
(#2471) Unexpected unit (length-zero-no-unit)
(#2471) Unexpected unit (length-zero-no-unit)
(#2472) Unexpected unit (length-zero-no-unit)
(#2472) Unexpected unit (length-zero-no-unit)
(#2473) Unexpected unit (length-zero-no-unit)
(#2473) Unexpected unit (length-zero-no-unit)
(#2537) Unexpected unit (length-zero-no-unit)
(#2537) Unexpected unit (length-zero-no-unit)
(#2538) Unexpected unit (length-zero-no-unit)
(#2538) Unexpected unit (length-zero-no-unit)
(#2539) Unexpected unit (length-zero-no-unit)
(#2539) Unexpected unit (length-zero-no-unit)
(#2596) Unexpected unit (length-zero-no-unit)
(#2596) Unexpected unit (length-zero-no-unit)
(#2597) Unexpected unit (length-zero-no-unit)
(#2597) Unexpected unit (length-zero-no-unit)
(#2598) Unexpected unit (length-zero-no-unit)
(#2598) Unexpected unit (length-zero-no-unit)
(#2774) Unexpected unit (length-zero-no-unit)
(#2774) Unexpected unit (length-zero-no-unit)
(#2775) Unexpected unit (length-zero-no-unit)
(#2775) Unexpected unit (length-zero-no-unit)
(#2776) Unexpected unit (length-zero-no-unit)
(#2776) Unexpected unit (length-zero-no-unit)
(#2943) Unexpected unit (length-zero-no-unit)
(#2943) Unexpected unit (length-zero-no-unit)
(#2944) Unexpected unit (length-zero-no-unit)
(#2944) Unexpected unit (length-zero-no-unit)
(#2945) Unexpected unit (length-zero-no-unit)
(#2945) Unexpected unit (length-zero-no-unit)
(#3141) Unexpected unit (length-zero-no-unit)
(#3141) Unexpected unit (length-zero-no-unit)
(#3142) Unexpected unit (length-zero-no-unit)
(#3142) Unexpected unit (length-zero-no-unit)
(#3143) Unexpected unit (length-zero-no-unit)
(#3143) Unexpected unit (length-zero-no-unit)
(#3259) Unexpected unit (length-zero-no-unit)
(#3259) Unexpected unit (length-zero-no-unit)
(#3260) Unexpected unit (length-zero-no-unit)
(#3260) Unexpected unit (length-zero-no-unit)
(#3261) Unexpected unit (length-zero-no-unit)
(#3261) Unexpected unit (length-zero-no-unit)
(#3343) Unexpected unit (length-zero-no-unit)
(#3343) Unexpected unit (length-zero-no-unit)
(#3344) Unexpected unit (length-zero-no-unit)
(#3344) Unexpected unit (length-zero-no-unit)
(#3345) Unexpected unit (length-zero-no-unit)
(#3345) Unexpected unit (length-zero-no-unit)
(#4169) Unexpected unit (length-zero-no-unit)
(#4169) Unexpected unit (length-zero-no-unit)
(#4170) Unexpected unit (length-zero-no-unit)
(#4170) Unexpected unit (length-zero-no-unit)
(#4171) Unexpected unit (length-zero-no-unit)
(#4171) Unexpected unit (length-zero-no-unit)
(#4234) Unexpected unit (length-zero-no-unit)
(#4234) Unexpected unit (length-zero-no-unit)
(#4235) Unexpected unit (length-zero-no-unit)
(#4235) Unexpected unit (length-zero-no-unit)
(#4236) Unexpected unit (length-zero-no-unit)
(#4236) Unexpected unit (length-zero-no-unit)
(#4562) Unexpected unit (length-zero-no-unit)
(#4562) Unexpected unit (length-zero-no-unit)
(#4563) Unexpected unit (length-zero-no-unit)
(#4563) Unexpected unit (length-zero-no-unit)
(#4564) Unexpected unit (length-zero-no-unit)
(#4564) Unexpected unit (length-zero-no-unit)
(#5057) Unexpected unit (length-zero-no-unit)
(#5057) Unexpected unit (length-zero-no-unit)
(#5058) Unexpected unit (length-zero-no-unit)
(#5058) Unexpected unit (length-zero-no-unit)
(#5059) Unexpected unit (length-zero-no-unit)
(#5059) Unexpected unit (length-zero-no-unit)
(#6015) Unexpected unit (length-zero-no-unit)
(#6019) Unexpected unit (length-zero-no-unit)
(#6023) Unexpected unit (length-zero-no-unit)
(#6027) Unexpected unit (length-zero-no-unit)
(#6031) Unexpected unit (length-zero-no-unit)
(#6035) Unexpected unit (length-zero-no-unit)
(#6039) Unexpected unit (length-zero-no-unit)
(#6043) Unexpected unit (length-zero-no-unit)
(#7648) Unexpected unit (length-zero-no-unit)
(#7652) Unexpected unit (length-zero-no-unit)
(#7656) Unexpected unit (length-zero-no-unit)
(#7660) Unexpected unit (length-zero-no-unit)
(#7664) Unexpected unit (length-zero-no-unit)
(#7668) Unexpected unit (length-zero-no-unit)
(#7672) Unexpected unit (length-zero-no-unit)
(#7676) Unexpected unit (length-zero-no-unit)
(#7682) Unexpected unit (length-zero-no-unit)
(#7686) Unexpected unit (length-zero-no-unit)
(#7690) Unexpected unit (length-zero-no-unit)
(#7694) Unexpected unit (length-zero-no-unit)
(#7698) Unexpected unit (length-zero-no-unit)
(#7702) Unexpected unit (length-zero-no-unit)
(#7706) Unexpected unit (length-zero-no-unit)
(#7710) Unexpected unit (length-zero-no-unit)
(#7716) Unexpected unit (length-zero-no-unit)
(#7720) Unexpected unit (length-zero-no-unit)
(#7724) Unexpected unit (length-zero-no-unit)
(#7728) Unexpected unit (length-zero-no-unit)
(#7732) Unexpected unit (length-zero-no-unit)
(#7736) Unexpected unit (length-zero-no-unit)
(#7740) Unexpected unit (length-zero-no-unit)
(#7744) Unexpected unit (length-zero-no-unit)
(#7750) Unexpected unit (length-zero-no-unit)
(#7754) Unexpected unit (length-zero-no-unit)
(#7758) Unexpected unit (length-zero-no-unit)
(#7762) Unexpected unit (length-zero-no-unit)
(#7766) Unexpected unit (length-zero-no-unit)
(#7770) Unexpected unit (length-zero-no-unit)
(#7774) Unexpected unit (length-zero-no-unit)
(#7778) Unexpected unit (length-zero-no-unit)
(#66) Expected newline after "," (selector-list-comma-newline-after)
(#1163) Expected newline after "," (selector-list-comma-newline-after)
(#1863) Expected newline after "," (selector-list-comma-newline-after)
(#1863) Expected newline after "," (selector-list-comma-newline-after)
(#1863) Expected newline after "," (selector-list-comma-newline-after)
(#1890) Expected newline after "," (selector-list-comma-newline-after)
(#1890) Expected newline after "," (selector-list-comma-newline-after)
(#1890) Expected newline after "," (selector-list-comma-newline-after)
(#1905) Expected newline after "," (selector-list-comma-newline-after)
(#1905) Expected newline after "," (selector-list-comma-newline-after)
(#1911) Expected newline after "," (selector-list-comma-newline-after)
(#1911) Expected newline after "," (selector-list-comma-newline-after)
(#1919) Expected newline after "," (selector-list-comma-newline-after)
(#1919) Expected newline after "," (selector-list-comma-newline-after)
(#1928) Expected newline after "," (selector-list-comma-newline-after)
(#1928) Expected newline after "," (selector-list-comma-newline-after)
(#3979) Expected newline after "," (selector-list-comma-newline-after)
(#4164) Expected newline after "," (selector-list-comma-newline-after)
(#4164) Expected newline after "," (selector-list-comma-newline-after)
(#5706) Expected newline after "," (selector-list-comma-newline-after)
(#5714) Expected newline after "," (selector-list-comma-newline-after)
(#5718) Expected newline after "," (selector-list-comma-newline-after)
(#14662) Expected newline after "," (selector-list-comma-newline-after)
(#966) Unexpected whitespace before "," (selector-list-comma-space-before)
(#982) Expected no more than 0 empty lines (selector-max-empty-lines)
(#1047) Unexpected unknown type selector "v" (selector-type-no-unknown)
(#287) Expected indentation of 4 spaces (indentation)
(#284) Expected indentation of 8 spaces (indentation)
(#285) Expected indentation of 8 spaces (indentation)
(#286) Expected indentation of 8 spaces (indentation)
(#326) Expected indentation of 8 spaces (indentation)
(#980) Expected indentation of 0 spaces (indentation)
(#5329) Expected indentation of 0 spaces (indentation)
(#5475) Expected indentation of 0 spaces (indentation)
blocks/course_statistics/style/zebra_datepicker.css
(#155) Unexpected duplicate "text-indent" (declaration-block-no-duplicate-properties)
(#12) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#18) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#22) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#29) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#39) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#43) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#47) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#51) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#56) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#61) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#65) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#69) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#73) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#79) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#86) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#90) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#102) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#106) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#111) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#116) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#120) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#124) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#129) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#134) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#138) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#143) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#147) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#155) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#159) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#163) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#167) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#180) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#185) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#18) Unexpected !important (declaration-no-important)

PHPDocs style problems

(0 errors, 0 warnings)

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


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

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

blocks/course_statistics/templates/admin/common/formsection.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 6: Element “div” is missing one or more of the following attributes: “role”. ( <div class="card-header" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true"> )
(#1) HTML Validation info, line 2: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections, or else use a “div” element instead for any cases where no heading is needed. (ad><body><section class="p-t-20"> <)
blocks/course_statistics/templates/admin/common/navsection.mustache
(#1) Example context missing (@template section not found.)
blocks/course_statistics/templates/admin/generalmeasures/main.mustache
(#1) Example context missing.
blocks/course_statistics/templates/admin/generalmeasures/usersmain.mustache
(#1) Example context missing.
blocks/course_statistics/templates/admin/measuresfortheforum/forumsmain.mustache
(#1) Example context missing.
blocks/course_statistics/templates/admin/measuresfortheforum/main.mustache
(#1) Example context missing.
blocks/course_statistics/templates/admin/measuresfortheforum/topicsmain.mustache
(#1) Example context missing.
blocks/course_statistics/templates/admin/measuresfortheforum/usersmain.mustache
(#1) Example context missing.
blocks/course_statistics/templates/admin/measuresinquizzes/main.mustache
(#1) Example context missing.
blocks/course_statistics/templates/admin/measuresinquizzes/quizmain.mustache
(#1) Example context missing.
blocks/course_statistics/templates/admin/measuresinquizzes/usersmain.mustache
(#1) Example context missing.
blocks/course_statistics/templates/admin/measurespertool/activitiesmain.mustache
(#1) Example context missing.
blocks/course_statistics/templates/admin/measurespertool/main.mustache
(#1) Example context missing.
blocks/course_statistics/templates/admin/measurespertool/usersmain.mustache
(#1) Example context missing.
blocks/course_statistics/templates/settings.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 15: The “cellspacing” attribute on the “table” element is obsolete. Use CSS instead. ( <table class="statistics display table table-data2" cellspacing="0" width="100%"> )
(#1) HTML Validation error, line 15: The “width” attribute on the “table” element is obsolete. Use CSS instead. ( <table class="statistics display table table-data2" cellspacing="0" width="100%"> )
(#1) HTML Validation error, line 29: Start tag “div” seen in “table”. ( </thead> <div style="display: none;" class="loader"><img c)
(#1) HTML Validation error, line 29: Cannot recover after last error. Any further errors will be ignored. ( </thead> <div style="display: none;" class="loader"><img c)
(#1) ESLint warning [comma-spacing]: There should be no space before ','. ( dataTableModule.initializeDataTable(tableconfig , true);

Gherkin .feature problems

(0 errors, 0 warnings)

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