Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(0 errors, 1 warnings)

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

blocks/behaviour/locallib.php
(#841) This comment is 53% valid code; is this commented out code?

Javascript coding style problems

(2285 errors, 3474 warnings)

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

blocks/behaviour/Gruntfile.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#62) Comments should not begin with a lowercase character. (capitalized-comments)
(#62) Expected space or tab after '//' in comment. (spaced-comment)
blocks/behaviour/amd/src/behaviour-analytics.js
(#2221) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#2230) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#2237) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#2257) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#2322) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#2347) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
blocks/behaviour/amd/src/d3.js
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#3) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#3) Do not nest ternary expressions. (no-nested-ternary)
(#3) 'exports' is not defined. (no-undef)
(#6) Unexpected space before function parentheses. (space-before-function-paren)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#7) Trailing spaces not allowed. (no-trailing-spaces)
(#10) Missing JSDoc comment. (require-jsdoc)
(#11) Do not nest ternary expressions. (no-nested-ternary)
(#11) Do not nest ternary expressions. (no-nested-ternary)
(#14) Missing JSDoc comment. (require-jsdoc)
(#15) Expected { after 'if' condition. (curly)
(#18) Expected { after 'if' condition. (curly)
(#18) Use '===' to compare with null. (no-eq-null)
(#19) Expected { after 'if' condition. (curly)
(#19) Use '===' to compare with null. (no-eq-null)
(#21) Unexpected use of '>>>'. (no-bitwise)
(#22) Expected { after 'if' condition. (curly)
(#23) Expected { after 'else'. (curly)
(#28) Expected { after 'if' condition. (curly)
(#28) Use '===' to compare with null. (no-eq-null)
(#29) Expected { after 'if' condition. (curly)
(#29) Use '===' to compare with null. (no-eq-null)
(#31) Unexpected use of '>>>'. (no-bitwise)
(#32) Expected { after 'if' condition. (curly)
(#33) Expected { after 'else'. (curly)
(#40) Missing JSDoc comment. (require-jsdoc)
(#50) Missing JSDoc comment. (require-jsdoc)
(#51) Expected { after 'if' condition. (curly)
(#51) Use '===' to compare with null. (no-eq-null)
(#52) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#52) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#52) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Expected { after 'while' condition. (curly)
(#57) Missing JSDoc comment. (require-jsdoc)
(#61) Missing JSDoc comment. (require-jsdoc)
(#70) Expected { after 'if' condition. (curly)
(#70) Use '===' to compare with null. (no-eq-null)
(#81) Missing JSDoc comment. (require-jsdoc)
(#82) Do not nest ternary expressions. (no-nested-ternary)
(#82) Do not nest ternary expressions. (no-nested-ternary)
(#85) Missing JSDoc comment. (require-jsdoc)
(#89) Missing JSDoc comment. (require-jsdoc)
(#89) Expected to return a value at the end of function 'variance'. (consistent-return)
(#98) Use '===' to compare with null. (no-eq-null)
(#106) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#118) Expected { after 'if' condition. (curly)
(#121) Missing JSDoc comment. (require-jsdoc)
(#126) Missing JSDoc comment. (require-jsdoc)
(#133) Use '===' to compare with null. (no-eq-null)
(#135) Use '===' to compare with null. (no-eq-null)
(#135) Comparing to itself is potentially pointless. (no-self-compare)
(#138) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#138) Use '===' to compare with null. (no-eq-null)
(#139) Expected { after 'if' condition. (curly)
(#139) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#140) Expected { after 'if' condition. (curly)
(#140) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#145) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#149) Use '===' to compare with null. (no-eq-null)
(#149) Comparing to itself is potentially pointless. (no-self-compare)
(#152) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#152) Use '===' to compare with null. (no-eq-null)
(#153) Expected { after 'if' condition. (curly)
(#153) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#154) Expected { after 'if' condition. (curly)
(#154) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#169) Missing JSDoc comment. (require-jsdoc)
(#175) Missing JSDoc comment. (require-jsdoc)
(#179) Missing JSDoc comment. (require-jsdoc)
(#180) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#180) Unexpected use of comma operator. (no-sequences)
(#180) Do not nest ternary expressions. (no-nested-ternary)
(#183) Unexpected use of '|'. (no-bitwise)
(#197) Missing JSDoc comment. (require-jsdoc)
(#204) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#204) Unexpected use of comma operator. (no-sequences)
(#205) Expected { after 'if' condition. (curly)
(#206) Expected { after 'if' condition. (curly)
(#206) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#206) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#206) Unexpected use of comma operator. (no-sequences)
(#207) Expected { after 'if' condition. (curly)
(#213) Expected { after 'while' condition. (curly)
(#218) Expected { after 'while' condition. (curly)
(#221) Expected { after 'if' condition. (curly)
(#226) Missing JSDoc comment. (require-jsdoc)
(#231) Do not nest ternary expressions. (no-nested-ternary)
(#231) Do not nest ternary expressions. (no-nested-ternary)
(#232) Do not nest ternary expressions. (no-nested-ternary)
(#232) Do not nest ternary expressions. (no-nested-ternary)
(#235) Missing JSDoc comment. (require-jsdoc)
(#239) Expected { after 'if' condition. (curly)
(#240) Expected { after 'if' condition. (curly)
(#241) Expected { after 'if' condition. (curly)
(#245) Missing JSDoc comment. (require-jsdoc)
(#249) Missing JSDoc comment. (require-jsdoc)
(#254) Missing JSDoc comment. (require-jsdoc)
(#272) Comments should not begin with a lowercase character. (capitalized-comments)
(#277) Expected { after 'while' condition. (curly)
(#277) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#277) Unexpected use of comma operator. (no-sequences)
(#278) Expected { after 'while' condition. (curly)
(#278) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#278) Unexpected use of comma operator. (no-sequences)
(#302) Return statement should not contain assignment. (no-return-assign)
(#306) Return statement should not contain assignment. (no-return-assign)
(#310) This line has a length of 154. Maximum allowed is 132. (max-len)
(#310) Return statement should not contain assignment. (no-return-assign)
(#310) Do not nest ternary expressions. (no-nested-ternary)
(#316) Missing JSDoc comment. (require-jsdoc)
(#317) Expected { after 'if' condition. (curly)
(#317) Use '===' to compare with null. (no-eq-null)
(#318) Expected { after 'if' condition. (curly)
(#319) Expected { after 'if' condition. (curly)
(#319) Function 'threshold' expected no return value. (consistent-return)
(#320) Expected { after 'if' condition. (curly)
(#320) Function 'threshold' expected no return value. (consistent-return)
(#326) Function 'threshold' expected no return value. (consistent-return)
(#329) Missing JSDoc comment. (require-jsdoc)
(#334) Missing JSDoc comment. (require-jsdoc)
(#338) Missing JSDoc comment. (require-jsdoc)
(#344) Use '===' to compare with null. (no-eq-null)
(#346) Use '===' to compare with null. (no-eq-null)
(#346) Comparing to itself is potentially pointless. (no-self-compare)
(#349) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#349) Use '===' to compare with null. (no-eq-null)
(#355) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#359) Use '===' to compare with null. (no-eq-null)
(#359) Comparing to itself is potentially pointless. (no-self-compare)
(#362) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#362) Use '===' to compare with null. (no-eq-null)
(#373) Missing JSDoc comment. (require-jsdoc)
(#373) Expected to return a value at the end of function 'mean'. (consistent-return)
(#380) Use '===' to compare with null. (no-eq-null)
(#382) Expected { after 'if' condition. (curly)
(#383) Expected { after 'else'. (curly)
(#385) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#389) Expected { after 'if' condition. (curly)
(#390) Expected { after 'else'. (curly)
(#394) Expected { after 'if' condition. (curly)
(#397) Missing JSDoc comment. (require-jsdoc)
(#403) Use '===' to compare with null. (no-eq-null)
(#409) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#422) Missing JSDoc comment. (require-jsdoc)
(#430) Expected { after 'while' condition. (curly)
(#444) Missing JSDoc comment. (require-jsdoc)
(#450) Use '===' to compare with null. (no-eq-null)
(#452) Use '===' to compare with null. (no-eq-null)
(#452) Comparing to itself is potentially pointless. (no-self-compare)
(#455) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#455) Use '===' to compare with null. (no-eq-null)
(#461) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#465) Use '===' to compare with null. (no-eq-null)
(#465) Comparing to itself is potentially pointless. (no-self-compare)
(#468) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#468) Use '===' to compare with null. (no-eq-null)
(#479) Missing JSDoc comment. (require-jsdoc)
(#480) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#481) Expected { after 'while' condition. (curly)
(#485) Missing JSDoc comment. (require-jsdoc)
(#486) Expected { after 'if' condition. (curly)
(#493) Expected { after 'if' condition. (curly)
(#493) Use '===' to compare with null. (no-eq-null)
(#497) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#497) Unexpected use of comma operator. (no-sequences)
(#501) Expected { after 'if' condition. (curly)
(#501) Function 'scan' expected no return value. (consistent-return)
(#504) Missing JSDoc comment. (require-jsdoc)
(#505) Use '===' to compare with null. (no-eq-null)
(#505) Use '===' to compare with null. (no-eq-null)
(#510) Unexpected use of '|'. (no-bitwise)
(#519) Missing JSDoc comment. (require-jsdoc)
(#525) Use '===' to compare with null. (no-eq-null)
(#527) Expected { after 'if' condition. (curly)
(#527) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#529) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#533) Expected { after 'if' condition. (curly)
(#533) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#540) Missing JSDoc comment. (require-jsdoc)
(#541) Expected { after 'if' condition. (curly)
(#541) 'n' used outside of binding context. (block-scoped-var)
(#547) 'transpose' used outside of binding context. (block-scoped-var)
(#550) Missing JSDoc comment. (require-jsdoc)
(#554) Missing JSDoc comment. (require-jsdoc)
(#560) Missing JSDoc comment. (require-jsdoc)
(#570) Missing JSDoc comment. (require-jsdoc)
(#574) Missing JSDoc comment. (require-jsdoc)
(#578) Missing JSDoc comment. (require-jsdoc)
(#584) Missing JSDoc comment. (require-jsdoc)
(#586) Expected { after 'if' condition. (curly)
(#592) Missing JSDoc comment. (require-jsdoc)
(#596) Missing JSDoc comment. (require-jsdoc)
(#607) Missing JSDoc comment. (require-jsdoc)
(#608) Do not nest ternary expressions. (no-nested-ternary)
(#608) Use '===' to compare with null. (no-eq-null)
(#609) Do not nest ternary expressions. (no-nested-ternary)
(#609) Use '===' to compare with null. (no-eq-null)
(#636) Do not nest ternary expressions. (no-nested-ternary)
(#646) Statement inside of curly braces should be on next line. (brace-style)
(#646) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#650) This line has a length of 139. Maximum allowed is 132. (max-len)
(#650) Statement inside of curly braces should be on next line. (brace-style)
(#650) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#656) Do not nest ternary expressions. (no-nested-ternary)
(#657) This line has a length of 149. Maximum allowed is 132. (max-len)
(#658) This line has a length of 151. Maximum allowed is 132. (max-len)
(#662) Statement inside of curly braces should be on next line. (brace-style)
(#662) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#675) Do not nest ternary expressions. (no-nested-ternary)
(#678) Statement inside of curly braces should be on next line. (brace-style)
(#678) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#682) Return statement should not contain assignment. (no-return-assign)
(#686) Return statement should not contain assignment. (no-return-assign)
(#686) Unexpected use of comma operator. (no-sequences)
(#690) Return statement should not contain assignment. (no-return-assign)
(#690) Use '===' to compare with null. (no-eq-null)
(#694) Return statement should not contain assignment. (no-return-assign)
(#694) Use '===' to compare with null. (no-eq-null)
(#698) Return statement should not contain assignment. (no-return-assign)
(#702) Return statement should not contain assignment. (no-return-assign)
(#702) Return statement should not contain assignment. (no-return-assign)
(#706) Return statement should not contain assignment. (no-return-assign)
(#710) Return statement should not contain assignment. (no-return-assign)
(#714) Return statement should not contain assignment. (no-return-assign)
(#720) Missing JSDoc comment. (require-jsdoc)
(#724) Missing JSDoc comment. (require-jsdoc)
(#728) Missing JSDoc comment. (require-jsdoc)
(#732) Missing JSDoc comment. (require-jsdoc)
(#736) Unexpected empty method 'value'. (no-empty-function)
(#738) Missing JSDoc comment. (require-jsdoc)
(#740) Expected { after 'if' condition. (curly)
(#743) '_' used outside of binding context. (block-scoped-var)
(#746) Missing JSDoc comment. (require-jsdoc)
(#750) Missing JSDoc comment. (require-jsdoc)
(#752) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#753) Expected { after 'if' condition. (curly)
(#753) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#753) Unexpected use of comma operator. (no-sequences)
(#754) Expected { after 'if' condition. (curly)
(#770) Expected { after 'while' condition. (curly)
(#770) Expected { after 'if' condition. (curly)
(#771) Method 'on' expected a return value. (consistent-return)
(#776) Expected { after 'if' condition. (curly)
(#776) Use '===' to compare with null. (no-eq-null)
(#778) Expected { after 'if' condition. (curly)
(#778) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#779) Expected { after 'if' condition. (curly)
(#779) Use '===' to compare with null. (no-eq-null)
(#779) Expected { after 'for-in'. (curly)
(#785) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#786) Expected { after 'for-in'. (curly)
(#790) Expected { after 'if' condition. (curly)
(#790) 'n' used outside of binding context. (block-scoped-var)
(#790) Expected { after 'for' condition. (curly)
(#791) Expected { after 'if' condition. (curly)
(#792) Expected { after 'for' condition. (curly)
(#792) 't' used outside of binding context. (block-scoped-var)
(#792) 'i' used outside of binding context. (block-scoped-var)
(#792) 'n' used outside of binding context. (block-scoped-var)
(#792) 't' used outside of binding context. (block-scoped-var)
(#792) 'i' used outside of binding context. (block-scoped-var)
(#792) 'n' used outside of binding context. (block-scoped-var)
(#792) 'i' used outside of binding context. (block-scoped-var)
(#792) 't' used outside of binding context. (block-scoped-var)
(#792) 'i' used outside of binding context. (block-scoped-var)
(#792) 'args' used outside of binding context. (block-scoped-var)
(#795) Expected { after 'if' condition. (curly)
(#796) Expected { after 'for' condition. (curly)
(#800) Missing JSDoc comment. (require-jsdoc)
(#800) Expected to return a value at the end of function 'get'. (consistent-return)
(#808) Missing JSDoc comment. (require-jsdoc)
(#811) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#811) Unexpected use of comma operator. (no-sequences)
(#815) Expected { after 'if' condition. (curly)
(#815) Use '===' to compare with null. (no-eq-null)
(#829) Missing JSDoc comment. (require-jsdoc)
(#830) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#831) Expected { after 'if' condition. (curly)
(#835) Missing JSDoc comment. (require-jsdoc)
(#845) Missing JSDoc comment. (require-jsdoc)
(#851) Missing JSDoc comment. (require-jsdoc)
(#858) Missing JSDoc comment. (require-jsdoc)
(#858) Unexpected empty function 'none'. (no-empty-function)
(#860) Missing JSDoc comment. (require-jsdoc)
(#861) Use '===' to compare with null. (no-eq-null)
(#866) Missing JSDoc comment. (require-jsdoc)
(#866) Identifier 'selection_select' is not in camel case. (camelcase)
(#867) Expected { after 'if' condition. (curly)
(#872) Expected { after 'if' condition. (curly)
(#878) 'subgroups' used outside of binding context. (block-scoped-var)
(#881) Missing JSDoc comment. (require-jsdoc)
(#885) Missing JSDoc comment. (require-jsdoc)
(#886) Use '===' to compare with null. (no-eq-null)
(#891) Missing JSDoc comment. (require-jsdoc)
(#891) Identifier 'selection_selectAll' is not in camel case. (camelcase)
(#892) Expected { after 'if' condition. (curly)
(#896) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#903) 'subgroups' used outside of binding context. (block-scoped-var)
(#903) 'parents' used outside of binding context. (block-scoped-var)
(#906) Missing JSDoc comment. (require-jsdoc)
(#912) Missing JSDoc comment. (require-jsdoc)
(#912) Identifier 'selection_filter' is not in camel case. (camelcase)
(#913) Expected { after 'if' condition. (curly)
(#923) 'subgroups' used outside of binding context. (block-scoped-var)
(#926) Missing JSDoc comment. (require-jsdoc)
(#930) Missing JSDoc comment. (require-jsdoc)
(#930) Identifier 'selection_enter' is not in camel case. (camelcase)
(#934) Missing JSDoc comment. (require-jsdoc)
(#944) Statement inside of curly braces should be on next line. (brace-style)
(#944) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#945) Statement inside of curly braces should be on next line. (brace-style)
(#945) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#946) Statement inside of curly braces should be on next line. (brace-style)
(#946) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#947) Statement inside of curly braces should be on next line. (brace-style)
(#947) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#950) Missing JSDoc comment. (require-jsdoc)
(#958) Missing JSDoc comment. (require-jsdoc)
(#968) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#978) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#984) Missing JSDoc comment. (require-jsdoc)
(#996) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1011) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1028) Missing JSDoc comment. (require-jsdoc)
(#1028) Identifier 'selection_data' is not in camel case. (camelcase)
(#1030) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#1030) 'data' used outside of binding context. (block-scoped-var)
(#1030) Unexpected use of comma operator. (no-sequences)
(#1030) 'j' used outside of binding context. (block-scoped-var)
(#1031) Statement inside of curly braces should be on next line. (brace-style)
(#1031) 'data' used outside of binding context. (block-scoped-var)
(#1031) 'j' used outside of binding context. (block-scoped-var)
(#1031) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1032) 'data' used outside of binding context. (block-scoped-var)
(#1039) Expected { after 'if' condition. (curly)
(#1057) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1058) Expected { after 'if' condition. (curly)
(#1059) Expected { after 'while' condition. (curly)
(#1065) 'update' used outside of binding context. (block-scoped-var)
(#1065) 'update' used outside of binding context. (block-scoped-var)
(#1066) 'update' used outside of binding context. (block-scoped-var)
(#1066) 'enter' used outside of binding context. (block-scoped-var)
(#1067) 'update' used outside of binding context. (block-scoped-var)
(#1067) 'exit' used outside of binding context. (block-scoped-var)
(#1068) 'update' used outside of binding context. (block-scoped-var)
(#1071) Missing JSDoc comment. (require-jsdoc)
(#1071) Identifier 'selection_exit' is not in camel case. (camelcase)
(#1075) Missing JSDoc comment. (require-jsdoc)
(#1075) Identifier 'selection_join' is not in camel case. (camelcase)
(#1076) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1076) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1078) Expected { after 'if' condition. (curly)
(#1078) Use '===' to compare with null. (no-eq-null)
(#1079) Expected { after 'if' condition. (curly)
(#1079) Use '===' to compare with null. (no-eq-null)
(#1079) Expected { after 'else'. (curly)
(#1083) Missing JSDoc comment. (require-jsdoc)
(#1083) Identifier 'selection_merge' is not in camel case. (camelcase)
(#1085) This line has a length of 175. Maximum allowed is 132. (max-len)
(#1086) This line has a length of 134. Maximum allowed is 132. (max-len)
(#1087) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1093) 'j' used outside of binding context. (block-scoped-var)
(#1093) 'm0' used outside of binding context. (block-scoped-var)
(#1093) 'j' used outside of binding context. (block-scoped-var)
(#1094) 'merges' used outside of binding context. (block-scoped-var)
(#1094) 'j' used outside of binding context. (block-scoped-var)
(#1094) 'groups0' used outside of binding context. (block-scoped-var)
(#1094) 'j' used outside of binding context. (block-scoped-var)
(#1097) 'merges' used outside of binding context. (block-scoped-var)
(#1100) Missing JSDoc comment. (require-jsdoc)
(#1100) Identifier 'selection_order' is not in camel case. (camelcase)
(#1104) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1105) Expected { after 'if' condition. (curly)
(#1105) Unexpected use of '^'. (no-bitwise)
(#1114) Missing JSDoc comment. (require-jsdoc)
(#1114) Identifier 'selection_sort' is not in camel case. (camelcase)
(#1115) Expected { after 'if' condition. (curly)
(#1117) Missing JSDoc comment. (require-jsdoc)
(#1123) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1127) 'sortgroup' used outside of binding context. (block-scoped-var)
(#1130) 'sortgroups' used outside of binding context. (block-scoped-var)
(#1133) Missing JSDoc comment. (require-jsdoc)
(#1134) Do not nest ternary expressions. (no-nested-ternary)
(#1134) Do not nest ternary expressions. (no-nested-ternary)
(#1137) Missing JSDoc comment. (require-jsdoc)
(#1137) Identifier 'selection_call' is not in camel case. (camelcase)
(#1144) Missing JSDoc comment. (require-jsdoc)
(#1144) Identifier 'selection_nodes' is not in camel case. (camelcase)
(#1145) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1146) Statement inside of curly braces should be on next line. (brace-style)
(#1146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1150) Missing JSDoc comment. (require-jsdoc)
(#1150) Identifier 'selection_node' is not in camel case. (camelcase)
(#1155) Expected { after 'if' condition. (curly)
(#1162) Missing JSDoc comment. (require-jsdoc)
(#1162) Identifier 'selection_size' is not in camel case. (camelcase)
(#1164) Statement inside of curly braces should be on next line. (brace-style)
(#1164) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1168) Missing JSDoc comment. (require-jsdoc)
(#1168) Identifier 'selection_empty' is not in camel case. (camelcase)
(#1172) Missing JSDoc comment. (require-jsdoc)
(#1172) Identifier 'selection_each' is not in camel case. (camelcase)
(#1176) Expected { after 'if' condition. (curly)
(#1176) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1183) Missing JSDoc comment. (require-jsdoc)
(#1189) Missing JSDoc comment. (require-jsdoc)
(#1195) Missing JSDoc comment. (require-jsdoc)
(#1201) Missing JSDoc comment. (require-jsdoc)
(#1207) Missing JSDoc comment. (require-jsdoc)
(#1210) Expected { after 'if' condition. (curly)
(#1210) Use '===' to compare with null. (no-eq-null)
(#1211) Expected { after 'else'. (curly)
(#1215) Missing JSDoc comment. (require-jsdoc)
(#1218) Expected { after 'if' condition. (curly)
(#1218) Use '===' to compare with null. (no-eq-null)
(#1219) Expected { after 'else'. (curly)
(#1223) Missing JSDoc comment. (require-jsdoc)
(#1223) Identifier 'selection_attr' is not in camel case. (camelcase)
(#1233) Do not nest ternary expressions. (no-nested-ternary)
(#1233) Use '===' to compare with null. (no-eq-null)
(#1234) Do not nest ternary expressions. (no-nested-ternary)
(#1239) Missing JSDoc comment. (require-jsdoc)
(#1240) Comments should not begin with a lowercase character. (capitalized-comments)
(#1241) Comments should not begin with a lowercase character. (capitalized-comments)
(#1242) Comments should not begin with a lowercase character. (capitalized-comments)
(#1245) Missing JSDoc comment. (require-jsdoc)
(#1251) Missing JSDoc comment. (require-jsdoc)
(#1257) Missing JSDoc comment. (require-jsdoc)
(#1260) Expected { after 'if' condition. (curly)
(#1260) Use '===' to compare with null. (no-eq-null)
(#1261) Expected { after 'else'. (curly)
(#1265) Missing JSDoc comment. (require-jsdoc)
(#1265) Identifier 'selection_style' is not in camel case. (camelcase)
(#1267) Do not nest ternary expressions. (no-nested-ternary)
(#1267) Use '===' to compare with null. (no-eq-null)
(#1270) Use '===' to compare with null. (no-eq-null)
(#1274) Missing JSDoc comment. (require-jsdoc)
(#1279) Missing JSDoc comment. (require-jsdoc)
(#1285) Missing JSDoc comment. (require-jsdoc)
(#1291) Missing JSDoc comment. (require-jsdoc)
(#1294) Expected { after 'if' condition. (curly)
(#1294) Use '===' to compare with null. (no-eq-null)
(#1295) Expected { after 'else'. (curly)
(#1299) Missing JSDoc comment. (require-jsdoc)
(#1299) Identifier 'selection_property' is not in camel case. (camelcase)
(#1301) Do not nest ternary expressions. (no-nested-ternary)
(#1301) Use '===' to compare with null. (no-eq-null)
(#1308) Missing JSDoc comment. (require-jsdoc)
(#1312) Missing JSDoc comment. (require-jsdoc)
(#1316) Missing JSDoc comment. (require-jsdoc)
(#1341) Missing JSDoc comment. (require-jsdoc)
(#1342) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1342) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1343) Expected { after 'while' condition. (curly)
(#1346) Missing JSDoc comment. (require-jsdoc)
(#1347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1348) Expected { after 'while' condition. (curly)
(#1351) Missing JSDoc comment. (require-jsdoc)
(#1357) Missing JSDoc comment. (require-jsdoc)
(#1363) Missing JSDoc comment. (require-jsdoc)
(#1369) Missing JSDoc comment. (require-jsdoc)
(#1369) Identifier 'selection_classed' is not in camel case. (camelcase)
(#1373) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1373) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1374) Expected { after 'while' condition. (curly)
(#1374) Expected { after 'if' condition. (curly)
(#1378) Do not nest ternary expressions. (no-nested-ternary)
(#1384) Missing JSDoc comment. (require-jsdoc)
(#1388) Missing JSDoc comment. (require-jsdoc)
(#1394) Missing JSDoc comment. (require-jsdoc)
(#1397) Use '===' to compare with null. (no-eq-null)
(#1401) Missing JSDoc comment. (require-jsdoc)
(#1401) Identifier 'selection_text' is not in camel case. (camelcase)
(#1403) Use '===' to compare with null. (no-eq-null)
(#1410) Missing JSDoc comment. (require-jsdoc)
(#1414) Missing JSDoc comment. (require-jsdoc)
(#1420) Missing JSDoc comment. (require-jsdoc)
(#1423) Use '===' to compare with null. (no-eq-null)
(#1427) Missing JSDoc comment. (require-jsdoc)
(#1427) Identifier 'selection_html' is not in camel case. (camelcase)
(#1429) Use '===' to compare with null. (no-eq-null)
(#1436) Missing JSDoc comment. (require-jsdoc)
(#1437) Expected { after 'if' condition. (curly)
(#1440) Missing JSDoc comment. (require-jsdoc)
(#1440) Identifier 'selection_raise' is not in camel case. (camelcase)
(#1444) Missing JSDoc comment. (require-jsdoc)
(#1445) Expected { after 'if' condition. (curly)
(#1448) Missing JSDoc comment. (require-jsdoc)
(#1448) Identifier 'selection_lower' is not in camel case. (camelcase)
(#1452) Missing JSDoc comment. (require-jsdoc)
(#1452) Identifier 'selection_append' is not in camel case. (camelcase)
(#1459) Missing JSDoc comment. (require-jsdoc)
(#1463) Missing JSDoc comment. (require-jsdoc)
(#1463) Identifier 'selection_insert' is not in camel case. (camelcase)
(#1465) Do not nest ternary expressions. (no-nested-ternary)
(#1465) Use '===' to compare with null. (no-eq-null)
(#1471) Missing JSDoc comment. (require-jsdoc)
(#1473) Expected { after 'if' condition. (curly)
(#1476) Missing JSDoc comment. (require-jsdoc)
(#1476) Identifier 'selection_remove' is not in camel case. (camelcase)
(#1480) Missing JSDoc comment. (require-jsdoc)
(#1480) Identifier 'selection_cloneShallow' is not in camel case. (camelcase)
(#1484) Missing JSDoc comment. (require-jsdoc)
(#1484) Identifier 'selection_cloneDeep' is not in camel case. (camelcase)
(#1488) Missing JSDoc comment. (require-jsdoc)
(#1488) Identifier 'selection_clone' is not in camel case. (camelcase)
(#1489) Identifier 'selection_cloneDeep' is not in camel case. (camelcase)
(#1489) Identifier 'selection_cloneShallow' is not in camel case. (camelcase)
(#1492) Missing JSDoc comment. (require-jsdoc)
(#1492) Identifier 'selection_datum' is not in camel case. (camelcase)
(#1509) Missing JSDoc comment. (require-jsdoc)
(#1513) Unexpected use of '&'. (no-bitwise)
(#1519) Missing JSDoc comment. (require-jsdoc)
(#1531) Missing JSDoc comment. (require-jsdoc)
(#1533) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1534) Expected { after 'if' condition. (curly)
(#1534) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#1534) Unexpected use of comma operator. (no-sequences)
(#1539) Missing JSDoc comment. (require-jsdoc)
(#1542) Expected { after 'if' condition. (curly)
(#1544) Unexpected use of comma operator. (no-sequences)
(#1550) Expected { after 'if' condition. (curly)
(#1550) 'i' used outside of binding context. (block-scoped-var)
(#1550) 'i' used outside of binding context. (block-scoped-var)
(#1551) Expected { after 'else'. (curly)
(#1555) Missing JSDoc comment. (require-jsdoc)
(#1558) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1558) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1559) Expected { after 'if' condition. (curly)
(#1569) Expected { after 'if' condition. (curly)
(#1570) Expected { after 'else'. (curly)
(#1574) Missing JSDoc comment. (require-jsdoc)
(#1574) Identifier 'selection_on' is not in camel case. (camelcase)
(#1575) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1575) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1575) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1579) Expected { after 'if' condition. (curly)
(#1581) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#1586) Function 'selection_on' expected a return value. (consistent-return)
(#1589) 'on' used outside of binding context. (block-scoped-var)
(#1590) Expected { after 'if' condition. (curly)
(#1590) Use '===' to compare with null. (no-eq-null)
(#1591) Expected { after 'for' condition. (curly)
(#1591) 'on' used outside of binding context. (block-scoped-var)
(#1595) Missing JSDoc comment. (require-jsdoc)
(#1606) Missing JSDoc comment. (require-jsdoc)
(#1611) A constructor name should not start with a lowercase letter. (babel/new-cap)
(#1614) Expected { after 'if' condition. (curly)
(#1614) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#1614) Unexpected use of comma operator. (no-sequences)
(#1615) Expected { after 'else'. (curly)
(#1621) Missing JSDoc comment. (require-jsdoc)
(#1627) Missing JSDoc comment. (require-jsdoc)
(#1633) Missing JSDoc comment. (require-jsdoc)
(#1633) Identifier 'selection_dispatch' is not in camel case. (camelcase)
(#1641) Missing JSDoc comment. (require-jsdoc)
(#1646) Missing JSDoc comment. (require-jsdoc)
(#1652) Identifier 'selection_select' is not in camel case. (camelcase)
(#1653) Identifier 'selection_selectAll' is not in camel case. (camelcase)
(#1654) Identifier 'selection_filter' is not in camel case. (camelcase)
(#1655) Identifier 'selection_data' is not in camel case. (camelcase)
(#1656) Identifier 'selection_enter' is not in camel case. (camelcase)
(#1657) Identifier 'selection_exit' is not in camel case. (camelcase)
(#1658) Identifier 'selection_join' is not in camel case. (camelcase)
(#1659) Identifier 'selection_merge' is not in camel case. (camelcase)
(#1660) Identifier 'selection_order' is not in camel case. (camelcase)
(#1661) Identifier 'selection_sort' is not in camel case. (camelcase)
(#1662) Identifier 'selection_call' is not in camel case. (camelcase)
(#1663) Identifier 'selection_nodes' is not in camel case. (camelcase)
(#1664) Identifier 'selection_node' is not in camel case. (camelcase)
(#1665) Identifier 'selection_size' is not in camel case. (camelcase)
(#1666) Identifier 'selection_empty' is not in camel case. (camelcase)
(#1667) Identifier 'selection_each' is not in camel case. (camelcase)
(#1668) Identifier 'selection_attr' is not in camel case. (camelcase)
(#1669) Identifier 'selection_style' is not in camel case. (camelcase)
(#1670) Identifier 'selection_property' is not in camel case. (camelcase)
(#1671) Identifier 'selection_classed' is not in camel case. (camelcase)
(#1672) Identifier 'selection_text' is not in camel case. (camelcase)
(#1673) Identifier 'selection_html' is not in camel case. (camelcase)
(#1674) Identifier 'selection_raise' is not in camel case. (camelcase)
(#1675) Identifier 'selection_lower' is not in camel case. (camelcase)
(#1676) Identifier 'selection_append' is not in camel case. (camelcase)
(#1677) Identifier 'selection_insert' is not in camel case. (camelcase)
(#1678) Identifier 'selection_remove' is not in camel case. (camelcase)
(#1679) Identifier 'selection_clone' is not in camel case. (camelcase)
(#1680) Identifier 'selection_datum' is not in camel case. (camelcase)
(#1681) Identifier 'selection_on' is not in camel case. (camelcase)
(#1682) Identifier 'selection_dispatch' is not in camel case. (camelcase)
(#1685) Missing JSDoc comment. (require-jsdoc)
(#1691) Missing JSDoc comment. (require-jsdoc)
(#1697) Missing JSDoc comment. (require-jsdoc)
(#1698) Missing '()' invoking a constructor. (new-parens)
(#1701) Missing JSDoc comment. (require-jsdoc)
(#1709) Expected { after 'while' condition. (curly)
(#1709) Expected { after 'if' condition. (curly)
(#1710) Method 'get' expected no return value. (consistent-return)
(#1713) Return statement should not contain assignment. (no-return-assign)
(#1723) Missing JSDoc comment. (require-jsdoc)
(#1724) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1725) Expected { after 'while' condition. (curly)
(#1725) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1729) Missing JSDoc comment. (require-jsdoc)
(#1734) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#1734) Unexpected use of comma operator. (no-sequences)
(#1743) Missing JSDoc comment. (require-jsdoc)
(#1745) Expected { after 'if' condition. (curly)
(#1749) Missing JSDoc comment. (require-jsdoc)
(#1752) Use '===' to compare with null. (no-eq-null)
(#1755) Missing JSDoc comment. (require-jsdoc)
(#1756) Expected { after 'if' condition. (curly)
(#1756) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#1756) Unexpected use of comma operator. (no-sequences)
(#1767) Missing JSDoc comment. (require-jsdoc)
(#1768) Expected { after 'if' condition. (curly)
(#1768) Use '===' to compare with null. (no-eq-null)
(#1774) 'points' used outside of binding context. (block-scoped-var)
(#1777) Missing JSDoc comment. (require-jsdoc)
(#1781) Missing JSDoc comment. (require-jsdoc)
(#1786) Missing JSDoc comment. (require-jsdoc)
(#1797) Missing JSDoc comment. (require-jsdoc)
(#1802) Statement inside of curly braces should be on next line. (brace-style)
(#1802) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1812) Missing JSDoc comment. (require-jsdoc)
(#1818) Missing JSDoc comment. (require-jsdoc)
(#1837) Missing JSDoc comment. (require-jsdoc)
(#1841) Missing JSDoc comment. (require-jsdoc)
(#1845) Missing JSDoc comment. (require-jsdoc)
(#1846) Use '===' to compare with null. (no-eq-null)
(#1849) Missing JSDoc comment. (require-jsdoc)
(#1853) Missing JSDoc comment. (require-jsdoc)
(#1867) Missing JSDoc comment. (require-jsdoc)
(#1878) Missing JSDoc comment. (require-jsdoc)
(#1879) Expected { after 'if' condition. (curly)
(#1881) Expected { after 'if' condition. (curly)
(#1891) Missing JSDoc comment. (require-jsdoc)
(#1894) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1900) Missing JSDoc comment. (require-jsdoc)
(#1907) Missing JSDoc comment. (require-jsdoc)
(#1908) Expected { after 'if' condition. (curly)
(#1911) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1914) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1921) Missing JSDoc comment. (require-jsdoc)
(#1923) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1926) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1933) Missing JSDoc comment. (require-jsdoc)
(#1935) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1937) Expected { after 'if' condition. (curly)
(#1938) Statement inside of curly braces should be on next line. (brace-style)
(#1938) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1940) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1947) Missing JSDoc comment. (require-jsdoc)
(#1948) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1951) Expected { after 'if' condition. (curly)
(#1952) Expected { after 'if' condition. (curly)
(#1952) Use '===' to compare with null. (no-eq-null)
(#1958) Function 'beforestart' expected no return value. (consistent-return)
(#1959) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1961) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#1961) Unexpected use of comma operator. (no-sequences)
(#1962) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#1962) Unexpected use of comma operator. (no-sequences)
(#1962) Comments should not begin with a lowercase character. (capitalized-comments)
(#1963) Expected a 'break' statement before 'case'. (no-fallthrough)
(#1963) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#1963) Unexpected use of comma operator. (no-sequences)
(#1965) This line has a length of 173. Maximum allowed is 132. (max-len)
(#1970) Return statement should not contain assignment. (no-return-assign)
(#1974) Return statement should not contain assignment. (no-return-assign)
(#1978) Return statement should not contain assignment. (no-return-assign)
(#1982) Return statement should not contain assignment. (no-return-assign)
(#1991) Return statement should not contain assignment. (no-return-assign)
(#1997) Missing JSDoc comment. (require-jsdoc)
(#2002) Missing JSDoc comment. (require-jsdoc)
(#2004) Expected { after 'for-in'. (curly)
(#2008) Missing JSDoc comment. (require-jsdoc)
(#2008) Unexpected empty function 'Color'. (no-empty-function)
(#2188) Missing JSDoc comment. (require-jsdoc)
(#2191) This line has a length of 175. Maximum allowed is 132. (max-len)
(#2191) Return statement should not contain assignment. (no-return-assign)
(#2191) Do not nest ternary expressions. (no-nested-ternary)
(#2191) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2191) Unexpected use of '|'. (no-bitwise)
(#2191) Unexpected use of '&'. (no-bitwise)
(#2191) Unexpected use of '>>'. (no-bitwise)
(#2191) Unexpected use of '&'. (no-bitwise)
(#2191) Unexpected use of '>>'. (no-bitwise)
(#2191) Unexpected use of '|'. (no-bitwise)
(#2191) Unexpected use of '&'. (no-bitwise)
(#2191) Unexpected use of '>>'. (no-bitwise)
(#2191) Unexpected use of '&'. (no-bitwise)
(#2191) Unexpected use of '|'. (no-bitwise)
(#2191) Unexpected use of '<<'. (no-bitwise)
(#2191) Unexpected use of '&'. (no-bitwise)
(#2191) Unexpected use of '&'. (no-bitwise)
(#2192) Do not nest ternary expressions. (no-nested-ternary)
(#2192) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2193) Do not nest ternary expressions. (no-nested-ternary)
(#2193) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2193) Comments should not begin with a lowercase character. (capitalized-comments)
(#2194) Do not nest ternary expressions. (no-nested-ternary)
(#2194) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2194) Comments should not begin with a lowercase character. (capitalized-comments)
(#2195) Do not nest ternary expressions. (no-nested-ternary)
(#2195) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2195) Comments should not begin with a lowercase character. (capitalized-comments)
(#2196) Do not nest ternary expressions. (no-nested-ternary)
(#2196) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2196) Comments should not begin with a lowercase character. (capitalized-comments)
(#2197) Do not nest ternary expressions. (no-nested-ternary)
(#2197) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2197) Comments should not begin with a lowercase character. (capitalized-comments)
(#2198) Do not nest ternary expressions. (no-nested-ternary)
(#2198) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2198) Comments should not begin with a lowercase character. (capitalized-comments)
(#2199) Do not nest ternary expressions. (no-nested-ternary)
(#2204) Missing JSDoc comment. (require-jsdoc)
(#2205) Unexpected use of '&'. (no-bitwise)
(#2205) Unexpected use of '>>'. (no-bitwise)
(#2205) Unexpected use of '&'. (no-bitwise)
(#2205) Unexpected use of '>>'. (no-bitwise)
(#2205) Unexpected use of '&'. (no-bitwise)
(#2208) Missing JSDoc comment. (require-jsdoc)
(#2209) Expected { after 'if' condition. (curly)
(#2213) Missing JSDoc comment. (require-jsdoc)
(#2214) Expected { after 'if' condition. (curly)
(#2215) Expected { after 'if' condition. (curly)
(#2215) Missing '()' invoking a constructor. (new-parens)
(#2220) Missing JSDoc comment. (require-jsdoc)
(#2221) Use '===' to compare with null. (no-eq-null)
(#2224) Missing JSDoc comment. (require-jsdoc)
(#2233) Use '===' to compare with null. (no-eq-null)
(#2237) Use '===' to compare with null. (no-eq-null)
(#2262) Missing JSDoc comment. (require-jsdoc)
(#2267) Missing JSDoc comment. (require-jsdoc)
(#2268) Expected { after 'if' condition. (curly)
(#2269) Expected { after 'if' condition. (curly)
(#2270) Expected { after 'if' condition. (curly)
(#2274) Missing JSDoc comment. (require-jsdoc)
(#2275) Expected { after 'if' condition. (curly)
(#2276) Expected { after 'if' condition. (curly)
(#2277) Expected { after 'if' condition. (curly)
(#2277) Missing '()' invoking a constructor. (new-parens)
(#2278) Expected { after 'if' condition. (curly)
(#2289) Expected { after 'if' condition. (curly)
(#2290) Expected { after 'if' condition. (curly)
(#2291) Expected { after 'else'. (curly)
(#2300) Missing JSDoc comment. (require-jsdoc)
(#2301) Use '===' to compare with null. (no-eq-null)
(#2304) Missing JSDoc comment. (require-jsdoc)
(#2313) Use '===' to compare with null. (no-eq-null)
(#2317) Use '===' to compare with null. (no-eq-null)
(#2341) Missing JSDoc comment. (require-jsdoc)
(#2342) Do not nest ternary expressions. (no-nested-ternary)
(#2343) Do not nest ternary expressions. (no-nested-ternary)
(#2361) Missing JSDoc comment. (require-jsdoc)
(#2362) Expected { after 'if' condition. (curly)
(#2364) Expected { after 'if' condition. (curly)
(#2368) Expected { after 'if' condition. (curly)
(#2372) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2373) Expected { after 'if' condition. (curly)
(#2380) Missing JSDoc comment. (require-jsdoc)
(#2381) Use '===' to compare with null. (no-eq-null)
(#2384) Missing JSDoc comment. (require-jsdoc)
(#2385) Use '===' to compare with null. (no-eq-null)
(#2388) Missing JSDoc comment. (require-jsdoc)
(#2397) Use '===' to compare with null. (no-eq-null)
(#2400) Use '===' to compare with null. (no-eq-null)
(#2410) There should be no space after this paren. (space-in-parens)
(#2412) There should be no space after this paren. (space-in-parens)
(#2418) Missing JSDoc comment. (require-jsdoc)
(#2422) Missing JSDoc comment. (require-jsdoc)
(#2426) Missing JSDoc comment. (require-jsdoc)
(#2430) Missing JSDoc comment. (require-jsdoc)
(#2434) Missing JSDoc comment. (require-jsdoc)
(#2435) Expected { after 'if' condition. (curly)
(#2436) Expected { after 'if' condition. (curly)
(#2437) Expected { after 'if' condition. (curly)
(#2442) Missing JSDoc comment. (require-jsdoc)
(#2443) Use '===' to compare with null. (no-eq-null)
(#2446) Missing JSDoc comment. (require-jsdoc)
(#2447) Use '===' to compare with null. (no-eq-null)
(#2450) Missing JSDoc comment. (require-jsdoc)
(#2459) Use '===' to compare with null. (no-eq-null)
(#2462) Use '===' to compare with null. (no-eq-null)
(#2478) Missing JSDoc comment. (require-jsdoc)
(#2479) Expected { after 'if' condition. (curly)
(#2480) Expected { after 'if' condition. (curly)
(#2492) Missing JSDoc comment. (require-jsdoc)
(#2493) Use '===' to compare with null. (no-eq-null)
(#2496) Missing JSDoc comment. (require-jsdoc)
(#2505) Use '===' to compare with null. (no-eq-null)
(#2509) Use '===' to compare with null. (no-eq-null)
(#2527) Missing JSDoc comment. (require-jsdoc)
(#2528) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2535) Missing JSDoc comment. (require-jsdoc)
(#2538) Do not nest ternary expressions. (no-nested-ternary)
(#2547) Missing JSDoc comment. (require-jsdoc)
(#2559) Missing JSDoc comment. (require-jsdoc)
(#2565) Missing JSDoc comment. (require-jsdoc)
(#2571) Missing JSDoc comment. (require-jsdoc)
(#2572) Return statement should not contain assignment. (no-return-assign)
(#2572) Return statement should not contain assignment. (no-return-assign)
(#2572) Return statement should not contain assignment. (no-return-assign)
(#2572) Unexpected use of comma operator. (no-sequences)
(#2577) Missing JSDoc comment. (require-jsdoc)
(#2582) Missing JSDoc comment. (require-jsdoc)
(#2588) Missing JSDoc comment. (require-jsdoc)
(#2596) Missing JSDoc comment. (require-jsdoc)
(#2615) Missing JSDoc comment. (require-jsdoc)
(#2644) Missing JSDoc comment. (require-jsdoc)
(#2651) Expected { after 'for' condition. (curly)
(#2652) Expected { after 'for' condition. (curly)
(#2655) Expected { after 'for' condition. (curly)
(#2660) Missing JSDoc comment. (require-jsdoc)
(#2661) Missing '()' invoking a constructor. (new-parens)
(#2662) Return statement should not contain assignment. (no-return-assign)
(#2662) Return statement should not contain assignment. (no-return-assign)
(#2662) Unexpected use of comma operator. (no-sequences)
(#2663) Unexpected use of comma operator. (no-sequences)
(#2667) Missing JSDoc comment. (require-jsdoc)
(#2668) Return statement should not contain assignment. (no-return-assign)
(#2668) Return statement should not contain assignment. (no-return-assign)
(#2668) Unexpected use of comma operator. (no-sequences)
(#2673) Missing JSDoc comment. (require-jsdoc)
(#2678) Expected { after 'if' condition. (curly)
(#2679) Expected { after 'if' condition. (curly)
(#2690) Expected { after 'for-in'. (curly)
(#2698) Missing JSDoc comment. (require-jsdoc)
(#2704) Missing JSDoc comment. (require-jsdoc)
(#2710) Missing JSDoc comment. (require-jsdoc)
(#2711) Comments should not begin with a lowercase character. (capitalized-comments)
(#2712) Comments should not begin with a lowercase character. (capitalized-comments)
(#2713) Comments should not begin with a lowercase character. (capitalized-comments)
(#2714) Comments should not begin with a lowercase character. (capitalized-comments)
(#2715) Comments should not begin with a lowercase character. (capitalized-comments)
(#2716) Comments should not begin with a lowercase character. (capitalized-comments)
(#2717) Comments should not begin with a lowercase character. (capitalized-comments)
(#2720) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#2720) Unexpected use of comma operator. (no-sequences)
(#2725) Comments should not begin with a lowercase character. (capitalized-comments)
(#2727) Expected { after 'if' condition. (curly)
(#2727) Comments should not begin with a lowercase character. (capitalized-comments)
(#2728) Expected { after 'else'. (curly)
(#2730) Comments should not begin with a lowercase character. (capitalized-comments)
(#2731) Expected { after 'if' condition. (curly)
(#2731) Comments should not begin with a lowercase character. (capitalized-comments)
(#2732) Expected { after 'else'. (curly)
(#2733) Comments should not begin with a lowercase character. (capitalized-comments)
(#2743) Expected { after 'if' condition. (curly)
(#2743) Comments should not begin with a lowercase character. (capitalized-comments)
(#2744) Expected { after 'else'. (curly)
(#2749) Return statement should not contain assignment. (no-return-assign)
(#2749) Do not nest ternary expressions. (no-nested-ternary)
(#2753) Expected { after 'for' condition. (curly)
(#2758) Missing JSDoc comment. (require-jsdoc)
(#2759) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2760) Return statement should not contain assignment. (no-return-assign)
(#2760) Use '===' to compare with null. (no-eq-null)
(#2761) Do not nest ternary expressions. (no-nested-ternary)
(#2762) Do not nest ternary expressions. (no-nested-ternary)
(#2762) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2763) Do not nest ternary expressions. (no-nested-ternary)
(#2764) Do not nest ternary expressions. (no-nested-ternary)
(#2765) Do not nest ternary expressions. (no-nested-ternary)
(#2770) Missing JSDoc comment. (require-jsdoc)
(#2777) Missing JSDoc comment. (require-jsdoc)
(#2785) Missing JSDoc comment. (require-jsdoc)
(#2786) Return statement should not contain assignment. (no-return-assign)
(#2786) Return statement should not contain assignment. (no-return-assign)
(#2786) Unexpected use of comma operator. (no-sequences)
(#2802) Missing JSDoc comment. (require-jsdoc)
(#2804) Expected { after 'if' condition. (curly)
(#2804) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2804) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#2804) Unexpected use of comma operator. (no-sequences)
(#2805) Expected { after 'if' condition. (curly)
(#2805) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2805) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#2805) Unexpected use of comma operator. (no-sequences)
(#2806) Expected { after 'if' condition. (curly)
(#2806) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2806) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#2806) Unexpected use of comma operator. (no-sequences)
(#2807) Expected { after 'if' condition. (curly)
(#2807) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#2807) Unexpected use of comma operator. (no-sequences)
(#2823) Missing JSDoc comment. (require-jsdoc)
(#2824) Expected { after 'if' condition. (curly)
(#2825) Expected { after 'if' condition. (curly)
(#2825) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#2825) Unexpected use of comma operator. (no-sequences)
(#2833) Missing JSDoc comment. (require-jsdoc)
(#2834) Expected { after 'if' condition. (curly)
(#2834) Use '===' to compare with null. (no-eq-null)
(#2835) Expected { after 'if' condition. (curly)
(#2837) Expected { after 'if' condition. (curly)
(#2842) Missing JSDoc comment. (require-jsdoc)
(#2844) Missing JSDoc comment. (require-jsdoc)
(#2848) Missing JSDoc comment. (require-jsdoc)
(#2857) Missing JSDoc comment. (require-jsdoc)
(#2859) Expected { after 'if' condition. (curly)
(#2859) Expected { after 'if' condition. (curly)
(#2859) Comments should not begin with a lowercase character. (capitalized-comments)
(#2866) Missing JSDoc comment. (require-jsdoc)
(#2874) Missing JSDoc comment. (require-jsdoc)
(#2884) Comments should not begin with a lowercase character. (capitalized-comments)
(#2885) Comments should not begin with a lowercase character. (capitalized-comments)
(#2886) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#2886) Unexpected use of comma operator. (no-sequences)
(#2891) Comments should not begin with a lowercase character. (capitalized-comments)
(#2893) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2893) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2894) Expected { after 'while' condition. (curly)
(#2908) Missing JSDoc comment. (require-jsdoc)
(#2912) Missing JSDoc comment. (require-jsdoc)
(#2916) Missing JSDoc comment. (require-jsdoc)
(#2920) Comments should not begin with a lowercase character. (capitalized-comments)
(#2922) Missing JSDoc comment. (require-jsdoc)
(#2923) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2923) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2924) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2924) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2941) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2968) Missing JSDoc comment. (require-jsdoc)
(#2981) Missing semicolon. (babel/semi)
(#2987) Missing JSDoc comment. (require-jsdoc)
(#3001) Missing JSDoc comment. (require-jsdoc)
(#3014) Missing semicolon. (babel/semi)
(#3020) Missing JSDoc comment. (require-jsdoc)
(#3024) Missing JSDoc comment. (require-jsdoc)
(#3047) Missing JSDoc comment. (require-jsdoc)
(#3048) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3048) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3048) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3049) Expected { after 'while' condition. (curly)
(#3056) Missing JSDoc comment. (require-jsdoc)
(#3058) Expected { after 'for' condition. (curly)
(#3062) Comments should not begin with a lowercase character. (capitalized-comments)
(#3063) Comments should not begin with a lowercase character. (capitalized-comments)
(#3064) Comments should not begin with a lowercase character. (capitalized-comments)
(#3065) Comments should not begin with a lowercase character. (capitalized-comments)
(#3072) This line has a length of 155. Maximum allowed is 132. (max-len)
(#3072) Statement inside of curly braces should be on next line. (brace-style)
(#3072) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3074) Missing JSDoc comment. (require-jsdoc)
(#3075) Return statement should not contain assignment. (no-return-assign)
(#3078) Missing JSDoc comment. (require-jsdoc)
(#3082) Missing JSDoc comment. (require-jsdoc)
(#3091) Expected { after 'if' condition. (curly)
(#3092) Use '===' to compare with null. (no-eq-null)
(#3092) Use '===' to compare with null. (no-eq-null)
(#3094) Expected { after 'if' condition. (curly)
(#3095) Expected { after 'else'. (curly)
(#3111) Missing JSDoc comment. (require-jsdoc)
(#3112) Missing '()' invoking a constructor. (new-parens)
(#3117) Missing JSDoc comment. (require-jsdoc)
(#3120) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3122) Expected { after 'if' condition. (curly)
(#3128) Missing JSDoc comment. (require-jsdoc)
(#3140) Missing JSDoc comment. (require-jsdoc)
(#3141) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3142) Expected { after 'if' condition. (curly)
(#3142) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#3142) Unexpected use of comma operator. (no-sequences)
(#3145) Missing JSDoc comment. (require-jsdoc)
(#3146) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3146) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3146) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3149) Expected { after 'if' condition. (curly)
(#3150) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#3150) Unexpected use of comma operator. (no-sequences)
(#3152) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#3152) Unexpected use of comma operator. (no-sequences)
(#3160) Missing JSDoc comment. (require-jsdoc)
(#3161) Expected { after 'if' condition. (curly)
(#3162) Expected { after 'if' condition. (curly)
(#3165) Expected { after 'if' condition. (curly)
(#3166) Expected { after 'if' condition. (curly)
(#3168) Expected { after 'if' condition. (curly)
(#3168) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#3168) Unexpected use of comma operator. (no-sequences)
(#3169) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#3169) Unexpected use of comma operator. (no-sequences)
(#3173) Missing JSDoc comment. (require-jsdoc)
(#3174) Missing '()' invoking a constructor. (new-parens)
(#3175) Use '===' to compare with null. (no-eq-null)
(#3183) Missing JSDoc comment. (require-jsdoc)
(#3184) Missing '()' invoking a constructor. (new-parens)
(#3184) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3185) Expected { after 'if' condition. (curly)
(#3185) Use '===' to compare with null. (no-eq-null)
(#3185) Unexpected use of comma operator. (no-sequences)
(#3186) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#3186) Unexpected use of comma operator. (no-sequences)
(#3186) Use '===' to compare with null. (no-eq-null)
(#3206) Missing JSDoc comment. (require-jsdoc)
(#3208) Expected { after 'if' condition. (curly)
(#3209) Expected { after 'if' condition. (curly)
(#3225) Missing JSDoc comment. (require-jsdoc)
(#3227) Expected { after 'if' condition. (curly)
(#3231) Missing JSDoc comment. (require-jsdoc)
(#3233) Expected { after 'if' condition. (curly)
(#3237) Missing JSDoc comment. (require-jsdoc)
(#3239) Expected { after 'if' condition. (curly)
(#3243) Missing JSDoc comment. (require-jsdoc)
(#3252) Missing JSDoc comment. (require-jsdoc)
(#3257) Expected { after 'if' condition. (curly)
(#3260) Missing JSDoc comment. (require-jsdoc)
(#3260) Expected to return a value at the end of function 'start'. (consistent-return)
(#3264) Expected { after 'if' condition. (curly)
(#3268) Expected { after 'if' condition. (curly)
(#3273) Expected { after 'if' condition. (curly)
(#3281) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3308) Expected { after 'if' condition. (curly)
(#3308) Function 'start' expected a return value. (consistent-return)
(#3308) Comments should not begin with a lowercase character. (capitalized-comments)
(#3314) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#3321) Missing JSDoc comment. (require-jsdoc)
(#3322) This line has a length of 137. Maximum allowed is 132. (max-len)
(#3337) Missing JSDoc comment. (require-jsdoc)
(#3341) Expected { after 'for-in'. (curly)
(#3346) Missing JSDoc comment. (require-jsdoc)
(#3353) Expected { after 'if' condition. (curly)
(#3355) Use '===' to compare with null. (no-eq-null)
(#3358) Statement inside of curly braces should be on next line. (brace-style)
(#3358) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#3358) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3366) Expected { after 'if' condition. (curly)
(#3369) Missing JSDoc comment. (require-jsdoc)
(#3369) Identifier 'selection_interrupt' is not in camel case. (camelcase)
(#3375) Missing JSDoc comment. (require-jsdoc)
(#3399) Missing JSDoc comment. (require-jsdoc)
(#3401) Expected { after 'if' condition. (curly)
(#3401) Missing '()' invoking a constructor. (new-parens)
(#3417) Expected { after 'if' condition. (curly)
(#3417) 'i' used outside of binding context. (block-scoped-var)
(#3417) 'n' used outside of binding context. (block-scoped-var)
(#3417) 't' used outside of binding context. (block-scoped-var)
(#3424) Missing JSDoc comment. (require-jsdoc)
(#3424) Identifier 'transition_tween' is not in camel case. (camelcase)
(#3439) Use '===' to compare with null. (no-eq-null)
(#3442) Missing JSDoc comment. (require-jsdoc)
(#3455) Missing JSDoc comment. (require-jsdoc)
(#3457) Return statement should not contain assignment. (no-return-assign)
(#3457) Do not nest ternary expressions. (no-nested-ternary)
(#3458) Do not nest ternary expressions. (no-nested-ternary)
(#3459) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#3463) Missing JSDoc comment. (require-jsdoc)
(#3469) Missing JSDoc comment. (require-jsdoc)
(#3475) Missing JSDoc comment. (require-jsdoc)
(#3481) Return statement should not contain assignment. (no-return-assign)
(#3481) Return statement should not contain assignment. (no-return-assign)
(#3481) Do not nest ternary expressions. (no-nested-ternary)
(#3487) Missing JSDoc comment. (require-jsdoc)
(#3493) Return statement should not contain assignment. (no-return-assign)
(#3493) Return statement should not contain assignment. (no-return-assign)
(#3493) Do not nest ternary expressions. (no-nested-ternary)
(#3499) Missing JSDoc comment. (require-jsdoc)
(#3504) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3504) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3505) Expected { after 'if' condition. (curly)
(#3505) Use '===' to compare with null. (no-eq-null)
(#3508) Return statement should not contain assignment. (no-return-assign)
(#3508) Return statement should not contain assignment. (no-return-assign)
(#3508) Return statement should not contain assignment. (no-return-assign)
(#3508) Do not nest ternary expressions. (no-nested-ternary)
(#3514) Missing JSDoc comment. (require-jsdoc)
(#3519) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3519) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3520) Expected { after 'if' condition. (curly)
(#3520) Use '===' to compare with null. (no-eq-null)
(#3523) Return statement should not contain assignment. (no-return-assign)
(#3523) Return statement should not contain assignment. (no-return-assign)
(#3523) Return statement should not contain assignment. (no-return-assign)
(#3523) Do not nest ternary expressions. (no-nested-ternary)
(#3529) Missing JSDoc comment. (require-jsdoc)
(#3529) Identifier 'transition_attr' is not in camel case. (camelcase)
(#3530) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3531) Do not nest ternary expressions. (no-nested-ternary)
(#3533) Use '===' to compare with null. (no-eq-null)
(#3537) Missing JSDoc comment. (require-jsdoc)
(#3543) Missing JSDoc comment. (require-jsdoc)
(#3549) Missing JSDoc comment. (require-jsdoc)
(#3551) Missing JSDoc comment. (require-jsdoc)
(#3553) Expected { after 'if' condition. (curly)
(#3560) Missing JSDoc comment. (require-jsdoc)
(#3562) Missing JSDoc comment. (require-jsdoc)
(#3564) Expected { after 'if' condition. (curly)
(#3571) Missing JSDoc comment. (require-jsdoc)
(#3571) Identifier 'transition_attrTween' is not in camel case. (camelcase)
(#3573) Expected { after 'if' condition. (curly)
(#3574) Expected { after 'if' condition. (curly)
(#3574) Use '===' to compare with null. (no-eq-null)
(#3575) Expected { after 'if' condition. (curly)
(#3575) Missing '()' invoking a constructor. (new-parens)
(#3580) Missing JSDoc comment. (require-jsdoc)
(#3586) Missing JSDoc comment. (require-jsdoc)
(#3587) Return statement should not contain assignment. (no-return-assign)
(#3587) Unexpected use of comma operator. (no-sequences)
(#3592) Missing JSDoc comment. (require-jsdoc)
(#3592) Identifier 'transition_delay' is not in camel case. (camelcase)
(#3602) Missing JSDoc comment. (require-jsdoc)
(#3608) Missing JSDoc comment. (require-jsdoc)
(#3609) Return statement should not contain assignment. (no-return-assign)
(#3609) Unexpected use of comma operator. (no-sequences)
(#3614) Missing JSDoc comment. (require-jsdoc)
(#3614) Identifier 'transition_duration' is not in camel case. (camelcase)
(#3624) Missing JSDoc comment. (require-jsdoc)
(#3625) Expected { after 'if' condition. (curly)
(#3625) Missing '()' invoking a constructor. (new-parens)
(#3631) Missing JSDoc comment. (require-jsdoc)
(#3631) Identifier 'transition_ease' is not in camel case. (camelcase)
(#3639) Missing JSDoc comment. (require-jsdoc)
(#3639) Identifier 'transition_filter' is not in camel case. (camelcase)
(#3640) Expected { after 'if' condition. (curly)
(#3650) 'subgroups' used outside of binding context. (block-scoped-var)
(#3653) Missing JSDoc comment. (require-jsdoc)
(#3653) Identifier 'transition_merge' is not in camel case. (camelcase)
(#3654) Expected { after 'if' condition. (curly)
(#3654) Missing '()' invoking a constructor. (new-parens)
(#3656) This line has a length of 176. Maximum allowed is 132. (max-len)
(#3657) This line has a length of 134. Maximum allowed is 132. (max-len)
(#3658) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#3664) 'j' used outside of binding context. (block-scoped-var)
(#3664) 'm0' used outside of binding context. (block-scoped-var)
(#3664) 'j' used outside of binding context. (block-scoped-var)
(#3665) 'merges' used outside of binding context. (block-scoped-var)
(#3665) 'j' used outside of binding context. (block-scoped-var)
(#3665) 'groups0' used outside of binding context. (block-scoped-var)
(#3665) 'j' used outside of binding context. (block-scoped-var)
(#3668) 'merges' used outside of binding context. (block-scoped-var)
(#3671) Missing JSDoc comment. (require-jsdoc)
(#3674) Expected { after 'if' condition. (curly)
(#3679) Missing JSDoc comment. (require-jsdoc)
(#3680) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3688) Expected { after 'if' condition. (curly)
(#3694) Missing JSDoc comment. (require-jsdoc)
(#3694) Identifier 'transition_on' is not in camel case. (camelcase)
(#3702) Missing JSDoc comment. (require-jsdoc)
(#3705) Expected { after 'for-in'. (curly)
(#3705) Expected { after 'if' condition. (curly)
(#3706) Expected { after 'if' condition. (curly)
(#3710) Missing JSDoc comment. (require-jsdoc)
(#3710) Identifier 'transition_remove' is not in camel case. (camelcase)
(#3714) Missing JSDoc comment. (require-jsdoc)
(#3714) Identifier 'transition_select' is not in camel case. (camelcase)
(#3718) Expected { after 'if' condition. (curly)
(#3723) Expected { after 'if' condition. (curly)
(#3730) 'subgroups' used outside of binding context. (block-scoped-var)
(#3733) Missing JSDoc comment. (require-jsdoc)
(#3733) Identifier 'transition_selectAll' is not in camel case. (camelcase)
(#3737) Expected { after 'if' condition. (curly)
(#3741) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#3742) This line has a length of 150. Maximum allowed is 132. (max-len)
(#3743) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#3743) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#3747) 'children' used outside of binding context. (block-scoped-var)
(#3753) 'subgroups' used outside of binding context. (block-scoped-var)
(#3753) 'parents' used outside of binding context. (block-scoped-var)
(#3758) Missing JSDoc comment. (require-jsdoc)
(#3758) Identifier 'transition_selection' is not in camel case. (camelcase)
(#3762) Missing JSDoc comment. (require-jsdoc)
(#3769) Return statement should not contain assignment. (no-return-assign)
(#3769) Return statement should not contain assignment. (no-return-assign)
(#3769) Return statement should not contain assignment. (no-return-assign)
(#3769) Do not nest ternary expressions. (no-nested-ternary)
(#3775) Missing JSDoc comment. (require-jsdoc)
(#3781) Missing JSDoc comment. (require-jsdoc)
(#3787) Return statement should not contain assignment. (no-return-assign)
(#3787) Return statement should not contain assignment. (no-return-assign)
(#3787) Do not nest ternary expressions. (no-nested-ternary)
(#3793) Missing JSDoc comment. (require-jsdoc)
(#3801) Expected { after 'if' condition. (curly)
(#3801) Use '===' to compare with null. (no-eq-null)
(#3802) Return statement should not contain assignment. (no-return-assign)
(#3802) Return statement should not contain assignment. (no-return-assign)
(#3802) Return statement should not contain assignment. (no-return-assign)
(#3802) Do not nest ternary expressions. (no-nested-ternary)
(#3808) Missing JSDoc comment. (require-jsdoc)
(#3809) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3809) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3809) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3813) Use '===' to compare with null. (no-eq-null)
(#3818) Expected { after 'if' condition. (curly)
(#3824) Missing JSDoc comment. (require-jsdoc)
(#3824) Identifier 'transition_style' is not in camel case. (camelcase)
(#3826) Do not nest ternary expressions. (no-nested-ternary)
(#3826) Use '===' to compare with null. (no-eq-null)
(#3837) Missing JSDoc comment. (require-jsdoc)
(#3843) Missing JSDoc comment. (require-jsdoc)
(#3845) Missing JSDoc comment. (require-jsdoc)
(#3847) Expected { after 'if' condition. (curly)
(#3854) Missing JSDoc comment. (require-jsdoc)
(#3854) Identifier 'transition_styleTween' is not in camel case. (camelcase)
(#3856) Expected { after 'if' condition. (curly)
(#3857) Expected { after 'if' condition. (curly)
(#3857) Use '===' to compare with null. (no-eq-null)
(#3858) Expected { after 'if' condition. (curly)
(#3858) Missing '()' invoking a constructor. (new-parens)
(#3859) Use '===' to compare with null. (no-eq-null)
(#3862) Missing JSDoc comment. (require-jsdoc)
(#3868) Missing JSDoc comment. (require-jsdoc)
(#3871) Use '===' to compare with null. (no-eq-null)
(#3875) Missing JSDoc comment. (require-jsdoc)
(#3875) Identifier 'transition_text' is not in camel case. (camelcase)
(#3878) Use '===' to compare with null. (no-eq-null)
(#3881) Missing JSDoc comment. (require-jsdoc)
(#3881) Identifier 'transition_transition' is not in camel case. (camelcase)
(#3888) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#3900) 'groups' used outside of binding context. (block-scoped-var)
(#3903) Missing JSDoc comment. (require-jsdoc)
(#3903) Identifier 'transition_end' is not in camel case. (camelcase)
(#3904) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3904) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3904) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3907) Statement inside of curly braces should be on next line. (brace-style)
(#3907) Expected { after 'if' condition. (curly)
(#3907) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3930) Missing JSDoc comment. (require-jsdoc)
(#3937) Missing JSDoc comment. (require-jsdoc)
(#3941) Missing JSDoc comment. (require-jsdoc)
(#3945) Identifier 'selection_prototype' is not in camel case. (camelcase)
(#3949) Identifier 'transition_select' is not in camel case. (camelcase)
(#3950) Identifier 'transition_selectAll' is not in camel case. (camelcase)
(#3951) Identifier 'transition_filter' is not in camel case. (camelcase)
(#3952) Identifier 'transition_merge' is not in camel case. (camelcase)
(#3953) Identifier 'transition_selection' is not in camel case. (camelcase)
(#3954) Identifier 'transition_transition' is not in camel case. (camelcase)
(#3955) Identifier 'selection_prototype' is not in camel case. (camelcase)
(#3956) Identifier 'selection_prototype' is not in camel case. (camelcase)
(#3957) Identifier 'selection_prototype' is not in camel case. (camelcase)
(#3958) Identifier 'selection_prototype' is not in camel case. (camelcase)
(#3959) Identifier 'selection_prototype' is not in camel case. (camelcase)
(#3960) Identifier 'selection_prototype' is not in camel case. (camelcase)
(#3961) Identifier 'transition_on' is not in camel case. (camelcase)
(#3962) Identifier 'transition_attr' is not in camel case. (camelcase)
(#3963) Identifier 'transition_attrTween' is not in camel case. (camelcase)
(#3964) Identifier 'transition_style' is not in camel case. (camelcase)
(#3965) Identifier 'transition_styleTween' is not in camel case. (camelcase)
(#3966) Identifier 'transition_text' is not in camel case. (camelcase)
(#3967) Identifier 'transition_remove' is not in camel case. (camelcase)
(#3968) Identifier 'transition_tween' is not in camel case. (camelcase)
(#3969) Identifier 'transition_delay' is not in camel case. (camelcase)
(#3970) Identifier 'transition_duration' is not in camel case. (camelcase)
(#3971) Identifier 'transition_ease' is not in camel case. (camelcase)
(#3972) Identifier 'transition_end' is not in camel case. (camelcase)
(#3975) Missing JSDoc comment. (require-jsdoc)
(#3979) Missing JSDoc comment. (require-jsdoc)
(#3983) Missing JSDoc comment. (require-jsdoc)
(#3987) Missing JSDoc comment. (require-jsdoc)
(#3991) Missing JSDoc comment. (require-jsdoc)
(#3995) Missing JSDoc comment. (require-jsdoc)
(#3999) Missing JSDoc comment. (require-jsdoc)
(#4008) Missing JSDoc comment. (require-jsdoc)
(#4020) Missing JSDoc comment. (require-jsdoc)
(#4032) Missing JSDoc comment. (require-jsdoc)
(#4044) Missing JSDoc comment. (require-jsdoc)
(#4048) Missing JSDoc comment. (require-jsdoc)
(#4052) Missing JSDoc comment. (require-jsdoc)
(#4056) Missing JSDoc comment. (require-jsdoc)
(#4060) Missing JSDoc comment. (require-jsdoc)
(#4064) Missing JSDoc comment. (require-jsdoc)
(#4068) Missing JSDoc comment. (require-jsdoc)
(#4072) Missing JSDoc comment. (require-jsdoc)
(#4076) Missing JSDoc comment. (require-jsdoc)
(#4091) Missing JSDoc comment. (require-jsdoc)
(#4095) Missing JSDoc comment. (require-jsdoc)
(#4096) Do not nest ternary expressions. (no-nested-ternary)
(#4096) Do not nest ternary expressions. (no-nested-ternary)
(#4099) Missing JSDoc comment. (require-jsdoc)
(#4108) Missing JSDoc comment. (require-jsdoc)
(#4120) Missing JSDoc comment. (require-jsdoc)
(#4132) Missing JSDoc comment. (require-jsdoc)
(#4148) Missing JSDoc comment. (require-jsdoc)
(#4152) Statement inside of curly braces should be on next line. (brace-style)
(#4152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4153) Statement inside of curly braces should be on next line. (brace-style)
(#4153) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4161) Missing JSDoc comment. (require-jsdoc)
(#4165) Statement inside of curly braces should be on next line. (brace-style)
(#4165) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4166) Statement inside of curly braces should be on next line. (brace-style)
(#4166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4174) Missing JSDoc comment. (require-jsdoc)
(#4180) Statement inside of curly braces should be on next line. (brace-style)
(#4180) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4181) Statement inside of curly braces should be on next line. (brace-style)
(#4181) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4193) Missing JSDoc comment. (require-jsdoc)
(#4197) Return statement should not contain assignment. (no-return-assign)
(#4197) Unexpected use of comma operator. (no-sequences)
(#4203) Missing JSDoc comment. (require-jsdoc)
(#4203) Identifier 'selection_transition' is not in camel case. (camelcase)
(#4208) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4208) Unexpected use of comma operator. (no-sequences)
(#4210) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4210) Unexpected use of comma operator. (no-sequences)
(#4210) Use '===' to compare with null. (no-eq-null)
(#4215) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#4221) 'groups' used outside of binding context. (block-scoped-var)
(#4224) Identifier 'selection_interrupt' is not in camel case. (camelcase)
(#4225) Identifier 'selection_transition' is not in camel case. (camelcase)
(#4229) Missing JSDoc comment. (require-jsdoc)
(#4235) Use '===' to compare with null. (no-eq-null)
(#4246) Missing JSDoc comment. (require-jsdoc)
(#4252) Missing JSDoc comment. (require-jsdoc)
(#4258) Missing JSDoc comment. (require-jsdoc)
(#4262) Missing JSDoc comment. (require-jsdoc)
(#4275) Statement inside of curly braces should be on next line. (brace-style)
(#4275) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4276) Statement inside of curly braces should be on next line. (brace-style)
(#4276) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4282) Statement inside of curly braces should be on next line. (brace-style)
(#4282) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4283) Statement inside of curly braces should be on next line. (brace-style)
(#4283) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4289) Statement inside of curly braces should be on next line. (brace-style)
(#4289) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4290) Statement inside of curly braces should be on next line. (brace-style)
(#4290) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4350) Missing JSDoc comment. (require-jsdoc)
(#4355) Missing JSDoc comment. (require-jsdoc)
(#4359) Missing JSDoc comment. (require-jsdoc)
(#4365) Missing JSDoc comment. (require-jsdoc)
(#4366) Expected { after 'while' condition. (curly)
(#4366) Expected { after 'if' condition. (curly)
(#4367) Function 'local$1' expected no return value. (consistent-return)
(#4370) Missing JSDoc comment. (require-jsdoc)
(#4375) Missing JSDoc comment. (require-jsdoc)
(#4380) Missing JSDoc comment. (require-jsdoc)
(#4384) Missing JSDoc comment. (require-jsdoc)
(#4388) Missing JSDoc comment. (require-jsdoc)
(#4392) Missing JSDoc comment. (require-jsdoc)
(#4399) Missing JSDoc comment. (require-jsdoc)
(#4430) Statement inside of curly braces should be on next line. (brace-style)
(#4430) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4435) Statement inside of curly braces should be on next line. (brace-style)
(#4435) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4436) Statement inside of curly braces should be on next line. (brace-style)
(#4436) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4449) Statement inside of curly braces should be on next line. (brace-style)
(#4449) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4450) Statement inside of curly braces should be on next line. (brace-style)
(#4450) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4456) This line has a length of 142. Maximum allowed is 132. (max-len)
(#4459) Missing JSDoc comment. (require-jsdoc)
(#4473) This line has a length of 137. Maximum allowed is 132. (max-len)
(#4477) Use '===' to compare with null. (no-eq-null)
(#4484) Missing JSDoc comment. (require-jsdoc)
(#4498) This line has a length of 155. Maximum allowed is 132. (max-len)
(#4498) Statement inside of curly braces should be on next line. (brace-style)
(#4498) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4499) This line has a length of 139. Maximum allowed is 132. (max-len)
(#4499) Statement inside of curly braces should be on next line. (brace-style)
(#4499) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4500) This line has a length of 150. Maximum allowed is 132. (max-len)
(#4500) Statement inside of curly braces should be on next line. (brace-style)
(#4500) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4501) This line has a length of 152. Maximum allowed is 132. (max-len)
(#4501) Statement inside of curly braces should be on next line. (brace-style)
(#4501) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4502) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4514) Missing JSDoc comment. (require-jsdoc)
(#4518) Missing JSDoc comment. (require-jsdoc)
(#4527) Expected { after 'if' condition. (curly)
(#4527) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4527) Unexpected use of comma operator. (no-sequences)
(#4531) Expected { after 'if' condition. (curly)
(#4531) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4531) Unexpected use of comma operator. (no-sequences)
(#4539) Expected { after 'if' condition. (curly)
(#4539) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4539) Unexpected use of comma operator. (no-sequences)
(#4543) This line has a length of 139. Maximum allowed is 132. (max-len)
(#4547) Missing JSDoc comment. (require-jsdoc)
(#4547) Expected to return a value at the end of function 'started'. (consistent-return)
(#4548) Statement inside of curly braces should be on next line. (brace-style)
(#4548) Expected { after 'if' condition. (curly)
(#4548) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4548) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4549) Expected { after 'if' condition. (curly)
(#4549) Function 'started' expected a return value. (consistent-return)
(#4550) Expected { after 'if' condition. (curly)
(#4550) Function 'started' expected a return value. (consistent-return)
(#4554) This line has a length of 146. Maximum allowed is 132. (max-len)
(#4554) Do not nest ternary expressions. (no-nested-ternary)
(#4560) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4561) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4562) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4563) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4616) Missing JSDoc comment. (require-jsdoc)
(#4619) Expected { after 'if' condition. (curly)
(#4620) Expected { after 'else'. (curly)
(#4628) Missing JSDoc comment. (require-jsdoc)
(#4628) Function 'move' has a complexity of 24. Maximum allowed is 20. (complexity)
(#4637) Expected { after 'if' condition. (curly)
(#4637) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4637) Unexpected use of comma operator. (no-sequences)
(#4638) Expected { after 'if' condition. (curly)
(#4638) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4638) Unexpected use of comma operator. (no-sequences)
(#4642) Expected { after 'if' condition. (curly)
(#4642) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4642) Unexpected use of comma operator. (no-sequences)
(#4643) Expected { after 'if' condition. (curly)
(#4643) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4643) Unexpected use of comma operator. (no-sequences)
(#4644) Expected { after 'if' condition. (curly)
(#4644) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4644) Unexpected use of comma operator. (no-sequences)
(#4645) Expected { after 'if' condition. (curly)
(#4645) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4645) Unexpected use of comma operator. (no-sequences)
(#4649) Expected { after 'if' condition. (curly)
(#4649) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4649) Unexpected use of comma operator. (no-sequences)
(#4650) Expected { after 'if' condition. (curly)
(#4650) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4650) Unexpected use of comma operator. (no-sequences)
(#4657) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4657) Unexpected use of comma operator. (no-sequences)
(#4658) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4658) Unexpected use of comma operator. (no-sequences)
(#4659) Expected { after 'if' condition. (curly)
(#4664) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4664) Unexpected use of comma operator. (no-sequences)
(#4665) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4665) Unexpected use of comma operator. (no-sequences)
(#4666) Expected { after 'if' condition. (curly)
(#4669) Expected { after 'if' condition. (curly)
(#4670) Expected { after 'if' condition. (curly)
(#4670) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4670) Unexpected use of comma operator. (no-sequences)
(#4671) Expected { after 'if' condition. (curly)
(#4671) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4671) Unexpected use of comma operator. (no-sequences)
(#4683) Missing JSDoc comment. (require-jsdoc)
(#4686) Expected { after 'if' condition. (curly)
(#4687) Expected { after 'if' condition. (curly)
(#4688) Statement inside of curly braces should be on next line. (brace-style)
(#4688) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4692) 'view' used outside of binding context. (block-scoped-var)
(#4696) Expected { after 'if' condition. (curly)
(#4697) Expected { after 'if' condition. (curly)
(#4697) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4697) Unexpected use of comma operator. (no-sequences)
(#4701) Missing JSDoc comment. (require-jsdoc)
(#4709) Expected { after 'if' condition. (curly)
(#4709) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4709) Unexpected use of comma operator. (no-sequences)
(#4710) Expected { after 'if' condition. (curly)
(#4710) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4710) Unexpected use of comma operator. (no-sequences)
(#4718) Expected { after 'if' condition. (curly)
(#4718) Expected { after 'if' condition. (curly)
(#4719) Expected { after 'if' condition. (curly)
(#4719) Expected { after 'if' condition. (curly)
(#4731) Missing JSDoc comment. (require-jsdoc)
(#4742) Expected { after 'if' condition. (curly)
(#4742) Expected { after 'if' condition. (curly)
(#4743) Expected { after 'if' condition. (curly)
(#4743) Expected { after 'if' condition. (curly)
(#4752) Expected { after 'if' condition. (curly)
(#4752) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4752) Unexpected use of comma operator. (no-sequences)
(#4753) Expected { after 'if' condition. (curly)
(#4753) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4753) Unexpected use of comma operator. (no-sequences)
(#4756) Expected { after 'if' condition. (curly)
(#4756) Expected { after 'if' condition. (curly)
(#4757) Expected { after 'if' condition. (curly)
(#4757) Expected { after 'if' condition. (curly)
(#4771) Missing JSDoc comment. (require-jsdoc)
(#4779) This line has a length of 144. Maximum allowed is 132. (max-len)
(#4779) Return statement should not contain assignment. (no-return-assign)
(#4783) Return statement should not contain assignment. (no-return-assign)
(#4787) Return statement should not contain assignment. (no-return-assign)
(#4805) Missing JSDoc comment. (require-jsdoc)
(#4814) Missing JSDoc comment. (require-jsdoc)
(#4820) Missing JSDoc comment. (require-jsdoc)
(#4836) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4836) Unexpected use of comma operator. (no-sequences)
(#4837) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4837) Unexpected use of comma operator. (no-sequences)
(#4846) Expected { after 'if' condition. (curly)
(#4851) Expected { after 'if' condition. (curly)
(#4865) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4865) Unexpected use of comma operator. (no-sequences)
(#4866) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4866) Unexpected use of comma operator. (no-sequences)
(#4880) 'di' used outside of binding context. (block-scoped-var)
(#4881) 'di' used outside of binding context. (block-scoped-var)
(#4884) 'di' used outside of binding context. (block-scoped-var)
(#4906) Return statement should not contain assignment. (no-return-assign)
(#4910) Return statement should not contain assignment. (no-return-assign)
(#4914) Return statement should not contain assignment. (no-return-assign)
(#4918) This line has a length of 137. Maximum allowed is 132. (max-len)
(#4918) Return statement should not contain assignment. (no-return-assign)
(#4918) Return statement should not contain assignment. (no-return-assign)
(#4918) Use '===' to compare with null. (no-eq-null)
(#4926) Missing JSDoc comment. (require-jsdoc)
(#4937) Missing JSDoc comment. (require-jsdoc)
(#4938) Comments should not begin with a lowercase character. (capitalized-comments)
(#4939) Comments should not begin with a lowercase character. (capitalized-comments)
(#4943) Missing JSDoc comment. (require-jsdoc)
(#4944) Missing '()' invoking a constructor. (new-parens)
(#4954) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4954) Unexpected use of comma operator. (no-sequences)
(#4968) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#4968) Unexpected use of comma operator. (no-sequences)
(#4975) Identifier 'l01_2' is not in camel case. (camelcase)
(#4978) Expected { after 'if' condition. (curly)
(#4983) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4986) Expected { after 'if' condition. (curly)
(#4986) Identifier 'l01_2' is not in camel case. (camelcase)
(#4993) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4999) Identifier 'l21_2' is not in camel case. (camelcase)
(#5000) Identifier 'l20_2' is not in camel case. (camelcase)
(#5003) Identifier 'l21_2' is not in camel case. (camelcase)
(#5003) Identifier 'l01_2' is not in camel case. (camelcase)
(#5003) Identifier 'l20_2' is not in camel case. (camelcase)
(#5012) This line has a length of 145. Maximum allowed is 132. (max-len)
(#5016) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#5016) Unexpected use of comma operator. (no-sequences)
(#5021) Unexpected use of '^'. (no-bitwise)
(#5025) Expected { after 'if' condition. (curly)
(#5030) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5038) Expected { after 'if' condition. (curly)
(#5041) Expected { after 'if' condition. (curly)
(#5045) This line has a length of 166. Maximum allowed is 132. (max-len)
(#5046) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5050) This line has a length of 155. Maximum allowed is 132. (max-len)
(#5061) Missing JSDoc comment. (require-jsdoc)
(#5065) Missing JSDoc comment. (require-jsdoc)
(#5069) Missing JSDoc comment. (require-jsdoc)
(#5073) Missing JSDoc comment. (require-jsdoc)
(#5077) Missing JSDoc comment. (require-jsdoc)
(#5081) Missing JSDoc comment. (require-jsdoc)
(#5089) Missing JSDoc comment. (require-jsdoc)
(#5089) Expected to return a value at the end of function 'ribbon'. (consistent-return)
(#5103) Expected { after 'if' condition. (curly)
(#5114) Expected { after 'if' condition. (curly)
(#5114) Return statement should not contain assignment. (no-return-assign)
(#5114) Unexpected use of comma operator. (no-sequences)
(#5118) Return statement should not contain assignment. (no-return-assign)
(#5122) Return statement should not contain assignment. (no-return-assign)
(#5126) Return statement should not contain assignment. (no-return-assign)
(#5130) Return statement should not contain assignment. (no-return-assign)
(#5134) Return statement should not contain assignment. (no-return-assign)
(#5138) Use '===' to compare with null. (no-eq-null)
(#5146) Missing JSDoc comment. (require-jsdoc)
(#5146) Unexpected empty function 'Map'. (no-empty-function)
(#5165) Expected { after 'for-in'. (curly)
(#5165) Expected { after 'if' condition. (curly)
(#5169) Expected { after 'for-in'. (curly)
(#5169) Expected { after 'if' condition. (curly)
(#5174) Expected { after 'for-in'. (curly)
(#5174) Expected { after 'if' condition. (curly)
(#5179) Expected { after 'for-in'. (curly)
(#5179) Expected { after 'if' condition. (curly)
(#5184) Expected { after 'for-in'. (curly)
(#5184) Expected { after 'if' condition. (curly)
(#5188) Expected { after 'for-in'. (curly)
(#5188) Expected { after 'if' condition. (curly)
(#5192) Expected { after 'for-in'. (curly)
(#5192) Expected { after 'if' condition. (curly)
(#5196) Missing JSDoc comment. (require-jsdoc)
(#5197) Missing '()' invoking a constructor. (new-parens)
(#5200) Expected { after 'if' condition. (curly)
(#5200) Statement inside of curly braces should be on next line. (brace-style)
(#5200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5208) Expected { after 'if' condition. (curly)
(#5208) Use '===' to compare with null. (no-eq-null)
(#5208) Expected { after 'while' condition. (curly)
(#5209) Expected { after 'else'. (curly)
(#5209) Expected { after 'while' condition. (curly)
(#5210) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5213) Expected { after 'if' condition. (curly)
(#5213) Expected { after 'for-in'. (curly)
(#5218) Missing JSDoc comment. (require-jsdoc)
(#5225) Missing JSDoc comment. (require-jsdoc)
(#5227) Expected { after 'if' condition. (curly)
(#5227) Use '===' to compare with null. (no-eq-null)
(#5228) Use '===' to compare with null. (no-eq-null)
(#5241) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#5255) Missing JSDoc comment. (require-jsdoc)
(#5256) Expected { after 'if' condition. (curly)
(#5257) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5258) Expected { after 'if' condition. (curly)
(#5258) Use '===' to compare with null. (no-eq-null)
(#5259) Expected { after 'else'. (curly)
(#5259) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#5259) Unexpected use of comma operator. (no-sequences)
(#5259) Statement inside of curly braces should be on next line. (brace-style)
(#5259) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5260) Use '===' to compare with null. (no-eq-null)
(#5260) Statement inside of curly braces should be on next line. (brace-style)
(#5260) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5263) Return statement should not contain assignment. (no-return-assign)
(#5264) Statement inside of curly braces should be on next line. (brace-style)
(#5264) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5265) Statement inside of curly braces should be on next line. (brace-style)
(#5265) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5266) Statement inside of curly braces should be on next line. (brace-style)
(#5266) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5267) Statement inside of curly braces should be on next line. (brace-style)
(#5267) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5268) Statement inside of curly braces should be on next line. (brace-style)
(#5268) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5269) Statement inside of curly braces should be on next line. (brace-style)
(#5269) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5270) Statement inside of curly braces should be on next line. (brace-style)
(#5270) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5274) Missing JSDoc comment. (require-jsdoc)
(#5278) Missing JSDoc comment. (require-jsdoc)
(#5282) Missing JSDoc comment. (require-jsdoc)
(#5286) Missing JSDoc comment. (require-jsdoc)
(#5290) Missing JSDoc comment. (require-jsdoc)
(#5290) Unexpected empty function 'Set'. (no-empty-function)
(#5310) Missing JSDoc comment. (require-jsdoc)
(#5311) Missing '()' invoking a constructor. (new-parens)
(#5314) Expected { after 'if' condition. (curly)
(#5314) Statement inside of curly braces should be on next line. (brace-style)
(#5314) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5318) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5319) Expected { after 'if' condition. (curly)
(#5319) Use '===' to compare with null. (no-eq-null)
(#5319) Expected { after 'while' condition. (curly)
(#5320) Expected { after 'else'. (curly)
(#5320) Expected { after 'while' condition. (curly)
(#5326) Missing JSDoc comment. (require-jsdoc)
(#5328) Expected { after 'for-in'. (curly)
(#5332) Missing JSDoc comment. (require-jsdoc)
(#5334) Expected { after 'for-in'. (curly)
(#5338) Missing JSDoc comment. (require-jsdoc)
(#5340) Expected { after 'for-in'. (curly)
(#5348) Missing JSDoc comment. (require-jsdoc)
(#5352) Missing JSDoc comment. (require-jsdoc)
(#5353) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5353) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5354) Expected { after 'while' condition. (curly)
(#5358) Missing JSDoc comment. (require-jsdoc)
(#5364) Missing JSDoc comment. (require-jsdoc)
(#5365) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5365) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5366) Expected { after 'while' condition. (curly)
(#5366) Expected { after 'if' condition. (curly)
(#5366) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#5370) Missing JSDoc comment. (require-jsdoc)
(#5371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5373) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5373) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5373) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5373) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5373) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5374) Expected { after 'if' condition. (curly)
(#5375) Expected { after 'if' condition. (curly)
(#5380) Missing JSDoc comment. (require-jsdoc)
(#5381) Return statement should not contain assignment. (no-return-assign)
(#5384) Missing JSDoc comment. (require-jsdoc)
(#5388) Missing JSDoc comment. (require-jsdoc)
(#5392) Missing JSDoc comment. (require-jsdoc)
(#5392) Unexpected empty function 'noop$1'. (no-empty-function)
(#5413) Missing JSDoc comment. (require-jsdoc)
(#5419) Missing JSDoc comment. (require-jsdoc)
(#5424) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5424) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5438) Missing JSDoc comment. (require-jsdoc)
(#5444) Expected { after 'if' condition. (curly)
(#5445) Expected { after 'else'. (curly)
(#5466) Missing JSDoc comment. (require-jsdoc)
(#5467) Missing '()' invoking a constructor. (new-parens)
(#5468) Missing '()' invoking a constructor. (new-parens)
(#5474) Unexpected use of '<<'. (no-bitwise)
(#5476) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#5476) Unexpected use of comma operator. (no-sequences)
(#5477) Unexpected use of '|'. (no-bitwise)
(#5477) Unexpected use of '<<'. (no-bitwise)
(#5479) Unexpected use of '<<'. (no-bitwise)
(#5486) Unexpected use of '|'. (no-bitwise)
(#5486) Unexpected use of '<<'. (no-bitwise)
(#5486) Unexpected use of '<<'. (no-bitwise)
(#5488) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#5488) Unexpected use of comma operator. (no-sequences)
(#5489) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#5489) Unexpected use of comma operator. (no-sequences)
(#5490) Unexpected use of '|'. (no-bitwise)
(#5490) Unexpected use of '|'. (no-bitwise)
(#5490) Unexpected use of '|'. (no-bitwise)
(#5490) Unexpected use of '<<'. (no-bitwise)
(#5490) Unexpected use of '<<'. (no-bitwise)
(#5490) Unexpected use of '<<'. (no-bitwise)
(#5492) Unexpected use of '|'. (no-bitwise)
(#5492) Unexpected use of '<<'. (no-bitwise)
(#5498) Unexpected use of '<<'. (no-bitwise)
(#5500) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#5500) Unexpected use of comma operator. (no-sequences)
(#5501) Unexpected use of '|'. (no-bitwise)
(#5501) Unexpected use of '<<'. (no-bitwise)
(#5501) Unexpected use of '<<'. (no-bitwise)
(#5503) Unexpected use of '<<'. (no-bitwise)
(#5505) Missing JSDoc comment. (require-jsdoc)
(#5511) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#5512) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#5526) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#5527) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#5547) Missing JSDoc comment. (require-jsdoc)
(#5551) Missing JSDoc comment. (require-jsdoc)
(#5555) Unexpected use of '|'. (no-bitwise)
(#5556) Unexpected use of '|'. (no-bitwise)
(#5573) Expected { after 'if' condition. (curly)
(#5574) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5575) Expected { after 'if' condition. (curly)
(#5576) Return statement should not contain assignment. (no-return-assign)
(#5576) Return statement should not contain assignment. (no-return-assign)
(#5576) Unexpected use of comma operator. (no-sequences)
(#5580) This line has a length of 165. Maximum allowed is 132. (max-len)
(#5580) Return statement should not contain assignment. (no-return-assign)
(#5580) Do not nest ternary expressions. (no-nested-ternary)
(#5584) Return statement should not contain assignment. (no-return-assign)
(#5593) Missing JSDoc comment. (require-jsdoc)
(#5596) Unexpected use of '<<'. (no-bitwise)
(#5615) Missing JSDoc comment. (require-jsdoc)
(#5618) Unexpected use of '<<'. (no-bitwise)
(#5634) Missing JSDoc comment. (require-jsdoc)
(#5638) Missing JSDoc comment. (require-jsdoc)
(#5642) Missing JSDoc comment. (require-jsdoc)
(#5646) Missing JSDoc comment. (require-jsdoc)
(#5652) Comments should not begin with a lowercase character. (capitalized-comments)
(#5653) Comments should not begin with a lowercase character. (capitalized-comments)
(#5654) Comments should not begin with a lowercase character. (capitalized-comments)
(#5655) Unexpected use of '>>'. (no-bitwise)
(#5655) Comments should not begin with a lowercase character. (capitalized-comments)
(#5656) Unexpected use of '>>'. (no-bitwise)
(#5656) Comments should not begin with a lowercase character. (capitalized-comments)
(#5659) Missing JSDoc comment. (require-jsdoc)
(#5664) Unexpected use of '>>'. (no-bitwise)
(#5665) Unexpected use of '>>'. (no-bitwise)
(#5673) Unexpected use of '>>'. (no-bitwise)
(#5674) Unexpected use of '>>'. (no-bitwise)
(#5675) Unexpected use of '>>'. (no-bitwise)
(#5676) Unexpected use of '>>'. (no-bitwise)
(#5677) Unexpected use of '>>'. (no-bitwise)
(#5678) Unexpected use of '>>'. (no-bitwise)
(#5692) Unexpected newline between function name and paren. (func-call-spacing)
(#5693) Unexpected newline between function and ( of function call. (no-unexpected-multiline)
(#5697) Missing JSDoc comment. (require-jsdoc)
(#5703) Missing JSDoc comment. (require-jsdoc)
(#5707) Missing JSDoc comment. (require-jsdoc)
(#5712) Missing JSDoc comment. (require-jsdoc)
(#5717) Missing JSDoc comment. (require-jsdoc)
(#5719) Unexpected use of '>>'. (no-bitwise)
(#5720) Unexpected use of '>>'. (no-bitwise)
(#5725) Return statement should not contain assignment. (no-return-assign)
(#5729) Return statement should not contain assignment. (no-return-assign)
(#5733) Return statement should not contain assignment. (no-return-assign)
(#5737) Expected { after 'if' condition. (curly)
(#5738) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5739) Expected { after 'if' condition. (curly)
(#5740) Return statement should not contain assignment. (no-return-assign)
(#5740) Return statement should not contain assignment. (no-return-assign)
(#5740) Unexpected use of comma operator. (no-sequences)
(#5744) Expected { after 'if' condition. (curly)
(#5744) Unexpected use of '<<'. (no-bitwise)
(#5745) Expected { after 'if' condition. (curly)
(#5746) Return statement should not contain assignment. (no-return-assign)
(#5746) Unexpected use of comma operator. (no-sequences)
(#5750) This line has a length of 164. Maximum allowed is 132. (max-len)
(#5750) Return statement should not contain assignment. (no-return-assign)
(#5750) Do not nest ternary expressions. (no-nested-ternary)
(#5754) Expected { after 'if' condition. (curly)
(#5755) Expected { after 'if' condition. (curly)
(#5756) Return statement should not contain assignment. (no-return-assign)
(#5756) Unexpected use of comma operator. (no-sequences)
(#5768) Missing JSDoc comment. (require-jsdoc)
(#5769) The Function constructor is eval. (no-new-func)
(#5774) Missing JSDoc comment. (require-jsdoc)
(#5782) Missing JSDoc comment. (require-jsdoc)
(#5797) Missing JSDoc comment. (require-jsdoc)
(#5801) Missing JSDoc comment. (require-jsdoc)
(#5802) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5802) Expected to return a value at the end of function. (consistent-return)
(#5803) Expected { after 'if' condition. (curly)
(#5804) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#5804) Unexpected use of comma operator. (no-sequences)
(#5810) Missing JSDoc comment. (require-jsdoc)
(#5811) Comments should not begin with a lowercase character. (capitalized-comments)
(#5813) Comments should not begin with a lowercase character. (capitalized-comments)
(#5814) Comments should not begin with a lowercase character. (capitalized-comments)
(#5815) Comments should not begin with a lowercase character. (capitalized-comments)
(#5816) Comments should not begin with a lowercase character. (capitalized-comments)
(#5817) Comments should not begin with a lowercase character. (capitalized-comments)
(#5820) Expected { after 'if' condition. (curly)
(#5821) Expected { after 'if' condition. (curly)
(#5823) Missing JSDoc comment. (require-jsdoc)
(#5824) Expected { after 'if' condition. (curly)
(#5825) Expected { after 'if' condition. (curly)
(#5825) Return statement should not contain assignment. (no-return-assign)
(#5825) Unexpected use of comma operator. (no-sequences)
(#5828) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5828) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5830) Expected { after 'while' condition. (curly)
(#5831) Expected { after 'if' condition. (curly)
(#5832) Expected { after 'if' condition. (curly)
(#5833) Statement inside of curly braces should be on next line. (brace-style)
(#5833) Expected { after 'if' condition. (curly)
(#5833) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#5833) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5839) Expected { after 'if' condition. (curly)
(#5840) Statement inside of curly braces should be on next line. (brace-style)
(#5840) Expected { after 'if' condition. (curly)
(#5840) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#5840) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5840) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5841) Expected { after 'if' condition. (curly)
(#5846) Return statement should not contain assignment. (no-return-assign)
(#5846) Unexpected use of comma operator. (no-sequences)
(#5851) Expected { after 'while' condition. (curly)
(#5851) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#5851) Unexpected use of comma operator. (no-sequences)
(#5852) Expected { after 'if' condition. (curly)
(#5852) Use '===' to compare with null. (no-eq-null)
(#5859) Missing JSDoc comment. (require-jsdoc)
(#5860) Expected { after 'if' condition. (curly)
(#5860) Use '===' to compare with null. (no-eq-null)
(#5868) Missing JSDoc comment. (require-jsdoc)
(#5872) Missing JSDoc comment. (require-jsdoc)
(#5876) Missing JSDoc comment. (require-jsdoc)
(#5877) Do not nest ternary expressions. (no-nested-ternary)
(#5877) Use '===' to compare with null. (no-eq-null)
(#5904) Missing JSDoc comment. (require-jsdoc)
(#5905) Expected { after 'if' condition. (curly)
(#5909) Missing JSDoc comment. (require-jsdoc)
(#5913) Missing JSDoc comment. (require-jsdoc)
(#5914) Expected { after 'if' condition. (curly)
(#5918) Missing JSDoc comment. (require-jsdoc)
(#5922) Missing JSDoc comment. (require-jsdoc)
(#5923) Expected { after 'if' condition. (curly)
(#5927) Missing JSDoc comment. (require-jsdoc)
(#5931) Missing JSDoc comment. (require-jsdoc)
(#5933) Expected { after 'if' condition. (curly)
(#5933) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#5933) Unexpected use of comma operator. (no-sequences)
(#5940) Missing JSDoc comment. (require-jsdoc)
(#5941) Expected { after 'if' condition. (curly)
(#5941) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#5941) Unexpected use of comma operator. (no-sequences)
(#5951) Missing JSDoc comment. (require-jsdoc)
(#5953) Missing '()' invoking a constructor. (new-parens)
(#5954) Expected { after 'for-in'. (curly)
(#5956) Statement inside of curly braces should be on next line. (brace-style)
(#5956) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5961) Missing JSDoc comment. (require-jsdoc)
(#5962) Expected { after 'if' condition. (curly)
(#5966) Missing JSDoc comment. (require-jsdoc)
(#5970) Missing JSDoc comment. (require-jsdoc)
(#5971) Multiple spaces found before '{'. (no-multi-spaces)
(#5973) Missing '()' invoking a constructor. (new-parens)
(#5984) Missing JSDoc comment. (require-jsdoc)
(#5987) Expected { after 'if' condition. (curly)
(#5987) Use '===' to compare with null. (no-eq-null)
(#5988) Expected { after 'if' condition. (curly)
(#5988) Use '===' to compare with null. (no-eq-null)
(#5990) Missing JSDoc comment. (require-jsdoc)
(#5998) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#5998) Unexpected use of comma operator. (no-sequences)
(#6002) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6002) Unexpected use of comma operator. (no-sequences)
(#6011) Return statement should not contain assignment. (no-return-assign)
(#6015) Return statement should not contain assignment. (no-return-assign)
(#6021) Missing JSDoc comment. (require-jsdoc)
(#6027) Missing JSDoc comment. (require-jsdoc)
(#6031) Missing JSDoc comment. (require-jsdoc)
(#6031) Identifier 'tree_add' is not in camel case. (camelcase)
(#6037) Missing JSDoc comment. (require-jsdoc)
(#6038) Expected { after 'if' condition. (curly)
(#6038) Comments should not begin with a lowercase character. (capitalized-comments)
(#6057) Expected { after 'if' condition. (curly)
(#6057) Return statement should not contain assignment. (no-return-assign)
(#6057) Unexpected use of comma operator. (no-sequences)
(#6061) Expected { after 'if' condition. (curly)
(#6061) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6061) Expected { after 'else'. (curly)
(#6062) Expected { after 'if' condition. (curly)
(#6062) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6062) Expected { after 'else'. (curly)
(#6063) Expected { after 'if' condition. (curly)
(#6063) Unexpected use of comma operator. (no-sequences)
(#6063) Unexpected use of '|'. (no-bitwise)
(#6063) Unexpected use of '<<'. (no-bitwise)
(#6063) Return statement should not contain assignment. (no-return-assign)
(#6063) Unexpected use of comma operator. (no-sequences)
(#6069) Expected { after 'if' condition. (curly)
(#6069) Return statement should not contain assignment. (no-return-assign)
(#6069) Return statement should not contain assignment. (no-return-assign)
(#6069) Return statement should not contain assignment. (no-return-assign)
(#6069) Unexpected use of comma operator. (no-sequences)
(#6074) Expected { after 'if' condition. (curly)
(#6074) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6074) Expected { after 'else'. (curly)
(#6075) Expected { after 'if' condition. (curly)
(#6075) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6075) Expected { after 'else'. (curly)
(#6076) Unexpected use of '|'. (no-bitwise)
(#6076) Unexpected use of '<<'. (no-bitwise)
(#6076) Unexpected use of '|'. (no-bitwise)
(#6076) Unexpected use of '<<'. (no-bitwise)
(#6077) Return statement should not contain assignment. (no-return-assign)
(#6077) Return statement should not contain assignment. (no-return-assign)
(#6077) Unexpected use of comma operator. (no-sequences)
(#6080) Missing JSDoc comment. (require-jsdoc)
(#6081) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6093) Expected { after 'if' condition. (curly)
(#6096) Expected { after 'if' condition. (curly)
(#6097) Expected { after 'if' condition. (curly)
(#6098) Expected { after 'if' condition. (curly)
(#6099) Expected { after 'if' condition. (curly)
(#6103) Expected { after 'if' condition. (curly)
(#6103) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6103) Unexpected use of comma operator. (no-sequences)
(#6104) Expected { after 'if' condition. (curly)
(#6104) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6104) Unexpected use of comma operator. (no-sequences)
(#6117) Missing JSDoc comment. (require-jsdoc)
(#6117) Function 'tree_cover' has a complexity of 22. Maximum allowed is 20. (complexity)
(#6117) Identifier 'tree_cover' is not in camel case. (camelcase)
(#6118) Expected { after 'if' condition. (curly)
(#6118) Comments should not begin with a lowercase character. (capitalized-comments)
(#6131) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6140) Unexpected use of '|'. (no-bitwise)
(#6140) Unexpected use of '<<'. (no-bitwise)
(#6142) Expected { after 'do'. (curly)
(#6142) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6142) Unexpected use of comma operator. (no-sequences)
(#6143) Unexpected use of comma operator. (no-sequences)
(#6147) Expected { after 'do'. (curly)
(#6147) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6147) Unexpected use of comma operator. (no-sequences)
(#6148) Unexpected use of comma operator. (no-sequences)
(#6152) Expected { after 'do'. (curly)
(#6152) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6152) Unexpected use of comma operator. (no-sequences)
(#6153) Unexpected use of comma operator. (no-sequences)
(#6157) Expected { after 'do'. (curly)
(#6157) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6157) Unexpected use of comma operator. (no-sequences)
(#6158) Unexpected use of comma operator. (no-sequences)
(#6163) Expected { after 'if' condition. (curly)
(#6164) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6167) Expected { after 'else'. (curly)
(#6176) Missing JSDoc comment. (require-jsdoc)
(#6176) Identifier 'tree_data' is not in camel case. (camelcase)
(#6179) Expected { after 'if' condition. (curly)
(#6179) Expected { after 'do'. (curly)
(#6179) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6179) Missing semicolon. (babel/semi)
(#6184) Missing JSDoc comment. (require-jsdoc)
(#6184) Identifier 'tree_extent' is not in camel case. (camelcase)
(#6185) Do not nest ternary expressions. (no-nested-ternary)
(#6190) Missing JSDoc comment. (require-jsdoc)
(#6198) Missing JSDoc comment. (require-jsdoc)
(#6198) Identifier 'tree_find' is not in camel case. (camelcase)
(#6213) Expected { after 'if' condition. (curly)
(#6214) Expected { after 'if' condition. (curly)
(#6214) Use '===' to compare with null. (no-eq-null)
(#6216) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6216) Unexpected use of comma operator. (no-sequences)
(#6217) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6217) Unexpected use of comma operator. (no-sequences)
(#6221) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6224) Expected { after 'if' condition. (curly)
(#6243) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6243) Unexpected use of '|'. (no-bitwise)
(#6243) Unexpected use of '<<'. (no-bitwise)
(#6248) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6257) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6257) Unexpected use of comma operator. (no-sequences)
(#6258) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6258) Unexpected use of comma operator. (no-sequences)
(#6267) Missing JSDoc comment. (require-jsdoc)
(#6267) Function 'tree_remove' has a complexity of 30. Maximum allowed is 20. (complexity)
(#6267) Identifier 'tree_remove' is not in camel case. (camelcase)
(#6268) Expected { after 'if' condition. (curly)
(#6268) Comments should not begin with a lowercase character. (capitalized-comments)
(#6289) Expected { after 'if' condition. (curly)
(#6293) Expected { after 'if' condition. (curly)
(#6293) Unexpected constant condition. (no-constant-condition)
(#6294) Expected { after 'if' condition. (curly)
(#6294) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6294) Expected { after 'else'. (curly)
(#6295) Expected { after 'if' condition. (curly)
(#6295) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6295) Expected { after 'else'. (curly)
(#6296) Expected { after 'if' condition. (curly)
(#6296) Unexpected use of '|'. (no-bitwise)
(#6296) Unexpected use of '<<'. (no-bitwise)
(#6297) Expected { after 'if' condition. (curly)
(#6298) Expected { after 'if' condition. (curly)
(#6298) Unexpected use of '&'. (no-bitwise)
(#6298) Unexpected use of '&'. (no-bitwise)
(#6298) Unexpected use of '&'. (no-bitwise)
(#6298) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6298) Unexpected use of comma operator. (no-sequences)
(#6302) Expected { after 'while' condition. (curly)
(#6302) Expected { after 'if' condition. (curly)
(#6303) Expected { after 'if' condition. (curly)
(#6303) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6306) Expected { after 'if' condition. (curly)
(#6306) Return statement should not contain assignment. (no-return-assign)
(#6306) Unexpected use of comma operator. (no-sequences)
(#6309) Expected { after 'if' condition. (curly)
(#6309) Return statement should not contain assignment. (no-return-assign)
(#6309) Unexpected use of comma operator. (no-sequences)
(#6312) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6318) Expected { after 'if' condition. (curly)
(#6319) Expected { after 'else'. (curly)
(#6325) Missing JSDoc comment. (require-jsdoc)
(#6326) Expected { after 'for' condition. (curly)
(#6330) Missing JSDoc comment. (require-jsdoc)
(#6330) Identifier 'tree_root' is not in camel case. (camelcase)
(#6334) Missing JSDoc comment. (require-jsdoc)
(#6334) Identifier 'tree_size' is not in camel case. (camelcase)
(#6337) Expected { after 'if' condition. (curly)
(#6337) Expected { after 'do'. (curly)
(#6337) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6337) Missing semicolon. (babel/semi)
(#6342) Missing JSDoc comment. (require-jsdoc)
(#6342) Identifier 'tree_visit' is not in camel case. (camelcase)
(#6343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6344) Expected { after 'if' condition. (curly)
(#6345) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6348) Expected { after 'if' condition. (curly)
(#6348) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6349) Expected { after 'if' condition. (curly)
(#6349) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6350) Expected { after 'if' condition. (curly)
(#6350) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6351) Expected { after 'if' condition. (curly)
(#6351) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6357) Missing JSDoc comment. (require-jsdoc)
(#6357) Identifier 'tree_visitAfter' is not in camel case. (camelcase)
(#6358) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6358) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6359) Expected { after 'if' condition. (curly)
(#6360) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6363) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6363) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6363) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6363) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6363) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6363) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6364) Expected { after 'if' condition. (curly)
(#6364) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6365) Expected { after 'if' condition. (curly)
(#6365) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6366) Expected { after 'if' condition. (curly)
(#6366) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6367) Expected { after 'if' condition. (curly)
(#6367) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6371) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6377) Missing JSDoc comment. (require-jsdoc)
(#6381) Missing JSDoc comment. (require-jsdoc)
(#6381) Identifier 'tree_x' is not in camel case. (camelcase)
(#6382) Return statement should not contain assignment. (no-return-assign)
(#6385) Missing JSDoc comment. (require-jsdoc)
(#6389) Missing JSDoc comment. (require-jsdoc)
(#6389) Identifier 'tree_y' is not in camel case. (camelcase)
(#6390) Return statement should not contain assignment. (no-return-assign)
(#6393) Missing JSDoc comment. (require-jsdoc)
(#6394) Use '===' to compare with null. (no-eq-null)
(#6394) Use '===' to compare with null. (no-eq-null)
(#6395) Use '===' to compare with null. (no-eq-null)
(#6398) Missing JSDoc comment. (require-jsdoc)
(#6408) Missing JSDoc comment. (require-jsdoc)
(#6408) Identifier 'leaf_copy' is not in camel case. (camelcase)
(#6409) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6410) Expected { after 'while' condition. (curly)
(#6410) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6422) Expected { after 'if' condition. (curly)
(#6424) Expected { after 'if' condition. (curly)
(#6424) Return statement should not contain assignment. (no-return-assign)
(#6424) Unexpected use of comma operator. (no-sequences)
(#6427) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6429) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6430) Expected { after 'if' condition. (curly)
(#6431) Expected { after 'else'. (curly)
(#6439) Identifier 'tree_add' is not in camel case. (camelcase)
(#6441) Identifier 'tree_cover' is not in camel case. (camelcase)
(#6442) Identifier 'tree_data' is not in camel case. (camelcase)
(#6443) Identifier 'tree_extent' is not in camel case. (camelcase)
(#6444) Identifier 'tree_find' is not in camel case. (camelcase)
(#6445) Identifier 'tree_remove' is not in camel case. (camelcase)
(#6447) Identifier 'tree_root' is not in camel case. (camelcase)
(#6448) Identifier 'tree_size' is not in camel case. (camelcase)
(#6449) Identifier 'tree_visit' is not in camel case. (camelcase)
(#6450) Identifier 'tree_visitAfter' is not in camel case. (camelcase)
(#6451) Identifier 'tree_x' is not in camel case. (camelcase)
(#6452) Identifier 'tree_y' is not in camel case. (camelcase)
(#6454) Missing JSDoc comment. (require-jsdoc)
(#6458) Missing JSDoc comment. (require-jsdoc)
(#6462) Missing JSDoc comment. (require-jsdoc)
(#6468) Expected { after 'if' condition. (curly)
(#6468) Use '===' to compare with null. (no-eq-null)
(#6470) Missing JSDoc comment. (require-jsdoc)
(#6471) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6483) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6483) Unexpected use of comma operator. (no-sequences)
(#6490) Missing JSDoc comment. (require-jsdoc)
(#6491) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6491) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6498) Expected { after 'if' condition. (curly)
(#6498) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6498) Unexpected use of comma operator. (no-sequences)
(#6499) Expected { after 'if' condition. (curly)
(#6499) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6499) Unexpected use of comma operator. (no-sequences)
(#6509) Function 'apply' expected no return value. (consistent-return)
(#6513) Missing JSDoc comment. (require-jsdoc)
(#6513) Expected to return a value at the end of function 'prepare'. (consistent-return)
(#6514) Expected { after 'if' condition. (curly)
(#6514) Return statement should not contain assignment. (no-return-assign)
(#6522) Missing JSDoc comment. (require-jsdoc)
(#6523) Expected { after 'if' condition. (curly)
(#6524) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6524) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6526) Expected { after 'for' condition. (curly)
(#6526) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6526) Unexpected use of comma operator. (no-sequences)
(#6535) Return statement should not contain assignment. (no-return-assign)
(#6539) Return statement should not contain assignment. (no-return-assign)
(#6543) Return statement should not contain assignment. (no-return-assign)
(#6549) Missing JSDoc comment. (require-jsdoc)
(#6553) Missing JSDoc comment. (require-jsdoc)
(#6555) Expected { after 'if' condition. (curly)
(#6559) Missing JSDoc comment. (require-jsdoc)
(#6570) Expected { after 'if' condition. (curly)
(#6570) Use '===' to compare with null. (no-eq-null)
(#6572) Missing JSDoc comment. (require-jsdoc)
(#6576) Missing JSDoc comment. (require-jsdoc)
(#6579) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6579) Unexpected use of comma operator. (no-sequences)
(#6584) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6584) Unexpected use of comma operator. (no-sequences)
(#6593) Missing JSDoc comment. (require-jsdoc)
(#6594) Expected { after 'if' condition. (curly)
(#6603) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6603) Unexpected use of comma operator. (no-sequences)
(#6604) Expected { after 'if' condition. (curly)
(#6605) Expected { after 'if' condition. (curly)
(#6611) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6611) Unexpected use of comma operator. (no-sequences)
(#6614) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6614) Unexpected use of comma operator. (no-sequences)
(#6615) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6615) Unexpected use of comma operator. (no-sequences)
(#6618) Missing JSDoc comment. (require-jsdoc)
(#6619) Expected { after 'if' condition. (curly)
(#6626) Missing JSDoc comment. (require-jsdoc)
(#6627) Expected { after 'if' condition. (curly)
(#6640) Return statement should not contain assignment. (no-return-assign)
(#6644) Return statement should not contain assignment. (no-return-assign)
(#6648) Return statement should not contain assignment. (no-return-assign)
(#6652) Return statement should not contain assignment. (no-return-assign)
(#6656) Return statement should not contain assignment. (no-return-assign)
(#6662) Missing JSDoc comment. (require-jsdoc)
(#6666) Missing JSDoc comment. (require-jsdoc)
(#6673) Missing JSDoc comment. (require-jsdoc)
(#6684) Expected { after 'if' condition. (curly)
(#6684) Use '===' to compare with null. (no-eq-null)
(#6686) Missing JSDoc comment. (require-jsdoc)
(#6695) Missing JSDoc comment. (require-jsdoc)
(#6696) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6696) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6698) Expected { after 'if' condition. (curly)
(#6703) Function declared in a loop contains unsafe references to variable(s) 'alpha'. (no-loop-func)
(#6703) Unexpected space before function parentheses. (space-before-function-paren)
(#6709) Expected { after 'if' condition. (curly)
(#6709) Use '===' to compare with null. (no-eq-null)
(#6710) Expected { after 'else'. (curly)
(#6710) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6710) Unexpected use of comma operator. (no-sequences)
(#6711) Expected { after 'if' condition. (curly)
(#6711) Use '===' to compare with null. (no-eq-null)
(#6712) Expected { after 'else'. (curly)
(#6712) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6712) Unexpected use of comma operator. (no-sequences)
(#6719) Missing JSDoc comment. (require-jsdoc)
(#6721) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6721) Unexpected use of comma operator. (no-sequences)
(#6722) Expected { after 'if' condition. (curly)
(#6723) Expected { after 'if' condition. (curly)
(#6725) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6735) Missing JSDoc comment. (require-jsdoc)
(#6736) Expected { after 'if' condition. (curly)
(#6742) Return statement should not contain assignment. (no-return-assign)
(#6746) Unexpected use of comma operator. (no-sequences)
(#6750) Unexpected use of comma operator. (no-sequences)
(#6754) Return statement should not contain assignment. (no-return-assign)
(#6758) Return statement should not contain assignment. (no-return-assign)
(#6762) Return statement should not contain assignment. (no-return-assign)
(#6766) Return statement should not contain assignment. (no-return-assign)
(#6770) Return statement should not contain assignment. (no-return-assign)
(#6774) Return statement should not contain assignment. (no-return-assign)
(#6778) This line has a length of 142. Maximum allowed is 132. (max-len)
(#6778) Use '===' to compare with null. (no-eq-null)
(#6790) Expected { after 'if' condition. (curly)
(#6790) Use '===' to compare with null. (no-eq-null)
(#6791) Expected { after 'else'. (curly)
(#6798) Expected { after 'if' condition. (curly)
(#6798) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6798) Unexpected use of comma operator. (no-sequences)
(#6810) Missing JSDoc comment. (require-jsdoc)
(#6820) Missing JSDoc comment. (require-jsdoc)
(#6821) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6821) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6822) Expected { after 'for' condition. (curly)
(#6822) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6822) Unexpected use of comma operator. (no-sequences)
(#6825) Missing JSDoc comment. (require-jsdoc)
(#6826) Expected { after 'if' condition. (curly)
(#6827) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6827) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6829) Expected { after 'for' condition. (curly)
(#6829) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6829) Unexpected use of comma operator. (no-sequences)
(#6832) Missing JSDoc comment. (require-jsdoc)
(#6833) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6833) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6833) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6839) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6839) Unexpected use of comma operator. (no-sequences)
(#6844) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6851) Expected { after 'do'. (curly)
(#6852) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6858) Missing JSDoc comment. (require-jsdoc)
(#6858) Expected to return a value at the end of function 'apply'. (consistent-return)
(#6859) Expected { after 'if' condition. (curly)
(#6870) Expected { after 'if' condition. (curly)
(#6870) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6870) Unexpected use of comma operator. (no-sequences)
(#6871) Expected { after 'if' condition. (curly)
(#6871) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6871) Unexpected use of comma operator. (no-sequences)
(#6872) Expected { after 'if' condition. (curly)
(#6877) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6880) Expected { after 'if' condition. (curly)
(#6880) Function 'apply' expected a return value. (consistent-return)
(#6884) Expected { after 'if' condition. (curly)
(#6884) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6884) Unexpected use of comma operator. (no-sequences)
(#6885) Expected { after 'if' condition. (curly)
(#6885) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6885) Unexpected use of comma operator. (no-sequences)
(#6886) Expected { after 'if' condition. (curly)
(#6889) Expected { after 'do'. (curly)
(#6893) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6902) Return statement should not contain assignment. (no-return-assign)
(#6906) Return statement should not contain assignment. (no-return-assign)
(#6910) Return statement should not contain assignment. (no-return-assign)
(#6914) Return statement should not contain assignment. (no-return-assign)
(#6920) Missing JSDoc comment. (require-jsdoc)
(#6926) Expected { after 'if' condition. (curly)
(#6927) Expected { after 'if' condition. (curly)
(#6927) Use '===' to compare with null. (no-eq-null)
(#6928) Expected { after 'if' condition. (curly)
(#6928) Use '===' to compare with null. (no-eq-null)
(#6930) Missing JSDoc comment. (require-jsdoc)
(#6942) Missing JSDoc comment. (require-jsdoc)
(#6943) Expected { after 'if' condition. (curly)
(#6944) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6954) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6954) Unexpected use of comma operator. (no-sequences)
(#6958) Return statement should not contain assignment. (no-return-assign)
(#6962) Return statement should not contain assignment. (no-return-assign)
(#6966) Return statement should not contain assignment. (no-return-assign)
(#6970) Return statement should not contain assignment. (no-return-assign)
(#6976) Missing JSDoc comment. (require-jsdoc)
(#6982) Expected { after 'if' condition. (curly)
(#6982) Use '===' to compare with null. (no-eq-null)
(#6984) Missing JSDoc comment. (require-jsdoc)
(#6986) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#6986) Unexpected use of comma operator. (no-sequences)
(#6990) Missing JSDoc comment. (require-jsdoc)
(#6991) Expected { after 'if' condition. (curly)
(#6992) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7006) Return statement should not contain assignment. (no-return-assign)
(#7010) Return statement should not contain assignment. (no-return-assign)
(#7016) Missing JSDoc comment. (require-jsdoc)
(#7022) Expected { after 'if' condition. (curly)
(#7022) Use '===' to compare with null. (no-eq-null)
(#7024) Missing JSDoc comment. (require-jsdoc)
(#7026) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7026) Unexpected use of comma operator. (no-sequences)
(#7030) Missing JSDoc comment. (require-jsdoc)
(#7031) Expected { after 'if' condition. (curly)
(#7032) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7046) Return statement should not contain assignment. (no-return-assign)
(#7050) Return statement should not contain assignment. (no-return-assign)
(#7059) Missing JSDoc comment. (require-jsdoc)
(#7060) Expected { after 'if' condition. (curly)
(#7061) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7071) Missing JSDoc comment. (require-jsdoc)
(#7072) Return statement should not contain assignment. (no-return-assign)
(#7072) Unexpected use of comma operator. (no-sequences)
(#7075) Missing JSDoc comment. (require-jsdoc)
(#7084) Expected { after 'if' condition. (curly)
(#7086) Expected { after 'if' condition. (curly)
(#7094) Missing JSDoc comment. (require-jsdoc)
(#7105) Missing JSDoc comment. (require-jsdoc)
(#7109) Comments should not begin with a lowercase character. (capitalized-comments)
(#7111) Missing JSDoc comment. (require-jsdoc)
(#7112) Expected { after 'if' condition. (curly)
(#7132) Use '===' to compare with null. (no-eq-null)
(#7132) Unexpected use of '|'. (no-bitwise)
(#7134) Use '===' to compare with null. (no-eq-null)
(#7134) Unexpected use of '|'. (no-bitwise)
(#7140) Missing JSDoc comment. (require-jsdoc)
(#7141) Unexpected labeled statement. (no-labels)
(#7144) Expected { after 'if' condition. (curly)
(#7144) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#7145) Statement inside of curly braces should be on next line. (brace-style)
(#7145) Expected { after 'if' condition. (curly)
(#7145) Unexpected label in break statement. (no-labels)
(#7145) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#7145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7148) 'i0' used outside of binding context. (block-scoped-var)
(#7148) 'i0' used outside of binding context. (block-scoped-var)
(#7148) 'i1' used outside of binding context. (block-scoped-var)
(#7153) Missing JSDoc comment. (require-jsdoc)
(#7155) Expected { after 'if' condition. (curly)
(#7160) Do not nest ternary expressions. (no-nested-ternary)
(#7161) Do not nest ternary expressions. (no-nested-ternary)
(#7163) Comments should not begin with a lowercase character. (capitalized-comments)
(#7166) Missing JSDoc comment. (require-jsdoc)
(#7168) Expected { after 'if' condition. (curly)
(#7171) Do not nest ternary expressions. (no-nested-ternary)
(#7177) Statement inside of curly braces should be on next line. (brace-style)
(#7177) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7178) Statement inside of curly braces should be on next line. (brace-style)
(#7178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7179) Statement inside of curly braces should be on next line. (brace-style)
(#7179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7180) Statement inside of curly braces should be on next line. (brace-style)
(#7180) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7181) Statement inside of curly braces should be on next line. (brace-style)
(#7181) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7182) Statement inside of curly braces should be on next line. (brace-style)
(#7182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7183) Statement inside of curly braces should be on next line. (brace-style)
(#7183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7184) Statement inside of curly braces should be on next line. (brace-style)
(#7184) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7185) Statement inside of curly braces should be on next line. (brace-style)
(#7185) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7188) Statement inside of curly braces should be on next line. (brace-style)
(#7188) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7189) Statement inside of curly braces should be on next line. (brace-style)
(#7189) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7192) Missing JSDoc comment. (require-jsdoc)
(#7196) A space is required after ','. (comma-spacing)
(#7196) A space is required after ','. (comma-spacing)
(#7196) A space is required after ','. (comma-spacing)
(#7196) A space is required after ','. (comma-spacing)
(#7196) A space is required after ','. (comma-spacing)
(#7196) A space is required after ','. (comma-spacing)
(#7196) A space is required after ','. (comma-spacing)
(#7196) A space is required after ','. (comma-spacing)
(#7196) A space is required after ','. (comma-spacing)
(#7196) A space is required after ','. (comma-spacing)
(#7196) A space is required after ','. (comma-spacing)
(#7196) A space is required after ','. (comma-spacing)
(#7196) A space is required after ','. (comma-spacing)
(#7196) A space is required after ','. (comma-spacing)
(#7196) A space is required after ','. (comma-spacing)
(#7196) A space is required after ','. (comma-spacing)
(#7198) Missing JSDoc comment. (require-jsdoc)
(#7205) Missing JSDoc comment. (require-jsdoc)
(#7220) Expected { after 'if' condition. (curly)
(#7220) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7220) Unexpected use of comma operator. (no-sequences)
(#7223) Expected { after 'if' condition. (curly)
(#7223) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7223) Use '===' to compare with null. (no-eq-null)
(#7223) Unexpected use of comma operator. (no-sequences)
(#7226) Expected { after 'if' condition. (curly)
(#7226) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7226) Unexpected use of comma operator. (no-sequences)
(#7230) Do not nest ternary expressions. (no-nested-ternary)
(#7231) Do not nest ternary expressions. (no-nested-ternary)
(#7243) Do not nest ternary expressions. (no-nested-ternary)
(#7243) Use '===' to compare with null. (no-eq-null)
(#7247) Missing JSDoc comment. (require-jsdoc)
(#7247) Function 'format' has a complexity of 26. Maximum allowed is 20. (complexity)
(#7263) Expected { after 'if' condition. (curly)
(#7266) Expected { after 'if' condition. (curly)
(#7269) Do not nest ternary expressions. (no-nested-ternary)
(#7270) This line has a length of 136. Maximum allowed is 132. (max-len)
(#7275) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7275) Unexpected use of comma operator. (no-sequences)
(#7277) Unexpected use of comma operator. (no-sequences)
(#7287) Expected { after 'if' condition. (curly)
(#7294) Expected { after 'if' condition. (curly)
(#7294) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7294) Unexpected use of comma operator. (no-sequences)
(#7300) This line has a length of 140. Maximum allowed is 132. (max-len)
(#7300) Unexpected use of '>>'. (no-bitwise)
(#7314) Missing JSDoc comment. (require-jsdoc)
(#7339) Missing JSDoc comment. (require-jsdoc)
(#7346) Missing JSDoc comment. (require-jsdoc)
(#7350) Missing JSDoc comment. (require-jsdoc)
(#7354) Missing JSDoc comment. (require-jsdoc)
(#7355) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7355) Unexpected use of comma operator. (no-sequences)
(#7366) Missing JSDoc comment. (require-jsdoc)
(#7367) Missing '()' invoking a constructor. (new-parens)
(#7370) Missing JSDoc comment. (require-jsdoc)
(#7377) Comments should not begin with a lowercase character. (capitalized-comments)
(#7378) Comments should not begin with a lowercase character. (capitalized-comments)
(#7383) Expected { after 'if' condition. (curly)
(#7384) Expected { after 'else'. (curly)
(#7391) Missing '()' invoking a constructor. (new-parens)
(#7393) Missing JSDoc comment. (require-jsdoc)
(#7419) Statement inside of curly braces should be on next line. (brace-style)
(#7419) Do not nest ternary expressions. (no-nested-ternary)
(#7419) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7423) Missing JSDoc comment. (require-jsdoc)
(#7424) Do not nest ternary expressions. (no-nested-ternary)
(#7427) Missing JSDoc comment. (require-jsdoc)
(#7428) Do not nest ternary expressions. (no-nested-ternary)
(#7431) Missing JSDoc comment. (require-jsdoc)
(#7435) Missing JSDoc comment. (require-jsdoc)
(#7435) Unexpected empty function 'noop$2'. (no-empty-function)
(#7437) Missing JSDoc comment. (require-jsdoc)
(#7448) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7448) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7449) Expected { after 'while' condition. (curly)
(#7462) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7462) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7463) Expected { after 'while' condition. (curly)
(#7463) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7463) Unexpected use of comma operator. (no-sequences)
(#7469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7470) Expected { after 'while' condition. (curly)
(#7476) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7476) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7477) Expected { after 'while' condition. (curly)
(#7480) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7480) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7481) Expected { after 'while' condition. (curly)
(#7485) Missing JSDoc comment. (require-jsdoc)
(#7486) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7486) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7488) Expected { after 'while' condition. (curly)
(#7488) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7488) Unexpected use of comma operator. (no-sequences)
(#7492) Missing JSDoc comment. (require-jsdoc)
(#7493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7495) Expected { after 'while' condition. (curly)
(#7499) Missing JSDoc comment. (require-jsdoc)
(#7535) Missing JSDoc comment. (require-jsdoc)
(#7539) Missing JSDoc comment. (require-jsdoc)
(#7543) Missing JSDoc comment. (require-jsdoc)
(#7545) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7545) Unexpected use of comma operator. (no-sequences)
(#7546) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7546) Unexpected use of comma operator. (no-sequences)
(#7547) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7547) Unexpected use of comma operator. (no-sequences)
(#7550) Missing JSDoc comment. (require-jsdoc)
(#7551) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7551) Unexpected use of comma operator. (no-sequences)
(#7552) Comments should not begin with a lowercase character. (capitalized-comments)
(#7568) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7568) Unexpected use of comma operator. (no-sequences)
(#7571) Missing JSDoc comment. (require-jsdoc)
(#7577) Missing JSDoc comment. (require-jsdoc)
(#7581) Missing JSDoc comment. (require-jsdoc)
(#7582) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7582) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7586) Missing JSDoc comment. (require-jsdoc)
(#7590) Missing JSDoc comment. (require-jsdoc)
(#7595) Missing JSDoc comment. (require-jsdoc)
(#7596) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7596) Unexpected use of comma operator. (no-sequences)
(#7599) Missing JSDoc comment. (require-jsdoc)
(#7604) Missing JSDoc comment. (require-jsdoc)
(#7606) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7606) Unexpected use of comma operator. (no-sequences)
(#7609) Comments should not begin with a lowercase character. (capitalized-comments)
(#7610) Comments should not begin with a lowercase character. (capitalized-comments)
(#7611) Comments should not begin with a lowercase character. (capitalized-comments)
(#7612) Comments should not begin with a lowercase character. (capitalized-comments)
(#7633) Expected { after 'if' condition. (curly)
(#7633) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7633) Unexpected use of comma operator. (no-sequences)
(#7634) Expected { after 'if' condition. (curly)
(#7635) Expected { after 'if' condition. (curly)
(#7636) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7636) Unexpected use of comma operator. (no-sequences)
(#7640) Missing JSDoc comment. (require-jsdoc)
(#7642) Expected { after 'if' condition. (curly)
(#7643) Expected { after 'if' condition. (curly)
(#7646) Missing JSDoc comment. (require-jsdoc)
(#7646) Function 'linePoint' has a complexity of 23. Maximum allowed is 20. (complexity)
(#7659) Unexpected use of '^'. (no-bitwise)
(#7661) Expected { after 'if' condition. (curly)
(#7662) Unexpected use of comma operator. (no-sequences)
(#7662) Unexpected use of '^'. (no-bitwise)
(#7664) Expected { after 'if' condition. (curly)
(#7666) Expected { after 'if' condition. (curly)
(#7667) Expected { after 'if' condition. (curly)
(#7671) Expected { after 'if' condition. (curly)
(#7673) Expected { after 'if' condition. (curly)
(#7677) Expected { after 'if' condition. (curly)
(#7678) Expected { after 'if' condition. (curly)
(#7681) Expected { after 'if' condition. (curly)
(#7683) Expected { after 'if' condition. (curly)
(#7690) Expected { after 'if' condition. (curly)
(#7691) Expected { after 'if' condition. (curly)
(#7692) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7692) Unexpected use of comma operator. (no-sequences)
(#7695) Missing JSDoc comment. (require-jsdoc)
(#7699) Missing JSDoc comment. (require-jsdoc)
(#7700) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7700) Unexpected use of comma operator. (no-sequences)
(#7705) Missing JSDoc comment. (require-jsdoc)
(#7710) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7710) Unexpected use of comma operator. (no-sequences)
(#7716) Missing JSDoc comment. (require-jsdoc)
(#7720) Missing JSDoc comment. (require-jsdoc)
(#7723) Expected { after 'if' condition. (curly)
(#7724) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7724) Unexpected use of comma operator. (no-sequences)
(#7731) Missing JSDoc comment. (require-jsdoc)
(#7735) Missing JSDoc comment. (require-jsdoc)
(#7739) Missing JSDoc comment. (require-jsdoc)
(#7743) Missing JSDoc comment. (require-jsdoc)
(#7751) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#7758) Expected { after 'if' condition. (curly)
(#7759) Expected { after 'if' condition. (curly)
(#7769) Expected { after 'if' condition. (curly)
(#7769) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7769) Unexpected use of comma operator. (no-sequences)
(#7784) Comments should not begin with a lowercase character. (capitalized-comments)
(#7785) Comments should not begin with a lowercase character. (capitalized-comments)
(#7803) Missing JSDoc comment. (require-jsdoc)
(#7804) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7804) Unexpected use of comma operator. (no-sequences)
(#7809) Missing JSDoc comment. (require-jsdoc)
(#7816) Missing JSDoc comment. (require-jsdoc)
(#7820) Missing JSDoc comment. (require-jsdoc)
(#7821) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7821) Unexpected use of comma operator. (no-sequences)
(#7830) Missing JSDoc comment. (require-jsdoc)
(#7831) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7831) Unexpected use of comma operator. (no-sequences)
(#7844) Missing JSDoc comment. (require-jsdoc)
(#7850) Missing JSDoc comment. (require-jsdoc)
(#7854) Missing JSDoc comment. (require-jsdoc)
(#7859) Missing JSDoc comment. (require-jsdoc)
(#7860) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7860) Unexpected use of comma operator. (no-sequences)
(#7861) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7861) Unexpected use of comma operator. (no-sequences)
(#7870) Missing JSDoc comment. (require-jsdoc)
(#7871) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7871) Unexpected use of comma operator. (no-sequences)
(#7880) Comments should not begin with a lowercase character. (capitalized-comments)
(#7881) Comments should not begin with a lowercase character. (capitalized-comments)
(#7892) Missing JSDoc comment. (require-jsdoc)
(#7906) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7906) Unexpected use of comma operator. (no-sequences)
(#7908) Expected { after 'if' condition. (curly)
(#7908) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#7908) Unexpected use of comma operator. (no-sequences)
(#7911) Expected { after 'if' condition. (curly)
(#7917) Missing JSDoc comment. (require-jsdoc)
(#7923) Missing JSDoc comment. (require-jsdoc)
(#7925) Missing JSDoc comment. (require-jsdoc)
(#7926) Return statement should not contain assignment. (no-return-assign)
(#7926) Unexpected use of comma operator. (no-sequences)
(#7929) Expected { after 'if' condition. (curly)
(#7930) Return statement should not contain assignment. (no-return-assign)
(#7930) Unexpected use of comma operator. (no-sequences)
(#7936) Missing JSDoc comment. (require-jsdoc)
(#7942) Missing JSDoc comment. (require-jsdoc)
(#7943) This line has a length of 136. Maximum allowed is 132. (max-len)
(#7943) Do not nest ternary expressions. (no-nested-ternary)
(#7943) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#7949) Missing JSDoc comment. (require-jsdoc)
(#7951) Return statement should not contain assignment. (no-return-assign)
(#7951) Unexpected use of comma operator. (no-sequences)
(#7951) Do not nest ternary expressions. (no-nested-ternary)
(#7955) Missing JSDoc comment. (require-jsdoc)
(#7961) Missing JSDoc comment. (require-jsdoc)
(#7967) Missing JSDoc comment. (require-jsdoc)
(#7994) Missing JSDoc comment. (require-jsdoc)
(#7997) Missing JSDoc comment. (require-jsdoc)
(#7999) Return statement should not contain assignment. (no-return-assign)
(#7999) Return statement should not contain assignment. (no-return-assign)
(#7999) Unexpected use of comma operator. (no-sequences)
(#8004) Return statement should not contain assignment. (no-return-assign)
(#8004) Return statement should not contain assignment. (no-return-assign)
(#8004) Unexpected use of comma operator. (no-sequences)
(#8011) Missing JSDoc comment. (require-jsdoc)
(#8012) Expected { after 'if' condition. (curly)
(#8016) Use '===' to compare with null. (no-eq-null)
(#8022) Expected { after 'if' condition. (curly)
(#8031) Missing JSDoc comment. (require-jsdoc)
(#8032) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8032) Unexpected use of comma operator. (no-sequences)
(#8038) Missing JSDoc comment. (require-jsdoc)
(#8046) Missing JSDoc comment. (require-jsdoc)
(#8048) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8048) Unexpected use of comma operator. (no-sequences)
(#8051) Missing JSDoc comment. (require-jsdoc)
(#8064) Return statement should not contain assignment. (no-return-assign)
(#8068) Return statement should not contain assignment. (no-return-assign)
(#8072) Return statement should not contain assignment. (no-return-assign)
(#8078) Missing JSDoc comment. (require-jsdoc)
(#8090) Expected { after 'if' condition. (curly)
(#8101) Missing JSDoc comment. (require-jsdoc)
(#8105) Missing JSDoc comment. (require-jsdoc)
(#8108) Comments should not begin with a lowercase character. (capitalized-comments)
(#8109) Comments should not begin with a lowercase character. (capitalized-comments)
(#8110) Comments should not begin with a lowercase character. (capitalized-comments)
(#8111) Comments should not begin with a lowercase character. (capitalized-comments)
(#8117) Missing JSDoc comment. (require-jsdoc)
(#8124) Expected { after 'if' condition. (curly)
(#8125) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8125) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8125) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8132) Expected { after 'for' condition. (curly)
(#8143) Expected { after 'if' condition. (curly)
(#8157) Unexpected constant condition. (no-constant-condition)
(#8161) Expected { after 'while' condition. (curly)
(#8161) Expected { after 'if' condition. (curly)
(#8168) Expected { after 'for' condition. (curly)
(#8168) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#8176) Expected { after 'for' condition. (curly)
(#8176) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#8190) Missing JSDoc comment. (require-jsdoc)
(#8191) Expected { after 'if' condition. (curly)
(#8207) Missing JSDoc comment. (require-jsdoc)
(#8217) Expected { after 'if' condition. (curly)
(#8218) Expected { after 'if' condition. (curly)
(#8221) Expected { after 'if' condition. (curly)
(#8230) 'lambda1' used outside of binding context. (block-scoped-var)
(#8230) 'sinPhi1' used outside of binding context. (block-scoped-var)
(#8230) 'cosPhi1' used outside of binding context. (block-scoped-var)
(#8230) 'point1' used outside of binding context. (block-scoped-var)
(#8247) Unexpected use of '^'. (no-bitwise)
(#8247) Unexpected use of '^'. (no-bitwise)
(#8252) Unexpected use of '^'. (no-bitwise)
(#8254) Unexpected use of '^'. (no-bitwise)
(#8271) Unexpected use of '^'. (no-bitwise)
(#8271) Unexpected use of '&'. (no-bitwise)
(#8274) Missing JSDoc comment. (require-jsdoc)
(#8302) Expected { after 'if' condition. (curly)
(#8302) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8302) Unexpected use of comma operator. (no-sequences)
(#8305) Expected { after 'if' condition. (curly)
(#8305) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8305) Unexpected use of comma operator. (no-sequences)
(#8310) Expected { after 'if' condition. (curly)
(#8310) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8310) Unexpected use of comma operator. (no-sequences)
(#8322) Missing JSDoc comment. (require-jsdoc)
(#8323) Expected { after 'if' condition. (curly)
(#8326) Missing JSDoc comment. (require-jsdoc)
(#8330) Missing JSDoc comment. (require-jsdoc)
(#8335) Missing JSDoc comment. (require-jsdoc)
(#8340) Missing JSDoc comment. (require-jsdoc)
(#8345) Missing JSDoc comment. (require-jsdoc)
(#8350) Missing JSDoc comment. (require-jsdoc)
(#8356) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8356) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8364) Expected { after 'if' condition. (curly)
(#8367) Unexpected use of '&'. (no-bitwise)
(#8370) Expected { after 'if' condition. (curly)
(#8370) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8370) Unexpected use of comma operator. (no-sequences)
(#8372) Expected { after 'for' condition. (curly)
(#8380) Expected { after 'if' condition. (curly)
(#8380) Unexpected use of '&'. (no-bitwise)
(#8389) Missing JSDoc comment. (require-jsdoc)
(#8395) Missing JSDoc comment. (require-jsdoc)
(#8401) Statement inside of curly braces should be on next line. (brace-style)
(#8401) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8410) Missing JSDoc comment. (require-jsdoc)
(#8414) Comments should not begin with a lowercase character. (capitalized-comments)
(#8424) Comments should not begin with a lowercase character. (capitalized-comments)
(#8432) Comments should not begin with a lowercase character. (capitalized-comments)
(#8433) Expected { after 'if' condition. (curly)
(#8433) Comments should not begin with a lowercase character. (capitalized-comments)
(#8434) Expected { after 'if' condition. (curly)
(#8450) Comments should not begin with a lowercase character. (capitalized-comments)
(#8455) Missing JSDoc comment. (require-jsdoc)
(#8466) Missing JSDoc comment. (require-jsdoc)
(#8468) Use '===' to compare with null. (no-eq-null)
(#8490) Missing JSDoc comment. (require-jsdoc)
(#8496) Missing JSDoc comment. (require-jsdoc)
(#8500) Missing JSDoc comment. (require-jsdoc)
(#8508) Missing JSDoc comment. (require-jsdoc)
(#8509) Comments should not begin with a lowercase character. (capitalized-comments)
(#8510) Comments should not begin with a lowercase character. (capitalized-comments)
(#8511) Comments should not begin with a lowercase character. (capitalized-comments)
(#8512) Comments should not begin with a lowercase character. (capitalized-comments)
(#8513) Comments should not begin with a lowercase character. (capitalized-comments)
(#8519) Method 'point' has a complexity of 22. Maximum allowed is 20. (complexity)
(#8523) Do not nest ternary expressions. (no-nested-ternary)
(#8526) Expected { after 'if' condition. (curly)
(#8540) Comments should not begin with a lowercase character. (capitalized-comments)
(#8545) Comments should not begin with a lowercase character. (capitalized-comments)
(#8551) Unexpected use of '^'. (no-bitwise)
(#8555) Unexpected use of '&'. (no-bitwise)
(#8573) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8573) Unexpected use of comma operator. (no-sequences)
(#8576) Expected { after 'if' condition. (curly)
(#8582) Unexpected use of '|'. (no-bitwise)
(#8582) Unexpected use of '<<'. (no-bitwise)
(#8588) Missing JSDoc comment. (require-jsdoc)
(#8588) Expected to return a value at the end of function 'intersect'. (consistent-return)
(#8594) Comments should not begin with a lowercase character. (capitalized-comments)
(#8597) Comments should not begin with a lowercase character. (capitalized-comments)
(#8601) Expected { after 'if' condition. (curly)
(#8603) Multiple spaces found before 'cr'. (no-multi-spaces)
(#8616) Expected { after 'if' condition. (curly)
(#8616) Function 'intersect' expected a return value. (consistent-return)
(#8623) Expected { after 'if' condition. (curly)
(#8632) Expected { after 'if' condition. (curly)
(#8632) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8632) Unexpected use of comma operator. (no-sequences)
(#8638) Expected { after 'if' condition. (curly)
(#8638) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8638) Unexpected use of comma operator. (no-sequences)
(#8641) Do not nest ternary expressions. (no-nested-ternary)
(#8643) Unexpected use of '^'. (no-bitwise)
(#8645) Unexpected use of '^'. (no-bitwise)
(#8654) Missing JSDoc comment. (require-jsdoc)
(#8657) Expected { after 'if' condition. (curly)
(#8657) Unexpected use of '|='. (no-bitwise)
(#8657) Comments should not begin with a lowercase character. (capitalized-comments)
(#8658) Expected { after 'if' condition. (curly)
(#8658) Unexpected use of '|='. (no-bitwise)
(#8658) Comments should not begin with a lowercase character. (capitalized-comments)
(#8659) Expected { after 'if' condition. (curly)
(#8659) Unexpected use of '|='. (no-bitwise)
(#8659) Comments should not begin with a lowercase character. (capitalized-comments)
(#8660) Expected { after 'if' condition. (curly)
(#8660) Unexpected use of '|='. (no-bitwise)
(#8660) Comments should not begin with a lowercase character. (capitalized-comments)
(#8667) Missing JSDoc comment. (require-jsdoc)
(#8667) Function 'clipLine' has a complexity of 35. Maximum allowed is 20. (complexity)
(#8679) Expected { after 'if' condition. (curly)
(#8682) Expected { after 'if' condition. (curly)
(#8683) Expected { after 'if' condition. (curly)
(#8685) Expected { after 'if' condition. (curly)
(#8686) Expected { after 'if' condition. (curly)
(#8690) Expected { after 'if' condition. (curly)
(#8693) Expected { after 'if' condition. (curly)
(#8694) Expected { after 'if' condition. (curly)
(#8696) Expected { after 'if' condition. (curly)
(#8697) Expected { after 'if' condition. (curly)
(#8701) Expected { after 'if' condition. (curly)
(#8704) Expected { after 'if' condition. (curly)
(#8705) Expected { after 'if' condition. (curly)
(#8707) Expected { after 'if' condition. (curly)
(#8708) Expected { after 'if' condition. (curly)
(#8712) Expected { after 'if' condition. (curly)
(#8715) Expected { after 'if' condition. (curly)
(#8716) Expected { after 'if' condition. (curly)
(#8718) Expected { after 'if' condition. (curly)
(#8719) Expected { after 'if' condition. (curly)
(#8722) Expected { after 'if' condition. (curly)
(#8722) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8722) Unexpected use of comma operator. (no-sequences)
(#8723) Expected { after 'if' condition. (curly)
(#8723) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8723) Unexpected use of comma operator. (no-sequences)
(#8724) Function 'clipLine' expected no return value. (consistent-return)
(#8727) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8732) Missing JSDoc comment. (require-jsdoc)
(#8734) Missing JSDoc comment. (require-jsdoc)
(#8738) Missing JSDoc comment. (require-jsdoc)
(#8739) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8740) Use '===' to compare with null. (no-eq-null)
(#8742) Unexpected use of '^'. (no-bitwise)
(#8743) Expected { after 'do'. (curly)
(#8750) Missing JSDoc comment. (require-jsdoc)
(#8751) Do not nest ternary expressions. (no-nested-ternary)
(#8752) Do not nest ternary expressions. (no-nested-ternary)
(#8753) Do not nest ternary expressions. (no-nested-ternary)
(#8754) Comments should not begin with a lowercase character. (capitalized-comments)
(#8757) Missing JSDoc comment. (require-jsdoc)
(#8761) Missing JSDoc comment. (require-jsdoc)
(#8764) Do not nest ternary expressions. (no-nested-ternary)
(#8765) Do not nest ternary expressions. (no-nested-ternary)
(#8766) Do not nest ternary expressions. (no-nested-ternary)
(#8777) Comments should not begin with a lowercase character. (capitalized-comments)
(#8778) Comments should not begin with a lowercase character. (capitalized-comments)
(#8790) Missing JSDoc comment. (require-jsdoc)
(#8791) Expected { after 'if' condition. (curly)
(#8794) Missing JSDoc comment. (require-jsdoc)
(#8799) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8799) Unexpected use of comma operator. (no-sequences)
(#8800) Statement inside of curly braces should be on next line. (brace-style)
(#8800) Expected { after 'if' condition. (curly)
(#8800) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8800) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8801) Statement inside of curly braces should be on next line. (brace-style)
(#8801) Expected { after 'if' condition. (curly)
(#8801) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8809) Missing JSDoc comment. (require-jsdoc)
(#8810) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8810) Unexpected use of comma operator. (no-sequences)
(#8813) Missing JSDoc comment. (require-jsdoc)
(#8829) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8829) Unexpected use of comma operator. (no-sequences)
(#8832) Missing JSDoc comment. (require-jsdoc)
(#8834) Expected { after 'if' condition. (curly)
(#8843) Missing JSDoc comment. (require-jsdoc)
(#8846) Expected { after 'if' condition. (curly)
(#8850) Expected { after 'if' condition. (curly)
(#8853) Missing JSDoc comment. (require-jsdoc)
(#8855) Expected { after 'if' condition. (curly)
(#8857) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8857) Unexpected use of comma operator. (no-sequences)
(#8864) Expected { after 'if' condition. (curly)
(#8874) Expected { after 'if' condition. (curly)
(#8883) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8883) Unexpected use of comma operator. (no-sequences)
(#8890) Missing JSDoc comment. (require-jsdoc)
(#8899) Return statement should not contain assignment. (no-return-assign)
(#8901) Return statement should not contain assignment. (no-return-assign)
(#8904) This line has a length of 150. Maximum allowed is 132. (max-len)
(#8904) Return statement should not contain assignment. (no-return-assign)
(#8904) Return statement should not contain assignment. (no-return-assign)
(#8904) Return statement should not contain assignment. (no-return-assign)
(#8904) Return statement should not contain assignment. (no-return-assign)
(#8904) Return statement should not contain assignment. (no-return-assign)
(#8904) Return statement should not contain assignment. (no-return-assign)
(#8923) Missing JSDoc comment. (require-jsdoc)
(#8928) Missing JSDoc comment. (require-jsdoc)
(#8932) Missing JSDoc comment. (require-jsdoc)
(#8933) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8933) Unexpected use of comma operator. (no-sequences)
(#8934) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8934) Unexpected use of comma operator. (no-sequences)
(#8938) Missing JSDoc comment. (require-jsdoc)
(#8939) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8939) Unexpected use of comma operator. (no-sequences)
(#8949) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#8949) Unexpected use of comma operator. (no-sequences)
(#8952) Missing JSDoc comment. (require-jsdoc)
(#8961) Missing JSDoc comment. (require-jsdoc)
(#8972) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8972) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8973) Expected { after 'while' condition. (curly)
(#8973) Expected { after 'if' condition. (curly)
(#8986) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8986) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8987) Expected { after 'while' condition. (curly)
(#8987) Expected { after 'if' condition. (curly)
(#8994) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8994) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8995) Expected { after 'while' condition. (curly)
(#8995) Expected { after 'if' condition. (curly)
(#9002) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9002) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9003) Expected { after 'while' condition. (curly)
(#9003) Expected { after 'if' condition. (curly)
(#9007) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9007) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9008) Expected { after 'while' condition. (curly)
(#9008) Expected { after 'if' condition. (curly)
(#9013) Missing JSDoc comment. (require-jsdoc)
(#9019) Missing JSDoc comment. (require-jsdoc)
(#9023) Missing JSDoc comment. (require-jsdoc)
(#9030) Missing JSDoc comment. (require-jsdoc)
(#9034) Missing JSDoc comment. (require-jsdoc)
(#9035) Return statement should not contain assignment. (no-return-assign)
(#9035) Unexpected use of comma operator. (no-sequences)
(#9038) Missing JSDoc comment. (require-jsdoc)
(#9042) Missing JSDoc comment. (require-jsdoc)
(#9048) Missing JSDoc comment. (require-jsdoc)
(#9050) Statement inside of curly braces should be on next line. (brace-style)
(#9050) Statement inside of curly braces should be on next line. (brace-style)
(#9050) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#9050) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9050) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9053) Missing JSDoc comment. (require-jsdoc)
(#9055) Statement inside of curly braces should be on next line. (brace-style)
(#9055) Statement inside of curly braces should be on next line. (brace-style)
(#9055) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#9055) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9055) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9058) Missing JSDoc comment. (require-jsdoc)
(#9061) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9061) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9061) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9065) Missing JSDoc comment. (require-jsdoc)
(#9069) Missing JSDoc comment. (require-jsdoc)
(#9072) Statement inside of curly braces should be on next line. (brace-style)
(#9072) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9073) Statement inside of curly braces should be on next line. (brace-style)
(#9073) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9077) Statement inside of curly braces should be on next line. (brace-style)
(#9077) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9084) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#9085) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#9086) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#9087) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#9093) Expected { after 'if' condition. (curly)
(#9098) Expected { after 'if' condition. (curly)
(#9099) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9099) Unexpected use of comma operator. (no-sequences)
(#9100) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9100) Unexpected use of comma operator. (no-sequences)
(#9101) Expected { after 'if' condition. (curly)
(#9101) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9101) Unexpected use of comma operator. (no-sequences)
(#9102) Expected { after 'if' condition. (curly)
(#9102) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9102) Unexpected use of comma operator. (no-sequences)
(#9107) Expected { after 'if' condition. (curly)
(#9108) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9108) Unexpected use of comma operator. (no-sequences)
(#9109) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9109) Unexpected use of comma operator. (no-sequences)
(#9110) Expected { after 'if' condition. (curly)
(#9110) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9110) Unexpected use of comma operator. (no-sequences)
(#9111) Expected { after 'if' condition. (curly)
(#9111) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9111) Unexpected use of comma operator. (no-sequences)
(#9116) Expected { after 'if' condition. (curly)
(#9121) Expected { after 'if' condition. (curly)
(#9122) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9122) Unexpected use of comma operator. (no-sequences)
(#9127) Expected { after 'if' condition. (curly)
(#9128) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9128) Unexpected use of comma operator. (no-sequences)
(#9133) Expected { after 'if' condition. (curly)
(#9147) Missing JSDoc comment. (require-jsdoc)
(#9151) Missing JSDoc comment. (require-jsdoc)
(#9186) Missing JSDoc comment. (require-jsdoc)
(#9217) Missing JSDoc comment. (require-jsdoc)
(#9221) Missing JSDoc comment. (require-jsdoc)
(#9223) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9223) Unexpected use of comma operator. (no-sequences)
(#9226) Missing JSDoc comment. (require-jsdoc)
(#9228) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9228) Unexpected use of comma operator. (no-sequences)
(#9231) Missing JSDoc comment. (require-jsdoc)
(#9253) Missing JSDoc comment. (require-jsdoc)
(#9254) Expected { after 'if' condition. (curly)
(#9255) Expected { after 'if' condition. (curly)
(#9256) Expected { after 'if' condition. (curly)
(#9257) Expected { after 'if' condition. (curly)
(#9290) Do not nest ternary expressions. (no-nested-ternary)
(#9291) Do not nest ternary expressions. (no-nested-ternary)
(#9301) Missing JSDoc comment. (require-jsdoc)
(#9307) Missing JSDoc comment. (require-jsdoc)
(#9311) Missing JSDoc comment. (require-jsdoc)
(#9316) Missing JSDoc comment. (require-jsdoc)
(#9317) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9317) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9324) Missing JSDoc comment. (require-jsdoc)
(#9328) Missing JSDoc comment. (require-jsdoc)
(#9332) Missing JSDoc comment. (require-jsdoc)
(#9336) Missing JSDoc comment. (require-jsdoc)
(#9341) Missing JSDoc comment. (require-jsdoc)
(#9357) Missing JSDoc comment. (require-jsdoc)
(#9364) Return statement should not contain assignment. (no-return-assign)
(#9364) Unexpected use of comma operator. (no-sequences)
(#9376) Expected { after 'if' condition. (curly)
(#9413) Expected { after 'if' condition. (curly)
(#9429) Missing JSDoc comment. (require-jsdoc)
(#9431) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9431) Unexpected use of comma operator. (no-sequences)
(#9434) Missing JSDoc comment. (require-jsdoc)
(#9435) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9435) Unexpected use of comma operator. (no-sequences)
(#9437) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9437) Unexpected use of comma operator. (no-sequences)
(#9440) Missing JSDoc comment. (require-jsdoc)
(#9448) Expected { after 'if' condition. (curly)
(#9448) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9448) Unexpected use of comma operator. (no-sequences)
(#9461) Expected { after 'if' condition. (curly)
(#9476) Expected { after 'if' condition. (curly)
(#9476) Use '===' to compare with null. (no-eq-null)
(#9493) Missing JSDoc comment. (require-jsdoc)
(#9500) Missing JSDoc comment. (require-jsdoc)
(#9505) Missing JSDoc comment. (require-jsdoc)
(#9507) Expected { after 'if' condition. (curly)
(#9534) This line has a length of 140. Maximum allowed is 132. (max-len)
(#9534) Return statement should not contain assignment. (no-return-assign)
(#9534) Return statement should not contain assignment. (no-return-assign)
(#9534) Use '===' to compare with null. (no-eq-null)
(#9538) Expected { after 'if' condition. (curly)
(#9539) Use '===' to compare with null. (no-eq-null)
(#9539) Missing '()' invoking a constructor. (new-parens)
(#9540) Expected { after 'if' condition. (curly)
(#9545) Expected { after 'if' condition. (curly)
(#9553) Missing JSDoc comment. (require-jsdoc)
(#9559) Missing JSDoc comment. (require-jsdoc)
(#9561) Missing '()' invoking a constructor. (new-parens)
(#9562) Expected { after 'for-in'. (curly)
(#9568) Missing JSDoc comment. (require-jsdoc)
(#9568) Unexpected empty function 'TransformStream'. (no-empty-function)
(#9572) Statement inside of curly braces should be on next line. (brace-style)
(#9572) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9573) Statement inside of curly braces should be on next line. (brace-style)
(#9573) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9574) Statement inside of curly braces should be on next line. (brace-style)
(#9574) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9575) Statement inside of curly braces should be on next line. (brace-style)
(#9575) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9576) Statement inside of curly braces should be on next line. (brace-style)
(#9576) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9577) Statement inside of curly braces should be on next line. (brace-style)
(#9577) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9580) Missing JSDoc comment. (require-jsdoc)
(#9583) Expected { after 'if' condition. (curly)
(#9583) Use '===' to compare with null. (no-eq-null)
(#9586) Expected { after 'if' condition. (curly)
(#9586) Use '===' to compare with null. (no-eq-null)
(#9590) Missing JSDoc comment. (require-jsdoc)
(#9601) Missing JSDoc comment. (require-jsdoc)
(#9605) Missing JSDoc comment. (require-jsdoc)
(#9615) Missing JSDoc comment. (require-jsdoc)
(#9625) Comments should not begin with a lowercase character. (capitalized-comments)
(#9626) Comments should not begin with a lowercase character. (capitalized-comments)
(#9628) Missing JSDoc comment. (require-jsdoc)
(#9632) Missing JSDoc comment. (require-jsdoc)
(#9641) Missing JSDoc comment. (require-jsdoc)
(#9643) Missing JSDoc comment. (require-jsdoc)
(#9660) Comments should not begin with a lowercase character. (capitalized-comments)
(#9661) Comments should not begin with a lowercase character. (capitalized-comments)
(#9662) Comments should not begin with a lowercase character. (capitalized-comments)
(#9670) Comments should not begin with a lowercase character. (capitalized-comments)
(#9671) Comments should not begin with a lowercase character. (capitalized-comments)
(#9677) Statement inside of curly braces should be on next line. (brace-style)
(#9677) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9678) Statement inside of curly braces should be on next line. (brace-style)
(#9678) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9681) Missing JSDoc comment. (require-jsdoc)
(#9686) Missing JSDoc comment. (require-jsdoc)
(#9692) Missing JSDoc comment. (require-jsdoc)
(#9693) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9694) This line has a length of 141. Maximum allowed is 132. (max-len)
(#9698) Missing JSDoc comment. (require-jsdoc)
(#9703) Missing JSDoc comment. (require-jsdoc)
(#9709) Missing JSDoc comment. (require-jsdoc)
(#9710) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9710) Unexpected use of comma operator. (no-sequences)
(#9714) Missing JSDoc comment. (require-jsdoc)
(#9730) Missing JSDoc comment. (require-jsdoc)
(#9739) Missing JSDoc comment. (require-jsdoc)
(#9740) Missing JSDoc comment. (require-jsdoc)
(#9749) Missing JSDoc comment. (require-jsdoc)
(#9758) Missing JSDoc comment. (require-jsdoc)
(#9767) Missing JSDoc comment. (require-jsdoc)
(#9768) Statement inside of curly braces should be on next line. (brace-style)
(#9768) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9771) Missing JSDoc comment. (require-jsdoc)
(#9773) Comments should not begin with a lowercase character. (capitalized-comments)
(#9774) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9774) Comments should not begin with a lowercase character. (capitalized-comments)
(#9775) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9775) Comments should not begin with a lowercase character. (capitalized-comments)
(#9776) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9776) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9776) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9776) Comments should not begin with a lowercase character. (capitalized-comments)
(#9777) Comments should not begin with a lowercase character. (capitalized-comments)
(#9778) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9778) Comments should not begin with a lowercase character. (capitalized-comments)
(#9779) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9779) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9779) Comments should not begin with a lowercase character. (capitalized-comments)
(#9780) Comments should not begin with a lowercase character. (capitalized-comments)
(#9787) Missing JSDoc comment. (require-jsdoc)
(#9791) Missing JSDoc comment. (require-jsdoc)
(#9797) This line has a length of 161. Maximum allowed is 132. (max-len)
(#9797) Return statement should not contain assignment. (no-return-assign)
(#9801) Return statement should not contain assignment. (no-return-assign)
(#9801) Return statement should not contain assignment. (no-return-assign)
(#9805) Return statement should not contain assignment. (no-return-assign)
(#9805) Return statement should not contain assignment. (no-return-assign)
(#9805) Return statement should not contain assignment. (no-return-assign)
(#9805) Return statement should not contain assignment. (no-return-assign)
(#9805) Return statement should not contain assignment. (no-return-assign)
(#9809) This line has a length of 143. Maximum allowed is 132. (max-len)
(#9809) Return statement should not contain assignment. (no-return-assign)
(#9809) Return statement should not contain assignment. (no-return-assign)
(#9813) This line has a length of 222. Maximum allowed is 132. (max-len)
(#9813) Return statement should not contain assignment. (no-return-assign)
(#9813) Return statement should not contain assignment. (no-return-assign)
(#9813) Return statement should not contain assignment. (no-return-assign)
(#9813) Return statement should not contain assignment. (no-return-assign)
(#9813) Return statement should not contain assignment. (no-return-assign)
(#9813) Return statement should not contain assignment. (no-return-assign)
(#9813) Return statement should not contain assignment. (no-return-assign)
(#9813) Return statement should not contain assignment. (no-return-assign)
(#9813) Return statement should not contain assignment. (no-return-assign)
(#9813) Do not nest ternary expressions. (no-nested-ternary)
(#9813) Use '===' to compare with null. (no-eq-null)
(#9813) Use '===' to compare with null. (no-eq-null)
(#9817) Return statement should not contain assignment. (no-return-assign)
(#9821) Return statement should not contain assignment. (no-return-assign)
(#9821) Return statement should not contain assignment. (no-return-assign)
(#9825) This line has a length of 142. Maximum allowed is 132. (max-len)
(#9825) Return statement should not contain assignment. (no-return-assign)
(#9825) Return statement should not contain assignment. (no-return-assign)
(#9829) This line has a length of 240. Maximum allowed is 132. (max-len)
(#9829) Return statement should not contain assignment. (no-return-assign)
(#9829) Return statement should not contain assignment. (no-return-assign)
(#9829) Return statement should not contain assignment. (no-return-assign)
(#9833) Return statement should not contain assignment. (no-return-assign)
(#9837) Return statement should not contain assignment. (no-return-assign)
(#9837) Return statement should not contain assignment. (no-return-assign)
(#9856) Missing JSDoc comment. (require-jsdoc)
(#9866) Missing JSDoc comment. (require-jsdoc)
(#9878) Missing JSDoc comment. (require-jsdoc)
(#9885) Return statement should not contain assignment. (no-return-assign)
(#9885) Return statement should not contain assignment. (no-return-assign)
(#9891) Missing JSDoc comment. (require-jsdoc)
(#9894) Missing JSDoc comment. (require-jsdoc)
(#9905) Missing JSDoc comment. (require-jsdoc)
(#9906) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9909) Expected { after 'if' condition. (curly)
(#9911) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9913) Missing JSDoc comment. (require-jsdoc)
(#9926) Missing JSDoc comment. (require-jsdoc)
(#9932) Missing JSDoc comment. (require-jsdoc)
(#9943) Missing JSDoc comment. (require-jsdoc)
(#9946) Statement inside of curly braces should be on next line. (brace-style)
(#9946) Expected { after 'while' condition. (curly)
(#9946) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9947) Statement inside of curly braces should be on next line. (brace-style)
(#9947) Expected { after 'while' condition. (curly)
(#9947) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9948) Statement inside of curly braces should be on next line. (brace-style)
(#9948) Expected { after 'while' condition. (curly)
(#9948) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9949) Statement inside of curly braces should be on next line. (brace-style)
(#9949) Expected { after 'while' condition. (curly)
(#9949) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9950) Statement inside of curly braces should be on next line. (brace-style)
(#9950) Expected { after 'while' condition. (curly)
(#9950) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9951) Statement inside of curly braces should be on next line. (brace-style)
(#9951) Expected { after 'while' condition. (curly)
(#9951) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9960) Missing JSDoc comment. (require-jsdoc)
(#9963) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9964) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9965) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9966) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9966) Statement inside of curly braces should be on next line. (brace-style)
(#9966) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9968) Missing JSDoc comment. (require-jsdoc)
(#9969) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9970) Return statement should not contain assignment. (no-return-assign)
(#9970) Unexpected use of comma operator. (no-sequences)
(#9981) Do not nest ternary expressions. (no-nested-ternary)
(#9987) This line has a length of 157. Maximum allowed is 132. (max-len)
(#9987) Return statement should not contain assignment. (no-return-assign)
(#9991) Expected { after 'if' condition. (curly)
(#9992) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9992) Unexpected use of comma operator. (no-sequences)
(#9997) Expected { after 'if' condition. (curly)
(#9998) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#9998) Unexpected use of comma operator. (no-sequences)
(#10003) Expected { after 'if' condition. (curly)
(#10004) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10004) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10013) This line has a length of 133. Maximum allowed is 132. (max-len)
(#10018) This line has a length of 133. Maximum allowed is 132. (max-len)
(#10040) Missing JSDoc comment. (require-jsdoc)
(#10048) Missing JSDoc comment. (require-jsdoc)
(#10057) Missing semicolon. (babel/semi)
(#10060) Missing JSDoc comment. (require-jsdoc)
(#10070) Missing semicolon. (babel/semi)
(#10081) Missing JSDoc comment. (require-jsdoc)
(#10095) Missing JSDoc comment. (require-jsdoc)
(#10101) Missing JSDoc comment. (require-jsdoc)
(#10109) Missing JSDoc comment. (require-jsdoc)
(#10114) Missing JSDoc comment. (require-jsdoc)
(#10120) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10120) Comments should not begin with a lowercase character. (capitalized-comments)
(#10135) This line has a length of 187. Maximum allowed is 132. (max-len)
(#10135) Return statement should not contain assignment. (no-return-assign)
(#10135) Return statement should not contain assignment. (no-return-assign)
(#10135) Return statement should not contain assignment. (no-return-assign)
(#10135) Return statement should not contain assignment. (no-return-assign)
(#10135) Return statement should not contain assignment. (no-return-assign)
(#10135) Return statement should not contain assignment. (no-return-assign)
(#10135) Return statement should not contain assignment. (no-return-assign)
(#10135) Return statement should not contain assignment. (no-return-assign)
(#10135) Do not nest ternary expressions. (no-nested-ternary)
(#10135) Use '===' to compare with null. (no-eq-null)
(#10135) Use '===' to compare with null. (no-eq-null)
(#10138) Missing JSDoc comment. (require-jsdoc)
(#10141) Do not nest ternary expressions. (no-nested-ternary)
(#10141) Use '===' to compare with null. (no-eq-null)
(#10150) Missing JSDoc comment. (require-jsdoc)
(#10154) Missing JSDoc comment. (require-jsdoc)
(#10159) Expected { after 'if' condition. (curly)
(#10161) Missing JSDoc comment. (require-jsdoc)
(#10162) Statement inside of curly braces should be on next line. (brace-style)
(#10162) Expected { after 'if' condition. (curly)
(#10162) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#10162) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10163) Statement inside of curly braces should be on next line. (brace-style)
(#10163) Expected { after 'if' condition. (curly)
(#10163) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10169) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10176) Missing JSDoc comment. (require-jsdoc)
(#10182) Missing JSDoc comment. (require-jsdoc)
(#10188) Missing JSDoc comment. (require-jsdoc)
(#10193) Missing JSDoc comment. (require-jsdoc)
(#10198) Expected { after 'if' condition. (curly)
(#10200) Missing JSDoc comment. (require-jsdoc)
(#10201) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10213) Missing JSDoc comment. (require-jsdoc)
(#10226) Missing JSDoc comment. (require-jsdoc)
(#10227) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10227) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10235) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10235) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10239) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10239) Unexpected use of comma operator. (no-sequences)
(#10240) Expected { after 'if' condition. (curly)
(#10248) Missing JSDoc comment. (require-jsdoc)
(#10253) Missing JSDoc comment. (require-jsdoc)
(#10254) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10260) Missing JSDoc comment. (require-jsdoc)
(#10266) Missing JSDoc comment. (require-jsdoc)
(#10274) Missing JSDoc comment. (require-jsdoc)
(#10275) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10275) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10275) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10275) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10275) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10275) Comments should not begin with a lowercase character. (capitalized-comments)
(#10276) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10276) Comments should not begin with a lowercase character. (capitalized-comments)
(#10282) Missing JSDoc comment. (require-jsdoc)
(#10287) Return statement should not contain assignment. (no-return-assign)
(#10289) Return statement should not contain assignment. (no-return-assign)
(#10292) Return statement should not contain assignment. (no-return-assign)
(#10292) Return statement should not contain assignment. (no-return-assign)
(#10292) Return statement should not contain assignment. (no-return-assign)
(#10292) Return statement should not contain assignment. (no-return-assign)
(#10292) Return statement should not contain assignment. (no-return-assign)
(#10295) This line has a length of 224. Maximum allowed is 132. (max-len)
(#10295) Return statement should not contain assignment. (no-return-assign)
(#10295) Return statement should not contain assignment. (no-return-assign)
(#10295) Return statement should not contain assignment. (no-return-assign)
(#10295) Return statement should not contain assignment. (no-return-assign)
(#10295) Return statement should not contain assignment. (no-return-assign)
(#10295) Return statement should not contain assignment. (no-return-assign)
(#10295) Return statement should not contain assignment. (no-return-assign)
(#10295) Return statement should not contain assignment. (no-return-assign)
(#10295) Return statement should not contain assignment. (no-return-assign)
(#10295) Do not nest ternary expressions. (no-nested-ternary)
(#10295) Use '===' to compare with null. (no-eq-null)
(#10295) Use '===' to compare with null. (no-eq-null)
(#10298) Return statement should not contain assignment. (no-return-assign)
(#10301) Return statement should not contain assignment. (no-return-assign)
(#10301) Return statement should not contain assignment. (no-return-assign)
(#10301) Return statement should not contain assignment. (no-return-assign)
(#10304) Return statement should not contain assignment. (no-return-assign)
(#10307) Return statement should not contain assignment. (no-return-assign)
(#10324) Missing JSDoc comment. (require-jsdoc)
(#10325) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10333) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10333) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10335) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10340) 'phi2' used outside of binding context. (block-scoped-var)
(#10340) 'phi2' used outside of binding context. (block-scoped-var)
(#10340) 'phi2' used outside of binding context. (block-scoped-var)
(#10340) 'phi2' used outside of binding context. (block-scoped-var)
(#10340) 'phi2' used outside of binding context. (block-scoped-var)
(#10340) 'phi2' used outside of binding context. (block-scoped-var)
(#10345) Missing JSDoc comment. (require-jsdoc)
(#10350) Missing JSDoc comment. (require-jsdoc)
(#10356) Missing JSDoc comment. (require-jsdoc)
(#10362) Missing JSDoc comment. (require-jsdoc)
(#10363) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10371) Missing JSDoc comment. (require-jsdoc)
(#10377) Missing JSDoc comment. (require-jsdoc)
(#10385) Missing JSDoc comment. (require-jsdoc)
(#10391) Return statement should not contain assignment. (no-return-assign)
(#10395) Return statement should not contain assignment. (no-return-assign)
(#10402) Missing JSDoc comment. (require-jsdoc)
(#10406) Missing JSDoc comment. (require-jsdoc)
(#10410) Missing JSDoc comment. (require-jsdoc)
(#10414) Missing JSDoc comment. (require-jsdoc)
(#10418) Missing JSDoc comment. (require-jsdoc)
(#10422) Missing JSDoc comment. (require-jsdoc)
(#10424) Expected { after 'while' condition. (curly)
(#10424) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#10428) Missing JSDoc comment. (require-jsdoc)
(#10430) Expected { after 'while' condition. (curly)
(#10430) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#10434) Missing JSDoc comment. (require-jsdoc)
(#10440) Missing JSDoc comment. (require-jsdoc)
(#10473) Return statement should not contain assignment. (no-return-assign)
(#10477) Return statement should not contain assignment. (no-return-assign)
(#10477) Return statement should not contain assignment. (no-return-assign)
(#10477) Return statement should not contain assignment. (no-return-assign)
(#10477) Do not nest ternary expressions. (no-nested-ternary)
(#10481) Return statement should not contain assignment. (no-return-assign)
(#10481) Return statement should not contain assignment. (no-return-assign)
(#10481) Return statement should not contain assignment. (no-return-assign)
(#10481) Do not nest ternary expressions. (no-nested-ternary)
(#10487) Missing JSDoc comment. (require-jsdoc)
(#10491) Expected { after 'if' condition. (curly)
(#10492) Expected { after 'else'. (curly)
(#10492) Expected { after 'while' condition. (curly)
(#10496) Missing JSDoc comment. (require-jsdoc)
(#10496) Identifier 'node_count' is not in camel case. (camelcase)
(#10500) Missing JSDoc comment. (require-jsdoc)
(#10500) Identifier 'node_each' is not in camel case. (camelcase)
(#10501) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10501) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10501) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10503) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10503) Unexpected use of comma operator. (no-sequences)
(#10504) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#10505) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10505) Unexpected use of comma operator. (no-sequences)
(#10506) Expected { after 'if' condition. (curly)
(#10514) Missing JSDoc comment. (require-jsdoc)
(#10514) Identifier 'node_eachBefore' is not in camel case. (camelcase)
(#10515) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10515) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10516) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#10517) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10517) Unexpected use of comma operator. (no-sequences)
(#10518) Expected { after 'if' condition. (curly)
(#10525) Missing JSDoc comment. (require-jsdoc)
(#10525) Identifier 'node_eachAfter' is not in camel case. (camelcase)
(#10526) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10526) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10526) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10527) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#10528) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10528) Unexpected use of comma operator. (no-sequences)
(#10529) Expected { after 'if' condition. (curly)
(#10533) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#10539) Missing JSDoc comment. (require-jsdoc)
(#10539) Identifier 'node_sum' is not in camel case. (camelcase)
(#10544) Expected { after 'while' condition. (curly)
(#10549) Missing JSDoc comment. (require-jsdoc)
(#10549) Identifier 'node_sort' is not in camel case. (camelcase)
(#10557) Missing JSDoc comment. (require-jsdoc)
(#10557) Identifier 'node_path' is not in camel case. (camelcase)
(#10573) Missing JSDoc comment. (require-jsdoc)
(#10574) Expected { after 'if' condition. (curly)
(#10588) Missing JSDoc comment. (require-jsdoc)
(#10588) Identifier 'node_ancestors' is not in camel case. (camelcase)
(#10589) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10590) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#10596) Missing JSDoc comment. (require-jsdoc)
(#10596) Identifier 'node_descendants' is not in camel case. (camelcase)
(#10604) Missing JSDoc comment. (require-jsdoc)
(#10604) Identifier 'node_leaves' is not in camel case. (camelcase)
(#10614) Missing JSDoc comment. (require-jsdoc)
(#10614) Identifier 'node_links' is not in camel case. (camelcase)
(#10615) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10624) Missing JSDoc comment. (require-jsdoc)
(#10634) Expected { after 'if' condition. (curly)
(#10634) Use '===' to compare with null. (no-eq-null)
(#10636) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#10637) Expected { after 'if' condition. (curly)
(#10651) Missing JSDoc comment. (require-jsdoc)
(#10651) Identifier 'node_copy' is not in camel case. (camelcase)
(#10655) Missing JSDoc comment. (require-jsdoc)
(#10659) Missing JSDoc comment. (require-jsdoc)
(#10663) Missing JSDoc comment. (require-jsdoc)
(#10665) Expected { after 'do'. (curly)
(#10669) Missing JSDoc comment. (require-jsdoc)
(#10678) Identifier 'node_count' is not in camel case. (camelcase)
(#10679) Identifier 'node_each' is not in camel case. (camelcase)
(#10680) Identifier 'node_eachAfter' is not in camel case. (camelcase)
(#10681) Identifier 'node_eachBefore' is not in camel case. (camelcase)
(#10682) Identifier 'node_sum' is not in camel case. (camelcase)
(#10683) Identifier 'node_sort' is not in camel case. (camelcase)
(#10684) Identifier 'node_path' is not in camel case. (camelcase)
(#10685) Identifier 'node_ancestors' is not in camel case. (camelcase)
(#10686) Identifier 'node_descendants' is not in camel case. (camelcase)
(#10687) Identifier 'node_leaves' is not in camel case. (camelcase)
(#10688) Identifier 'node_links' is not in camel case. (camelcase)
(#10689) Identifier 'node_copy' is not in camel case. (camelcase)
(#10694) Missing JSDoc comment. (require-jsdoc)
(#10700) Unexpected use of '|'. (no-bitwise)
(#10709) Missing JSDoc comment. (require-jsdoc)
(#10710) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10710) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10710) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10714) Expected { after 'if' condition. (curly)
(#10715) Expected { after 'else'. (curly)
(#10715) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10715) Unexpected use of comma operator. (no-sequences)
(#10721) Missing JSDoc comment. (require-jsdoc)
(#10724) Expected { after 'if' condition. (curly)
(#10747) Missing '()' invoking a constructor. (new-parens)
(#10750) Missing JSDoc comment. (require-jsdoc)
(#10751) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10751) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10755) Missing JSDoc comment. (require-jsdoc)
(#10756) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10756) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10760) Missing JSDoc comment. (require-jsdoc)
(#10769) Missing JSDoc comment. (require-jsdoc)
(#10769) Expected to return a value at the end of function 'encloseBasis'. (consistent-return)
(#10777) Missing JSDoc comment. (require-jsdoc)
(#10785) Missing JSDoc comment. (require-jsdoc)
(#10786) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10786) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10787) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10787) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10788) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10788) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10797) Missing JSDoc comment. (require-jsdoc)
(#10798) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10798) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10799) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10799) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10800) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10800) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10826) Missing JSDoc comment. (require-jsdoc)
(#10827) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10828) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10831) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10831) Unexpected use of comma operator. (no-sequences)
(#10832) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10832) Unexpected use of comma operator. (no-sequences)
(#10850) Missing JSDoc comment. (require-jsdoc)
(#10851) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10851) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10855) Missing JSDoc comment. (require-jsdoc)
(#10864) Missing JSDoc comment. (require-jsdoc)
(#10870) Missing JSDoc comment. (require-jsdoc)
(#10871) Expected { after 'if' condition. (curly)
(#10876) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10876) Unexpected use of comma operator. (no-sequences)
(#10877) Expected { after 'if' condition. (curly)
(#10880) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10880) Unexpected use of comma operator. (no-sequences)
(#10881) Expected { after 'if' condition. (curly)
(#10887) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10887) Unexpected use of comma operator. (no-sequences)
(#10893) Unexpected labeled statement. (no-labels)
(#10894) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10894) Unexpected use of comma operator. (no-sequences)
(#10899) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10899) Unexpected use of comma operator. (no-sequences)
(#10903) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10903) Unexpected use of comma operator. (no-sequences)
(#10904) Unexpected label in continue statement. (no-labels)
(#10906) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10906) Unexpected use of comma operator. (no-sequences)
(#10909) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10909) Unexpected use of comma operator. (no-sequences)
(#10910) Unexpected label in continue statement. (no-labels)
(#10912) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10912) Unexpected use of comma operator. (no-sequences)
(#10917) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10917) Unexpected use of comma operator. (no-sequences)
(#10923) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10923) Unexpected use of comma operator. (no-sequences)
(#10930) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10930) Unexpected use of comma operator. (no-sequences)
(#10930) Expected { after 'while' condition. (curly)
(#10930) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#10933) Expected { after 'for' condition. (curly)
(#10933) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10933) Unexpected use of comma operator. (no-sequences)
(#10938) Missing JSDoc comment. (require-jsdoc)
(#10943) Missing JSDoc comment. (require-jsdoc)
(#10944) Use '===' to compare with null. (no-eq-null)
(#10947) Missing JSDoc comment. (require-jsdoc)
(#10948) Expected { after 'if' condition. (curly)
(#10948) Missing '()' invoking a constructor. (new-parens)
(#10952) Missing JSDoc comment. (require-jsdoc)
(#10956) Missing JSDoc comment. (require-jsdoc)
(#10962) Missing JSDoc comment. (require-jsdoc)
(#10966) Missing JSDoc comment. (require-jsdoc)
(#10972) Missing JSDoc comment. (require-jsdoc)
(#10973) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#10973) Unexpected use of comma operator. (no-sequences)
(#10988) Return statement should not contain assignment. (no-return-assign)
(#10992) Return statement should not contain assignment. (no-return-assign)
(#10992) Return statement should not contain assignment. (no-return-assign)
(#10996) Return statement should not contain assignment. (no-return-assign)
(#11002) Missing JSDoc comment. (require-jsdoc)
(#11010) Missing JSDoc comment. (require-jsdoc)
(#11012) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#11012) 'children' used outside of binding context. (block-scoped-var)
(#11019) Expected { after 'if' condition. (curly)
(#11019) Expected { after 'for' condition. (curly)
(#11021) Expected { after 'if' condition. (curly)
(#11021) Expected { after 'for' condition. (curly)
(#11027) Missing JSDoc comment. (require-jsdoc)
(#11038) Missing JSDoc comment. (require-jsdoc)
(#11045) Missing JSDoc comment. (require-jsdoc)
(#11053) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11053) Unexpected use of comma operator. (no-sequences)
(#11054) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11054) Unexpected use of comma operator. (no-sequences)
(#11058) Missing JSDoc comment. (require-jsdoc)
(#11064) Missing JSDoc comment. (require-jsdoc)
(#11071) Expected { after 'if' condition. (curly)
(#11075) Missing JSDoc comment. (require-jsdoc)
(#11084) Expected { after 'if' condition. (curly)
(#11085) Expected { after 'if' condition. (curly)
(#11094) Return statement should not contain assignment. (no-return-assign)
(#11098) Return statement should not contain assignment. (no-return-assign)
(#11098) Return statement should not contain assignment. (no-return-assign)
(#11102) Return statement should not contain assignment. (no-return-assign)
(#11112) Missing JSDoc comment. (require-jsdoc)
(#11116) Missing JSDoc comment. (require-jsdoc)
(#11120) Missing JSDoc comment. (require-jsdoc)
(#11124) Missing JSDoc comment. (require-jsdoc)
(#11137) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11137) Unexpected use of comma operator. (no-sequences)
(#11138) Use '===' to compare with null. (no-eq-null)
(#11145) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11145) Unexpected use of comma operator. (no-sequences)
(#11146) Use '===' to compare with null. (no-eq-null)
(#11147) Expected { after 'if' condition. (curly)
(#11151) Expected { after 'if' condition. (curly)
(#11152) Expected { after 'if' condition. (curly)
(#11153) Expected { after 'if' condition. (curly)
(#11154) Expected { after 'else'. (curly)
(#11159) Expected { after 'if' condition. (curly)
(#11161) Statement inside of curly braces should be on next line. (brace-style)
(#11161) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#11161) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11163) Expected { after 'if' condition. (curly)
(#11169) Return statement should not contain assignment. (no-return-assign)
(#11173) Return statement should not contain assignment. (no-return-assign)
(#11179) Missing JSDoc comment. (require-jsdoc)
(#11183) Comments should not begin with a lowercase character. (capitalized-comments)
(#11191) Missing JSDoc comment. (require-jsdoc)
(#11197) Missing JSDoc comment. (require-jsdoc)
(#11204) Missing JSDoc comment. (require-jsdoc)
(#11216) Missing JSDoc comment. (require-jsdoc)
(#11232) Missing JSDoc comment. (require-jsdoc)
(#11236) Missing JSDoc comment. (require-jsdoc)
(#11240) Comments should not begin with a lowercase character. (capitalized-comments)
(#11241) Comments should not begin with a lowercase character. (capitalized-comments)
(#11242) Comments should not begin with a lowercase character. (capitalized-comments)
(#11243) Comments should not begin with a lowercase character. (capitalized-comments)
(#11244) Comments should not begin with a lowercase character. (capitalized-comments)
(#11245) Comments should not begin with a lowercase character. (capitalized-comments)
(#11246) Comments should not begin with a lowercase character. (capitalized-comments)
(#11247) Comments should not begin with a lowercase character. (capitalized-comments)
(#11252) Missing JSDoc comment. (require-jsdoc)
(#11261) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#11262) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#11276) Missing JSDoc comment. (require-jsdoc)
(#11282) Missing JSDoc comment. (require-jsdoc)
(#11286) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11286) Unexpected use of comma operator. (no-sequences)
(#11290) Expected { after 'if' condition. (curly)
(#11299) Expected { after 'if' condition. (curly)
(#11300) Expected { after 'if' condition. (curly)
(#11301) Expected { after 'if' condition. (curly)
(#11320) Missing JSDoc comment. (require-jsdoc)
(#11340) Missing JSDoc comment. (require-jsdoc)
(#11356) Missing JSDoc comment. (require-jsdoc)
(#11367) Unexpected use of comma operator. (no-sequences)
(#11395) Missing JSDoc comment. (require-jsdoc)
(#11401) Return statement should not contain assignment. (no-return-assign)
(#11405) Return statement should not contain assignment. (no-return-assign)
(#11405) Return statement should not contain assignment. (no-return-assign)
(#11405) Return statement should not contain assignment. (no-return-assign)
(#11405) Do not nest ternary expressions. (no-nested-ternary)
(#11409) Return statement should not contain assignment. (no-return-assign)
(#11409) Return statement should not contain assignment. (no-return-assign)
(#11409) Return statement should not contain assignment. (no-return-assign)
(#11409) Do not nest ternary expressions. (no-nested-ternary)
(#11415) Missing JSDoc comment. (require-jsdoc)
(#11423) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11423) Unexpected use of comma operator. (no-sequences)
(#11424) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11424) Unexpected use of comma operator. (no-sequences)
(#11430) Missing JSDoc comment. (require-jsdoc)
(#11449) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11449) Unexpected use of comma operator. (no-sequences)
(#11452) Expected { after 'do'. (curly)
(#11461) Expected { after 'if' condition. (curly)
(#11462) Expected { after 'if' condition. (curly)
(#11465) Statement inside of curly braces should be on next line. (brace-style)
(#11465) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#11465) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11471) Expected { after 'if' condition. (curly)
(#11472) Expected { after 'else'. (curly)
(#11473) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11473) Unexpected use of comma operator. (no-sequences)
(#11481) Missing JSDoc comment. (require-jsdoc)
(#11492) Missing JSDoc comment. (require-jsdoc)
(#11504) Missing JSDoc comment. (require-jsdoc)
(#11511) Expected { after 'if' condition. (curly)
(#11515) Missing JSDoc comment. (require-jsdoc)
(#11521) Expected { after 'if' condition. (curly)
(#11522) Expected { after 'if' condition. (curly)
(#11533) Expected { after 'if' condition. (curly)
(#11534) Expected { after 'if' condition. (curly)
(#11540) Return statement should not contain assignment. (no-return-assign)
(#11544) Return statement should not contain assignment. (no-return-assign)
(#11544) Return statement should not contain assignment. (no-return-assign)
(#11548) Return statement should not contain assignment. (no-return-assign)
(#11556) Return statement should not contain assignment. (no-return-assign)
(#11564) Return statement should not contain assignment. (no-return-assign)
(#11568) Return statement should not contain assignment. (no-return-assign)
(#11572) Return statement should not contain assignment. (no-return-assign)
(#11576) Return statement should not contain assignment. (no-return-assign)
(#11582) Missing JSDoc comment. (require-jsdoc)
(#11584) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11585) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11593) Missing JSDoc comment. (require-jsdoc)
(#11596) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11596) Unexpected use of comma operator. (no-sequences)
(#11597) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11597) Unexpected use of comma operator. (no-sequences)
(#11607) Unexpected use of '>>>'. (no-bitwise)
(#11608) Expected { after 'if' condition. (curly)
(#11609) Expected { after 'else'. (curly)
(#11612) Expected { after 'if' condition. (curly)
(#11629) Missing JSDoc comment. (require-jsdoc)
(#11630) Unexpected use of '&'. (no-bitwise)
(#11635) Missing JSDoc comment. (require-jsdoc)
(#11636) 'rows' used outside of binding context. (block-scoped-var)
(#11636) 'rows' used outside of binding context. (block-scoped-var)
(#11647) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11647) Unexpected use of comma operator. (no-sequences)
(#11648) Expected { after 'for' condition. (curly)
(#11649) Expected { after 'if' condition. (curly)
(#11650) Expected { after 'else'. (curly)
(#11654) 'rows' used outside of binding context. (block-scoped-var)
(#11655) 'rows' used outside of binding context. (block-scoped-var)
(#11666) Missing JSDoc comment. (require-jsdoc)
(#11682) Missing JSDoc comment. (require-jsdoc)
(#11700) Return statement should not contain assignment. (no-return-assign)
(#11700) Unexpected use of comma operator. (no-sequences)
(#11707) Missing JSDoc comment. (require-jsdoc)
(#11711) Missing JSDoc comment. (require-jsdoc)
(#11718) Missing JSDoc comment. (require-jsdoc)
(#11724) Expected { after 'while' condition. (curly)
(#11728) Comments should not begin with a lowercase character. (capitalized-comments)
(#11731) Missing JSDoc comment. (require-jsdoc)
(#11732) Expected { after 'if' condition. (curly)
(#11739) Expected { after 'for' condition. (curly)
(#11741) Expected { after 'for' condition. (curly)
(#11753) Expected { after 'for' condition. (curly)
(#11754) Expected { after 'for' condition. (curly)
(#11759) Missing JSDoc comment. (require-jsdoc)
(#11762) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11763) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11768) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11768) Unexpected use of comma operator. (no-sequences)
(#11769) Expected { after 'if' condition. (curly)
(#11770) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11770) Unexpected use of comma operator. (no-sequences)
(#11776) Missing JSDoc comment. (require-jsdoc)
(#11800) Missing JSDoc comment. (require-jsdoc)
(#11805) Missing JSDoc comment. (require-jsdoc)
(#11806) Use '===' to compare with null. (no-eq-null)
(#11807) Use '===' to compare with null. (no-eq-null)
(#11808) Expected { after 'if' condition. (curly)
(#11808) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11808) Unexpected use of comma operator. (no-sequences)
(#11809) Expected { after 'else'. (curly)
(#11821) Missing JSDoc comment. (require-jsdoc)
(#11823) Use '===' to compare with null. (no-eq-null)
(#11824) Use '===' to compare with null. (no-eq-null)
(#11829) Expected { after 'if' condition. (curly)
(#11829) Use '===' to compare with null. (no-eq-null)
(#11829) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11829) Unexpected use of comma operator. (no-sequences)
(#11832) Expected { after 'else'. (curly)
(#11848) Missing JSDoc comment. (require-jsdoc)
(#11861) Missing JSDoc comment. (require-jsdoc)
(#11863) Expected { after 'for' condition. (curly)
(#11864) 'sum' used outside of binding context. (block-scoped-var)
(#11874) Missing JSDoc comment. (require-jsdoc)
(#11887) Missing JSDoc comment. (require-jsdoc)
(#11898) Missing JSDoc comment. (require-jsdoc)
(#11907) Missing JSDoc comment. (require-jsdoc)
(#11923) Missing JSDoc comment. (require-jsdoc)
(#11929) Missing JSDoc comment. (require-jsdoc)
(#11930) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11932) Expected { after 'if' condition. (curly)
(#11939) Expected { after 'if' condition. (curly)
(#11940) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11940) Unexpected use of comma operator. (no-sequences)
(#11941) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11941) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11942) Expected { after 'while' condition. (curly)
(#11942) Expected { after 'if' condition. (curly)
(#11947) Return statement should not contain assignment. (no-return-assign)
(#11951) Return statement should not contain assignment. (no-return-assign)
(#11963) Missing JSDoc comment. (require-jsdoc)
(#11977) Missing JSDoc comment. (require-jsdoc)
(#11983) Expected { after 'if' condition. (curly)
(#11986) Expected { after 'if' condition. (curly)
(#11986) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#11986) Unexpected use of comma operator. (no-sequences)
(#11987) Statement inside of curly braces should be on next line. (brace-style)
(#11987) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11996) Return statement should not contain assignment. (no-return-assign)
(#12000) Return statement should not contain assignment. (no-return-assign)
(#12000) Return statement should not contain assignment. (no-return-assign)
(#12000) Unexpected use of comma operator. (no-sequences)
(#12012) Return statement should not contain assignment. (no-return-assign)
(#12016) Return statement should not contain assignment. (no-return-assign)
(#12016) Return statement should not contain assignment. (no-return-assign)
(#12020) Return statement should not contain assignment. (no-return-assign)
(#12024) Return statement should not contain assignment. (no-return-assign)
(#12028) Return statement should not contain assignment. (no-return-assign)
(#12042) Missing JSDoc comment. (require-jsdoc)
(#12056) Missing JSDoc comment. (require-jsdoc)
(#12060) Missing JSDoc comment. (require-jsdoc)
(#12066) Missing JSDoc comment. (require-jsdoc)
(#12072) Missing JSDoc comment. (require-jsdoc)
(#12076) Missing JSDoc comment. (require-jsdoc)
(#12077) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#12078) Statement inside of curly braces should be on next line. (brace-style)
(#12078) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12082) Missing JSDoc comment. (require-jsdoc)
(#12083) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12083) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12084) Expected { after 'if' condition. (curly)
(#12084) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#12084) Unexpected use of comma operator. (no-sequences)
(#12085) Statement inside of curly braces should be on next line. (brace-style)
(#12085) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12088) Comments should not begin with a lowercase character. (capitalized-comments)
(#12090) Missing JSDoc comment. (require-jsdoc)
(#12091) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12091) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12091) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12092) Expected { after 'if' condition. (curly)
(#12092) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#12092) Unexpected use of comma operator. (no-sequences)
(#12093) Expected { after 'else'. (curly)
(#12093) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#12093) Unexpected use of comma operator. (no-sequences)
(#12094) Statement inside of curly braces should be on next line. (brace-style)
(#12094) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12097) Missing JSDoc comment. (require-jsdoc)
(#12120) Missing JSDoc comment. (require-jsdoc)
(#12129) Missing JSDoc comment. (require-jsdoc)
(#12141) Missing JSDoc comment. (require-jsdoc)
(#12147) Missing JSDoc comment. (require-jsdoc)
(#12148) This line has a length of 140. Maximum allowed is 132. (max-len)
(#12156) This line has a length of 144. Maximum allowed is 132. (max-len)
(#12156) Return statement should not contain assignment. (no-return-assign)
(#12160) Return statement should not contain assignment. (no-return-assign)
(#12164) Return statement should not contain assignment. (no-return-assign)
(#12164) Return statement should not contain assignment. (no-return-assign)
(#12164) Unexpected use of comma operator. (no-sequences)
(#12168) Return statement should not contain assignment. (no-return-assign)
(#12172) Return statement should not contain assignment. (no-return-assign)
(#12176) Return statement should not contain assignment. (no-return-assign)
(#12180) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#12180) Unexpected use of comma operator. (no-sequences)
(#12185) Missing JSDoc comment. (require-jsdoc)
(#12189) Missing JSDoc comment. (require-jsdoc)
(#12192) Use '===' to compare with null. (no-eq-null)
(#12196) Expected { after 'if' condition. (curly)
(#12196) Use '===' to compare with null. (no-eq-null)
(#12204) This line has a length of 185. Maximum allowed is 132. (max-len)
(#12204) Expected { after 'if' condition. (curly)
(#12204) Use '===' to compare with null. (no-eq-null)
(#12209) This line has a length of 146. Maximum allowed is 132. (max-len)
(#12209) Expected { after 'if' condition. (curly)
(#12209) Use '===' to compare with null. (no-eq-null)
(#12216) Missing JSDoc comment. (require-jsdoc)
(#12221) Use '===' to compare with null. (no-eq-null)
(#12226) Use '===' to compare with null. (no-eq-null)
(#12230) Expected { after 'if' condition. (curly)
(#12230) Use '===' to compare with null. (no-eq-null)
(#12240) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#12240) Unexpected use of comma operator. (no-sequences)
(#12241) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#12241) Unexpected use of comma operator. (no-sequences)
(#12272) Missing JSDoc comment. (require-jsdoc)
(#12284) Missing JSDoc comment. (require-jsdoc)
(#12287) Missing JSDoc comment. (require-jsdoc)
(#12294) Return statement should not contain assignment. (no-return-assign)
(#12298) Return statement should not contain assignment. (no-return-assign)
(#12310) Missing JSDoc comment. (require-jsdoc)
(#12320) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#12320) Unexpected use of comma operator. (no-sequences)
(#12321) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#12321) Unexpected use of comma operator. (no-sequences)
(#12329) Missing JSDoc comment. (require-jsdoc)
(#12333) Missing JSDoc comment. (require-jsdoc)
(#12337) Missing JSDoc comment. (require-jsdoc)
(#12341) Missing JSDoc comment. (require-jsdoc)
(#12345) Missing JSDoc comment. (require-jsdoc)
(#12346) Do not nest ternary expressions. (no-nested-ternary)
(#12349) Missing JSDoc comment. (require-jsdoc)
(#12350) Do not nest ternary expressions. (no-nested-ternary)
(#12352) Statement inside of curly braces should be on next line. (brace-style)
(#12352) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12355) Missing JSDoc comment. (require-jsdoc)
(#12356) Return statement should not contain assignment. (no-return-assign)
(#12359) Statement inside of curly braces should be on next line. (brace-style)
(#12359) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12362) Missing JSDoc comment. (require-jsdoc)
(#12368) Missing JSDoc comment. (require-jsdoc)
(#12375) Missing JSDoc comment. (require-jsdoc)
(#12376) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#12376) Unexpected use of comma operator. (no-sequences)
(#12378) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#12378) Unexpected use of comma operator. (no-sequences)
(#12387) Return statement should not contain assignment. (no-return-assign)
(#12400) Expected { after 'if' condition. (curly)
(#12400) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#12400) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#12400) Unexpected use of comma operator. (no-sequences)
(#12407) Use '===' to compare with null. (no-eq-null)
(#12411) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#12411) Unexpected use of comma operator. (no-sequences)
(#12412) Expected { after 'if' condition. (curly)
(#12415) Expected { after 'if' condition. (curly)
(#12415) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#12416) Expected { after 'if' condition. (curly)
(#12416) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#12419) Expected { after 'else'. (curly)
(#12422) Expected { after 'if' condition. (curly)
(#12422) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#12423) Expected { after 'if' condition. (curly)
(#12423) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#12435) Expected { after 'if' condition. (curly)
(#12435) Use '===' to compare with null. (no-eq-null)
(#12436) Expected { after 'if' condition. (curly)
(#12437) Expected { after 'if' condition. (curly)
(#12438) Expected { after 'if' condition. (curly)
(#12438) Use '===' to compare with null. (no-eq-null)
(#12442) Expected { after 'if' condition. (curly)
(#12449) Statement inside of curly braces should be on next line. (brace-style)
(#12449) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12450) Statement inside of curly braces should be on next line. (brace-style)
(#12450) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12457) Missing JSDoc comment. (require-jsdoc)
(#12469) Missing JSDoc comment. (require-jsdoc)
(#12475) Missing JSDoc comment. (require-jsdoc)
(#12481) Missing JSDoc comment. (require-jsdoc)
(#12482) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12491) Missing JSDoc comment. (require-jsdoc)
(#12501) Missing JSDoc comment. (require-jsdoc)
(#12507) Missing JSDoc comment. (require-jsdoc)
(#12511) Missing JSDoc comment. (require-jsdoc)
(#12515) Missing JSDoc comment. (require-jsdoc)
(#12519) Missing JSDoc comment. (require-jsdoc)
(#12520) Do not nest ternary expressions. (no-nested-ternary)
(#12526) Return statement should not contain assignment. (no-return-assign)
(#12532) Missing JSDoc comment. (require-jsdoc)
(#12544) Missing JSDoc comment. (require-jsdoc)
(#12548) Missing JSDoc comment. (require-jsdoc)
(#12554) Missing JSDoc comment. (require-jsdoc)
(#12555) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12557) Expected { after 'while' condition. (curly)
(#12561) Missing JSDoc comment. (require-jsdoc)
(#12574) Expected { after 'if' condition. (curly)
(#12576) Expected { after 'for' condition. (curly)
(#12576) Expected { after 'if' condition. (curly)
(#12576) Unexpected use of comma operator. (no-sequences)
(#12576) Use '===' to compare with null. (no-eq-null)
(#12582) Return statement should not contain assignment. (no-return-assign)
(#12586) Return statement should not contain assignment. (no-return-assign)
(#12603) Missing JSDoc comment. (require-jsdoc)
(#12611) Missing JSDoc comment. (require-jsdoc)
(#12612) Comparing to itself is potentially pointless. (no-self-compare)
(#12615) Missing JSDoc comment. (require-jsdoc)
(#12618) Expected { after 'while' condition. (curly)
(#12623) Return statement should not contain assignment. (no-return-assign)
(#12623) Return statement should not contain assignment. (no-return-assign)
(#12627) Return statement should not contain assignment. (no-return-assign)
(#12632) Do not nest ternary expressions. (no-nested-ternary)
(#12633) Do not nest ternary expressions. (no-nested-ternary)
(#12639) Return statement should not contain assignment. (no-return-assign)
(#12656) Missing JSDoc comment. (require-jsdoc)
(#12662) Missing JSDoc comment. (require-jsdoc)
(#12663) Comparing to itself is potentially pointless. (no-self-compare)
(#12667) Return statement should not contain assignment. (no-return-assign)
(#12667) Return statement should not contain assignment. (no-return-assign)
(#12671) Return statement should not contain assignment. (no-return-assign)
(#12671) Return statement should not contain assignment. (no-return-assign)
(#12680) Return statement should not contain assignment. (no-return-assign)
(#12693) Missing '()' invoking a constructor. (new-parens)
(#12694) Missing '()' invoking a constructor. (new-parens)
(#12696) Missing JSDoc comment. (require-jsdoc)
(#12698) Missing JSDoc comment. (require-jsdoc)
(#12699) Unexpected use of comma operator. (no-sequences)
(#12705) Unexpected use of comma operator. (no-sequences)
(#12715) Return statement should not contain assignment. (no-return-assign)
(#12715) Use '===' to compare with null. (no-eq-null)
(#12715) Unexpected use of comma operator. (no-sequences)
(#12719) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12721) Use '===' to compare with null. (no-eq-null)
(#12722) Expected { after 'if' condition. (curly)
(#12722) Comments should not begin with a lowercase character. (capitalized-comments)
(#12723) Expected { after 'do'. (curly)
(#12723) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#12723) Unexpected use of comma operator. (no-sequences)
(#12724) 'start' is not modified in this loop. (no-unmodified-loop-condition)
(#12724) 'stop' is not modified in this loop. (no-unmodified-loop-condition)
(#12730) Expected { after 'if' condition. (curly)
(#12730) Comparing to itself is potentially pointless. (no-self-compare)
(#12730) Expected { after 'while' condition. (curly)
(#12730) Unexpected use of comma operator. (no-sequences)
(#12732) Comparing to itself is potentially pointless. (no-self-compare)
(#12733) Expected { after 'if' condition. (curly)
(#12734) Unexpected use of comma operator. (no-sequences)
(#12735) Expected { after 'else'. (curly)
(#12736) Unexpected use of comma operator. (no-sequences)
(#12744) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#12744) Unexpected use of comma operator. (no-sequences)
(#12745) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#12745) Unexpected use of comma operator. (no-sequences)
(#12751) Do not nest ternary expressions. (no-nested-ternary)
(#12754) Statement inside of curly braces should be on next line. (brace-style)
(#12754) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12755) Statement inside of curly braces should be on next line. (brace-style)
(#12755) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12763) Comments should not begin with a lowercase character. (capitalized-comments)
(#12773) Expected { after 'if' condition. (curly)
(#12774) Expected { after 'if' condition. (curly)
(#12835) Missing JSDoc comment. (require-jsdoc)
(#12930) Missing JSDoc comment. (require-jsdoc)
(#12992) Missing JSDoc comment. (require-jsdoc)
(#13001) Missing JSDoc comment. (require-jsdoc)
(#13010) Missing JSDoc comment. (require-jsdoc)
(#13014) Missing JSDoc comment. (require-jsdoc)
(#13015) Identifier 'locale_dateTime' is not in camel case. (camelcase)
(#13016) Identifier 'locale_date' is not in camel case. (camelcase)
(#13017) Identifier 'locale_time' is not in camel case. (camelcase)
(#13018) Identifier 'locale_periods' is not in camel case. (camelcase)
(#13019) Identifier 'locale_weekdays' is not in camel case. (camelcase)
(#13020) Identifier 'locale_shortWeekdays' is not in camel case. (camelcase)
(#13021) Identifier 'locale_months' is not in camel case. (camelcase)
(#13022) Identifier 'locale_shortMonths' is not in camel case. (camelcase)
(#13139) Missing JSDoc comment. (require-jsdoc)
(#13149) Expected { after 'if' condition. (curly)
(#13154) Expected { after 'if' condition. (curly)
(#13154) Use '===' to compare with null. (no-eq-null)
(#13155) Expected { after 'else'. (curly)
(#13156) Expected { after 'if' condition. (curly)
(#13156) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#13167) Missing JSDoc comment. (require-jsdoc)
(#13168) Function has a complexity of 21. Maximum allowed is 20. (complexity)
(#13172) Expected { after 'if' condition. (curly)
(#13175) Expected { after 'if' condition. (curly)
(#13178) Expected { after 'if' condition. (curly)
(#13182) Expected { after 'if' condition. (curly)
(#13183) Expected { after 'if' condition. (curly)
(#13185) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#13185) Unexpected use of comma operator. (no-sequences)
(#13192) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#13192) Unexpected use of comma operator. (no-sequences)
(#13200) Expected { after 'if' condition. (curly)
(#13200) Do not nest ternary expressions. (no-nested-ternary)
(#13209) Unexpected use of '|'. (no-bitwise)
(#13219) Missing JSDoc comment. (require-jsdoc)
(#13227) Expected { after 'if' condition. (curly)
(#13232) Expected { after 'if' condition. (curly)
(#13241) Missing JSDoc comment. (require-jsdoc)
(#13243) Return statement should not contain assignment. (no-return-assign)
(#13246) Missing JSDoc comment. (require-jsdoc)
(#13248) Return statement should not contain assignment. (no-return-assign)
(#13251) Missing JSDoc comment. (require-jsdoc)
(#13253) Return statement should not contain assignment. (no-return-assign)
(#13256) Missing JSDoc comment. (require-jsdoc)
(#13258) Return statement should not contain assignment. (no-return-assign)
(#13261) Missing JSDoc comment. (require-jsdoc)
(#13263) Return statement should not contain assignment. (no-return-assign)
(#13266) Missing JSDoc comment. (require-jsdoc)
(#13270) Missing JSDoc comment. (require-jsdoc)
(#13274) Missing JSDoc comment. (require-jsdoc)
(#13278) Missing JSDoc comment. (require-jsdoc)
(#13279) Identifier 'locale_shortWeekdays' is not in camel case. (camelcase)
(#13282) Missing JSDoc comment. (require-jsdoc)
(#13283) Identifier 'locale_weekdays' is not in camel case. (camelcase)
(#13286) Missing JSDoc comment. (require-jsdoc)
(#13287) Identifier 'locale_shortMonths' is not in camel case. (camelcase)
(#13290) Missing JSDoc comment. (require-jsdoc)
(#13291) Identifier 'locale_months' is not in camel case. (camelcase)
(#13294) Missing JSDoc comment. (require-jsdoc)
(#13295) Identifier 'locale_periods' is not in camel case. (camelcase)
(#13298) Missing JSDoc comment. (require-jsdoc)
(#13299) Identifier 'locale_shortWeekdays' is not in camel case. (camelcase)
(#13302) Missing JSDoc comment. (require-jsdoc)
(#13303) Identifier 'locale_weekdays' is not in camel case. (camelcase)
(#13306) Missing JSDoc comment. (require-jsdoc)
(#13307) Identifier 'locale_shortMonths' is not in camel case. (camelcase)
(#13310) Missing JSDoc comment. (require-jsdoc)
(#13311) Identifier 'locale_months' is not in camel case. (camelcase)
(#13314) Missing JSDoc comment. (require-jsdoc)
(#13315) Identifier 'locale_periods' is not in camel case. (camelcase)
(#13321) Statement inside of curly braces should be on next line. (brace-style)
(#13321) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13326) Statement inside of curly braces should be on next line. (brace-style)
(#13326) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13331) Statement inside of curly braces should be on next line. (brace-style)
(#13331) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13336) Statement inside of curly braces should be on next line. (brace-style)
(#13336) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13343) Comments should not begin with a lowercase character. (capitalized-comments)
(#13347) Missing JSDoc comment. (require-jsdoc)
(#13354) Missing JSDoc comment. (require-jsdoc)
(#13358) Missing JSDoc comment. (require-jsdoc)
(#13362) Missing JSDoc comment. (require-jsdoc)
(#13363) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13363) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13364) Expected { after 'while' condition. (curly)
(#13368) Missing JSDoc comment. (require-jsdoc)
(#13370) Return statement should not contain assignment. (no-return-assign)
(#13373) Missing JSDoc comment. (require-jsdoc)
(#13375) Return statement should not contain assignment. (no-return-assign)
(#13378) Missing JSDoc comment. (require-jsdoc)
(#13380) Return statement should not contain assignment. (no-return-assign)
(#13383) Missing JSDoc comment. (require-jsdoc)
(#13385) Return statement should not contain assignment. (no-return-assign)
(#13388) Missing JSDoc comment. (require-jsdoc)
(#13390) Return statement should not contain assignment. (no-return-assign)
(#13393) Missing JSDoc comment. (require-jsdoc)
(#13395) Return statement should not contain assignment. (no-return-assign)
(#13398) Missing JSDoc comment. (require-jsdoc)
(#13400) Return statement should not contain assignment. (no-return-assign)
(#13403) Missing JSDoc comment. (require-jsdoc)
(#13405) Return statement should not contain assignment. (no-return-assign)
(#13408) Missing JSDoc comment. (require-jsdoc)
(#13410) Return statement should not contain assignment. (no-return-assign)
(#13413) Missing JSDoc comment. (require-jsdoc)
(#13415) Return statement should not contain assignment. (no-return-assign)
(#13418) Missing JSDoc comment. (require-jsdoc)
(#13420) Return statement should not contain assignment. (no-return-assign)
(#13420) Return statement should not contain assignment. (no-return-assign)
(#13423) Missing JSDoc comment. (require-jsdoc)
(#13425) Return statement should not contain assignment. (no-return-assign)
(#13428) Missing JSDoc comment. (require-jsdoc)
(#13430) Return statement should not contain assignment. (no-return-assign)
(#13433) Missing JSDoc comment. (require-jsdoc)
(#13435) Return statement should not contain assignment. (no-return-assign)
(#13438) Missing JSDoc comment. (require-jsdoc)
(#13440) Return statement should not contain assignment. (no-return-assign)
(#13443) Missing JSDoc comment. (require-jsdoc)
(#13445) Return statement should not contain assignment. (no-return-assign)
(#13448) Missing JSDoc comment. (require-jsdoc)
(#13453) Missing JSDoc comment. (require-jsdoc)
(#13455) Return statement should not contain assignment. (no-return-assign)
(#13458) Missing JSDoc comment. (require-jsdoc)
(#13460) Return statement should not contain assignment. (no-return-assign)
(#13463) Missing JSDoc comment. (require-jsdoc)
(#13467) Missing JSDoc comment. (require-jsdoc)
(#13471) Missing JSDoc comment. (require-jsdoc)
(#13475) Missing JSDoc comment. (require-jsdoc)
(#13479) Missing JSDoc comment. (require-jsdoc)
(#13483) Missing JSDoc comment. (require-jsdoc)
(#13487) Missing JSDoc comment. (require-jsdoc)
(#13491) Missing JSDoc comment. (require-jsdoc)
(#13495) Missing JSDoc comment. (require-jsdoc)
(#13499) Missing JSDoc comment. (require-jsdoc)
(#13504) Missing JSDoc comment. (require-jsdoc)
(#13508) Missing JSDoc comment. (require-jsdoc)
(#13514) Missing JSDoc comment. (require-jsdoc)
(#13518) Missing JSDoc comment. (require-jsdoc)
(#13522) Missing JSDoc comment. (require-jsdoc)
(#13526) Missing JSDoc comment. (require-jsdoc)
(#13530) Missing JSDoc comment. (require-jsdoc)
(#13532) Return statement should not contain assignment. (no-return-assign)
(#13533) Unexpected use of '|'. (no-bitwise)
(#13537) Missing JSDoc comment. (require-jsdoc)
(#13541) Missing JSDoc comment. (require-jsdoc)
(#13545) Missing JSDoc comment. (require-jsdoc)
(#13549) Missing JSDoc comment. (require-jsdoc)
(#13553) Missing JSDoc comment. (require-jsdoc)
(#13557) Missing JSDoc comment. (require-jsdoc)
(#13561) Missing JSDoc comment. (require-jsdoc)
(#13565) Missing JSDoc comment. (require-jsdoc)
(#13569) Missing JSDoc comment. (require-jsdoc)
(#13573) Missing JSDoc comment. (require-jsdoc)
(#13578) Missing JSDoc comment. (require-jsdoc)
(#13582) Missing JSDoc comment. (require-jsdoc)
(#13588) Missing JSDoc comment. (require-jsdoc)
(#13592) Missing JSDoc comment. (require-jsdoc)
(#13596) Missing JSDoc comment. (require-jsdoc)
(#13600) Missing JSDoc comment. (require-jsdoc)
(#13604) Missing JSDoc comment. (require-jsdoc)
(#13608) Missing JSDoc comment. (require-jsdoc)
(#13612) Missing JSDoc comment. (require-jsdoc)
(#13616) Missing JSDoc comment. (require-jsdoc)
(#13629) This line has a length of 133. Maximum allowed is 132. (max-len)
(#13633) Missing JSDoc comment. (require-jsdoc)
(#13644) Missing JSDoc comment. (require-jsdoc)
(#13652) Missing JSDoc comment. (require-jsdoc)
(#13669) Missing JSDoc comment. (require-jsdoc)
(#13673) Missing JSDoc comment. (require-jsdoc)
(#13677) Missing JSDoc comment. (require-jsdoc)
(#13692) Multiple spaces found before '1'. (no-multi-spaces)
(#13692) Multiple spaces found before 'durationSecond$1'. (no-multi-spaces)
(#13693) Multiple spaces found before '5'. (no-multi-spaces)
(#13693) Multiple spaces found before '5'. (no-multi-spaces)
(#13696) Multiple spaces found before '1'. (no-multi-spaces)
(#13696) Multiple spaces found before 'durationMinute$1'. (no-multi-spaces)
(#13697) Multiple spaces found before '5'. (no-multi-spaces)
(#13697) Multiple spaces found before '5'. (no-multi-spaces)
(#13700) Multiple spaces found before 'hour$$1'. (no-multi-spaces)
(#13700) There should be no space after '['. (array-bracket-spacing)
(#13700) Multiple spaces found before '1'. (no-multi-spaces)
(#13700) Multiple spaces found before 'durationHour$1'. (no-multi-spaces)
(#13700) Multiple spaces found before ']'. (no-multi-spaces)
(#13700) There should be no space before ']'. (array-bracket-spacing)
(#13701) Multiple spaces found before 'hour$$1'. (no-multi-spaces)
(#13701) There should be no space after '['. (array-bracket-spacing)
(#13701) Multiple spaces found before '3'. (no-multi-spaces)
(#13701) Multiple spaces found before '3'. (no-multi-spaces)
(#13701) Multiple spaces found before ']'. (no-multi-spaces)
(#13701) There should be no space before ']'. (array-bracket-spacing)
(#13702) Multiple spaces found before 'hour$$1'. (no-multi-spaces)
(#13702) There should be no space after '['. (array-bracket-spacing)
(#13702) Multiple spaces found before '6'. (no-multi-spaces)
(#13702) Multiple spaces found before '6'. (no-multi-spaces)
(#13702) Multiple spaces found before ']'. (no-multi-spaces)
(#13702) There should be no space before ']'. (array-bracket-spacing)
(#13703) Multiple spaces found before 'hour$$1'. (no-multi-spaces)
(#13703) There should be no space after '['. (array-bracket-spacing)
(#13703) Multiple spaces found before ']'. (no-multi-spaces)
(#13703) There should be no space before ']'. (array-bracket-spacing)
(#13704) Multiple spaces found before 'day$$1'. (no-multi-spaces)
(#13704) There should be no space after '['. (array-bracket-spacing)
(#13704) Multiple spaces found before '1'. (no-multi-spaces)
(#13704) Multiple spaces found before 'durationDay$1'. (no-multi-spaces)
(#13704) Multiple spaces found before ']'. (no-multi-spaces)
(#13704) There should be no space before ']'. (array-bracket-spacing)
(#13705) Multiple spaces found before 'day$$1'. (no-multi-spaces)
(#13705) There should be no space after '['. (array-bracket-spacing)
(#13705) Multiple spaces found before '2'. (no-multi-spaces)
(#13705) Multiple spaces found before '2'. (no-multi-spaces)
(#13705) Multiple spaces found before ']'. (no-multi-spaces)
(#13705) There should be no space before ']'. (array-bracket-spacing)
(#13706) Multiple spaces found before 'week'. (no-multi-spaces)
(#13706) There should be no space after '['. (array-bracket-spacing)
(#13706) Multiple spaces found before '1'. (no-multi-spaces)
(#13706) Multiple spaces found before 'durationWeek$1'. (no-multi-spaces)
(#13706) Multiple spaces found before ']'. (no-multi-spaces)
(#13706) There should be no space before ']'. (array-bracket-spacing)
(#13707) There should be no space after '['. (array-bracket-spacing)
(#13707) Multiple spaces found before '1'. (no-multi-spaces)
(#13707) Multiple spaces found before 'durationMonth'. (no-multi-spaces)
(#13707) There should be no space before ']'. (array-bracket-spacing)
(#13708) There should be no space after '['. (array-bracket-spacing)
(#13708) Multiple spaces found before '3'. (no-multi-spaces)
(#13708) Multiple spaces found before '3'. (no-multi-spaces)
(#13708) There should be no space before ']'. (array-bracket-spacing)
(#13709) Multiple spaces found before 'year$$1'. (no-multi-spaces)
(#13709) There should be no space after '['. (array-bracket-spacing)
(#13709) Multiple spaces found before '1'. (no-multi-spaces)
(#13709) Multiple spaces found before 'durationYear'. (no-multi-spaces)
(#13709) Multiple spaces found before ']'. (no-multi-spaces)
(#13709) There should be no space before ']'. (array-bracket-spacing)
(#13712) Missing JSDoc comment. (require-jsdoc)
(#13713) Do not nest ternary expressions. (no-nested-ternary)
(#13714) Do not nest ternary expressions. (no-nested-ternary)
(#13715) Do not nest ternary expressions. (no-nested-ternary)
(#13716) Do not nest ternary expressions. (no-nested-ternary)
(#13717) Do not nest ternary expressions. (no-nested-ternary)
(#13722) Missing JSDoc comment. (require-jsdoc)
(#13723) Expected { after 'if' condition. (curly)
(#13723) Use '===' to compare with null. (no-eq-null)
(#13730) Statement inside of curly braces should be on next line. (brace-style)
(#13730) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13744) Use '===' to compare with null. (no-eq-null)
(#13761) Expected { after 'if' condition. (curly)
(#13761) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#13761) Unexpected use of comma operator. (no-sequences)
(#13763) Comments should not begin with a lowercase character. (capitalized-comments)
(#13768) Use '===' to compare with null. (no-eq-null)
(#13773) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#13785) Missing JSDoc comment. (require-jsdoc)
(#13786) This line has a length of 180. Maximum allowed is 132. (max-len)
(#13789) Missing JSDoc comment. (require-jsdoc)
(#13790) This line has a length of 197. Maximum allowed is 132. (max-len)
(#13793) Missing JSDoc comment. (require-jsdoc)
(#13804) Missing JSDoc comment. (require-jsdoc)
(#13805) This line has a length of 142. Maximum allowed is 132. (max-len)
(#13805) Return statement should not contain assignment. (no-return-assign)
(#13809) This line has a length of 142. Maximum allowed is 132. (max-len)
(#13809) Return statement should not contain assignment. (no-return-assign)
(#13809) Return statement should not contain assignment. (no-return-assign)
(#13809) Return statement should not contain assignment. (no-return-assign)
(#13813) Return statement should not contain assignment. (no-return-assign)
(#13817) Return statement should not contain assignment. (no-return-assign)
(#13821) Return statement should not contain assignment. (no-return-assign)
(#13825) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#13825) Unexpected use of comma operator. (no-sequences)
(#13830) Missing JSDoc comment. (require-jsdoc)
(#13838) Missing JSDoc comment. (require-jsdoc)
(#13848) Missing JSDoc comment. (require-jsdoc)
(#13858) Missing JSDoc comment. (require-jsdoc)
(#13868) Missing JSDoc comment. (require-jsdoc)
(#13878) Missing JSDoc comment. (require-jsdoc)
(#13882) Missing JSDoc comment. (require-jsdoc)
(#13886) Missing JSDoc comment. (require-jsdoc)
(#13886) Expected to return a value at the end of function 'scale'. (consistent-return)
(#13887) Expected { after 'if' condition. (curly)
(#13891) Expected { after 'if' condition. (curly)
(#13893) Expected { after 'for' condition. (curly)
(#13893) Expected { after 'if' condition. (curly)
(#13893) Unexpected use of comma operator. (no-sequences)
(#13893) Use '===' to compare with null. (no-eq-null)
(#13899) Return statement should not contain assignment. (no-return-assign)
(#13909) Missing JSDoc comment. (require-jsdoc)
(#13923) Missing JSDoc comment. (require-jsdoc)
(#13924) This line has a length of 154. Maximum allowed is 132. (max-len)
(#13924) Return statement should not contain assignment. (no-return-assign)
(#13928) This line has a length of 215. Maximum allowed is 132. (max-len)
(#13928) Return statement should not contain assignment. (no-return-assign)
(#13928) Return statement should not contain assignment. (no-return-assign)
(#13928) Return statement should not contain assignment. (no-return-assign)
(#13928) Return statement should not contain assignment. (no-return-assign)
(#13928) Return statement should not contain assignment. (no-return-assign)
(#13932) Return statement should not contain assignment. (no-return-assign)
(#13936) Return statement should not contain assignment. (no-return-assign)
(#13940) Return statement should not contain assignment. (no-return-assign)
(#13944) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#13944) Unexpected use of comma operator. (no-sequences)
(#13949) Missing JSDoc comment. (require-jsdoc)
(#13959) Missing JSDoc comment. (require-jsdoc)
(#13969) Missing JSDoc comment. (require-jsdoc)
(#13979) Missing JSDoc comment. (require-jsdoc)
(#13989) Missing JSDoc comment. (require-jsdoc)
(#13993) Missing JSDoc comment. (require-jsdoc)
(#13994) Unexpected use of '|'. (no-bitwise)
(#13994) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13994) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13995) Expected { after 'while' condition. (curly)
(#14017) Missing JSDoc comment. (require-jsdoc)
(#14371) Missing JSDoc comment. (require-jsdoc)
(#14372) Expected { after 'if' condition. (curly)
(#14381) Identifier 'pi_1_3' is not in camel case. (camelcase)
(#14382) Identifier 'pi_2_3' is not in camel case. (camelcase)
(#14384) Missing JSDoc comment. (require-jsdoc)
(#14388) Identifier 'pi_1_3' is not in camel case. (camelcase)
(#14389) Identifier 'pi_2_3' is not in camel case. (camelcase)
(#14393) Missing JSDoc comment. (require-jsdoc)
(#14400) This line has a length of 1569. Maximum allowed is 132. (max-len)
(#14402) This line has a length of 1567. Maximum allowed is 132. (max-len)
(#14404) This line has a length of 1569. Maximum allowed is 132. (max-len)
(#14406) This line has a length of 1568. Maximum allowed is 132. (max-len)
(#14408) Missing JSDoc comment. (require-jsdoc)
(#14427) Missing JSDoc comment. (require-jsdoc)
(#14428) Do not nest ternary expressions. (no-nested-ternary)
(#14431) Missing JSDoc comment. (require-jsdoc)
(#14432) Do not nest ternary expressions. (no-nested-ternary)
(#14435) Missing JSDoc comment. (require-jsdoc)
(#14439) Missing JSDoc comment. (require-jsdoc)
(#14443) Missing JSDoc comment. (require-jsdoc)
(#14447) Missing JSDoc comment. (require-jsdoc)
(#14451) Missing JSDoc comment. (require-jsdoc)
(#14455) Missing JSDoc comment. (require-jsdoc)
(#14456) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14457) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14459) Expected { after 'if' condition. (curly)
(#14461) Function 'intersect' expected no return value. (consistent-return)
(#14466) Missing JSDoc comment. (require-jsdoc)
(#14495) Expected { after 'if' condition. (curly)
(#14495) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#14495) Unexpected use of comma operator. (no-sequences)
(#14507) Missing JSDoc comment. (require-jsdoc)
(#14517) Missing JSDoc comment. (require-jsdoc)
(#14517) Function 'arc' has a complexity of 25. Maximum allowed is 20. (complexity)
(#14517) Expected to return a value at the end of function 'arc'. (consistent-return)
(#14527) Expected { after 'if' condition. (curly)
(#14530) Expected { after 'if' condition. (curly)
(#14530) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#14530) Unexpected use of comma operator. (no-sequences)
(#14533) Expected { after 'if' condition. (curly)
(#14543) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#14565) Expected { after 'if' condition. (curly)
(#14565) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#14565) Unexpected use of comma operator. (no-sequences)
(#14566) Expected { after 'else'. (curly)
(#14566) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#14566) Unexpected use of comma operator. (no-sequences)
(#14567) Expected { after 'if' condition. (curly)
(#14567) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#14567) Unexpected use of comma operator. (no-sequences)
(#14568) Expected { after 'else'. (curly)
(#14568) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#14568) Unexpected use of comma operator. (no-sequences)
(#14598) Expected { after 'if' condition. (curly)
(#14602) 'x00' used outside of binding context. (block-scoped-var)
(#14602) 'y00' used outside of binding context. (block-scoped-var)
(#14603) 'x11' used outside of binding context. (block-scoped-var)
(#14603) 'y11' used outside of binding context. (block-scoped-var)
(#14608) Expected { after 'if' condition. (curly)
(#14616) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#14619) Expected { after 'else'. (curly)
(#14619) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#14619) Unexpected use of comma operator. (no-sequences)
(#14623) Expected { after 'if' condition. (curly)
(#14627) 'x11' used outside of binding context. (block-scoped-var)
(#14627) 'y11' used outside of binding context. (block-scoped-var)
(#14628) 'x00' used outside of binding context. (block-scoped-var)
(#14628) 'y00' used outside of binding context. (block-scoped-var)
(#14633) Expected { after 'if' condition. (curly)
(#14641) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#14644) Expected { after 'else'. (curly)
(#14649) Expected { after 'if' condition. (curly)
(#14649) Return statement should not contain assignment. (no-return-assign)
(#14649) Unexpected use of comma operator. (no-sequences)
(#14659) Return statement should not contain assignment. (no-return-assign)
(#14663) Return statement should not contain assignment. (no-return-assign)
(#14667) Return statement should not contain assignment. (no-return-assign)
(#14671) Return statement should not contain assignment. (no-return-assign)
(#14671) Do not nest ternary expressions. (no-nested-ternary)
(#14671) Use '===' to compare with null. (no-eq-null)
(#14675) Return statement should not contain assignment. (no-return-assign)
(#14679) Return statement should not contain assignment. (no-return-assign)
(#14683) Return statement should not contain assignment. (no-return-assign)
(#14687) Use '===' to compare with null. (no-eq-null)
(#14693) Missing JSDoc comment. (require-jsdoc)
(#14708) Expected { after 'if' condition. (curly)
(#14712) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#14712) Unexpected use of comma operator. (no-sequences)
(#14714) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#14714) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#14715) Comments should not begin with a lowercase character. (capitalized-comments)
(#14716) Expected a 'break' statement before 'default'. (no-fallthrough)
(#14721) Missing JSDoc comment. (require-jsdoc)
(#14725) Missing JSDoc comment. (require-jsdoc)
(#14729) Missing JSDoc comment. (require-jsdoc)
(#14733) Missing JSDoc comment. (require-jsdoc)
(#14741) Missing JSDoc comment. (require-jsdoc)
(#14741) Expected to return a value at the end of function 'line'. (consistent-return)
(#14748) Expected { after 'if' condition. (curly)
(#14748) Use '===' to compare with null. (no-eq-null)
(#14752) Expected { after 'if' condition. (curly)
(#14752) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14753) Expected { after 'else'. (curly)
(#14755) Expected { after 'if' condition. (curly)
(#14758) Expected { after 'if' condition. (curly)
(#14758) Return statement should not contain assignment. (no-return-assign)
(#14758) Unexpected use of comma operator. (no-sequences)
(#14762) Return statement should not contain assignment. (no-return-assign)
(#14766) Return statement should not contain assignment. (no-return-assign)
(#14770) Return statement should not contain assignment. (no-return-assign)
(#14774) Return statement should not contain assignment. (no-return-assign)
(#14774) Use '===' to compare with null. (no-eq-null)
(#14778) Return statement should not contain assignment. (no-return-assign)
(#14778) Return statement should not contain assignment. (no-return-assign)
(#14778) Return statement should not contain assignment. (no-return-assign)
(#14778) Use '===' to compare with null. (no-eq-null)
(#14784) Missing JSDoc comment. (require-jsdoc)
(#14794) Missing JSDoc comment. (require-jsdoc)
(#14794) Expected to return a value at the end of function 'area'. (consistent-return)
(#14805) Expected { after 'if' condition. (curly)
(#14805) Use '===' to compare with null. (no-eq-null)
(#14809) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14824) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#14824) Unexpected use of comma operator. (no-sequences)
(#14829) Expected { after 'if' condition. (curly)
(#14829) Return statement should not contain assignment. (no-return-assign)
(#14829) Unexpected use of comma operator. (no-sequences)
(#14832) Missing JSDoc comment. (require-jsdoc)
(#14837) Return statement should not contain assignment. (no-return-assign)
(#14837) Return statement should not contain assignment. (no-return-assign)
(#14841) Return statement should not contain assignment. (no-return-assign)
(#14845) Return statement should not contain assignment. (no-return-assign)
(#14845) Do not nest ternary expressions. (no-nested-ternary)
(#14845) Use '===' to compare with null. (no-eq-null)
(#14849) Return statement should not contain assignment. (no-return-assign)
(#14849) Return statement should not contain assignment. (no-return-assign)
(#14853) Return statement should not contain assignment. (no-return-assign)
(#14857) Return statement should not contain assignment. (no-return-assign)
(#14857) Do not nest ternary expressions. (no-nested-ternary)
(#14857) Use '===' to compare with null. (no-eq-null)
(#14874) Return statement should not contain assignment. (no-return-assign)
(#14878) Return statement should not contain assignment. (no-return-assign)
(#14878) Use '===' to compare with null. (no-eq-null)
(#14882) Return statement should not contain assignment. (no-return-assign)
(#14882) Return statement should not contain assignment. (no-return-assign)
(#14882) Return statement should not contain assignment. (no-return-assign)
(#14882) Use '===' to compare with null. (no-eq-null)
(#14888) Missing JSDoc comment. (require-jsdoc)
(#14889) Do not nest ternary expressions. (no-nested-ternary)
(#14889) Do not nest ternary expressions. (no-nested-ternary)
(#14892) Missing JSDoc comment. (require-jsdoc)
(#14896) Missing JSDoc comment. (require-jsdoc)
(#14904) Missing JSDoc comment. (require-jsdoc)
(#14926) Expected { after 'if' condition. (curly)
(#14926) Use '===' to compare with null. (no-eq-null)
(#14926) Statement inside of curly braces should be on next line. (brace-style)
(#14926) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14927) Expected { after 'if' condition. (curly)
(#14927) Use '===' to compare with null. (no-eq-null)
(#14927) Statement inside of curly braces should be on next line. (brace-style)
(#14927) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14931) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#14931) Unexpected use of comma operator. (no-sequences)
(#14945) Return statement should not contain assignment. (no-return-assign)
(#14949) Return statement should not contain assignment. (no-return-assign)
(#14949) Return statement should not contain assignment. (no-return-assign)
(#14953) Return statement should not contain assignment. (no-return-assign)
(#14953) Return statement should not contain assignment. (no-return-assign)
(#14957) Return statement should not contain assignment. (no-return-assign)
(#14961) Return statement should not contain assignment. (no-return-assign)
(#14965) Return statement should not contain assignment. (no-return-assign)
(#14973) Missing JSDoc comment. (require-jsdoc)
(#14995) Missing JSDoc comment. (require-jsdoc)
(#14997) Missing JSDoc comment. (require-jsdoc)
(#15006) Missing JSDoc comment. (require-jsdoc)
(#15009) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15009) Unexpected use of comma operator. (no-sequences)
(#15010) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15010) Unexpected use of comma operator. (no-sequences)
(#15019) Missing JSDoc comment. (require-jsdoc)
(#15023) Missing JSDoc comment. (require-jsdoc)
(#15031) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15031) Unexpected use of comma operator. (no-sequences)
(#15032) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15032) Unexpected use of comma operator. (no-sequences)
(#15033) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15033) Unexpected use of comma operator. (no-sequences)
(#15034) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15034) Unexpected use of comma operator. (no-sequences)
(#15035) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15035) Unexpected use of comma operator. (no-sequences)
(#15036) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15036) Unexpected use of comma operator. (no-sequences)
(#15037) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15037) Statement inside of curly braces should be on next line. (brace-style)
(#15037) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15037) Unexpected use of comma operator. (no-sequences)
(#15038) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15038) Statement inside of curly braces should be on next line. (brace-style)
(#15038) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15038) Unexpected use of comma operator. (no-sequences)
(#15039) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15039) Statement inside of curly braces should be on next line. (brace-style)
(#15039) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15039) Unexpected use of comma operator. (no-sequences)
(#15040) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15040) Statement inside of curly braces should be on next line. (brace-style)
(#15040) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15040) Unexpected use of comma operator. (no-sequences)
(#15049) Missing JSDoc comment. (require-jsdoc)
(#15055) Missing JSDoc comment. (require-jsdoc)
(#15059) Missing JSDoc comment. (require-jsdoc)
(#15063) Missing JSDoc comment. (require-jsdoc)
(#15070) Missing JSDoc comment. (require-jsdoc)
(#15070) Expected to return a value at the end of function 'link'. (consistent-return)
(#15071) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15071) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15071) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15072) Expected { after 'if' condition. (curly)
(#15073) This line has a length of 149. Maximum allowed is 132. (max-len)
(#15074) Expected { after 'if' condition. (curly)
(#15074) Return statement should not contain assignment. (no-return-assign)
(#15074) Unexpected use of comma operator. (no-sequences)
(#15078) Return statement should not contain assignment. (no-return-assign)
(#15082) Return statement should not contain assignment. (no-return-assign)
(#15086) Return statement should not contain assignment. (no-return-assign)
(#15090) Return statement should not contain assignment. (no-return-assign)
(#15094) Use '===' to compare with null. (no-eq-null)
(#15100) Missing JSDoc comment. (require-jsdoc)
(#15105) Missing JSDoc comment. (require-jsdoc)
(#15110) Missing JSDoc comment. (require-jsdoc)
(#15119) Missing JSDoc comment. (require-jsdoc)
(#15123) Missing JSDoc comment. (require-jsdoc)
(#15127) Missing JSDoc comment. (require-jsdoc)
(#15129) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15129) Unexpected use of comma operator. (no-sequences)
(#15130) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15130) Unexpected use of comma operator. (no-sequences)
(#15162) Identifier 'tan30_2' is not in camel case. (camelcase)
(#15166) Identifier 'tan30_2' is not in camel case. (camelcase)
(#15256) Missing JSDoc comment. (require-jsdoc)
(#15261) Missing JSDoc comment. (require-jsdoc)
(#15261) Expected to return a value at the end of function 'symbol'. (consistent-return)
(#15263) Expected { after 'if' condition. (curly)
(#15265) Expected { after 'if' condition. (curly)
(#15265) Return statement should not contain assignment. (no-return-assign)
(#15265) Unexpected use of comma operator. (no-sequences)
(#15269) Return statement should not contain assignment. (no-return-assign)
(#15273) Return statement should not contain assignment. (no-return-assign)
(#15277) Return statement should not contain assignment. (no-return-assign)
(#15277) Use '===' to compare with null. (no-eq-null)
(#15283) Missing JSDoc comment. (require-jsdoc)
(#15283) Unexpected empty function 'noop$3'. (no-empty-function)
(#15285) Missing JSDoc comment. (require-jsdoc)
(#15296) Missing JSDoc comment. (require-jsdoc)
(#15314) Comments should not begin with a lowercase character. (capitalized-comments)
(#15315) Expected a 'break' statement before 'case'. (no-fallthrough)
(#15317) Expected { after 'if' condition. (curly)
(#15321) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15321) Unexpected use of comma operator. (no-sequences)
(#15323) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15323) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#15325) Comments should not begin with a lowercase character. (capitalized-comments)
(#15326) Expected a 'break' statement before 'default'. (no-fallthrough)
(#15328) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15328) Unexpected use of comma operator. (no-sequences)
(#15329) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15329) Unexpected use of comma operator. (no-sequences)
(#15333) Missing JSDoc comment. (require-jsdoc)
(#15337) Missing JSDoc comment. (require-jsdoc)
(#15371) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15371) Unexpected use of comma operator. (no-sequences)
(#15373) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15373) Unexpected use of comma operator. (no-sequences)
(#15373) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#15374) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15374) Unexpected use of comma operator. (no-sequences)
(#15374) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#15375) This line has a length of 157. Maximum allowed is 132. (max-len)
(#15375) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15375) Unexpected use of comma operator. (no-sequences)
(#15375) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#15378) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15378) Unexpected use of comma operator. (no-sequences)
(#15379) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15379) Unexpected use of comma operator. (no-sequences)
(#15383) Missing JSDoc comment. (require-jsdoc)
(#15387) Missing JSDoc comment. (require-jsdoc)
(#15404) Expected { after 'if' condition. (curly)
(#15408) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15408) Unexpected use of comma operator. (no-sequences)
(#15412) This line has a length of 195. Maximum allowed is 132. (max-len)
(#15412) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15412) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15412) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#15413) Comments should not begin with a lowercase character. (capitalized-comments)
(#15414) Expected a 'break' statement before 'default'. (no-fallthrough)
(#15416) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15416) Unexpected use of comma operator. (no-sequences)
(#15417) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15417) Unexpected use of comma operator. (no-sequences)
(#15421) Missing JSDoc comment. (require-jsdoc)
(#15425) Missing JSDoc comment. (require-jsdoc)
(#15469) Missing JSDoc comment. (require-jsdoc)
(#15480) Missing JSDoc comment. (require-jsdoc)
(#15491) Missing JSDoc comment. (require-jsdoc)
(#15513) Expected { after 'if' condition. (curly)
(#15517) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15517) Unexpected use of comma operator. (no-sequences)
(#15519) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15519) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#15520) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15520) Unexpected use of comma operator. (no-sequences)
(#15520) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#15521) Comments should not begin with a lowercase character. (capitalized-comments)
(#15522) Expected a 'break' statement before 'default'. (no-fallthrough)
(#15524) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15524) Unexpected use of comma operator. (no-sequences)
(#15525) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15525) Unexpected use of comma operator. (no-sequences)
(#15531) Missing JSDoc comment. (require-jsdoc)
(#15542) Missing JSDoc comment. (require-jsdoc)
(#15576) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15576) Unexpected use of comma operator. (no-sequences)
(#15578) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15578) Unexpected use of comma operator. (no-sequences)
(#15578) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#15579) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#15580) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15580) Unexpected use of comma operator. (no-sequences)
(#15580) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#15583) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15583) Unexpected use of comma operator. (no-sequences)
(#15584) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15584) Unexpected use of comma operator. (no-sequences)
(#15590) Missing JSDoc comment. (require-jsdoc)
(#15601) Missing JSDoc comment. (require-jsdoc)
(#15619) Expected { after 'if' condition. (curly)
(#15623) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15623) Unexpected use of comma operator. (no-sequences)
(#15627) This line has a length of 135. Maximum allowed is 132. (max-len)
(#15627) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15627) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#15628) Comments should not begin with a lowercase character. (capitalized-comments)
(#15629) Expected a 'break' statement before 'default'. (no-fallthrough)
(#15631) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15631) Unexpected use of comma operator. (no-sequences)
(#15632) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15632) Unexpected use of comma operator. (no-sequences)
(#15638) Missing JSDoc comment. (require-jsdoc)
(#15649) Missing JSDoc comment. (require-jsdoc)
(#15672) Missing JSDoc comment. (require-jsdoc)
(#15687) Identifier '_l01_a' is not in camel case. (camelcase)
(#15687) Identifier '_l12_a' is not in camel case. (camelcase)
(#15687) Identifier '_l23_a' is not in camel case. (camelcase)
(#15688) Identifier '_l01_2a' is not in camel case. (camelcase)
(#15688) Identifier '_l12_2a' is not in camel case. (camelcase)
(#15688) Identifier '_l23_2a' is not in camel case. (camelcase)
(#15696) Expected { after 'if' condition. (curly)
(#15700) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15700) Unexpected use of comma operator. (no-sequences)
(#15705) Identifier '_l23_a' is not in camel case. (camelcase)
(#15705) Identifier '_l23_2a' is not in camel case. (camelcase)
(#15709) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15709) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#15711) Comments should not begin with a lowercase character. (capitalized-comments)
(#15712) Expected a 'break' statement before 'default'. (no-fallthrough)
(#15715) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15715) Identifier '_l01_a' is not in camel case. (camelcase)
(#15715) Unexpected use of comma operator. (no-sequences)
(#15715) Identifier '_l12_a' is not in camel case. (camelcase)
(#15716) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15716) Identifier '_l01_2a' is not in camel case. (camelcase)
(#15716) Unexpected use of comma operator. (no-sequences)
(#15716) Identifier '_l12_2a' is not in camel case. (camelcase)
(#15717) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15717) Unexpected use of comma operator. (no-sequences)
(#15718) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15718) Unexpected use of comma operator. (no-sequences)
(#15724) Missing JSDoc comment. (require-jsdoc)
(#15735) Missing JSDoc comment. (require-jsdoc)
(#15746) Identifier '_l01_a' is not in camel case. (camelcase)
(#15746) Identifier '_l12_a' is not in camel case. (camelcase)
(#15746) Identifier '_l23_a' is not in camel case. (camelcase)
(#15747) Identifier '_l01_2a' is not in camel case. (camelcase)
(#15747) Identifier '_l12_2a' is not in camel case. (camelcase)
(#15747) Identifier '_l23_2a' is not in camel case. (camelcase)
(#15771) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15771) Unexpected use of comma operator. (no-sequences)
(#15776) Identifier '_l23_a' is not in camel case. (camelcase)
(#15776) Identifier '_l23_2a' is not in camel case. (camelcase)
(#15780) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15780) Unexpected use of comma operator. (no-sequences)
(#15780) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#15781) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#15782) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15782) Unexpected use of comma operator. (no-sequences)
(#15782) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#15786) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15786) Identifier '_l01_a' is not in camel case. (camelcase)
(#15786) Unexpected use of comma operator. (no-sequences)
(#15786) Identifier '_l12_a' is not in camel case. (camelcase)
(#15787) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15787) Identifier '_l01_2a' is not in camel case. (camelcase)
(#15787) Unexpected use of comma operator. (no-sequences)
(#15787) Identifier '_l12_2a' is not in camel case. (camelcase)
(#15788) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15788) Unexpected use of comma operator. (no-sequences)
(#15789) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15789) Unexpected use of comma operator. (no-sequences)
(#15795) Missing JSDoc comment. (require-jsdoc)
(#15806) Missing JSDoc comment. (require-jsdoc)
(#15821) Identifier '_l01_a' is not in camel case. (camelcase)
(#15821) Identifier '_l12_a' is not in camel case. (camelcase)
(#15821) Identifier '_l23_a' is not in camel case. (camelcase)
(#15822) Identifier '_l01_2a' is not in camel case. (camelcase)
(#15822) Identifier '_l12_2a' is not in camel case. (camelcase)
(#15822) Identifier '_l23_2a' is not in camel case. (camelcase)
(#15826) Expected { after 'if' condition. (curly)
(#15830) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15830) Unexpected use of comma operator. (no-sequences)
(#15835) Identifier '_l23_a' is not in camel case. (camelcase)
(#15835) Identifier '_l23_2a' is not in camel case. (camelcase)
(#15841) This line has a length of 135. Maximum allowed is 132. (max-len)
(#15841) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15841) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#15842) Comments should not begin with a lowercase character. (capitalized-comments)
(#15843) Expected a 'break' statement before 'default'. (no-fallthrough)
(#15846) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15846) Identifier '_l01_a' is not in camel case. (camelcase)
(#15846) Unexpected use of comma operator. (no-sequences)
(#15846) Identifier '_l12_a' is not in camel case. (camelcase)
(#15847) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15847) Identifier '_l01_2a' is not in camel case. (camelcase)
(#15847) Unexpected use of comma operator. (no-sequences)
(#15847) Identifier '_l12_2a' is not in camel case. (camelcase)
(#15848) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15848) Unexpected use of comma operator. (no-sequences)
(#15849) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15849) Unexpected use of comma operator. (no-sequences)
(#15855) Missing JSDoc comment. (require-jsdoc)
(#15866) Missing JSDoc comment. (require-jsdoc)
(#15877) Expected { after 'if' condition. (curly)
(#15880) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15880) Unexpected use of comma operator. (no-sequences)
(#15881) Expected { after 'if' condition. (curly)
(#15882) Expected { after 'else'. (curly)
(#15882) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15882) Unexpected use of comma operator. (no-sequences)
(#15886) Missing JSDoc comment. (require-jsdoc)
(#15890) Missing JSDoc comment. (require-jsdoc)
(#15898) Missing JSDoc comment. (require-jsdoc)
(#15908) Missing JSDoc comment. (require-jsdoc)
(#15916) Missing JSDoc comment. (require-jsdoc)
(#15925) Missing JSDoc comment. (require-jsdoc)
(#15947) Expected { after 'if' condition. (curly)
(#15953) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15953) Unexpected use of comma operator. (no-sequences)
(#15954) Expected { after 'if' condition. (curly)
(#15956) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15956) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#15958) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#15962) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15962) Unexpected use of comma operator. (no-sequences)
(#15963) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#15963) Unexpected use of comma operator. (no-sequences)
(#15968) Missing JSDoc comment. (require-jsdoc)
(#15976) Missing JSDoc comment. (require-jsdoc)
(#15981) Statement inside of curly braces should be on next line. (brace-style)
(#15981) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15982) Statement inside of curly braces should be on next line. (brace-style)
(#15982) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15983) Statement inside of curly braces should be on next line. (brace-style)
(#15983) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15984) Statement inside of curly braces should be on next line. (brace-style)
(#15984) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15987) Missing JSDoc comment. (require-jsdoc)
(#15991) Missing JSDoc comment. (require-jsdoc)
(#15995) Missing JSDoc comment. (require-jsdoc)
(#16016) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16028) Expected { after 'if' condition. (curly)
(#16039) Missing JSDoc comment. (require-jsdoc)
(#16046) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16046) Unexpected use of comma operator. (no-sequences)
(#16047) Expected { after 'for' condition. (curly)
(#16047) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16047) Unexpected use of comma operator. (no-sequences)
(#16048) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16048) Unexpected use of comma operator. (no-sequences)
(#16049) Expected { after 'for' condition. (curly)
(#16049) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16049) Unexpected use of comma operator. (no-sequences)
(#16051) Expected { after 'for' condition. (curly)
(#16053) Expected { after 'for' condition. (curly)
(#16057) Missing JSDoc comment. (require-jsdoc)
(#16061) Missing JSDoc comment. (require-jsdoc)
(#16078) Expected { after 'if' condition. (curly)
(#16079) Expected { after 'if' condition. (curly)
(#16080) Expected { after 'if' condition. (curly)
(#16080) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16080) Unexpected use of comma operator. (no-sequences)
(#16083) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16083) Unexpected use of comma operator. (no-sequences)
(#16085) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16085) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#16086) Comments should not begin with a lowercase character. (capitalized-comments)
(#16087) Expected a 'break' statement before 'default'. (no-fallthrough)
(#16099) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16099) Unexpected use of comma operator. (no-sequences)
(#16103) Missing JSDoc comment. (require-jsdoc)
(#16107) Missing JSDoc comment. (require-jsdoc)
(#16111) Missing JSDoc comment. (require-jsdoc)
(#16115) Missing JSDoc comment. (require-jsdoc)
(#16116) Expected { after 'if' condition. (curly)
(#16116) 'n' used outside of binding context. (block-scoped-var)
(#16118) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16118) Unexpected use of comma operator. (no-sequences)
(#16125) Missing JSDoc comment. (require-jsdoc)
(#16126) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16127) Expected { after 'while' condition. (curly)
(#16131) Missing JSDoc comment. (require-jsdoc)
(#16135) Missing JSDoc comment. (require-jsdoc)
(#16141) Missing JSDoc comment. (require-jsdoc)
(#16154) 'si' used outside of binding context. (block-scoped-var)
(#16154) 'ki' used outside of binding context. (block-scoped-var)
(#16166) Return statement should not contain assignment. (no-return-assign)
(#16170) Return statement should not contain assignment. (no-return-assign)
(#16174) This line has a length of 134. Maximum allowed is 132. (max-len)
(#16174) Return statement should not contain assignment. (no-return-assign)
(#16174) Do not nest ternary expressions. (no-nested-ternary)
(#16174) Use '===' to compare with null. (no-eq-null)
(#16178) Return statement should not contain assignment. (no-return-assign)
(#16178) Use '===' to compare with null. (no-eq-null)
(#16184) Missing JSDoc comment. (require-jsdoc)
(#16185) Expected { after 'if' condition. (curly)
(#16185) 'n' used outside of binding context. (block-scoped-var)
(#16187) Expected { after 'for' condition. (curly)
(#16188) Expected { after 'if' condition. (curly)
(#16188) Expected { after 'for' condition. (curly)
(#16193) Missing JSDoc comment. (require-jsdoc)
(#16194) Expected { after 'if' condition. (curly)
(#16194) 'n' used outside of binding context. (block-scoped-var)
(#16198) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16198) Unexpected use of comma operator. (no-sequences)
(#16200) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16200) Unexpected use of comma operator. (no-sequences)
(#16208) Missing JSDoc comment. (require-jsdoc)
(#16209) Expected { after 'if' condition. (curly)
(#16209) 'n' used outside of binding context. (block-scoped-var)
(#16211) Expected { after 'for' condition. (curly)
(#16212) 'y' used outside of binding context. (block-scoped-var)
(#16217) Missing JSDoc comment. (require-jsdoc)
(#16218) Expected { after 'if' condition. (curly)
(#16218) 'n' used outside of binding context. (block-scoped-var)
(#16218) 'm' used outside of binding context. (block-scoped-var)
(#16218) 's0' used outside of binding context. (block-scoped-var)
(#16231) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16231) Unexpected use of comma operator. (no-sequences)
(#16234) Expected { after 'if' condition. (curly)
(#16234) 's1' used outside of binding context. (block-scoped-var)
(#16234) 's2' used outside of binding context. (block-scoped-var)
(#16234) 's1' used outside of binding context. (block-scoped-var)
(#16236) 's0' used outside of binding context. (block-scoped-var)
(#16236) 'j' used outside of binding context. (block-scoped-var)
(#16236) 's0' used outside of binding context. (block-scoped-var)
(#16236) 'j' used outside of binding context. (block-scoped-var)
(#16236) 'y' used outside of binding context. (block-scoped-var)
(#16240) Missing JSDoc comment. (require-jsdoc)
(#16242) Statement inside of curly braces should be on next line. (brace-style)
(#16242) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16245) Missing JSDoc comment. (require-jsdoc)
(#16246) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16246) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16246) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16246) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16247) Expected { after 'while' condition. (curly)
(#16247) Expected { after 'if' condition. (curly)
(#16247) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16247) Unexpected use of comma operator. (no-sequences)
(#16251) Missing JSDoc comment. (require-jsdoc)
(#16253) Statement inside of curly braces should be on next line. (brace-style)
(#16253) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16256) Missing JSDoc comment. (require-jsdoc)
(#16257) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16257) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16257) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16258) Expected { after 'while' condition. (curly)
(#16258) Expected { after 'if' condition. (curly)
(#16258) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16262) Missing JSDoc comment. (require-jsdoc)
(#16266) Missing JSDoc comment. (require-jsdoc)
(#16291) Missing JSDoc comment. (require-jsdoc)
(#16295) Missing JSDoc comment. (require-jsdoc)
(#16301) Missing JSDoc comment. (require-jsdoc)
(#16305) Missing JSDoc comment. (require-jsdoc)
(#16309) Missing JSDoc comment. (require-jsdoc)
(#16310) Comments should not begin with a lowercase character. (capitalized-comments)
(#16313) Missing JSDoc comment. (require-jsdoc)
(#16314) Comments should not begin with a lowercase character. (capitalized-comments)
(#16315) Comments should not begin with a lowercase character. (capitalized-comments)
(#16316) Comments should not begin with a lowercase character. (capitalized-comments)
(#16317) Comments should not begin with a lowercase character. (capitalized-comments)
(#16318) Comments should not begin with a lowercase character. (capitalized-comments)
(#16319) Comments should not begin with a lowercase character. (capitalized-comments)
(#16331) Expected { after 'if' condition. (curly)
(#16335) Expected { after 'while' condition. (curly)
(#16342) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#16367) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#16373) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#16383) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#16389) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#16397) Method 'remove' has a complexity of 32. Maximum allowed is 20. (complexity)
(#16398) Expected { after 'if' condition. (curly)
(#16399) Expected { after 'if' condition. (curly)
(#16409) Expected { after 'if' condition. (curly)
(#16410) Expected { after 'if' condition. (curly)
(#16411) Expected { after 'else'. (curly)
(#16411) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#16414) Expected { after 'if' condition. (curly)
(#16415) Expected { after 'else'. (curly)
(#16442) Expected { after 'if' condition. (curly)
(#16443) Expected { after 'if' condition. (curly)
(#16444) Statement inside of curly braces should be on next line. (brace-style)
(#16444) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#16444) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16447) Expected { after 'if' condition. (curly)
(#16453) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#16461) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#16466) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#16475) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#16483) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#16488) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#16498) Expected { after 'if' condition. (curly)
(#16502) Missing JSDoc comment. (require-jsdoc)
(#16508) Expected { after 'if' condition. (curly)
(#16509) Expected { after 'else'. (curly)
(#16517) Expected { after 'if' condition. (curly)
(#16521) Missing JSDoc comment. (require-jsdoc)
(#16527) Expected { after 'if' condition. (curly)
(#16528) Expected { after 'else'. (curly)
(#16536) Expected { after 'if' condition. (curly)
(#16540) Missing JSDoc comment. (require-jsdoc)
(#16541) Expected { after 'while' condition. (curly)
(#16545) Missing JSDoc comment. (require-jsdoc)
(#16550) Expected { after 'if' condition. (curly)
(#16551) Expected { after 'if' condition. (curly)
(#16557) Missing JSDoc comment. (require-jsdoc)
(#16563) Missing JSDoc comment. (require-jsdoc)
(#16576) Missing JSDoc comment. (require-jsdoc)
(#16576) Function 'clipEdge' has a complexity of 37. Maximum allowed is 20. (complexity)
(#16590) Expected { after 'if' condition. (curly)
(#16593) Expected { after 'if' condition. (curly)
(#16594) Expected { after 'if' condition. (curly)
(#16596) Expected { after 'if' condition. (curly)
(#16597) Expected { after 'if' condition. (curly)
(#16601) Expected { after 'if' condition. (curly)
(#16604) Expected { after 'if' condition. (curly)
(#16605) Expected { after 'if' condition. (curly)
(#16607) Expected { after 'if' condition. (curly)
(#16608) Expected { after 'if' condition. (curly)
(#16612) Expected { after 'if' condition. (curly)
(#16615) Expected { after 'if' condition. (curly)
(#16616) Expected { after 'if' condition. (curly)
(#16618) Expected { after 'if' condition. (curly)
(#16619) Expected { after 'if' condition. (curly)
(#16623) Expected { after 'if' condition. (curly)
(#16626) Expected { after 'if' condition. (curly)
(#16627) Expected { after 'if' condition. (curly)
(#16629) Expected { after 'if' condition. (curly)
(#16630) Expected { after 'if' condition. (curly)
(#16633) Expected { after 'if' condition. (curly)
(#16633) Function 'clipEdge' expected no return value. (consistent-return)
(#16635) Expected { after 'if' condition. (curly)
(#16636) Expected { after 'if' condition. (curly)
(#16637) Function 'clipEdge' expected no return value. (consistent-return)
(#16640) Missing JSDoc comment. (require-jsdoc)
(#16640) Function 'connectEdge' has a complexity of 22. Maximum allowed is 20. (complexity)
(#16642) Expected { after 'if' condition. (curly)
(#16657) Expected { after 'if' condition. (curly)
(#16657) Function 'connectEdge' expected a return value. (consistent-return)
(#16659) Expected { after 'if' condition. (curly)
(#16660) Expected { after 'if' condition. (curly)
(#16660) Function 'connectEdge' expected a return value. (consistent-return)
(#16663) Expected { after 'if' condition. (curly)
(#16664) Expected { after 'if' condition. (curly)
(#16664) Function 'connectEdge' expected a return value. (consistent-return)
(#16672) Expected { after 'if' condition. (curly)
(#16673) Expected { after 'if' condition. (curly)
(#16673) Function 'connectEdge' expected a return value. (consistent-return)
(#16676) Expected { after 'if' condition. (curly)
(#16677) Expected { after 'if' condition. (curly)
(#16677) Function 'connectEdge' expected a return value. (consistent-return)
(#16682) Expected { after 'if' condition. (curly)
(#16683) Expected { after 'if' condition. (curly)
(#16683) Function 'connectEdge' expected a return value. (consistent-return)
(#16686) Expected { after 'if' condition. (curly)
(#16687) Expected { after 'if' condition. (curly)
(#16687) Function 'connectEdge' expected a return value. (consistent-return)
(#16698) Missing JSDoc comment. (require-jsdoc)
(#16712) Missing JSDoc comment. (require-jsdoc)
(#16713) Return statement should not contain assignment. (no-return-assign)
(#16719) Missing JSDoc comment. (require-jsdoc)
(#16723) Expected { after 'if' condition. (curly)
(#16723) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16723) Unexpected use of comma operator. (no-sequences)
(#16724) Expected { after 'if' condition. (curly)
(#16725) Expected { after 'if' condition. (curly)
(#16725) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16725) Unexpected use of comma operator. (no-sequences)
(#16726) Expected { after 'else'. (curly)
(#16726) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16726) Unexpected use of comma operator. (no-sequences)
(#16730) Missing JSDoc comment. (require-jsdoc)
(#16734) Missing JSDoc comment. (require-jsdoc)
(#16738) Missing JSDoc comment. (require-jsdoc)
(#16743) Expected { after 'for' condition. (curly)
(#16743) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16743) Unexpected use of comma operator. (no-sequences)
(#16744) Function declared in a loop contains unsafe references to variable(s) 'array', 'array'. (no-loop-func)
(#16744) Statement inside of curly braces should be on next line. (brace-style)
(#16744) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16745) Expected { after 'for' condition. (curly)
(#16746) Expected { after 'for' condition. (curly)
(#16751) Missing JSDoc comment. (require-jsdoc)
(#16751) Function 'clipCells' has a complexity of 29. Maximum allowed is 20. (complexity)
(#16768) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16781) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16781) Unexpected use of comma operator. (no-sequences)
(#16783) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16783) Unexpected use of comma operator. (no-sequences)
(#16784) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16784) Unexpected use of comma operator. (no-sequences)
(#16787) Do not nest ternary expressions. (no-nested-ternary)
(#16788) Do not nest ternary expressions. (no-nested-ternary)
(#16789) Do not nest ternary expressions. (no-nested-ternary)
(#16796) Expected { after 'if' condition. (curly)
(#16803) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16806) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16811) Expected { after 'if' condition. (curly)
(#16811) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#16811) Unexpected use of comma operator. (no-sequences)
(#16816) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16816) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16816) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16828) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16840) Missing JSDoc comment. (require-jsdoc)
(#16841) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#16849) Missing JSDoc comment. (require-jsdoc)
(#16853) Expected { after 'if' condition. (curly)
(#16859) Expected { after 'if' condition. (curly)
(#16869) Expected { after 'if' condition. (curly)
(#16876) Missing '()' invoking a constructor. (new-parens)
(#16880) Comments should not begin with a lowercase character. (capitalized-comments)
(#16889) Expected { after 'if' condition. (curly)
(#16890) Statement inside of curly braces should be on next line. (brace-style)
(#16890) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16892) Expected { after 'if' condition. (curly)
(#16893) Statement inside of curly braces should be on next line. (brace-style)
(#16893) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16898) Expected { after 'if' condition. (curly)
(#16901) Missing JSDoc comment. (require-jsdoc)
(#16904) Expected { after 'if' condition. (curly)
(#16907) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#16914) Missing JSDoc comment. (require-jsdoc)
(#16915) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#16921) Missing JSDoc comment. (require-jsdoc)
(#16922) Missing '()' invoking a constructor. (new-parens)
(#16927) Missing JSDoc comment. (require-jsdoc)
(#16931) A function with a name starting with an uppercase letter should only be used as a constructor. (babel/new-cap)
(#16934) Missing JSDoc comment. (require-jsdoc)
(#16987) Missing JSDoc comment. (require-jsdoc)
(#16998) Expected { after 'if' condition. (curly)
(#17025) Expected { after 'if' condition. (curly)
(#17042) Comments should not begin with a lowercase character. (capitalized-comments)
(#17066) Missing JSDoc comment. (require-jsdoc)
(#17072) Expected { after 'if' condition. (curly)
(#17075) Expected { after 'if' condition. (curly)
(#17082) Expected { after 'if' condition. (curly)
(#17088) This line has a length of 135. Maximum allowed is 132. (max-len)
(#17088) Expected { after 'if' condition. (curly)
(#17093) Missing JSDoc comment. (require-jsdoc)
(#17095) Expected { after 'if' condition. (curly)
(#17107) Missing JSDoc comment. (require-jsdoc)
(#17111) Missing JSDoc comment. (require-jsdoc)
(#17116) Missing JSDoc comment. (require-jsdoc)
(#17124) Missing '()' invoking a constructor. (new-parens)
(#17125) Missing '()' invoking a constructor. (new-parens)
(#17127) Unexpected constant condition. (no-constant-condition)
(#17132) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#17132) Unexpected use of comma operator. (no-sequences)
(#17169) Statement inside of curly braces should be on next line. (brace-style)
(#17169) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17180) Expected { after 'if' condition. (curly)
(#17214) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17214) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17214) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17214) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17217) Expected { after 'while' condition. (curly)
(#17217) Expected { after 'if' condition. (curly)
(#17218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17222) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#17222) Unexpected use of comma operator. (no-sequences)
(#17223) Function declared in a loop contains unsafe references to variable(s) 'cell', 'd2', 'd2', 'i1'. (no-loop-func)
(#17224) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17225) Expected { after 'if' condition. (curly)
(#17226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17227) Expected { after 'if' condition. (curly)
(#17227) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#17227) Unexpected use of comma operator. (no-sequences)
(#17233) Use '===' to compare with null. (no-eq-null)
(#17237) Missing JSDoc comment. (require-jsdoc)
(#17242) Missing JSDoc comment. (require-jsdoc)
(#17264) Return statement should not contain assignment. (no-return-assign)
(#17268) Return statement should not contain assignment. (no-return-assign)
(#17272) This line has a length of 187. Maximum allowed is 132. (max-len)
(#17272) Return statement should not contain assignment. (no-return-assign)
(#17272) Use '===' to compare with null. (no-eq-null)
(#17276) This line has a length of 165. Maximum allowed is 132. (max-len)
(#17276) Return statement should not contain assignment. (no-return-assign)
(#17276) Use '===' to compare with null. (no-eq-null)
(#17282) Missing JSDoc comment. (require-jsdoc)
(#17288) Missing JSDoc comment. (require-jsdoc)
(#17294) Missing JSDoc comment. (require-jsdoc)
(#17306) Unexpected use of '&'. (no-bitwise)
(#17341) Missing JSDoc comment. (require-jsdoc)
(#17345) Missing JSDoc comment. (require-jsdoc)
(#17349) Missing JSDoc comment. (require-jsdoc)
(#17355) Missing JSDoc comment. (require-jsdoc)
(#17359) Missing JSDoc comment. (require-jsdoc)
(#17360) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17372) Missing JSDoc comment. (require-jsdoc)
(#17376) Missing JSDoc comment. (require-jsdoc)
(#17380) Missing JSDoc comment. (require-jsdoc)
(#17384) Missing JSDoc comment. (require-jsdoc)
(#17395) Missing JSDoc comment. (require-jsdoc)
(#17413) Missing JSDoc comment. (require-jsdoc)
(#17482) Missing JSDoc comment. (require-jsdoc)
(#17487) Missing JSDoc comment. (require-jsdoc)
(#17488) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17492) Missing JSDoc comment. (require-jsdoc)
(#17496) Missing JSDoc comment. (require-jsdoc)
(#17498) Statement inside of curly braces should be on next line. (brace-style)
(#17498) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17499) Statement inside of curly braces should be on next line. (brace-style)
(#17499) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17511) Expected { after 'if' condition. (curly)
(#17512) Statement inside of curly braces should be on next line. (brace-style)
(#17512) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17512) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17518) Missing JSDoc comment. (require-jsdoc)
(#17527) Missing JSDoc comment. (require-jsdoc)
(#17544) Expected { after 'if' condition. (curly)
(#17545) Expected { after 'if' condition. (curly)
(#17546) Expected { after 'if' condition. (curly)
(#17564) Missing JSDoc comment. (require-jsdoc)
(#17565) Expected { after 'if' condition. (curly)
(#17578) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#17581) Expected { after 'if' condition. (curly)
(#17594) Missing JSDoc comment. (require-jsdoc)
(#17600) Missing JSDoc comment. (require-jsdoc)
(#17601) Expected { after 'if' condition. (curly)
(#17614) Missing JSDoc comment. (require-jsdoc)
(#17617) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17623) Missing JSDoc comment. (require-jsdoc)
(#17631) Missing JSDoc comment. (require-jsdoc)
(#17632) Expected { after 'if' condition. (curly)
(#17640) Expected { after 'if' condition. (curly)
(#17641) Expected { after 'else'. (curly)
(#17644) Missing JSDoc comment. (require-jsdoc)
(#17645) Expected { after 'if' condition. (curly)
(#17649) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17653) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#17653) Unexpected use of comma operator. (no-sequences)
(#17655) Expected { after 'if' condition. (curly)
(#17655) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#17655) Unexpected use of comma operator. (no-sequences)
(#17656) Expected { after 'if' condition. (curly)
(#17665) Expected { after 'if' condition. (curly)
(#17671) Statement inside of curly braces should be on next line. (brace-style)
(#17671) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17677) Missing JSDoc comment. (require-jsdoc)
(#17680) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17683) Expected { after 'if' condition. (curly)
(#17685) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#17685) Unexpected use of comma operator. (no-sequences)
(#17686) Expected { after 'if' condition. (curly)
(#17687) Expected { after 'if' condition. (curly)
(#17691) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17692) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17698) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#17699) Expected { after 'if' condition. (curly)
(#17699) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#17699) Unexpected use of comma operator. (no-sequences)
(#17700) Expected { after 'else'. (curly)
(#17704) Missing JSDoc comment. (require-jsdoc)
(#17707) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17710) Expected { after 'if' condition. (curly)
(#17711) Statement inside of curly braces should be on next line. (brace-style)
(#17711) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17714) Expected { after 'if' condition. (curly)
(#17715) Expected { after 'if' condition. (curly)
(#17717) Expected { after 'if' condition. (curly)
(#17717) Expected an assignment or function call and instead saw an expression. (babel/no-unused-expressions)
(#17717) Unexpected use of comma operator. (no-sequences)
(#17718) Expected { after 'if' condition. (curly)
(#17719) Expected { after 'else'. (curly)
(#17723) Return statement should not contain assignment. (no-return-assign)
(#17727) Return statement should not contain assignment. (no-return-assign)
(#17731) Return statement should not contain assignment. (no-return-assign)
(#17735) This line has a length of 143. Maximum allowed is 132. (max-len)
(#17735) Return statement should not contain assignment. (no-return-assign)
(#17739) Return statement should not contain assignment. (no-return-assign)
(#17739) Return statement should not contain assignment. (no-return-assign)
(#17743) This line has a length of 272. Maximum allowed is 132. (max-len)
(#17743) Return statement should not contain assignment. (no-return-assign)
(#17743) Return statement should not contain assignment. (no-return-assign)
(#17743) Return statement should not contain assignment. (no-return-assign)
(#17743) Return statement should not contain assignment. (no-return-assign)
(#17747) Return statement should not contain assignment. (no-return-assign)
(#17751) Return statement should not contain assignment. (no-return-assign)
(#17755) Return statement should not contain assignment. (no-return-assign)
(#17764) Return statement should not contain assignment. (no-return-assign)
(#18252) There should be no space after '{'. (babel/object-curly-spacing)
(#18252) There should be no space before '}'. (babel/object-curly-spacing)
blocks/behaviour/amd/src/mersenne-twister.js
(#15) Trailing spaces not allowed. (no-trailing-spaces)
(#18) Trailing spaces not allowed. (no-trailing-spaces)
(#21) Trailing spaces not allowed. (no-trailing-spaces)
(#34) Trailing spaces not allowed. (no-trailing-spaces)
(#37) Trailing spaces not allowed. (no-trailing-spaces)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#40) Trailing spaces not allowed. (no-trailing-spaces)
(#42) Trailing spaces not allowed. (no-trailing-spaces)
(#43) Trailing spaces not allowed. (no-trailing-spaces)
(#47) Trailing spaces not allowed. (no-trailing-spaces)
(#50) Trailing spaces not allowed. (no-trailing-spaces)
(#54) Trailing spaces not allowed. (no-trailing-spaces)
(#55) Trailing spaces not allowed. (no-trailing-spaces)
(#56) Trailing spaces not allowed. (no-trailing-spaces)
(#58) Trailing spaces not allowed. (no-trailing-spaces)
(#70) Trailing spaces not allowed. (no-trailing-spaces)
(#71) Trailing spaces not allowed. (no-trailing-spaces)
(#83) 'module' is not defined. (no-undef)
(#89) Trailing spaces not allowed. (no-trailing-spaces)
(#94) Trailing spaces not allowed. (no-trailing-spaces)
(#97) Multiple spaces found before '/* constant ve...*/'. (no-multi-spaces)
(#97) Comments should not begin with a lowercase character. (capitalized-comments)
(#98) Comments should not begin with a lowercase character. (capitalized-comments)
(#99) Comments should not begin with a lowercase character. (capitalized-comments)
(#100) Trailing spaces not allowed. (no-trailing-spaces)
(#101) Comments should not begin with a lowercase character. (capitalized-comments)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Operator '+' must be spaced. (space-infix-ops)
(#102) Comments should not begin with a lowercase character. (capitalized-comments)
(#105) Trailing spaces not allowed. (no-trailing-spaces)
(#105) Missing semicolon. (babel/semi)
(#106) Trailing spaces not allowed. (no-trailing-spaces)
(#107) Comments should not begin with a lowercase character. (capitalized-comments)
(#108) Identifier 'init_genrand' is not in camel case. (camelcase)
(#109) Unexpected use of '>>>'. (no-bitwise)
(#109) 's' used outside of binding context. (block-scoped-var)
(#110) Operator '=' must be spaced. (space-infix-ops)
(#110) Operator '<' must be spaced. (space-infix-ops)
(#111) 's' is already defined. (no-redeclare)
(#111) Unexpected use of '^'. (no-bitwise)
(#111) Operator '-' must be spaced. (space-infix-ops)
(#111) Unexpected use of '>>>'. (no-bitwise)
(#111) Operator '-' must be spaced. (space-infix-ops)
(#112) Unexpected use of '<<'. (no-bitwise)
(#112) Unexpected use of '>>>'. (no-bitwise)
(#112) Unexpected use of '&'. (no-bitwise)
(#112) Unexpected use of '&'. (no-bitwise)
(#118) Unexpected use of '>>>='. (no-bitwise)
(#119) Comments should not begin with a lowercase character. (capitalized-comments)
(#121) Missing semicolon. (babel/semi)
(#122) Trailing spaces not allowed. (no-trailing-spaces)
(#123) Comments should not begin with a lowercase character. (capitalized-comments)
(#127) Identifier 'init_by_array' is not in camel case. (camelcase)
(#127) Identifier 'init_key' is not in camel case. (camelcase)
(#127) Identifier 'key_length' is not in camel case. (camelcase)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#131) Operator '>' must be spaced. (space-infix-ops)
(#131) Identifier 'key_length' is not in camel case. (camelcase)
(#131) Identifier 'key_length' is not in camel case. (camelcase)
(#133) 's' used outside of binding context. (block-scoped-var)
(#133) Unexpected use of '^'. (no-bitwise)
(#133) Operator '-' must be spaced. (space-infix-ops)
(#133) Unexpected use of '>>>'. (no-bitwise)
(#133) Operator '-' must be spaced. (space-infix-ops)
(#133) Missing semicolon. (babel/semi)
(#134) Unexpected use of '^'. (no-bitwise)
(#134) Unexpected use of '<<'. (no-bitwise)
(#134) Unexpected use of '>>>'. (no-bitwise)
(#134) Unexpected use of '&'. (no-bitwise)
(#134) 's' used outside of binding context. (block-scoped-var)
(#134) Unexpected use of '&'. (no-bitwise)
(#134) 's' used outside of binding context. (block-scoped-var)
(#135) Identifier 'init_key' is not in camel case. (camelcase)
(#135) Comments should not begin with a lowercase character. (capitalized-comments)
(#136) Unexpected use of '>>>='. (no-bitwise)
(#136) Comments should not begin with a lowercase character. (capitalized-comments)
(#138) Operator '>=' must be spaced. (space-infix-ops)
(#138) Statement inside of curly braces should be on next line. (brace-style)
(#138) Operator '-' must be spaced. (space-infix-ops)
(#138) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#139) Expected { after 'if' condition. (curly)
(#139) Operator '>=' must be spaced. (space-infix-ops)
(#139) Identifier 'key_length' is not in camel case. (camelcase)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Operator '-' must be spaced. (space-infix-ops)
(#142) 's' is already defined. (no-redeclare)
(#142) 's' used outside of binding context. (block-scoped-var)
(#142) Unexpected use of '^'. (no-bitwise)
(#142) Operator '-' must be spaced. (space-infix-ops)
(#142) Unexpected use of '>>>'. (no-bitwise)
(#142) Operator '-' must be spaced. (space-infix-ops)
(#143) Unexpected use of '^'. (no-bitwise)
(#143) Unexpected use of '<<'. (no-bitwise)
(#143) Unexpected use of '>>>'. (no-bitwise)
(#143) 's' used outside of binding context. (block-scoped-var)
(#143) Unexpected use of '&'. (no-bitwise)
(#143) 's' used outside of binding context. (block-scoped-var)
(#143) Unexpected use of '&'. (no-bitwise)
(#144) Comments should not begin with a lowercase character. (capitalized-comments)
(#145) Unexpected use of '>>>='. (no-bitwise)
(#145) Comments should not begin with a lowercase character. (capitalized-comments)
(#147) Operator '>=' must be spaced. (space-infix-ops)
(#147) Statement inside of curly braces should be on next line. (brace-style)
(#147) Operator '-' must be spaced. (space-infix-ops)
(#147) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) Trailing spaces not allowed. (no-trailing-spaces)
(#151) Missing semicolon. (babel/semi)
(#152) Trailing spaces not allowed. (no-trailing-spaces)
(#153) Comments should not begin with a lowercase character. (capitalized-comments)
(#154) Identifier 'genrand_int32' is not in camel case. (camelcase)
(#157) Comments should not begin with a lowercase character. (capitalized-comments)
(#159) Comments should not begin with a lowercase character. (capitalized-comments)
(#162) Expected { after 'if' condition. (curly)
(#162) Operator '+' must be spaced. (space-infix-ops)
(#162) Multiple spaces found before '/* if init_gen...*/'. (no-multi-spaces)
(#162) Comments should not begin with a lowercase character. (capitalized-comments)
(#163) Comments should not begin with a lowercase character. (capitalized-comments)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Operator '<' must be spaced. (space-infix-ops)
(#165) Operator '-' must be spaced. (space-infix-ops)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#166) Unexpected use of '|'. (no-bitwise)
(#166) Unexpected use of '&'. (no-bitwise)
(#166) Operator '&' must be spaced. (space-infix-ops)
(#166) Operator '|' must be spaced. (space-infix-ops)
(#166) Unexpected use of '&'. (no-bitwise)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) Operator '&' must be spaced. (space-infix-ops)
(#167) Unexpected use of '^'. (no-bitwise)
(#167) Unexpected use of '^'. (no-bitwise)
(#167) Operator '+' must be spaced. (space-infix-ops)
(#167) Unexpected use of '>>>'. (no-bitwise)
(#167) Unexpected use of '&'. (no-bitwise)
(#169) Operator '<' must be spaced. (space-infix-ops)
(#169) Operator '-' must be spaced. (space-infix-ops)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#170) Unexpected use of '|'. (no-bitwise)
(#170) Unexpected use of '&'. (no-bitwise)
(#170) Operator '&' must be spaced. (space-infix-ops)
(#170) Operator '|' must be spaced. (space-infix-ops)
(#170) Unexpected use of '&'. (no-bitwise)
(#170) Operator '+' must be spaced. (space-infix-ops)
(#170) Operator '&' must be spaced. (space-infix-ops)
(#171) Unexpected use of '^'. (no-bitwise)
(#171) Unexpected use of '^'. (no-bitwise)
(#171) Operator '+' must be spaced. (space-infix-ops)
(#171) Operator '-' must be spaced. (space-infix-ops)
(#171) Unexpected use of '>>>'. (no-bitwise)
(#171) Unexpected use of '&'. (no-bitwise)
(#173) Unexpected use of '|'. (no-bitwise)
(#173) Unexpected use of '&'. (no-bitwise)
(#173) Operator '-' must be spaced. (space-infix-ops)
(#173) Operator '&' must be spaced. (space-infix-ops)
(#173) Operator '|' must be spaced. (space-infix-ops)
(#173) Unexpected use of '&'. (no-bitwise)
(#173) Operator '&' must be spaced. (space-infix-ops)
(#174) Operator '-' must be spaced. (space-infix-ops)
(#174) Unexpected use of '^'. (no-bitwise)
(#174) Unexpected use of '^'. (no-bitwise)
(#174) Operator '-' must be spaced. (space-infix-ops)
(#174) Unexpected use of '>>>'. (no-bitwise)
(#174) Unexpected use of '&'. (no-bitwise)
(#182) Unexpected use of '^='. (no-bitwise)
(#182) Unexpected use of '>>>'. (no-bitwise)
(#183) Unexpected use of '^='. (no-bitwise)
(#183) Unexpected use of '&'. (no-bitwise)
(#183) Unexpected use of '<<'. (no-bitwise)
(#184) Unexpected use of '^='. (no-bitwise)
(#184) Unexpected use of '&'. (no-bitwise)
(#184) Unexpected use of '<<'. (no-bitwise)
(#185) Unexpected use of '^='. (no-bitwise)
(#185) Unexpected use of '>>>'. (no-bitwise)
(#187) Unexpected use of '>>>'. (no-bitwise)
(#188) Missing semicolon. (babel/semi)
(#189) Trailing spaces not allowed. (no-trailing-spaces)
(#190) Comments should not begin with a lowercase character. (capitalized-comments)
(#191) Identifier 'genrand_int31' is not in camel case. (camelcase)
(#192) Unexpected use of '>>>'. (no-bitwise)
(#192) Operator '>>>' must be spaced. (space-infix-ops)
(#193) Missing semicolon. (babel/semi)
(#194) Trailing spaces not allowed. (no-trailing-spaces)
(#195) Comments should not begin with a lowercase character. (capitalized-comments)
(#196) Identifier 'genrand_real1' is not in camel case. (camelcase)
(#197) Operator '*' must be spaced. (space-infix-ops)
(#197) Operator '/' must be spaced. (space-infix-ops)
(#197) Trailing spaces not allowed. (no-trailing-spaces)
(#198) Comments should not begin with a lowercase character. (capitalized-comments)
(#198) Trailing spaces not allowed. (no-trailing-spaces)
(#199) Missing semicolon. (babel/semi)
(#201) Comments should not begin with a lowercase character. (capitalized-comments)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '/' must be spaced. (space-infix-ops)
(#203) Trailing spaces not allowed. (no-trailing-spaces)
(#204) Comments should not begin with a lowercase character. (capitalized-comments)
(#205) Missing semicolon. (babel/semi)
(#206) Trailing spaces not allowed. (no-trailing-spaces)
(#207) Comments should not begin with a lowercase character. (capitalized-comments)
(#208) Identifier 'genrand_real3' is not in camel case. (camelcase)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '/' must be spaced. (space-infix-ops)
(#209) Trailing spaces not allowed. (no-trailing-spaces)
(#210) Comments should not begin with a lowercase character. (capitalized-comments)
(#211) Missing semicolon. (babel/semi)
(#212) Trailing spaces not allowed. (no-trailing-spaces)
(#213) Comments should not begin with a lowercase character. (capitalized-comments)
(#214) Identifier 'genrand_res53' is not in camel case. (camelcase)
(#214) Trailing spaces not allowed. (no-trailing-spaces)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Unexpected use of '>>>'. (no-bitwise)
(#215) Operator '>>>' must be spaced. (space-infix-ops)
(#215) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Unexpected use of '>>>'. (no-bitwise)
(#215) Operator '>>>' must be spaced. (space-infix-ops)
(#215) Trailing spaces not allowed. (no-trailing-spaces)
(#216) Expected space(s) after "return". (keyword-spacing)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Operator '+' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Operator '/' must be spaced. (space-infix-ops)
(#216) Trailing spaces not allowed. (no-trailing-spaces)
(#217) Trailing spaces not allowed. (no-trailing-spaces)
(#217) Missing semicolon. (babel/semi)
blocks/behaviour/amd/src/nouislider.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#8) 'module' is not defined. (no-undef)
(#18) Comments should not begin with a lowercase character. (capitalized-comments)
(#18) Expected space or tab after '//' in comment. (spaced-comment)
(#20) Missing JSDoc comment. (require-jsdoc)
(#24) Missing JSDoc comment. (require-jsdoc)
(#28) Missing JSDoc comment. (require-jsdoc)
(#33) Missing JSDoc comment. (require-jsdoc)
(#38) Missing JSDoc comment. (require-jsdoc)
(#45) Missing JSDoc comment. (require-jsdoc)
(#50) Missing JSDoc comment. (require-jsdoc)
(#56) Comments should not begin with a lowercase character. (capitalized-comments)
(#69) Missing JSDoc comment. (require-jsdoc)
(#74) Missing JSDoc comment. (require-jsdoc)
(#84) Missing JSDoc comment. (require-jsdoc)
(#90) Missing JSDoc comment. (require-jsdoc)
(#95) Missing JSDoc comment. (require-jsdoc)
(#102) Missing JSDoc comment. (require-jsdoc)
(#111) Missing JSDoc comment. (require-jsdoc)
(#123) Missing JSDoc comment. (require-jsdoc)
(#130) Missing JSDoc comment. (require-jsdoc)
(#133) Do not nest ternary expressions. (no-nested-ternary)
(#138) Do not nest ternary expressions. (no-nested-ternary)
(#150) Comments should not begin with a lowercase character. (capitalized-comments)
(#153) Missing JSDoc comment. (require-jsdoc)
(#156) Do not nest ternary expressions. (no-nested-ternary)
(#177) Missing JSDoc comment. (require-jsdoc)
(#195) Missing JSDoc comment. (require-jsdoc)
(#199) Comments should not begin with a lowercase character. (capitalized-comments)
(#199) Expected space or tab after '//' in comment. (spaced-comment)
(#201) Expected space or tab after '//' in comment. (spaced-comment)
(#204) Missing JSDoc comment. (require-jsdoc)
(#209) Missing JSDoc comment. (require-jsdoc)
(#214) Missing JSDoc comment. (require-jsdoc)
(#219) Missing JSDoc comment. (require-jsdoc)
(#223) Missing JSDoc comment. (require-jsdoc)
(#234) Missing JSDoc comment. (require-jsdoc)
(#249) Missing JSDoc comment. (require-jsdoc)
(#265) Missing JSDoc comment. (require-jsdoc)
(#291) Missing JSDoc comment. (require-jsdoc)
(#336) Missing JSDoc comment. (require-jsdoc)
(#360) Comments should not begin with a lowercase character. (capitalized-comments)
(#360) Expected space or tab after '//' in comment. (spaced-comment)
(#362) Expected space or tab after '//' in comment. (spaced-comment)
(#364) Missing JSDoc comment. (require-jsdoc)
(#478) Comments should not begin with a lowercase character. (capitalized-comments)
(#478) Expected space or tab after '//' in comment. (spaced-comment)
(#480) Expected space or tab after '//' in comment. (spaced-comment)
(#482) Unexpected tab character. (no-tabs)
(#495) Expected space or tab after '//' in comment. (spaced-comment)
(#543) Comments should not begin with a lowercase character. (capitalized-comments)
(#543) Expected space or tab after '//' in comment. (spaced-comment)
(#545) Missing JSDoc comment. (require-jsdoc)
(#554) Missing JSDoc comment. (require-jsdoc)
(#564) Missing JSDoc comment. (require-jsdoc)
(#583) Missing JSDoc comment. (require-jsdoc)
(#600) Missing JSDoc comment. (require-jsdoc)
(#609) Missing JSDoc comment. (require-jsdoc)
(#618) Missing JSDoc comment. (require-jsdoc)
(#626) Missing JSDoc comment. (require-jsdoc)
(#644) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#656) Missing JSDoc comment. (require-jsdoc)
(#671) Missing JSDoc comment. (require-jsdoc)
(#688) Missing JSDoc comment. (require-jsdoc)
(#704) Missing JSDoc comment. (require-jsdoc)
(#741) Missing JSDoc comment. (require-jsdoc)
(#757) Missing JSDoc comment. (require-jsdoc)
(#797) Missing JSDoc comment. (require-jsdoc)
(#826) Missing JSDoc comment. (require-jsdoc)
(#831) Missing JSDoc comment. (require-jsdoc)
(#836) Missing JSDoc comment. (require-jsdoc)
(#844) Missing JSDoc comment. (require-jsdoc)
(#849) Missing JSDoc comment. (require-jsdoc)
(#857) Missing JSDoc comment. (require-jsdoc)
(#878) Missing JSDoc comment. (require-jsdoc)
(#895) There should be no space after '{'. (babel/object-curly-spacing)
(#895) There should be no space before '}'. (babel/object-curly-spacing)
(#896) There should be no space after '{'. (babel/object-curly-spacing)
(#896) There should be no space before '}'. (babel/object-curly-spacing)
(#897) There should be no space after '{'. (babel/object-curly-spacing)
(#897) There should be no space before '}'. (babel/object-curly-spacing)
(#898) There should be no space after '{'. (babel/object-curly-spacing)
(#898) There should be no space before '}'. (babel/object-curly-spacing)
(#899) There should be no space after '{'. (babel/object-curly-spacing)
(#899) There should be no space before '}'. (babel/object-curly-spacing)
(#900) There should be no space after '{'. (babel/object-curly-spacing)
(#900) There should be no space before '}'. (babel/object-curly-spacing)
(#901) There should be no space after '{'. (babel/object-curly-spacing)
(#901) There should be no space before '}'. (babel/object-curly-spacing)
(#902) There should be no space after '{'. (babel/object-curly-spacing)
(#902) There should be no space before '}'. (babel/object-curly-spacing)
(#903) There should be no space after '{'. (babel/object-curly-spacing)
(#903) There should be no space before '}'. (babel/object-curly-spacing)
(#904) There should be no space after '{'. (babel/object-curly-spacing)
(#904) There should be no space before '}'. (babel/object-curly-spacing)
(#905) There should be no space after '{'. (babel/object-curly-spacing)
(#905) There should be no space before '}'. (babel/object-curly-spacing)
(#906) There should be no space after '{'. (babel/object-curly-spacing)
(#906) There should be no space before '}'. (babel/object-curly-spacing)
(#907) There should be no space after '{'. (babel/object-curly-spacing)
(#907) There should be no space before '}'. (babel/object-curly-spacing)
(#908) There should be no space after '{'. (babel/object-curly-spacing)
(#908) There should be no space before '}'. (babel/object-curly-spacing)
(#909) There should be no space after '{'. (babel/object-curly-spacing)
(#909) There should be no space before '}'. (babel/object-curly-spacing)
(#910) There should be no space after '{'. (babel/object-curly-spacing)
(#910) There should be no space before '}'. (babel/object-curly-spacing)
(#911) There should be no space after '{'. (babel/object-curly-spacing)
(#911) There should be no space before '}'. (babel/object-curly-spacing)
(#912) There should be no space after '{'. (babel/object-curly-spacing)
(#912) There should be no space before '}'. (babel/object-curly-spacing)
(#913) There should be no space after '{'. (babel/object-curly-spacing)
(#913) There should be no space before '}'. (babel/object-curly-spacing)
(#914) There should be no space after '{'. (babel/object-curly-spacing)
(#914) There should be no space before '}'. (babel/object-curly-spacing)
(#935) Expected to return a value at the end of function. (consistent-return)
(#959) Do not nest ternary expressions. (no-nested-ternary)
(#969) Comments should not begin with a lowercase character. (capitalized-comments)
(#969) Expected space or tab after '//' in comment. (spaced-comment)
(#971) Missing JSDoc comment. (require-jsdoc)
(#979) Identifier 'scope_Target' is not in camel case. (camelcase)
(#980) Identifier 'scope_Base' is not in camel case. (camelcase)
(#981) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#982) Identifier 'scope_Connects' is not in camel case. (camelcase)
(#983) Identifier 'scope_Pips' is not in camel case. (camelcase)
(#984) Identifier 'scope_Tooltips' is not in camel case. (camelcase)
(#987) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#988) Identifier 'scope_Values' is not in camel case. (camelcase)
(#989) Identifier 'scope_Locations' is not in camel case. (camelcase)
(#990) Identifier 'scope_HandleNumbers' is not in camel case. (camelcase)
(#991) Identifier 'scope_ActiveHandlesCount' is not in camel case. (camelcase)
(#992) Identifier 'scope_Events' is not in camel case. (camelcase)
(#995) Identifier 'scope_Self' is not in camel case. (camelcase)
(#998) Identifier 'scope_Document' is not in camel case. (camelcase)
(#999) Identifier 'scope_DocumentElement' is not in camel case. (camelcase)
(#999) Identifier 'scope_Document' is not in camel case. (camelcase)
(#1000) Identifier 'scope_Body' is not in camel case. (camelcase)
(#1000) Identifier 'scope_Document' is not in camel case. (camelcase)
(#1010) Identifier 'scope_DirOffset' is not in camel case. (camelcase)
(#1010) Identifier 'scope_Document' is not in camel case. (camelcase)
(#1013) Missing JSDoc comment. (require-jsdoc)
(#1014) Identifier 'scope_Document' is not in camel case. (camelcase)
(#1026) Missing JSDoc comment. (require-jsdoc)
(#1056) Missing JSDoc comment. (require-jsdoc)
(#1065) Missing JSDoc comment. (require-jsdoc)
(#1068) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#1069) Identifier 'scope_Connects' is not in camel case. (camelcase)
(#1071) Identifier 'scope_Connects' is not in camel case. (camelcase)
(#1078) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#1079) Identifier 'scope_HandleNumbers' is not in camel case. (camelcase)
(#1080) Identifier 'scope_Connects' is not in camel case. (camelcase)
(#1085) Missing JSDoc comment. (require-jsdoc)
(#1112) Missing JSDoc comment. (require-jsdoc)
(#1120) Missing JSDoc comment. (require-jsdoc)
(#1121) Identifier 'scope_Target' is not in camel case. (camelcase)
(#1125) Missing JSDoc comment. (require-jsdoc)
(#1126) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#1130) Missing JSDoc comment. (require-jsdoc)
(#1131) Identifier 'scope_Tooltips' is not in camel case. (camelcase)
(#1133) Identifier 'scope_Tooltips' is not in camel case. (camelcase)
(#1138) Identifier 'scope_Tooltips' is not in camel case. (camelcase)
(#1143) Missing JSDoc comment. (require-jsdoc)
(#1147) Identifier 'scope_Tooltips' is not in camel case. (camelcase)
(#1147) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#1150) Identifier 'scope_Tooltips' is not in camel case. (camelcase)
(#1160) Identifier 'scope_Tooltips' is not in camel case. (camelcase)
(#1164) Missing JSDoc comment. (require-jsdoc)
(#1167) Identifier 'scope_HandleNumbers' is not in camel case. (camelcase)
(#1168) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#1179) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1180) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1181) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1191) Missing JSDoc comment. (require-jsdoc)
(#1191) Expected to return a value at the end of function 'getGroup'. (consistent-return)
(#1194) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1221) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1221) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1230) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1230) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1230) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1239) Missing JSDoc comment. (require-jsdoc)
(#1240) Missing JSDoc comment. (require-jsdoc)
(#1246) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1247) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1247) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1290) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1311) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1331) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1335) Do not nest ternary expressions. (no-nested-ternary)
(#1355) Missing JSDoc comment. (require-jsdoc)
(#1356) Identifier 'scope_Document' is not in camel case. (camelcase)
(#1374) Missing JSDoc comment. (require-jsdoc)
(#1382) Missing JSDoc comment. (require-jsdoc)
(#1413) Missing JSDoc comment. (require-jsdoc)
(#1414) Identifier 'scope_Pips' is not in camel case. (camelcase)
(#1416) Identifier 'scope_Pips' is not in camel case. (camelcase)
(#1420) Missing JSDoc comment. (require-jsdoc)
(#1435) Identifier 'scope_Pips' is not in camel case. (camelcase)
(#1435) Identifier 'scope_Target' is not in camel case. (camelcase)
(#1437) Identifier 'scope_Pips' is not in camel case. (camelcase)
(#1441) Missing JSDoc comment. (require-jsdoc)
(#1442) Identifier 'scope_Base' is not in camel case. (camelcase)
(#1444) Identifier 'scope_Base' is not in camel case. (camelcase)
(#1444) Identifier 'scope_Base' is not in camel case. (camelcase)
(#1448) Missing JSDoc comment. (require-jsdoc)
(#1452) Expected to return a value at the end of function. (consistent-return)
(#1455) Comments should not begin with a lowercase character. (capitalized-comments)
(#1461) Comments should not begin with a lowercase character. (capitalized-comments)
(#1501) There should be no space after '{'. (babel/object-curly-spacing)
(#1501) There should be no space before '}'. (babel/object-curly-spacing)
(#1509) Missing JSDoc comment. (require-jsdoc)
(#1577) Missing JSDoc comment. (require-jsdoc)
(#1590) Missing JSDoc comment. (require-jsdoc)
(#1594) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#1600) Identifier 'scope_Locations' is not in camel case. (camelcase)
(#1620) Missing JSDoc comment. (require-jsdoc)
(#1627) Missing JSDoc comment. (require-jsdoc)
(#1627) Expected to return a value at the end of function 'eventMove'. (consistent-return)
(#1630) This line has a length of 147. Maximum allowed is 132. (max-len)
(#1647) Missing JSDoc comment. (require-jsdoc)
(#1651) Identifier 'scope_ActiveHandlesCount' is not in camel case. (camelcase)
(#1656) Identifier 'scope_DocumentElement' is not in camel case. (camelcase)
(#1659) Identifier 'scope_ActiveHandlesCount' is not in camel case. (camelcase)
(#1666) Identifier 'scope_Body' is not in camel case. (camelcase)
(#1667) Identifier 'scope_Body' is not in camel case. (camelcase)
(#1679) Missing JSDoc comment. (require-jsdoc)
(#1679) Expected to return a value at the end of function 'eventStart'. (consistent-return)
(#1688) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#1691) Identifier 'scope_ActiveHandlesCount' is not in camel case. (camelcase)
(#1715) Identifier 'scope_Locations' is not in camel case. (camelcase)
(#1742) Identifier 'scope_Body' is not in camel case. (camelcase)
(#1745) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#1755) Identifier 'scope_Body' is not in camel case. (camelcase)
(#1764) Missing JSDoc comment. (require-jsdoc)
(#1764) Expected to return a value at the end of function 'eventTap'. (consistent-return)
(#1792) There should be no space after '{'. (babel/object-curly-spacing)
(#1792) There should be no space before '}'. (babel/object-curly-spacing)
(#1797) Missing JSDoc comment. (require-jsdoc)
(#1800) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1801) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1805) Identifier 'scope_Events' is not in camel case. (camelcase)
(#1814) Missing JSDoc comment. (require-jsdoc)
(#1814) Function 'eventKeydown' has a complexity of 24. Maximum allowed is 20. (complexity)
(#1864) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1864) Identifier 'scope_Locations' is not in camel case. (camelcase)
(#1877) Identifier 'scope_Values' is not in camel case. (camelcase)
(#1886) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#1897) Missing JSDoc comment. (require-jsdoc)
(#1900) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#1923) Identifier 'scope_Connects' is not in camel case. (camelcase)
(#1924) Identifier 'scope_Connects' is not in camel case. (camelcase)
(#1928) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#1929) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#1954) Missing JSDoc comment. (require-jsdoc)
(#1955) Identifier 'scope_Events' is not in camel case. (camelcase)
(#1955) Identifier 'scope_Events' is not in camel case. (camelcase)
(#1956) Identifier 'scope_Events' is not in camel case. (camelcase)
(#1960) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#1967) Missing JSDoc comment. (require-jsdoc)
(#1976) Identifier 'scope_Events' is not in camel case. (camelcase)
(#1982) Missing JSDoc comment. (require-jsdoc)
(#1987) Identifier 'scope_Events' is not in camel case. (camelcase)
(#1992) Identifier 'scope_Values' is not in camel case. (camelcase)
(#1996) Identifier 'scope_Values' is not in camel case. (camelcase)
(#2000) Identifier 'scope_Locations' is not in camel case. (camelcase)
(#2001) Comments should not begin with a lowercase character. (capitalized-comments)
(#2010) Missing JSDoc comment. (require-jsdoc)
(#2013) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#2018) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#2026) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#2031) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#2043) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#2048) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#2062) Missing JSDoc comment. (require-jsdoc)
(#2069) Missing JSDoc comment. (require-jsdoc)
(#2104) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2131) Missing JSDoc comment. (require-jsdoc)
(#2136) Missing JSDoc comment. (require-jsdoc)
(#2138) Identifier 'scope_Locations' is not in camel case. (camelcase)
(#2141) Identifier 'scope_Values' is not in camel case. (camelcase)
(#2141) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#2143) Identifier 'scope_DirOffset' is not in camel case. (camelcase)
(#2146) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#2155) Missing JSDoc comment. (require-jsdoc)
(#2156) Identifier 'scope_HandleNumbers' is not in camel case. (camelcase)
(#2157) Identifier 'scope_Locations' is not in camel case. (camelcase)
(#2158) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#2159) Identifier 'scope_Handles' is not in camel case. (camelcase)
(#2164) Missing JSDoc comment. (require-jsdoc)
(#2177) Missing JSDoc comment. (require-jsdoc)
(#2179) Identifier 'scope_Connects' is not in camel case. (camelcase)
(#2187) Identifier 'scope_Locations' is not in camel case. (camelcase)
(#2190) Identifier 'scope_Connects' is not in camel case. (camelcase)
(#2191) Identifier 'scope_Locations' is not in camel case. (camelcase)
(#2202) Identifier 'scope_Connects' is not in camel case. (camelcase)
(#2206) Missing JSDoc comment. (require-jsdoc)
(#2210) Identifier 'scope_Locations' is not in camel case. (camelcase)
(#2219) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#2223) Identifier 'scope_Locations' is not in camel case. (camelcase)
(#2230) Missing JSDoc comment. (require-jsdoc)
(#2232) Identifier 'scope_Locations' is not in camel case. (camelcase)
(#2244) Identifier 'scope_HandleNumbers' is not in camel case. (camelcase)
(#2248) Identifier 'scope_HandleNumbers' is not in camel case. (camelcase)
(#2252) Identifier 'scope_HandleNumbers' is not in camel case. (camelcase)
(#2253) Identifier 'scope_HandleNumbers' is not in camel case. (camelcase)
(#2253) Function declared in a loop contains unsafe references to variable(s) 'scope_Locations'. (no-loop-func)
(#2254) Identifier 'scope_Locations' is not in camel case. (camelcase)
(#2260) Identifier 'scope_HandleNumbers' is not in camel case. (camelcase)
(#2271) Missing JSDoc comment. (require-jsdoc)
(#2276) Missing JSDoc comment. (require-jsdoc)
(#2280) Identifier 'scope_HandleNumbers' is not in camel case. (camelcase)
(#2295) Missing JSDoc comment. (require-jsdoc)
(#2296) Identifier 'scope_Values' is not in camel case. (camelcase)
(#2307) Missing JSDoc comment. (require-jsdoc)
(#2315) Identifier 'scope_Target' is not in camel case. (camelcase)
(#2316) Identifier 'scope_Target' is not in camel case. (camelcase)
(#2316) Identifier 'scope_Target' is not in camel case. (camelcase)
(#2319) Identifier 'scope_Target' is not in camel case. (camelcase)
(#2322) Missing JSDoc comment. (require-jsdoc)
(#2323) Identifier 'scope_Locations' is not in camel case. (camelcase)
(#2324) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#2325) Identifier 'scope_Values' is not in camel case. (camelcase)
(#2350) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2365) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#2380) Missing JSDoc comment. (require-jsdoc)
(#2381) Identifier 'scope_HandleNumbers' is not in camel case. (camelcase)
(#2385) Missing JSDoc comment. (require-jsdoc)
(#2421) Identifier 'scope_Spectrum' is not in camel case. (camelcase)
(#2443) Identifier 'scope_Locations' is not in camel case. (camelcase)
(#2448) Missing JSDoc comment. (require-jsdoc)
(#2451) Identifier 'scope_Base' is not in camel case. (camelcase)
(#2474) Comments should not begin with a lowercase character. (capitalized-comments)
(#2475) Identifier 'scope_Self' is not in camel case. (camelcase)
(#2490) Identifier 'scope_Target' is not in camel case. (camelcase)
(#2496) Identifier 'scope_Self' is not in camel case. (camelcase)
(#2500) Missing JSDoc comment. (require-jsdoc)

CSS problems

(0 errors, 0 warnings)

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


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 "stylelint:css" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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


Gherkin .feature problems

(0 errors, 0 warnings)

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