Prechecker results: error


Overview

(0 errors, 0 warnings)

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


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(0 errors, 0 warnings)

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


Javascript coding style problems

(4046 errors, 43142 warnings)

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

local/edudashboard/amd/src/apexcombinationchart.js
(#19) @package should be empty. (jsdoc/empty-tags)
(#23) Trailing spaces not allowed. (no-trailing-spaces)
(#24) Trailing spaces not allowed. (no-trailing-spaces)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#51) A space is required after ','. (comma-spacing)
(#51) Unexpected space before function parentheses. (space-before-function-paren)
(#53) Unexpected space before function parentheses. (space-before-function-paren)
(#53) Identifier '$container_id' is not in camel case. (camelcase)
(#54) Unexpected space before function parentheses. (space-before-function-paren)
local/edudashboard/amd/src/apexdonutchart.js
(#19) @package should be empty. (jsdoc/empty-tags)
(#23) Trailing spaces not allowed. (no-trailing-spaces)
(#43) @package should be empty. (jsdoc/empty-tags)
(#54) Unexpected space before function parentheses. (space-before-function-paren)
(#56) Unexpected space before function parentheses. (space-before-function-paren)
(#58) Unexpected space before function parentheses. (space-before-function-paren)
local/edudashboard/amd/src/apexporgresschart.js
(#19) @package should be empty. (jsdoc/empty-tags)
(#23) Trailing spaces not allowed. (no-trailing-spaces)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#52) Unexpected space before function parentheses. (space-before-function-paren)
(#54) Unexpected space before function parentheses. (space-before-function-paren)
(#54) A space is required after ','. (comma-spacing)
(#55) Unexpected space before function parentheses. (space-before-function-paren)
(#86) Comments should not begin with a lowercase character. (capitalized-comments)
(#105) Unexpected space before function parentheses. (space-before-function-paren)
local/edudashboard/amd/src/basiccolumnchart.js
(#19) @package should be empty. (jsdoc/empty-tags)
(#23) Trailing spaces not allowed. (no-trailing-spaces)
(#43) @package should be empty. (jsdoc/empty-tags)
(#49) Unexpected space before function parentheses. (space-before-function-paren)
(#51) Unexpected space before function parentheses. (space-before-function-paren)
(#51) Identifier '$container_id' is not in camel case. (camelcase)
(#52) Unexpected space before function parentheses. (space-before-function-paren)
(#53) 'Highcharts' is not defined. (no-undef)
local/edudashboard/amd/src/combinationchart.js
(#19) @package should be empty. (jsdoc/empty-tags)
(#23) Trailing spaces not allowed. (no-trailing-spaces)
(#43) @package should be empty. (jsdoc/empty-tags)
(#49) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#50) Unexpected space before function parentheses. (space-before-function-paren)
(#52) Unexpected space before function parentheses. (space-before-function-paren)
(#52) Identifier '$container_id' is not in camel case. (camelcase)
(#53) Unexpected space before function parentheses. (space-before-function-paren)
(#54) 'Highcharts' is not defined. (no-undef)
(#75) Comments should not begin with a lowercase character. (capitalized-comments)
(#76) 'Highcharts' is not defined. (no-undef)
(#77) 'Highcharts' is not defined. (no-undef)
local/edudashboard/amd/src/drilldownchart.js
(#19) @package should be empty. (jsdoc/empty-tags)
(#23) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#30) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#39) Trailing spaces not allowed. (no-trailing-spaces)
(#42) Trailing spaces not allowed. (no-trailing-spaces)
(#52) Unexpected space before function parentheses. (space-before-function-paren)
(#54) Unexpected space before function parentheses. (space-before-function-paren)
(#54) Identifier '$container_id' is not in camel case. (camelcase)
(#55) Unexpected space before function parentheses. (space-before-function-paren)
(#56) 'Highcharts' is not defined. (no-undef)
(#95) Expected space or tab after '//' in comment. (spaced-comment)
local/edudashboard/amd/src/highcharts.js
(#19) @package should be empty. (jsdoc/empty-tags)
(#23) Trailing spaces not allowed. (no-trailing-spaces)
(#26) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#45) @package should be empty. (jsdoc/empty-tags)
(#56) This line has a length of 501. Maximum allowed is 132. (max-len)
(#56) A space is required after ','. (comma-spacing)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#56) Do not nest ternary expressions. (no-nested-ternary)
(#56) Operator '===' must be spaced. (space-infix-ops)
(#56) Operator '&&' must be spaced. (space-infix-ops)
(#56) 'module' is not defined. (no-undef)
(#56) Operator '?' must be spaced. (space-infix-ops)
(#56) ["default"] is better written in dot notation. (dot-notation)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) 'module' is not defined. (no-undef)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Operator '?' must be spaced. (space-infix-ops)
(#56) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#56) Operator ':' must be spaced. (space-infix-ops)
(#56) Operator ':' must be spaced. (space-infix-ops)
(#56) Operator '===' must be spaced. (space-infix-ops)
(#56) Operator '&&' must be spaced. (space-infix-ops)
(#56) Operator '?' must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#56) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#56) Requires a space before '}'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Missing semicolon. (@babel/semi)
(#56) Operator ':' must be spaced. (space-infix-ops)
(#56) Operator '&&' must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#56) Requires a space before '}'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Missing semicolon. (@babel/semi)
(#56) Operator '!==' must be spaced. (space-infix-ops)
(#56) Operator '?' must be spaced. (space-infix-ops)
(#56) Operator ':' must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#56) Operator '||' must be spaced. (space-infix-ops)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Operator '===' must be spaced. (space-infix-ops)
(#56) Operator '&&' must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) Missing space before value for key 'detail'. (key-spacing)
(#56) Missing space before value for key 'path'. (key-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Missing space before value for key 'module'. (key-spacing)
(#56) Requires a space before '}'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Missing semicolon. (@babel/semi)
(#57) This line has a length of 504. Maximum allowed is 132. (max-len)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#57) A space is required after ','. (comma-spacing)
(#57) A space is required after ','. (comma-spacing)
(#57) A space is required after ','. (comma-spacing)
(#57) Requires a space after '{'. (block-spacing)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Requires a space after '{'. (block-spacing)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Operator '!==' must be spaced. (space-infix-ops)
(#57) Operator '?' must be spaced. (space-infix-ops)
(#57) Operator ':' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Operator '&&' must be spaced. (space-infix-ops)
(#57) Operator '&&' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Operator '&&' must be spaced. (space-infix-ops)
(#57) Operator '||' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Operator '!==' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Operator '!==' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Operator '&&' must be spaced. (space-infix-ops)
(#58) This line has a length of 506. Maximum allowed is 132. (max-len)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Operator '&&' must be spaced. (space-infix-ops)
(#58) Operator '!==' must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Operator '!==' must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Operator '*' must be spaced. (space-infix-ops)
(#58) Operator '/' must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Operator '&&' must be spaced. (space-infix-ops)
(#58) Operator '>' must be spaced. (space-infix-ops)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) A space is required after ','. (comma-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Unexpected empty function. (no-empty-function)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#58) Requires a space after '{'. (block-spacing)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Expected space(s) after "if". (keyword-spacing)
(#58) Requires a space after '{'. (block-spacing)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) A space is required after ','. (comma-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Expected to return a value in method 'get'. (getter-return)
(#58) Missing space before value for key 'get'. (key-spacing)
(#58) Requires a space after '{'. (block-spacing)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#59) This line has a length of 510. Maximum allowed is 132. (max-len)
(#59) Requires a space before '}'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (@babel/semi)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#59) Operator '&&' must be spaced. (space-infix-ops)
(#59) Operator '&&' must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (@babel/semi)
(#59) Expected space(s) before "return". (keyword-spacing)
(#59) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#59) Requires a space before '}'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (@babel/semi)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Requires a space before '}'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (@babel/semi)
(#59) Operator '||' must be spaced. (space-infix-ops)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (@babel/semi)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Operator '?' must be spaced. (space-infix-ops)
(#59) Operator ':' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#59) Operator '===' must be spaced. (space-infix-ops)
(#59) Operator '&&' must be spaced. (space-infix-ops)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Operator '+' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Operator '?' must be spaced. (space-infix-ops)
(#59) Operator '+' must be spaced. (space-infix-ops)
(#59) Operator '+' must be spaced. (space-infix-ops)
(#59) Operator '+' must be spaced. (space-infix-ops)
(#59) Operator '+' must be spaced. (space-infix-ops)
(#59) Operator '+' must be spaced. (space-infix-ops)
(#59) Operator ':' must be spaced. (space-infix-ops)
(#60) This line has a length of 519. Maximum allowed is 132. (max-len)
(#60) Expected space(s) after "if". (keyword-spacing)
(#60) Operator '!==' must be spaced. (space-infix-ops)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#60) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#60) Operator '&&' must be spaced. (space-infix-ops)
(#60) Operator '+=' must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Operator '+=' must be spaced. (space-infix-ops)
(#60) Operator '+' must be spaced. (space-infix-ops)
(#60) Operator '+' must be spaced. (space-infix-ops)
(#60) Operator '+' must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#60) Operator '&&' must be spaced. (space-infix-ops)
(#60) Operator '+=' must be spaced. (space-infix-ops)
(#60) Operator '+' must be spaced. (space-infix-ops)
(#60) Operator '+' must be spaced. (space-infix-ops)
(#60) Requires a space before '}'. (block-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (@babel/semi)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Operator '+=' must be spaced. (space-infix-ops)
(#60) Requires a space before '}'. (block-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (@babel/semi)
(#60) A space is required after ','. (comma-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'chart'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'code'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'message'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'params'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Expected space(s) after "if". (keyword-spacing)
(#60) Expected { after 'if' condition. (curly)
(#60) Expected space(s) before "throw". (keyword-spacing)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#60) Operator '&&' must be spaced. (space-infix-ops)
(#60) Operator '===' must be spaced. (space-infix-ops)
(#60) Operator '&&' must be spaced. (space-infix-ops)
(#60) Unexpected console statement. (no-console)
(#60) Requires a space before '}'. (block-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (@babel/semi)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Requires a space before '}'. (block-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (@babel/semi)
(#60) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#60) Expected space(s) before "function". (keyword-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Expected space(s) after "if". (keyword-spacing)
(#60) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#60) A space is required after ','. (comma-spacing)
(#60) Operator '&&' must be spaced. (space-infix-ops)
(#60) Operator '&&' must be spaced. (space-infix-ops)
(#60) Expected { after 'if' condition. (curly)
(#60) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#60) A space is required after ','. (comma-spacing)
(#60) Unexpected use of comma operator. (no-sequences)
(#60) A space is required after ','. (comma-spacing)
(#60) Operator '&&' must be spaced. (space-infix-ops)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Expected space(s) after "if". (keyword-spacing)
(#60) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#60) Operator '||' must be spaced. (space-infix-ops)
(#60) Operator '!==' must be spaced. (space-infix-ops)
(#60) Operator '||' must be spaced. (space-infix-ops)
(#60) Operator '&&' must be spaced. (space-infix-ops)
(#60) Expected { after 'if' condition. (curly)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Requires a space before '}'. (block-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (@babel/semi)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Requires a space before '}'. (block-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (@babel/semi)
(#60) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#60) Expected space(s) before "function". (keyword-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#61) This line has a length of 506. Maximum allowed is 132. (max-len)
(#61) Operator '||' must be spaced. (space-infix-ops)
(#61) Requires a space before '}'. (block-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (@babel/semi)
(#61) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#61) Expected space(s) before "function". (keyword-spacing)
(#61) Requires a space after '{'. (block-spacing)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Expected space(s) after "return". (keyword-spacing)
(#61) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#61) Operator '===' must be spaced. (space-infix-ops)
(#61) Requires a space before '}'. (block-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (@babel/semi)
(#61) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#61) Expected space(s) before "function". (keyword-spacing)
(#61) Requires a space after '{'. (block-spacing)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Expected space(s) after "return". (keyword-spacing)
(#61) Operator '===' must be spaced. (space-infix-ops)
(#61) Operator '||' must be spaced. (space-infix-ops)
(#61) Operator '===' must be spaced. (space-infix-ops)
(#61) Requires a space before '}'. (block-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (@babel/semi)
(#61) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#61) Expected space(s) before "function". (keyword-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) Requires a space after '{'. (block-spacing)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Expected space(s) after "return". (keyword-spacing)
(#61) Operator '&&' must be spaced. (space-infix-ops)
(#61) Operator '===' must be spaced. (space-infix-ops)
(#61) Operator '&&' must be spaced. (space-infix-ops)
(#61) Operator '||' must be spaced. (space-infix-ops)
(#61) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#61) Requires a space before '}'. (block-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (@babel/semi)
(#61) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#61) Expected space(s) before "function". (keyword-spacing)
(#61) Requires a space after '{'. (block-spacing)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#61) Operator '&&' must be spaced. (space-infix-ops)
(#61) Operator '===' must be spaced. (space-infix-ops)
(#61) Requires a space before '}'. (block-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (@babel/semi)
(#61) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#61) Expected space(s) before "function". (keyword-spacing)
(#61) Requires a space after '{'. (block-spacing)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) Operator '&&' must be spaced. (space-infix-ops)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Expected space(s) after "return". (keyword-spacing)
(#61) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#61) A space is required after ','. (comma-spacing)
(#61) Operator '||' must be spaced. (space-infix-ops)
(#61) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#61) Operator '||' must be spaced. (space-infix-ops)
(#61) Operator '||' must be spaced. (space-infix-ops)
(#61) Operator '||' must be spaced. (space-infix-ops)
(#61) Operator '===' must be spaced. (space-infix-ops)
(#61) Requires a space before '}'. (block-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (@babel/semi)
(#61) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#61) Expected space(s) before "function". (keyword-spacing)
(#61) Requires a space after '{'. (block-spacing)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Expected space(s) after "return". (keyword-spacing)
(#61) Operator '===' must be spaced. (space-infix-ops)
(#61) Operator '&&' must be spaced. (space-infix-ops)
(#61) Operator '&&' must be spaced. (space-infix-ops)
(#61) Operator '>' must be spaced. (space-infix-ops)
(#61) Operator '&&' must be spaced. (space-infix-ops)
(#61) Operator '<' must be spaced. (space-infix-ops)
(#61) Requires a space before '}'. (block-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (@babel/semi)
(#61) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#61) Expected space(s) before "function". (keyword-spacing)
(#61) Requires a space after '{'. (block-spacing)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Expected space(s) after "return". (keyword-spacing)
(#61) Operator '!==' must be spaced. (space-infix-ops)
(#61) Operator '&&' must be spaced. (space-infix-ops)
(#61) Operator '!==' must be spaced. (space-infix-ops)
(#61) Requires a space before '}'. (block-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (@babel/semi)
(#61) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#61) Expected space(s) before "function". (keyword-spacing)
(#62) This line has a length of 523. Maximum allowed is 132. (max-len)
(#62) A space is required after ','. (comma-spacing)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Operator '&&' must be spaced. (space-infix-ops)
(#62) A space is required after ','. (comma-spacing)
(#62) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#62) A space is required after ','. (comma-spacing)
(#62) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) A space is required after ','. (comma-spacing)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#62) Do not nest ternary expressions. (no-nested-ternary)
(#62) Operator '?' must be spaced. (space-infix-ops)
(#62) A space is required after ','. (comma-spacing)
(#62) Operator ':' must be spaced. (space-infix-ops)
(#62) Operator '?' must be spaced. (space-infix-ops)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Operator '||' must be spaced. (space-infix-ops)
(#62) Operator '!==' must be spaced. (space-infix-ops)
(#62) Operator '||' must be spaced. (space-infix-ops)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Operator '+' must be spaced. (space-infix-ops)
(#62) Operator ':' must be spaced. (space-infix-ops)
(#62) Requires a space before '}'. (block-spacing)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Missing semicolon. (@babel/semi)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#62) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#62) Operator '?' must be spaced. (space-infix-ops)
(#62) A space is required after ','. (comma-spacing)
(#62) Operator ':' must be spaced. (space-infix-ops)
(#62) A space is required after ','. (comma-spacing)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Requires a space before '}'. (block-spacing)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Missing semicolon. (@babel/semi)
(#62) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#62) Expected space(s) before "function". (keyword-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#62) Operator '||' must be spaced. (space-infix-ops)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Expected space(s) after "for". (keyword-spacing)
(#62) Expected { after 'for-in'. (curly)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Requires a space before '}'. (block-spacing)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Missing semicolon. (@babel/semi)
(#62) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#62) Expected space(s) before "function". (keyword-spacing)
(#62) Expected to return a value at the end of function 'p'. (consistent-return)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Expected space(s) after "for". (keyword-spacing)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) A space is required after ','. (comma-spacing)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) A space is required after ','. (comma-spacing)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Operator '<' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Expected space(s) after "if". (keyword-spacing)
(#62) Operator '!==' must be spaced. (space-infix-ops)
(#62) Operator '&&' must be spaced. (space-infix-ops)
(#62) Operator '!==' must be spaced. (space-infix-ops)
(#62) Expected { after 'if' condition. (curly)
(#62) Expected space(s) before "return". (keyword-spacing)
(#62) Requires a space before '}'. (block-spacing)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Missing semicolon. (@babel/semi)
(#62) Requires a space before '}'. (block-spacing)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#62) Expected space(s) before "function". (keyword-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#62) Operator '&&' must be spaced. (space-infix-ops)
(#62) Operator '&&' must be spaced. (space-infix-ops)
(#62) Operator '&&' must be spaced. (space-infix-ops)
(#62) Operator '&&' must be spaced. (space-infix-ops)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Operator '+' must be spaced. (space-infix-ops)
(#62) Operator '*' must be spaced. (space-infix-ops)
(#62) Operator '+' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) Requires a space before '}'. (block-spacing)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Missing semicolon. (@babel/semi)
(#62) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#62) Expected space(s) before "function". (keyword-spacing)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) A space is required after ','. (comma-spacing)
(#62) Operator '/' must be spaced. (space-infix-ops)
(#63) This line has a length of 504. Maximum allowed is 132. (max-len)
(#63) Requires a space before '}'. (block-spacing)
(#63) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#63) Missing semicolon. (@babel/semi)
(#63) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#63) Expected space(s) before "function". (keyword-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Requires a space after '{'. (block-spacing)
(#63) Statement inside of curly braces should be on next line. (brace-style)
(#63) Missing space before opening brace. (space-before-blocks)
(#63) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#63) Operator '<' must be spaced. (space-infix-ops)
(#63) Operator '?' must be spaced. (space-infix-ops)
(#63) Operator ':' must be spaced. (space-infix-ops)
(#63) Operator '||' must be spaced. (space-infix-ops)
(#63) Requires a space before '}'. (block-spacing)
(#63) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#63) Missing semicolon. (@babel/semi)
(#63) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#63) Expected space(s) before "function". (keyword-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Requires a space after '{'. (block-spacing)
(#63) Statement inside of curly braces should be on next line. (brace-style)
(#63) Missing space before opening brace. (space-before-blocks)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) Operator '||' must be spaced. (space-infix-ops)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Expected space(s) after "if". (keyword-spacing)
(#63) Operator '===' must be spaced. (space-infix-ops)
(#63) Expected { after 'if' condition. (curly)
(#63) Expected space(s) before "return". (keyword-spacing)
(#63) Return statement should not contain assignment. (no-return-assign)
(#63) Return statement should not contain assignment. (no-return-assign)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) Unexpected use of comma operator. (no-sequences)
(#63) A space is required after ','. (comma-spacing)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) Operator '&&' must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) Operator '<' must be spaced. (space-infix-ops)
(#63) Operator '&&' must be spaced. (space-infix-ops)
(#63) Operator '>=' must be spaced. (space-infix-ops)
(#63) Operator '-' must be spaced. (space-infix-ops)
(#63) Operator '&&' must be spaced. (space-infix-ops)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Operator '-' must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Operator '||' must be spaced. (space-infix-ops)
(#63) Operator '-' must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Operator '||' must be spaced. (space-infix-ops)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Expected space(s) after "if". (keyword-spacing)
(#63) Operator '===' must be spaced. (space-infix-ops)
(#63) Expected { after 'if' condition. (curly)
(#63) Expected space(s) before "return". (keyword-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Operator '-' must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Operator '||' must be spaced. (space-infix-ops)
(#63) Operator '-' must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Operator '||' must be spaced. (space-infix-ops)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#63) Operator '||' must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Expected space(s) after "if". (keyword-spacing)
(#63) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#64) This line has a length of 511. Maximum allowed is 132. (max-len)
(#64) A space is required after ','. (comma-spacing)
(#64) Requires a space after '{'. (block-spacing)
(#64) Statement inside of curly braces should be on next line. (brace-style)
(#64) Missing space before opening brace. (space-before-blocks)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#64) A space is required after ','. (comma-spacing)
(#64) Operator '!==' must be spaced. (space-infix-ops)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#64) Requires a space before '}'. (block-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Missing semicolon. (@babel/semi)
(#64) Expected space(s) before "return". (keyword-spacing)
(#64) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#64) 'l' declared on line 64 column 35 is used outside of binding context. (block-scoped-var)
(#64) Requires a space before '}'. (block-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Missing semicolon. (@babel/semi)
(#64) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#64) Expected space(s) before "function". (keyword-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Requires a space after '{'. (block-spacing)
(#64) Statement inside of curly braces should be on next line. (brace-style)
(#64) Missing space before opening brace. (space-before-blocks)
(#64) Expected space(s) after "for". (keyword-spacing)
(#64) Expected { after 'for-in'. (curly)
(#64) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#64) A space is required after ','. (comma-spacing)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) Operator '||' must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Requires a space before '}'. (block-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Missing semicolon. (@babel/semi)
(#64) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#64) Expected space(s) before "function". (keyword-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Requires a space after '{'. (block-spacing)
(#64) Statement inside of curly braces should be on next line. (brace-style)
(#64) Missing space before opening brace. (space-before-blocks)
(#64) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#64) A space is required after ','. (comma-spacing)
(#64) Requires a space after '{'. (block-spacing)
(#64) Statement inside of curly braces should be on next line. (brace-style)
(#64) Missing space before opening brace. (space-before-blocks)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Operator '||' must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Requires a space before '}'. (block-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Missing semicolon. (@babel/semi)
(#64) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#64) Expected space(s) before "function". (keyword-spacing)
(#64) Requires a space after '{'. (block-spacing)
(#64) Statement inside of curly braces should be on next line. (brace-style)
(#64) Missing space before opening brace. (space-before-blocks)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Expected space(s) after "if". (keyword-spacing)
(#64) Requires a space after '{'. (block-spacing)
(#64) Statement inside of curly braces should be on next line. (brace-style)
(#64) Missing space before opening brace. (space-before-blocks)
(#64) Expected space(s) after "if". (keyword-spacing)
(#64) Requires a space after '{'. (block-spacing)
(#64) Statement inside of curly braces should be on next line. (brace-style)
(#64) Missing space before opening brace. (space-before-blocks)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Requires a space before '}'. (block-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Missing semicolon. (@babel/semi)
(#64) Expected space(s) before "else". (keyword-spacing)
(#64) Expected { after 'else'. (curly)
(#64) 'L' declared on line 64 column 346 is used outside of binding context. (block-scoped-var)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) 'L' declared on line 64 column 346 is used outside of binding context. (block-scoped-var)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Requires a space after '{'. (block-spacing)
(#64) Statement inside of curly braces should be on next line. (brace-style)
(#64) Missing space before opening brace. (space-before-blocks)
(#64) Expected space(s) after "if". (keyword-spacing)
(#64) Expected { after 'if' condition. (curly)
(#64) Expected space(s) before "for". (keyword-spacing)
(#64) Expected space(s) after "for". (keyword-spacing)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Expected { after 'for' condition. (curly)
(#64) A space is required after ','. (comma-spacing)
(#64) Requires a space before '}'. (block-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Missing semicolon. (@babel/semi)
(#64) Requires a space before '}'. (block-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Missing semicolon. (@babel/semi)
(#64) Requires a space before '}'. (block-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Expected space(s) before "var". (keyword-spacing)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Operator '===' must be spaced. (space-infix-ops)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) Operator '||' must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Expected space(s) after "if". (keyword-spacing)
(#65) This line has a length of 503. Maximum allowed is 132. (max-len)
(#65) Requires a space after '{'. (block-spacing)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#65) Operator '?' must be spaced. (space-infix-ops)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Operator '||' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Operator '?' must be spaced. (space-infix-ops)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Requires a space after '{'. (block-spacing)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#65) Operator '!==' must be spaced. (space-infix-ops)
(#65) Requires a space before '}'. (block-spacing)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Missing semicolon. (@babel/semi)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Operator ':' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Operator ':' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Requires a space before '}'. (block-spacing)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Missing semicolon. (@babel/semi)
(#65) Requires a space before '}'. (block-spacing)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#65) Expected space(s) before "function". (keyword-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Requires a space after '{'. (block-spacing)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Operator '||' must be spaced. (space-infix-ops)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Expected space(s) after "if". (keyword-spacing)
(#65) Operator '&&' must be spaced. (space-infix-ops)
(#65) Operator '||' must be spaced. (space-infix-ops)
(#65) Operator '&&' must be spaced. (space-infix-ops)
(#65) Operator '!==' must be spaced. (space-infix-ops)
(#65) Requires a space after '{'. (block-spacing)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#65) Operator '?' must be spaced. (space-infix-ops)
(#65) Operator ':' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Requires a space before '}'. (block-spacing)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Missing semicolon. (@babel/semi)
(#65) Expected space(s) before "else". (keyword-spacing)
(#65) Expected space(s) after "if". (keyword-spacing)
(#65) Requires a space after '{'. (block-spacing)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#65) Operator '||' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing space before value for key 'preventDefault'. (key-spacing)
(#65) Requires a space after '{'. (block-spacing)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Requires a space before '}'. (block-spacing)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Missing semicolon. (@babel/semi)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing space before value for key 'target'. (key-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing space before value for key 'type'. (key-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) 'v' declared on line 65 column 231 is used outside of binding context. (block-scoped-var)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Expected space(s) after "for". (keyword-spacing)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Expected { after 'for' condition. (curly)
(#65) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#66) This line has a length of 509. Maximum allowed is 132. (max-len)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) 'v' declared on line 65 column 231 is used outside of binding context. (block-scoped-var)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) 'v' declared on line 65 column 231 is used outside of binding context. (block-scoped-var)
(#66) 'v' declared on line 65 column 231 is used outside of binding context. (block-scoped-var)
(#66) A space is required after ','. (comma-spacing)
(#66) Unexpected use of comma operator. (no-sequences)
(#66) A space is required after ','. (comma-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) 'q' declared on line 65 column 458 is used outside of binding context. (block-scoped-var)
(#66) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) 'v' declared on line 65 column 231 is used outside of binding context. (block-scoped-var)
(#66) A space is required after ','. (comma-spacing)
(#66) Requires a space after '{'. (block-spacing)
(#66) Statement inside of curly braces should be on next line. (brace-style)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#66) Operator '-' must be spaced. (space-infix-ops)
(#66) Requires a space before '}'. (block-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Missing semicolon. (@babel/semi)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) 'v' declared on line 65 column 231 is used outside of binding context. (block-scoped-var)
(#66) Requires a space after '{'. (block-spacing)
(#66) Statement inside of curly braces should be on next line. (brace-style)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#66) Operator '===' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) Requires a space before '}'. (block-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Missing semicolon. (@babel/semi)
(#66) Requires a space before '}'. (block-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Missing semicolon. (@babel/semi)
(#66) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) Requires a space before '}'. (block-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Missing semicolon. (@babel/semi)
(#66) Expected space(s) before "var". (keyword-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Operator '||' must be spaced. (space-infix-ops)
(#66) 'f' is a function. (no-func-assign)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Requires a space after '{'. (block-spacing)
(#66) Statement inside of curly braces should be on next line. (brace-style)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) Expected space(s) after "return". (keyword-spacing)
(#66) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#66) Operator '*' must be spaced. (space-infix-ops)
(#66) Operator '*' must be spaced. (space-infix-ops)
(#66) Operator '-' must be spaced. (space-infix-ops)
(#66) Requires a space before '}'. (block-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Missing semicolon. (@babel/semi)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Operator '?' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) Requires a space after '{'. (block-spacing)
(#66) Statement inside of curly braces should be on next line. (brace-style)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) Requires a space before '}'. (block-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Missing semicolon. (@babel/semi)
(#66) Operator ':' must be spaced. (space-infix-ops)
(#66) Expected to return a value at the end of function. (consistent-return)
(#66) A space is required after ','. (comma-spacing)
(#66) Requires a space after '{'. (block-spacing)
(#66) Statement inside of curly braces should be on next line. (brace-style)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) A space is required after ','. (comma-spacing)
(#66) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected space(s) after "for". (keyword-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Operator '<' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected { after 'for' condition. (curly)
(#66) Expected space(s) before "if". (keyword-spacing)
(#66) Expected space(s) after "if". (keyword-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) Expected { after 'if' condition. (curly)
(#66) Expected space(s) before "return". (keyword-spacing)
(#66) Requires a space before '}'. (block-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Missing semicolon. (@babel/semi)
(#67) This line has a length of 505. Maximum allowed is 132. (max-len)
(#67) Missing space before value for key 'map'. (key-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing space before value for key 'each'. (key-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing space before value for key 'grep'. (key-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing space before value for key 'reduce'. (key-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing space before value for key 'some'. (key-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) Operator '+' must be spaced. (space-infix-ops)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Operator '+' must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (@babel/semi)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (@babel/semi)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) Operator '+' must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Expected space(s) after "return". (keyword-spacing)
(#67) Operator '+' must be spaced. (space-infix-ops)
(#67) Operator '?' must be spaced. (space-infix-ops)
(#67) Operator ':' must be spaced. (space-infix-ops)
(#67) Operator '+' must be spaced. (space-infix-ops)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (@babel/semi)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (@babel/semi)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#67) Operator '&&' must be spaced. (space-infix-ops)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Expected to return a value at the end of function. (consistent-return)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Expected space(s) after "if". (keyword-spacing)
(#67) Expected { after 'if' condition. (curly)
(#67) Expected space(s) before "return". (keyword-spacing)
(#67) Operator '?' must be spaced. (space-infix-ops)
(#67) Operator '?' must be spaced. (space-infix-ops)
(#67) Operator ':' must be spaced. (space-infix-ops)
(#68) This line has a length of 501. Maximum allowed is 132. (max-len)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Operator ':' must be spaced. (space-infix-ops)
(#68) A space is required after ','. (comma-spacing)
(#68) Requires a space before '}'. (block-spacing)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) Missing semicolon. (@babel/semi)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Missing space before value for key 'addEvent'. (key-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Requires a space after '{'. (block-spacing)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Missing space before opening brace. (space-before-blocks)
(#68) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#68) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#68) Operator '===' must be spaced. (space-infix-ops)
(#68) Operator '&&' must be spaced. (space-infix-ops)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Operator '===' must be spaced. (space-infix-ops)
(#68) Operator '&&' must be spaced. (space-infix-ops)
(#68) Operator '||' must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#68) A space is required after ','. (comma-spacing)
(#68) Operator '||' must be spaced. (space-infix-ops)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#68) Operator '&&' must be spaced. (space-infix-ops)
(#68) Operator '&&' must be spaced. (space-infix-ops)
(#68) Operator '&&' must be spaced. (space-infix-ops)
(#68) Operator '&&' must be spaced. (space-infix-ops)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Operator '||' must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#68) Operator '&&' must be spaced. (space-infix-ops)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Operator '?' must be spaced. (space-infix-ops)
(#68) Missing space before value for key 'passive'. (key-spacing)
(#68) Operator '===' must be spaced. (space-infix-ops)
(#68) Operator '?' must be spaced. (space-infix-ops)
(#68) Operator '!==' must be spaced. (space-infix-ops)
(#68) Operator ':' must be spaced. (space-infix-ops)
(#68) A space is required after ','. (comma-spacing)
(#68) Missing space before value for key 'capture'. (key-spacing)
(#68) Operator ':' must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#68) Operator '||' must be spaced. (space-infix-ops)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#69) This line has a length of 501. Maximum allowed is 132. (max-len)
(#69) Missing space before value for key 'fn'. (key-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing space before value for key 'order'. (key-spacing)
(#69) Operator '===' must be spaced. (space-infix-ops)
(#69) Operator '?' must be spaced. (space-infix-ops)
(#69) Operator ':' must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#69) Operator '-' must be spaced. (space-infix-ops)
(#69) Requires a space before '}'. (block-spacing)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) Missing semicolon. (@babel/semi)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) Requires a space before '}'. (block-spacing)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) Missing semicolon. (@babel/semi)
(#69) Requires a space before '}'. (block-spacing)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) Missing semicolon. (@babel/semi)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing space before value for key 'arrayMax'. (key-spacing)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Expected space(s) after "for". (keyword-spacing)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Expected { after 'for' condition. (curly)
(#69) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#69) Operator '>' must be spaced. (space-infix-ops)
(#69) Operator '&&' must be spaced. (space-infix-ops)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) 'v' declared on line 69 column 186 is used outside of binding context. (block-scoped-var)
(#69) Requires a space before '}'. (block-spacing)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) Missing semicolon. (@babel/semi)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing space before value for key 'arrayMin'. (key-spacing)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Expected space(s) after "for". (keyword-spacing)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Expected { after 'for' condition. (curly)
(#69) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#69) Operator '<' must be spaced. (space-infix-ops)
(#69) Operator '&&' must be spaced. (space-infix-ops)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) 'v' declared on line 69 column 265 is used outside of binding context. (block-scoped-var)
(#69) Requires a space before '}'. (block-spacing)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) Missing semicolon. (@babel/semi)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing space before value for key 'attr'. (key-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing space before value for key 'clamp'. (key-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Do not nest ternary expressions. (no-nested-ternary)
(#69) Operator '>' must be spaced. (space-infix-ops)
(#69) Operator '?' must be spaced. (space-infix-ops)
(#69) Operator '<' must be spaced. (space-infix-ops)
(#69) Operator '?' must be spaced. (space-infix-ops)
(#69) Operator ':' must be spaced. (space-infix-ops)
(#69) Operator ':' must be spaced. (space-infix-ops)
(#69) Requires a space before '}'. (block-spacing)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) Missing semicolon. (@babel/semi)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing space before value for key 'cleanRecursively'. (key-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing space before value for key 'clearTimeout'. (key-spacing)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#69) Operator '&&' must be spaced. (space-infix-ops)
(#69) Requires a space before '}'. (block-spacing)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) Missing semicolon. (@babel/semi)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing space before value for key 'correctFloat'. (key-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing space before value for key 'createElement'. (key-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#69) Operator '&&' must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#70) This line has a length of 506. Maximum allowed is 132. (max-len)
(#70) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key 'padding'. (key-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key 'border'. (key-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key 'margin'. (key-spacing)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#70) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (@babel/semi)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key 'css'. (key-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key 'defined'. (key-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key 'destroyObjectProperties'. (key-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) A space is required after ','. (comma-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) Operator '!==' must be spaced. (space-infix-ops)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (@babel/semi)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (@babel/semi)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key 'discardElement'. (key-spacing)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (@babel/semi)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key 'erase'. (key-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Expected space(s) after "for". (keyword-spacing)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Expected { after 'for' condition. (curly)
(#70) Expected space(s) before "if". (keyword-spacing)
(#70) Expected space(s) after "if". (keyword-spacing)
(#70) Operator '===' must be spaced. (space-infix-ops)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (@babel/semi)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key 'error'. (key-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key 'extend'. (key-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key 'extendClass'. (key-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) Unexpected empty function. (no-empty-function)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) Missing '()' invoking a constructor. (new-parens)
(#70) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (@babel/semi)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key 'find'. (key-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key 'fireEvent'. (key-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key 'getMagnitude'. (key-spacing)
(#71) This line has a length of 535. Maximum allowed is 132. (max-len)
(#71) Missing space before value for key 'getNestedProperty'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Operator '&&' must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Operator '||' must be spaced. (space-infix-ops)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Expected { after 'if' condition. (curly)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Operator '||' must be spaced. (space-infix-ops)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Operator '||' must be spaced. (space-infix-ops)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Operator '||' must be spaced. (space-infix-ops)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Expected { after 'if' condition. (curly)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (@babel/semi)
(#71) Method 'getNestedProperty' expected no return value. (consistent-return)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (@babel/semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'getStyle'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'inArray'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'Highcharts.inArray'. (key-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (@babel/semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'isArray'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'isClass'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'isDOMElement'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'isFunction'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (@babel/semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'isNumber'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'isObject'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'isString'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'keys'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'Highcharts.keys'. (key-spacing)
(#72) This line has a length of 507. Maximum allowed is 132. (max-len)
(#72) Requires a space before '}'. (block-spacing)
(#72) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#72) Missing semicolon. (@babel/semi)
(#72) A space is required after ','. (comma-spacing)
(#72) Missing space before value for key 'merge'. (key-spacing)
(#72) Requires a space after '{'. (block-spacing)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#72) Missing space before opening brace. (space-before-blocks)
(#72) A space is required after ','. (comma-spacing)
(#72) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) Requires a space after '{'. (block-spacing)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#72) Missing space before opening brace. (space-before-blocks)
(#72) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#72) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#72) Operator '!==' must be spaced. (space-infix-ops)
(#72) Operator '&&' must be spaced. (space-infix-ops)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) Requires a space after '{'. (block-spacing)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#72) Missing space before opening brace. (space-before-blocks)
(#72) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#72) Operator '!==' must be spaced. (space-infix-ops)
(#72) Operator '&&' must be spaced. (space-infix-ops)
(#72) Operator '!==' must be spaced. (space-infix-ops)
(#72) Operator '&&' must be spaced. (space-infix-ops)
(#72) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#72) A space is required after ','. (comma-spacing)
(#72) Operator '||' must be spaced. (space-infix-ops)
(#72) Operator '||' must be spaced. (space-infix-ops)
(#72) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#72) Operator '?' must be spaced. (space-infix-ops)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Operator ':' must be spaced. (space-infix-ops)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Operator '||' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) Requires a space before '}'. (block-spacing)
(#72) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#72) Missing semicolon. (@babel/semi)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Requires a space before '}'. (block-spacing)
(#72) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#72) Missing semicolon. (@babel/semi)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#72) Operator '===' must be spaced. (space-infix-ops)
(#72) Operator '&&' must be spaced. (space-infix-ops)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Expected space(s) after "for". (keyword-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '<' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Expected { after 'for' condition. (curly)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Requires a space before '}'. (block-spacing)
(#72) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#72) Missing semicolon. (@babel/semi)
(#72) A space is required after ','. (comma-spacing)
(#72) Missing space before value for key 'normalizeTickInterval'. (key-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) Requires a space after '{'. (block-spacing)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#72) Missing space before opening brace. (space-before-blocks)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Operator '/' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#72) Operator '||' must be spaced. (space-infix-ops)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Operator '?' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) Operator ':' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) Operator '===' must be spaced. (space-infix-ops)
(#72) Operator '&&' must be spaced. (space-infix-ops)
(#72) Operator '===' must be spaced. (space-infix-ops)
(#72) Operator '?' must be spaced. (space-infix-ops)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Requires a space after '{'. (block-spacing)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#72) Missing space before opening brace. (space-before-blocks)
(#72) Operator '===' must be spaced. (space-infix-ops)
(#73) This line has a length of 522. Maximum allowed is 132. (max-len)
(#73) Operator '%' must be spaced. (space-infix-ops)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (@babel/semi)
(#73) Operator ':' must be spaced. (space-infix-ops)
(#73) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#73) Operator '>=' must be spaced. (space-infix-ops)
(#73) Operator '&&' must be spaced. (space-infix-ops)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Operator '/' must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Expected space(s) after "for". (keyword-spacing)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Operator '<' must be spaced. (space-infix-ops)
(#73) Operator '&&' must be spaced. (space-infix-ops)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) 'm' is not modified in this loop. (no-unmodified-loop-condition)
(#73) Operator '&&' must be spaced. (space-infix-ops)
(#73) Operator '*' must be spaced. (space-infix-ops)
(#73) Operator '>=' must be spaced. (space-infix-ops)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) 'm' is not modified in this loop. (no-unmodified-loop-condition)
(#73) Operator '&&' must be spaced. (space-infix-ops)
(#73) Operator '<=' must be spaced. (space-infix-ops)
(#73) Operator '+' must be spaced. (space-infix-ops)
(#73) Operator '+' must be spaced. (space-infix-ops)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) Operator '/' must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Expected { after 'for' condition. (curly)
(#73) Return statement should not contain assignment. (no-return-assign)
(#73) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Operator '*' must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#73) Operator '/' must be spaced. (space-infix-ops)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (@babel/semi)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing space before value for key 'objectEach'. (key-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing space before value for key 'offset'. (key-spacing)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) Operator '?' must be spaced. (space-infix-ops)
(#73) Operator ':' must be spaced. (space-infix-ops)
(#73) Missing space before value for key 'top'. (key-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing space before value for key 'left'. (key-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing space before value for key 'width'. (key-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing space before value for key 'height'. (key-spacing)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Expected space(s) after "return". (keyword-spacing)
(#73) Missing space before value for key 'top'. (key-spacing)
(#73) Operator '+' must be spaced. (space-infix-ops)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) Operator '-' must be spaced. (space-infix-ops)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing space before value for key 'left'. (key-spacing)
(#73) Operator '+' must be spaced. (space-infix-ops)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) Operator '-' must be spaced. (space-infix-ops)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing space before value for key 'width'. (key-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing space before value for key 'height'. (key-spacing)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (@babel/semi)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing space before value for key 'pad'. (key-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) Operator '+' must be spaced. (space-infix-ops)
(#73) Operator '-' must be spaced. (space-infix-ops)
(#74) This line has a length of 505. Maximum allowed is 132. (max-len)
(#74) Operator '||' must be spaced. (space-infix-ops)
(#74) Operator '+' must be spaced. (space-infix-ops)
(#74) Requires a space before '}'. (block-spacing)
(#74) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#74) Missing semicolon. (@babel/semi)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing space before value for key 'pick'. (key-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing space before value for key 'pInt'. (key-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing space before value for key 'relativeLength'. (key-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Requires a space after '{'. (block-spacing)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) Missing space before opening brace. (space-before-blocks)
(#74) Expected space(s) after "return". (keyword-spacing)
(#74) Operator '?' must be spaced. (space-infix-ops)
(#74) Operator '*' must be spaced. (space-infix-ops)
(#74) Operator '/' must be spaced. (space-infix-ops)
(#74) Operator '+' must be spaced. (space-infix-ops)
(#74) Operator '||' must be spaced. (space-infix-ops)
(#74) Operator ':' must be spaced. (space-infix-ops)
(#74) Requires a space before '}'. (block-spacing)
(#74) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#74) Missing semicolon. (@babel/semi)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing space before value for key 'removeEvent'. (key-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing space before value for key 'splat'. (key-spacing)
(#74) Requires a space after '{'. (block-spacing)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) Missing space before opening brace. (space-before-blocks)
(#74) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#74) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#74) Operator '?' must be spaced. (space-infix-ops)
(#74) Operator ':' must be spaced. (space-infix-ops)
(#74) Requires a space before '}'. (block-spacing)
(#74) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#74) Missing semicolon. (@babel/semi)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing space before value for key 'stableSort'. (key-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Requires a space after '{'. (block-spacing)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) Missing space before opening brace. (space-before-blocks)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) A space is required after ','. (comma-spacing)
(#74) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected space(s) after "for". (keyword-spacing)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Operator '<' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected { after 'for' condition. (curly)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Requires a space after '{'. (block-spacing)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) Missing space before opening brace. (space-before-blocks)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Operator '===' must be spaced. (space-infix-ops)
(#74) Operator '?' must be spaced. (space-infix-ops)
(#74) Operator '-' must be spaced. (space-infix-ops)
(#74) Operator ':' must be spaced. (space-infix-ops)
(#74) Requires a space before '}'. (block-spacing)
(#74) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#74) Missing semicolon. (@babel/semi)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected space(s) after "for". (keyword-spacing)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Operator '<' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected { after 'for' condition. (curly)
(#74) Expected space(s) before "delete". (keyword-spacing)
(#74) Requires a space before '}'. (block-spacing)
(#74) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#74) Missing semicolon. (@babel/semi)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing space before value for key 'syncTimeout'. (key-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Requires a space after '{'. (block-spacing)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) Missing space before opening brace. (space-before-blocks)
(#74) Expected space(s) after "if". (keyword-spacing)
(#74) Operator '<' must be spaced. (space-infix-ops)
(#74) Expected { after 'if' condition. (curly)
(#74) Expected space(s) before "return". (keyword-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected space(s) after "return". (keyword-spacing)
(#74) Requires a space before '}'. (block-spacing)
(#74) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#74) Missing semicolon. (@babel/semi)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing space before value for key 'timeUnits'. (key-spacing)
(#74) Missing space before value for key 'millisecond'. (key-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing space before value for key 'second'. (key-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing space before value for key 'minute'. (key-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing space before value for key 'hour'. (key-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing space before value for key 'day'. (key-spacing)
(#75) This line has a length of 508. Maximum allowed is 132. (max-len)
(#75) Missing space before value for key 'week'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'month'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'year'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'uniqueKey'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'useSerialIds'. (key-spacing)
(#75) Requires a space after '{'. (block-spacing)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Return statement should not contain assignment. (no-return-assign)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Requires a space before '}'. (block-spacing)
(#75) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#75) Missing semicolon. (@babel/semi)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'wrap'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Requires a space after '{'. (block-spacing)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Requires a space after '{'. (block-spacing)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Requires a space after '{'. (block-spacing)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '?' must be spaced. (space-infix-ops)
(#75) Operator ':' must be spaced. (space-infix-ops)
(#75) Requires a space before '}'. (block-spacing)
(#75) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#75) Missing semicolon. (@babel/semi)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Requires a space before '}'. (block-spacing)
(#75) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#75) Missing semicolon. (@babel/semi)
(#75) Requires a space before '}'. (block-spacing)
(#75) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#75) Missing semicolon. (@babel/semi)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Requires a space before '}'. (block-spacing)
(#75) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#75) Missing semicolon. (@babel/semi)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#75) A space is required after ','. (comma-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Requires a space after '{'. (block-spacing)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Expected space(s) after "return". (keyword-spacing)
(#75) Missing space before value for key 'alignThresholds'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'panning'. (key-spacing)
(#75) Missing space before value for key 'enabled'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'type'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'styledMode'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'borderRadius'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'colorCount'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'allowMutatingData'. (key-spacing)
(#76) This line has a length of 513. Maximum allowed is 132. (max-len)
(#76) Missing space before value for key 'defaultSeriesType'. (key-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'ignoreHiddenSeries'. (key-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'spacing'. (key-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'resetZoomButton'. (key-spacing)
(#76) Missing space before value for key 'theme'. (key-spacing)
(#76) Missing space before value for key 'zIndex'. (key-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'position'. (key-spacing)
(#76) Missing space before value for key 'align'. (key-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'x'. (key-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'y'. (key-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'zoomBySingleTouch'. (key-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'width'. (key-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'height'. (key-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'borderColor'. (key-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'backgroundColor'. (key-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'plotBorderColor'. (key-spacing)
(#76) Requires a space before '}'. (block-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Missing semicolon. (@babel/semi)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#76) A space is required after ','. (comma-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Requires a space after '{'. (block-spacing)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) A space is required after ','. (comma-spacing)
(#76) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) A space is required after ','. (comma-spacing)
(#76) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#76) Requires a space after '{'. (block-spacing)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#76) Expected to return a value at the end of function 'f'. (consistent-return)
(#76) Requires a space after '{'. (block-spacing)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) A space is required after ','. (comma-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Expected space(s) after "if". (keyword-spacing)
(#76) Operator '&&' must be spaced. (space-infix-ops)
(#76) Operator '!==' must be spaced. (space-infix-ops)
(#76) Expected { after 'if' condition. (curly)
(#76) Expected space(s) before "return". (keyword-spacing)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Expected space(s) after "if". (keyword-spacing)
(#77) This line has a length of 513. Maximum allowed is 132. (max-len)
(#77) Expected { after 'if' condition. (curly)
(#77) Expected space(s) before "return". (keyword-spacing)
(#77) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Requires a space before '}'. (block-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Missing semicolon. (@babel/semi)
(#77) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Operator '?' must be spaced. (space-infix-ops)
(#77) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#77) Operator ':' must be spaced. (space-infix-ops)
(#77) Requires a space before '}'. (block-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Missing semicolon. (@babel/semi)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Expected space(s) after "if". (keyword-spacing)
(#77) Operator '===' must be spaced. (space-infix-ops)
(#77) Operator '&&' must be spaced. (space-infix-ops)
(#77) Operator '!==' must be spaced. (space-infix-ops)
(#77) Expected { after 'if' condition. (curly)
(#77) Expected space(s) before "this". (keyword-spacing)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#77) Requires a space before '}'. (block-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Missing semicolon. (@babel/semi)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Expected space(s) after "if". (keyword-spacing)
(#77) Operator '===' must be spaced. (space-infix-ops)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Operator '||' must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Expected space(s) after "if". (keyword-spacing)
(#77) Operator '===' must be spaced. (space-infix-ops)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#77) Operator '===' must be spaced. (space-infix-ops)
(#77) Operator '?' must be spaced. (space-infix-ops)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Unexpected use of '>>'. (no-bitwise)
(#77) Unexpected use of '&'. (no-bitwise)
(#77) Operator '&' must be spaced. (space-infix-ops)
(#77) Operator '>>' must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) Unexpected use of '>>'. (no-bitwise)
(#77) Unexpected use of '&'. (no-bitwise)
(#77) Operator '&' must be spaced. (space-infix-ops)
(#77) Operator '>>' must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) Unexpected use of '&'. (no-bitwise)
(#77) Operator '&' must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) Operator ':' must be spaced. (space-infix-ops)
(#77) Operator '===' must be spaced. (space-infix-ops)
(#77) Operator '&&' must be spaced. (space-infix-ops)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Unexpected use of '|'. (no-bitwise)
(#77) Unexpected use of '>>'. (no-bitwise)
(#77) Unexpected use of '&'. (no-bitwise)
(#77) Operator '&' must be spaced. (space-infix-ops)
(#77) Operator '>>' must be spaced. (space-infix-ops)
(#77) Operator '|' must be spaced. (space-infix-ops)
(#77) Unexpected use of '>>'. (no-bitwise)
(#77) Unexpected use of '&'. (no-bitwise)
(#77) Operator '&' must be spaced. (space-infix-ops)
(#77) Operator '>>' must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) Unexpected use of '|'. (no-bitwise)
(#77) Unexpected use of '>>'. (no-bitwise)
(#77) Unexpected use of '&'. (no-bitwise)
(#77) Operator '&' must be spaced. (space-infix-ops)
(#77) Operator '>>' must be spaced. (space-infix-ops)
(#77) Operator '|' must be spaced. (space-infix-ops)
(#77) Unexpected use of '&'. (no-bitwise)
(#77) Operator '&' must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) Unexpected use of '|'. (no-bitwise)
(#77) Unexpected use of '<<'. (no-bitwise)
(#77) Unexpected use of '&'. (no-bitwise)
(#77) Operator '&' must be spaced. (space-infix-ops)
(#77) Operator '<<' must be spaced. (space-infix-ops)
(#77) Operator '|' must be spaced. (space-infix-ops)
(#77) Unexpected use of '&'. (no-bitwise)
(#77) Operator '&' must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) Requires a space before '}'. (block-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Missing semicolon. (@babel/semi)
(#77) Expected space(s) before "if". (keyword-spacing)
(#77) Expected space(s) after "if". (keyword-spacing)
(#77) Expected { after 'if' condition. (curly)
(#77) Expected space(s) before "for". (keyword-spacing)
(#77) Expected space(s) after "for". (keyword-spacing)
(#77) 'n' declared on line 77 column 334 is used outside of binding context. (block-scoped-var)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) 'n' declared on line 77 column 334 is used outside of binding context. (block-scoped-var)
(#77) Operator '&&' must be spaced. (space-infix-ops)
(#78) This line has a length of 544. Maximum allowed is 132. (max-len)
(#78) Requires a space after '{'. (block-spacing)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) 'n' declared on line 77 column 334 is used outside of binding context. (block-scoped-var)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#78) 'u' declared on line 77 column 319 is used outside of binding context. (block-scoped-var)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) Operator '&&' must be spaced. (space-infix-ops)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) 'u' declared on line 77 column 319 is used outside of binding context. (block-scoped-var)
(#78) Requires a space before '}'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Missing semicolon. (@babel/semi)
(#78) Requires a space before '}'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#78) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#78) Operator '&&' must be spaced. (space-infix-ops)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) Requires a space before '}'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Missing semicolon. (@babel/semi)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) Requires a space after '{'. (block-spacing)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) A space is required after ','. (comma-spacing)
(#78) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Expected space(s) after "if". (keyword-spacing)
(#78) Operator '===' must be spaced. (space-infix-ops)
(#78) Operator '&&' must be spaced. (space-infix-ops)
(#78) Operator '!==' must be spaced. (space-infix-ops)
(#78) Requires a space after '{'. (block-spacing)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Requires a space after '{'. (block-spacing)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) A space is required after ','. (comma-spacing)
(#78) Requires a space before '}'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Missing semicolon. (@babel/semi)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Requires a space before '}'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Missing semicolon. (@babel/semi)
(#78) Expected space(s) before "return". (keyword-spacing)
(#78) Do not nest ternary expressions. (no-nested-ternary)
(#78) Operator '&&' must be spaced. (space-infix-ops)
(#78) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#78) Operator '?' must be spaced. (space-infix-ops)
(#78) Do not nest ternary expressions. (no-nested-ternary)
(#78) Operator '===' must be spaced. (space-infix-ops)
(#78) Operator '||' must be spaced. (space-infix-ops)
(#78) Operator '&&' must be spaced. (space-infix-ops)
(#78) Operator '===' must be spaced. (space-infix-ops)
(#78) Operator '?' must be spaced. (space-infix-ops)
(#78) Operator '+' must be spaced. (space-infix-ops)
(#78) Operator '+' must be spaced. (space-infix-ops)
(#78) Operator '+' must be spaced. (space-infix-ops)
(#78) Operator '+' must be spaced. (space-infix-ops)
(#78) Operator '+' must be spaced. (space-infix-ops)
(#78) Operator '+' must be spaced. (space-infix-ops)
(#78) Operator ':' must be spaced. (space-infix-ops)
(#78) Operator '===' must be spaced. (space-infix-ops)
(#78) Operator '?' must be spaced. (space-infix-ops)
(#78) Operator '+' must be spaced. (space-infix-ops)
(#78) Operator ':' must be spaced. (space-infix-ops)
(#78) Operator '+' must be spaced. (space-infix-ops)
(#78) Operator '+' must be spaced. (space-infix-ops)
(#78) Operator ':' must be spaced. (space-infix-ops)
(#78) Requires a space before '}'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Missing semicolon. (@babel/semi)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) Requires a space after '{'. (block-spacing)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Expected space(s) after "if". (keyword-spacing)
(#78) Expected { after 'if' condition. (curly)
(#78) Expected space(s) before "this". (keyword-spacing)
(#78) Requires a space after '{'. (block-spacing)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Requires a space before '}'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Missing semicolon. (@babel/semi)
(#79) This line has a length of 515. Maximum allowed is 132. (max-len)
(#79) Expected space(s) after "if". (keyword-spacing)
(#79) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#79) Operator '&&' must be spaced. (space-infix-ops)
(#79) Operator '!==' must be spaced. (space-infix-ops)
(#79) Expected { after 'if' condition. (curly)
(#79) Expected space(s) before "for". (keyword-spacing)
(#79) Expected space(s) after "for". (keyword-spacing)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Operator '>' must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Expected { after 'for' condition. (curly)
(#79) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#79) Operator '+=' must be spaced. (space-infix-ops)
(#79) Operator '*' must be spaced. (space-infix-ops)
(#79) Unexpected use of comma operator. (no-sequences)
(#79) A space is required after ','. (comma-spacing)
(#79) Operator '>' must be spaced. (space-infix-ops)
(#79) Operator '&&' must be spaced. (space-infix-ops)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) A space is required after ','. (comma-spacing)
(#79) Operator '<' must be spaced. (space-infix-ops)
(#79) Operator '&&' must be spaced. (space-infix-ops)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Requires a space before '}'. (block-spacing)
(#79) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#79) Missing semicolon. (@babel/semi)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Requires a space after '{'. (block-spacing)
(#79) Statement inside of curly braces should be on next line. (brace-style)
(#79) Missing space before opening brace. (space-before-blocks)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Requires a space before '}'. (block-spacing)
(#79) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#79) Missing semicolon. (@babel/semi)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) A space is required after ','. (comma-spacing)
(#79) Requires a space after '{'. (block-spacing)
(#79) Statement inside of curly braces should be on next line. (brace-style)
(#79) Missing space before opening brace. (space-before-blocks)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) A space is required after ','. (comma-spacing)
(#79) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Expected space(s) after "if". (keyword-spacing)
(#79) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#79) Operator '||' must be spaced. (space-infix-ops)
(#79) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#79) Expected { after 'if' condition. (curly)
(#79) Expected space(s) before "return". (keyword-spacing)
(#79) Operator '||' must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Operator '!==' must be spaced. (space-infix-ops)
(#79) Operator '||' must be spaced. (space-infix-ops)
(#79) Operator '!==' must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Expected space(s) after "return". (keyword-spacing)
(#79) Operator '?' must be spaced. (space-infix-ops)
(#79) Operator ':' must be spaced. (space-infix-ops)
(#79) Operator '+' must be spaced. (space-infix-ops)
(#79) Operator '+' must be spaced. (space-infix-ops)
(#79) Operator '-' must be spaced. (space-infix-ops)
(#79) Operator '*' must be spaced. (space-infix-ops)
(#79) Operator '-' must be spaced. (space-infix-ops)
(#79) Operator '+' must be spaced. (space-infix-ops)
(#79) Operator '+' must be spaced. (space-infix-ops)
(#79) Operator '+' must be spaced. (space-infix-ops)
(#79) Operator '-' must be spaced. (space-infix-ops)
(#79) Operator '*' must be spaced. (space-infix-ops)
(#79) Operator '-' must be spaced. (space-infix-ops)
(#79) Operator '+' must be spaced. (space-infix-ops)
(#79) Operator '+' must be spaced. (space-infix-ops)
(#79) Operator '+' must be spaced. (space-infix-ops)
(#79) Operator '-' must be spaced. (space-infix-ops)
(#79) Operator '*' must be spaced. (space-infix-ops)
(#79) Operator '-' must be spaced. (space-infix-ops)
(#79) Operator '+' must be spaced. (space-infix-ops)
(#79) Operator '?' must be spaced. (space-infix-ops)
(#79) Operator '+' must be spaced. (space-infix-ops)
(#79) Operator '+' must be spaced. (space-infix-ops)
(#79) Operator '-' must be spaced. (space-infix-ops)
(#79) Operator '*' must be spaced. (space-infix-ops)
(#79) Operator '-' must be spaced. (space-infix-ops)
(#79) Operator ':' must be spaced. (space-infix-ops)
(#79) Operator '+' must be spaced. (space-infix-ops)
(#79) Requires a space before '}'. (block-spacing)
(#79) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#79) Missing semicolon. (@babel/semi)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Missing space before value for key 'white'. (key-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing space before value for key 'black'. (key-spacing)
(#80) This line has a length of 509. Maximum allowed is 132. (max-len)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) Missing space before value for key 'regex'. (key-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Missing space before value for key 'parse'. (key-spacing)
(#80) Requires a space after '{'. (block-spacing)
(#80) Statement inside of curly braces should be on next line. (brace-style)
(#80) Missing space before opening brace. (space-before-blocks)
(#80) Expected space(s) after "return". (keyword-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Requires a space before '}'. (block-spacing)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) Missing semicolon. (@babel/semi)
(#80) A space is required after ','. (comma-spacing)
(#80) Missing space before value for key 'regex'. (key-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Missing space before value for key 'parse'. (key-spacing)
(#80) Requires a space after '{'. (block-spacing)
(#80) Statement inside of curly braces should be on next line. (brace-style)
(#80) Missing space before opening brace. (space-before-blocks)
(#80) Expected space(s) after "return". (keyword-spacing)
(#80) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Requires a space before '}'. (block-spacing)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) Missing semicolon. (@babel/semi)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Requires a space before '}'. (block-spacing)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) Missing semicolon. (@babel/semi)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Requires a space before '}'. (block-spacing)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) Missing semicolon. (@babel/semi)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Requires a space after '{'. (block-spacing)
(#80) Statement inside of curly braces should be on next line. (brace-style)
(#80) Missing space before opening brace. (space-before-blocks)
(#80) Expected space(s) after "return". (keyword-spacing)
(#80) Missing space before value for key 'colors'. (key-spacing)
(#80) Requires a space before '}'. (block-spacing)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) Missing semicolon. (@babel/semi)
(#81) This line has a length of 501. Maximum allowed is 132. (max-len)
(#81) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) Requires a space after '{'. (block-spacing)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) Missing space before opening brace. (space-before-blocks)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) Operator '&&' must be spaced. (space-infix-ops)
(#81) Operator '&&' must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) Operator '&&' must be spaced. (space-infix-ops)
(#81) Operator '&&' must be spaced. (space-infix-ops)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#81) Requires a space after '{'. (block-spacing)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) Missing space before opening brace. (space-before-blocks)
(#81) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#81) Requires a space after '{'. (block-spacing)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) Missing space before opening brace. (space-before-blocks)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Requires a space before '}'. (block-spacing)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#81) Missing semicolon. (@babel/semi)
(#82) This line has a length of 524. Maximum allowed is 132. (max-len)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) A space is required after ','. (comma-spacing)
(#82) Requires a space after '{'. (block-spacing)
(#82) Statement inside of curly braces should be on next line. (brace-style)
(#82) Missing space before opening brace. (space-before-blocks)
(#82) Expected space(s) after "if". (keyword-spacing)
(#82) Operator '||' must be spaced. (space-infix-ops)
(#82) Requires a space after '{'. (block-spacing)
(#82) Statement inside of curly braces should be on next line. (brace-style)
(#82) Missing space before opening brace. (space-before-blocks)
(#82) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) A space is required after ','. (comma-spacing)
(#82) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) Operator '-' must be spaced. (space-infix-ops)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) Operator '+' must be spaced. (space-infix-ops)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Requires a space before '}'. (block-spacing)
(#82) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#82) Missing semicolon. (@babel/semi)
(#82) Expected space(s) before "return". (keyword-spacing)
(#82) Operator '?' must be spaced. (space-infix-ops)
(#82) Operator '+' must be spaced. (space-infix-ops)
(#82) Operator ':' must be spaced. (space-infix-ops)
(#82) Operator '+' must be spaced. (space-infix-ops)
(#82) Requires a space before '}'. (block-spacing)
(#82) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#82) Missing semicolon. (@babel/semi)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Requires a space after '{'. (block-spacing)
(#82) Statement inside of curly braces should be on next line. (brace-style)
(#82) Missing space before opening brace. (space-before-blocks)
(#82) Expected space(s) after "if". (keyword-spacing)
(#82) Operator '||' must be spaced. (space-infix-ops)
(#82) Requires a space after '{'. (block-spacing)
(#82) Statement inside of curly braces should be on next line. (brace-style)
(#82) Missing space before opening brace. (space-before-blocks)
(#82) Expected space(s) after "if". (keyword-spacing)
(#82) Operator '===' must be spaced. (space-infix-ops)
(#82) Operator '||' must be spaced. (space-infix-ops)
(#82) Operator '===' must be spaced. (space-infix-ops)
(#82) Operator '||' must be spaced. (space-infix-ops)
(#82) Operator '===' must be spaced. (space-infix-ops)
(#82) Operator '&&' must be spaced. (space-infix-ops)
(#82) Operator '===' must be spaced. (space-infix-ops)
(#82) Operator '%' must be spaced. (space-infix-ops)
(#82) Expected { after 'if' condition. (curly)
(#82) Expected space(s) before "return". (keyword-spacing)
(#82) Operator '+' must be spaced. (space-infix-ops)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) Operator '-' must be spaced. (space-infix-ops)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Operator '+' must be spaced. (space-infix-ops)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#83) This line has a length of 506. Maximum allowed is 132. (max-len)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Operator '+' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (@babel/semi)
(#83) Expected space(s) before "return". (keyword-spacing)
(#83) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#83) Operator '||' must be spaced. (space-infix-ops)
(#83) Operator '&&' must be spaced. (space-infix-ops)
(#83) Operator '===' must be spaced. (space-infix-ops)
(#83) Operator '?' must be spaced. (space-infix-ops)
(#83) Operator '+' must be spaced. (space-infix-ops)
(#83) Operator ':' must be spaced. (space-infix-ops)
(#83) Operator '+' must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (@babel/semi)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Operator '&&' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#83) A space is required after ','. (comma-spacing)
(#83) Operator '||' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Operator '||' must be spaced. (space-infix-ops)
(#83) Operator '||' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Operator '&&' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Operator '&&' must be spaced. (space-infix-ops)
(#83) Operator '&&' must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (@babel/semi)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#84) This line has a length of 522. Maximum allowed is 132. (max-len)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Operator '+=' must be spaced. (space-infix-ops)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#84) Operator '!==' must be spaced. (space-infix-ops)
(#84) Operator '?' must be spaced. (space-infix-ops)
(#84) Operator '+=' must be spaced. (space-infix-ops)
(#84) Operator '-' must be spaced. (space-infix-ops)
(#84) Operator ':' must be spaced. (space-infix-ops)
(#84) Operator '-' must be spaced. (space-infix-ops)
(#84) Operator '!==' must be spaced. (space-infix-ops)
(#84) Operator '-' must be spaced. (space-infix-ops)
(#84) Operator '||' must be spaced. (space-infix-ops)
(#84) Operator '||' must be spaced. (space-infix-ops)
(#84) Operator '-=' must be spaced. (space-infix-ops)
(#84) Requires a space before '}'. (block-spacing)
(#84) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#84) Missing semicolon. (@babel/semi)
(#84) Expected space(s) before "else". (keyword-spacing)
(#84) Expected { after 'else'. (curly)
(#84) 'h' declared on line 83 column 466 is used outside of binding context. (block-scoped-var)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) 'h' declared on line 83 column 466 is used outside of binding context. (block-scoped-var)
(#84) Requires a space before '}'. (block-spacing)
(#84) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#84) Missing semicolon. (@babel/semi)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) Requires a space after '{'. (block-spacing)
(#84) Statement inside of curly braces should be on next line. (brace-style)
(#84) Missing space before opening brace. (space-before-blocks)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) Operator '||' must be spaced. (space-infix-ops)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Expected space(s) after "if". (keyword-spacing)
(#84) Expected { after 'if' condition. (curly)
(#84) Expected space(s) before "return". (keyword-spacing)
(#84) Requires a space after '{'. (block-spacing)
(#84) Statement inside of curly braces should be on next line. (brace-style)
(#84) Missing space before opening brace. (space-before-blocks)
(#84) Operator '*' must be spaced. (space-infix-ops)
(#84) Requires a space before '}'. (block-spacing)
(#84) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#84) Missing semicolon. (@babel/semi)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Expected space(s) after "if". (keyword-spacing)
(#84) Requires a space after '{'. (block-spacing)
(#84) Statement inside of curly braces should be on next line. (brace-style)
(#84) Missing space before opening brace. (space-before-blocks)
(#84) Expected space(s) after "if". (keyword-spacing)
(#84) Expected { after 'if' condition. (curly)
(#84) Expected space(s) before "return". (keyword-spacing)
(#84) Requires a space after '{'. (block-spacing)
(#84) Statement inside of curly braces should be on next line. (brace-style)
(#84) Missing space before opening brace. (space-before-blocks)
(#84) Operator '*' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) Requires a space before '}'. (block-spacing)
(#84) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#84) Missing semicolon. (@babel/semi)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Requires a space before '}'. (block-spacing)
(#84) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#84) Missing semicolon. (@babel/semi)
(#84) Expected space(s) before "return". (keyword-spacing)
(#84) Operator '&&' must be spaced. (space-infix-ops)
(#85) This line has a length of 503. Maximum allowed is 132. (max-len)
(#85) Operator '?' must be spaced. (space-infix-ops)
(#85) Requires a space after '{'. (block-spacing)
(#85) Statement inside of curly braces should be on next line. (brace-style)
(#85) Missing space before opening brace. (space-before-blocks)
(#85) Operator '*' must be spaced. (space-infix-ops)
(#85) Requires a space before '}'. (block-spacing)
(#85) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#85) Missing semicolon. (@babel/semi)
(#85) Operator ':' must be spaced. (space-infix-ops)
(#85) Requires a space after '{'. (block-spacing)
(#85) Statement inside of curly braces should be on next line. (brace-style)
(#85) Missing space before opening brace. (space-before-blocks)
(#85) Operator '*' must be spaced. (space-infix-ops)
(#85) Operator '||' must be spaced. (space-infix-ops)
(#85) Requires a space before '}'. (block-spacing)
(#85) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#85) Missing semicolon. (@babel/semi)
(#85) Requires a space before '}'. (block-spacing)
(#85) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#85) Missing semicolon. (@babel/semi)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Requires a space after '{'. (block-spacing)
(#85) Statement inside of curly braces should be on next line. (brace-style)
(#85) Missing space before opening brace. (space-before-blocks)
(#85) Expected space(s) after "if". (keyword-spacing)
(#85) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#85) Operator '||' must be spaced. (space-infix-ops)
(#85) Expected { after 'if' condition. (curly)
(#85) Expected space(s) before "return". (keyword-spacing)
(#85) Operator '&&' must be spaced. (space-infix-ops)
(#85) Operator '||' must be spaced. (space-infix-ops)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) Operator '&&' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) Operator '&&' must be spaced. (space-infix-ops)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#85) Missing space before value for key 'a'. (key-spacing)
(#85) Operator '?' must be spaced. (space-infix-ops)
(#85) Operator ':' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Missing space before value for key 'A'. (key-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Missing space before value for key 'd'. (key-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Missing space before value for key 'e'. (key-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Missing space before value for key 'w'. (key-spacing)
(#86) This line has a length of 515. Maximum allowed is 132. (max-len)
(#86) Missing space before value for key 'b'. (key-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'B'. (key-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'm'. (key-spacing)
(#86) Operator '+' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'o'. (key-spacing)
(#86) Operator '+' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'y'. (key-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'Y'. (key-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'H'. (key-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'k'. (key-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'I'. (key-spacing)
(#86) Operator '%' must be spaced. (space-infix-ops)
(#86) Operator '||' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'l'. (key-spacing)
(#86) Operator '%' must be spaced. (space-infix-ops)
(#86) Operator '||' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'M'. (key-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'p'. (key-spacing)
(#86) Operator '>' must be spaced. (space-infix-ops)
(#86) Operator '?' must be spaced. (space-infix-ops)
(#86) Operator ':' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'P'. (key-spacing)
(#86) Operator '>' must be spaced. (space-infix-ops)
(#86) Operator '?' must be spaced. (space-infix-ops)
(#86) Operator ':' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'S'. (key-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'L'. (key-spacing)
(#86) Operator '%' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Requires a space after '{'. (block-spacing)
(#86) Statement inside of curly braces should be on next line. (brace-style)
(#86) Missing space before opening brace. (space-before-blocks)
(#86) Expected space(s) after "for". (keyword-spacing)
(#86) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#86) Operator '!==' must be spaced. (space-infix-ops)
(#86) Operator '+' must be spaced. (space-infix-ops)
(#86) Expected { after 'for' condition. (curly)
(#86) Operator '=' must be spaced. (space-infix-ops)
(#86) Operator '+' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) Operator '===' must be spaced. (space-infix-ops)
(#86) Operator '?' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) Operator ':' must be spaced. (space-infix-ops)
(#86) Requires a space before '}'. (block-spacing)
(#86) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#86) Missing semicolon. (@babel/semi)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#86) Operator '?' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) Operator '+' must be spaced. (space-infix-ops)
(#86) Operator ':' must be spaced. (space-infix-ops)
(#86) Requires a space before '}'. (block-spacing)
(#86) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#86) Missing semicolon. (@babel/semi)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#86) Operator '=' must be spaced. (space-infix-ops)
(#86) Requires a space after '{'. (block-spacing)
(#86) Statement inside of curly braces should be on next line. (brace-style)
(#86) Missing space before opening brace. (space-before-blocks)
(#86) Return statement should not contain assignment. (no-return-assign)
(#86) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#86) A space is required after ','. (comma-spacing)
(#86) Operator '?' must be spaced. (space-infix-ops)
(#86) Operator ':' must be spaced. (space-infix-ops)
(#86) Operator '=' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'main'. (key-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'from'. (key-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'to'. (key-spacing)
(#86) Requires a space before '}'. (block-spacing)
(#86) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#86) Missing semicolon. (@babel/semi)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#86) Operator '=' must be spaced. (space-infix-ops)
(#87) This line has a length of 501. Maximum allowed is 132. (max-len)
(#87) Function has a complexity of 33. Maximum allowed is 20. (complexity)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Requires a space after '{'. (block-spacing)
(#87) Statement inside of curly braces should be on next line. (brace-style)
(#87) Missing space before opening brace. (space-before-blocks)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) Operator '||' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Expected space(s) after "if". (keyword-spacing)
(#87) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#87) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#87) Requires a space after '{'. (block-spacing)
(#87) Statement inside of curly braces should be on next line. (brace-style)
(#87) Missing space before opening brace. (space-before-blocks)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Operator '>=' must be spaced. (space-infix-ops)
(#87) Operator '?' must be spaced. (space-infix-ops)
(#87) Operator ':' must be spaced. (space-infix-ops)
(#87) Operator '*' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Operator '/' must be spaced. (space-infix-ops)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#87) Operator '>=' must be spaced. (space-infix-ops)
(#87) Operator '&&' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Operator '>=' must be spaced. (space-infix-ops)
(#87) Operator '?' must be spaced. (space-infix-ops)
(#87) Operator ':' must be spaced. (space-infix-ops)
(#87) Operator '*' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Operator '/' must be spaced. (space-infix-ops)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#87) Operator '>=' must be spaced. (space-infix-ops)
(#87) Operator '&&' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Operator '>=' must be spaced. (space-infix-ops)
(#87) Operator '?' must be spaced. (space-infix-ops)
(#87) Operator ':' must be spaced. (space-infix-ops)
(#87) Operator '*' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Operator '/' must be spaced. (space-infix-ops)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#87) Operator '>=' must be spaced. (space-infix-ops)
(#87) Operator '&&' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Operator '>=' must be spaced. (space-infix-ops)
(#87) Operator '?' must be spaced. (space-infix-ops)
(#87) Operator ':' must be spaced. (space-infix-ops)
(#87) Operator '*' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Operator '/' must be spaced. (space-infix-ops)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#87) Operator '>=' must be spaced. (space-infix-ops)
(#87) Operator '&&' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Operator '>=' must be spaced. (space-infix-ops)
(#87) Operator '?' must be spaced. (space-infix-ops)
(#87) Operator ':' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Operator '*' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Operator '/' must be spaced. (space-infix-ops)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Expected space(s) after "if". (keyword-spacing)
(#87) Operator '>=' must be spaced. (space-infix-ops)
(#88) This line has a length of 508. Maximum allowed is 132. (max-len)
(#88) Requires a space after '{'. (block-spacing)
(#88) Statement inside of curly braces should be on next line. (brace-style)
(#88) Missing space before opening brace. (space-before-blocks)
(#88) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) Operator '>=' must be spaced. (space-infix-ops)
(#88) Operator '?' must be spaced. (space-infix-ops)
(#88) Operator ':' must be spaced. (space-infix-ops)
(#88) Operator '*' must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) Operator '/' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) Requires a space before '}'. (block-spacing)
(#88) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#88) Missing semicolon. (@babel/semi)
(#88) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#88) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#88) Operator '>=' must be spaced. (space-infix-ops)
(#88) Operator '&&' must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) 'v' declared on line 88 column 76 is used outside of binding context. (block-scoped-var)
(#88) Operator '-' must be spaced. (space-infix-ops)
(#88) 'v' declared on line 88 column 76 is used outside of binding context. (block-scoped-var)
(#88) Operator '%' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#88) Operator '===' must be spaced. (space-infix-ops)
(#88) Operator '&&' must be spaced. (space-infix-ops)
(#88) 'v' declared on line 88 column 76 is used outside of binding context. (block-scoped-var)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) Operator '-' must be spaced. (space-infix-ops)
(#88) 'v' declared on line 88 column 76 is used outside of binding context. (block-scoped-var)
(#88) Operator '+' must be spaced. (space-infix-ops)
(#88) Operator '+' must be spaced. (space-infix-ops)
(#88) 'v' declared on line 88 column 76 is used outside of binding context. (block-scoped-var)
(#88) Operator '<' must be spaced. (space-infix-ops)
(#88) Operator '?' must be spaced. (space-infix-ops)
(#88) Operator ':' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) 'v' declared on line 88 column 76 is used outside of binding context. (block-scoped-var)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#88) Operator '&&' must be spaced. (space-infix-ops)
(#88) Operator '||' must be spaced. (space-infix-ops)
(#88) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#88) Operator '||' must be spaced. (space-infix-ops)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Operator '-' must be spaced. (space-infix-ops)
(#88) Operator '>' must be spaced. (space-infix-ops)
(#88) Operator '*' must be spaced. (space-infix-ops)
(#88) Operator '||' must be spaced. (space-infix-ops)
(#88) Operator '!==' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Expected space(s) after "for". (keyword-spacing)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Operator '<' must be spaced. (space-infix-ops)
(#88) Expected { after 'for' condition. (curly)
(#88) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#88) Unexpected use of comma operator. (no-sequences)
(#88) A space is required after ','. (comma-spacing)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Do not nest ternary expressions. (no-nested-ternary)
(#88) Operator '===' must be spaced. (space-infix-ops)
(#88) Operator '?' must be spaced. (space-infix-ops)
(#88) 'v' declared on line 88 column 76 is used outside of binding context. (block-scoped-var)
(#88) Operator '+' must be spaced. (space-infix-ops)
(#88) Operator '*' must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) Operator ':' must be spaced. (space-infix-ops)
(#88) Do not nest ternary expressions. (no-nested-ternary)
(#88) Operator '===' must be spaced. (space-infix-ops)
(#88) Operator '?' must be spaced. (space-infix-ops)
(#88) 'v' declared on line 88 column 76 is used outside of binding context. (block-scoped-var)
(#89) This line has a length of 508. Maximum allowed is 132. (max-len)
(#89) Operator '+' must be spaced. (space-infix-ops)
(#89) Operator '*' must be spaced. (space-infix-ops)
(#89) Operator ':' must be spaced. (space-infix-ops)
(#89) Do not nest ternary expressions. (no-nested-ternary)
(#89) Operator '||' must be spaced. (space-infix-ops)
(#89) Operator '!==' must be spaced. (space-infix-ops)
(#89) Operator '&&' must be spaced. (space-infix-ops)
(#89) Operator '!==' must be spaced. (space-infix-ops)
(#89) Operator '?' must be spaced. (space-infix-ops)
(#89) Operator '&&' must be spaced. (space-infix-ops)
(#89) Operator '===' must be spaced. (space-infix-ops)
(#89) Operator '&&' must be spaced. (space-infix-ops)
(#89) Operator '<' must be spaced. (space-infix-ops)
(#89) Operator '?' must be spaced. (space-infix-ops)
(#89) 'v' declared on line 88 column 76 is used outside of binding context. (block-scoped-var)
(#89) A space is required after ','. (comma-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Operator '+' must be spaced. (space-infix-ops)
(#89) Operator '*' must be spaced. (space-infix-ops)
(#89) Operator ':' must be spaced. (space-infix-ops)
(#89) Operator '+' must be spaced. (space-infix-ops)
(#89) Operator '*' must be spaced. (space-infix-ops)
(#89) Operator ':' must be spaced. (space-infix-ops)
(#89) 'v' declared on line 88 column 76 is used outside of binding context. (block-scoped-var)
(#89) A space is required after ','. (comma-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Operator '+' must be spaced. (space-infix-ops)
(#89) Operator '*' must be spaced. (space-infix-ops)
(#89) Operator '*' must be spaced. (space-infix-ops)
(#89) Operator '===' must be spaced. (space-infix-ops)
(#89) Operator '?' must be spaced. (space-infix-ops)
(#89) Operator ':' must be spaced. (space-infix-ops)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing whitespace after semicolon. (semi-spacing)
(#89) Missing whitespace after semicolon. (semi-spacing)
(#89) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#89) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#89) Operator '<=' must be spaced. (space-infix-ops)
(#89) Operator '&&' must be spaced. (space-infix-ops)
(#89) Operator '>' must be spaced. (space-infix-ops)
(#89) Operator '&&' must be spaced. (space-infix-ops)
(#89) Requires a space after '{'. (block-spacing)
(#89) Statement inside of curly braces should be on next line. (brace-style)
(#89) Missing space before opening brace. (space-before-blocks)
(#89) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#89) Operator '===' must be spaced. (space-infix-ops)
(#89) Operator '%' must be spaced. (space-infix-ops)
(#89) Operator '&&' must be spaced. (space-infix-ops)
(#89) Operator '===' must be spaced. (space-infix-ops)
(#89) A space is required after ','. (comma-spacing)
(#89) Operator '&&' must be spaced. (space-infix-ops)
(#89) Operator '=' must be spaced. (space-infix-ops)
(#89) Requires a space before '}'. (block-spacing)
(#89) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#89) Missing semicolon. (@babel/semi)
(#89) Requires a space before '}'. (block-spacing)
(#89) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#89) Missing semicolon. (@babel/semi)
(#89) Operator '=' must be spaced. (space-infix-ops)
(#89) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing space before value for key 'higherRanks'. (key-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing space before value for key 'totalRange'. (key-spacing)
(#89) Operator '*' must be spaced. (space-infix-ops)
(#89) Missing whitespace after semicolon. (semi-spacing)
(#89) Requires a space before '}'. (block-spacing)
(#89) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#89) Missing semicolon. (@babel/semi)
(#89) Missing whitespace after semicolon. (semi-spacing)
(#89) Operator '=' must be spaced. (space-infix-ops)
(#89) A space is required after ','. (comma-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Requires a space after '{'. (block-spacing)
(#89) Statement inside of curly braces should be on next line. (brace-style)
(#89) Missing space before opening brace. (space-before-blocks)
(#89) Operator '=' must be spaced. (space-infix-ops)
(#89) A space is required after ','. (comma-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#89) Operator '=' must be spaced. (space-infix-ops)
(#89) Missing space before value for key 'millisecond'. (key-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing space before value for key 'second'. (key-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing space before value for key 'minute'. (key-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing space before value for key 'hour'. (key-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing space before value for key 'day'. (key-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#89) Operator '=' must be spaced. (space-infix-ops)
(#89) Missing whitespace after semicolon. (semi-spacing)
(#89) Expected space(s) after "for". (keyword-spacing)
(#89) 'b' declared on line 90 column 43 is used outside of binding context. (block-scoped-var)
(#89) Requires a space after '{'. (block-spacing)
(#89) Statement inside of curly braces should be on next line. (brace-style)
(#89) Missing space before opening brace. (space-before-blocks)
(#89) Expected space(s) after "if". (keyword-spacing)
(#89) Operator '===' must be spaced. (space-infix-ops)
(#89) Operator '&&' must be spaced. (space-infix-ops)
(#90) This line has a length of 504. Maximum allowed is 132. (max-len)
(#90) Operator '===' must be spaced. (space-infix-ops)
(#90) Operator '&&' must be spaced. (space-infix-ops)
(#90) Operator '===' must be spaced. (space-infix-ops)
(#90) Requires a space after '{'. (block-spacing)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Requires a space before '}'. (block-spacing)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#90) Missing semicolon. (@babel/semi)
(#90) Expected space(s) before "if". (keyword-spacing)
(#90) Expected space(s) after "if". (keyword-spacing)
(#90) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#90) 'b' declared on line 90 column 43 is used outside of binding context. (block-scoped-var)
(#90) Operator '>' must be spaced. (space-infix-ops)
(#90) Requires a space after '{'. (block-spacing)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) 'b' declared on line 90 column 43 is used outside of binding context. (block-scoped-var)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Requires a space before '}'. (block-spacing)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#90) Missing semicolon. (@babel/semi)
(#90) Expected space(s) before "if". (keyword-spacing)
(#90) Expected space(s) after "if". (keyword-spacing)
(#90) 'b' declared on line 90 column 43 is used outside of binding context. (block-scoped-var)
(#90) Operator '&&' must be spaced. (space-infix-ops)
(#90) 'b' declared on line 90 column 43 is used outside of binding context. (block-scoped-var)
(#90) Operator '!==' must be spaced. (space-infix-ops)
(#90) 'b' declared on line 90 column 43 is used outside of binding context. (block-scoped-var)
(#90) Expected { after 'if' condition. (curly)
(#90) Expected space(s) before "break". (keyword-spacing)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#90) Operator '!==' must be spaced. (space-infix-ops)
(#90) 'b' declared on line 90 column 43 is used outside of binding context. (block-scoped-var)
(#90) Operator '&&' must be spaced. (space-infix-ops)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#90) 'b' declared on line 90 column 43 is used outside of binding context. (block-scoped-var)
(#90) Requires a space before '}'. (block-spacing)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#90) Missing semicolon. (@babel/semi)
(#90) Expected space(s) before "if". (keyword-spacing)
(#90) Expected space(s) after "if". (keyword-spacing)
(#90) 'b' declared on line 90 column 43 is used outside of binding context. (block-scoped-var)
(#90) Expected { after 'if' condition. (curly)
(#90) Expected space(s) before "var". (keyword-spacing)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#90) 'b' declared on line 90 column 43 is used outside of binding context. (block-scoped-var)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Requires a space before '}'. (block-spacing)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#90) Missing semicolon. (@babel/semi)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Requires a space before '}'. (block-spacing)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#90) Missing semicolon. (@babel/semi)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Requires a space before '}'. (block-spacing)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#90) Missing semicolon. (@babel/semi)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Requires a space after '{'. (block-spacing)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#90) A space is required after ','. (comma-spacing)
(#90) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#90) Missing space before value for key 'colors'. (key-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing space before value for key 'symbols'. (key-spacing)
(#91) This line has a length of 515. Maximum allowed is 132. (max-len)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'lang'. (key-spacing)
(#91) Missing space before value for key 'loading'. (key-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'months'. (key-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'shortMonths'. (key-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'weekdays'. (key-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'decimalPoint'. (key-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'numericSymbols'. (key-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'resetZoom'. (key-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'resetZoomTitle'. (key-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'thousandsSep'. (key-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'global'. (key-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'time'. (key-spacing)
(#91) Missing space before value for key 'Date'. (key-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'getTimezoneOffset'. (key-spacing)
(#92) This line has a length of 521. Maximum allowed is 132. (max-len)
(#92) Missing space before value for key 'timezone'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'timezoneOffset'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'useUTC'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'chart'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'title'. (key-spacing)
(#92) Missing space before value for key 'text'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'align'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'margin'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'widthAdjust'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'subtitle'. (key-spacing)
(#92) Missing space before value for key 'text'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'align'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'widthAdjust'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'caption'. (key-spacing)
(#92) Missing space before value for key 'margin'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'text'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'align'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'verticalAlign'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'plotOptions'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'labels'. (key-spacing)
(#92) Missing space before value for key 'style'. (key-spacing)
(#92) Missing space before value for key 'position'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'color'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'legend'. (key-spacing)
(#92) Missing space before value for key 'enabled'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'align'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'alignColumns'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'className'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'layout'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'labelFormatter'. (key-spacing)
(#92) Requires a space after '{'. (block-spacing)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Requires a space before '}'. (block-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) Missing semicolon. (@babel/semi)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'borderColor'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'borderRadius'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'navigation'. (key-spacing)
(#92) Missing space before value for key 'activeColor'. (key-spacing)
(#93) This line has a length of 504. Maximum allowed is 132. (max-len)
(#93) Missing space before value for key 'inactiveColor'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'itemStyle'. (key-spacing)
(#93) Missing space before value for key 'color'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'cursor'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'fontSize'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'fontWeight'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'textOverflow'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'itemHoverStyle'. (key-spacing)
(#93) Missing space before value for key 'color'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'itemHiddenStyle'. (key-spacing)
(#93) Missing space before value for key 'color'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'shadow'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'itemCheckboxStyle'. (key-spacing)
(#93) Missing space before value for key 'position'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'width'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'height'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'squareSymbol'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'symbolPadding'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'verticalAlign'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'x'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'y'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'title'. (key-spacing)
(#93) Missing space before value for key 'style'. (key-spacing)
(#93) Missing space before value for key 'fontWeight'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'loading'. (key-spacing)
(#93) Missing space before value for key 'labelStyle'. (key-spacing)
(#93) Missing space before value for key 'fontWeight'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'position'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'top'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'style'. (key-spacing)
(#93) Missing space before value for key 'position'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'backgroundColor'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'opacity'. (key-spacing)
(#93) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#94) This line has a length of 569. Maximum allowed is 132. (max-len)
(#94) Missing space before value for key 'textAlign'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'tooltip'. (key-spacing)
(#94) Missing space before value for key 'enabled'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'animation'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'borderRadius'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'dateTimeLabelFormats'. (key-spacing)
(#94) Missing space before value for key 'millisecond'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'second'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'minute'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'hour'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'day'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'week'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'month'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'year'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'footerFormat'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'headerShape'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'hideDelay'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'padding'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'shape'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'shared'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'snap'. (key-spacing)
(#94) Operator '?' must be spaced. (space-infix-ops)
(#94) Operator ':' must be spaced. (space-infix-ops)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'headerFormat'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'pointFormat'. (key-spacing)
(#95) This line has a length of 506. Maximum allowed is 132. (max-len)
(#95) Missing space before value for key 'backgroundColor'. (key-spacing)
(#95) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'borderWidth'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'shadow'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'stickOnContact'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'style'. (key-spacing)
(#95) Missing space before value for key 'color'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'cursor'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'fontSize'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'whiteSpace'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'useHTML'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'credits'. (key-spacing)
(#95) Missing space before value for key 'enabled'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'href'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'position'. (key-spacing)
(#95) Missing space before value for key 'align'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'x'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'verticalAlign'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'y'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'style'. (key-spacing)
(#95) Missing space before value for key 'cursor'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'color'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'fontSize'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'text'. (key-spacing)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#95) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#95) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) Missing space before value for key 'defaultOptions'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'defaultTime'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'getOptions'. (key-spacing)
(#95) Requires a space after '{'. (block-spacing)
(#95) Statement inside of curly braces should be on next line. (brace-style)
(#95) Missing space before opening brace. (space-before-blocks)
(#95) Requires a space before '}'. (block-spacing)
(#95) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#95) Missing semicolon. (@babel/semi)
(#96) This line has a length of 516. Maximum allowed is 132. (max-len)
(#96) Missing space before value for key 'setOptions'. (key-spacing)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#96) A space is required after ','. (comma-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Expected space(s) after "if". (keyword-spacing)
(#96) Operator '||' must be spaced. (space-infix-ops)
(#96) Expected { after 'if' condition. (curly)
(#96) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#96) Operator '?' must be spaced. (space-infix-ops)
(#96) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#96) A space is required after ','. (comma-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) Operator ':' must be spaced. (space-infix-ops)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#96) Requires a space before '}'. (block-spacing)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) Missing semicolon. (@babel/semi)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Requires a space before '}'. (block-spacing)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) Missing semicolon. (@babel/semi)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#96) A space is required after ','. (comma-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) A space is required after ','. (comma-spacing)
(#96) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) A space is required after ','. (comma-spacing)
(#96) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) A space is required after ','. (comma-spacing)
(#96) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#96) A space is required after ','. (comma-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Requires a space before '}'. (block-spacing)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) Missing semicolon. (@babel/semi)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) A space is required after ','. (comma-spacing)
(#96) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Operator '&&' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Operator '&&' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Operator '||' must be spaced. (space-infix-ops)
(#96) A space is required after ','. (comma-spacing)
(#96) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Expected space(s) after "if". (keyword-spacing)
(#96) Operator '!==' must be spaced. (space-infix-ops)
(#96) Operator '&&' must be spaced. (space-infix-ops)
(#96) Operator '&&' must be spaced. (space-infix-ops)
(#96) Expected { after 'if' condition. (curly)
(#96) Expected space(s) before "if". (keyword-spacing)
(#96) Expected space(s) after "if". (keyword-spacing)
(#96) Operator '===' must be spaced. (space-infix-ops)
(#97) This line has a length of 510. Maximum allowed is 132. (max-len)
(#97) Operator '&&' must be spaced. (space-infix-ops)
(#97) Operator '>' must be spaced. (space-infix-ops)
(#97) Expected { after 'if' condition. (curly)
(#97) Expected space(s) before "for". (keyword-spacing)
(#97) Expected space(s) after "for". (keyword-spacing)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Operator '<' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Expected space(s) after "for". (keyword-spacing)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Operator '<' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#97) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#97) Operator '&&' must be spaced. (space-infix-ops)
(#97) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#97) Operator '&&' must be spaced. (space-infix-ops)
(#97) Operator '!==' must be spaced. (space-infix-ops)
(#97) Operator '||' must be spaced. (space-infix-ops)
(#97) Operator '!==' must be spaced. (space-infix-ops)
(#97) Operator '&&' must be spaced. (space-infix-ops)
(#97) Operator '!==' must be spaced. (space-infix-ops)
(#97) Operator '?' must be spaced. (space-infix-ops)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Operator '+' must be spaced. (space-infix-ops)
(#97) Operator '*' must be spaced. (space-infix-ops)
(#97) Operator '-' must be spaced. (space-infix-ops)
(#97) Operator ':' must be spaced. (space-infix-ops)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (@babel/semi)
(#97) 't' declared on line 97 column 65 is used outside of binding context. (block-scoped-var)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (@babel/semi)
(#97) Expected space(s) before "else". (keyword-spacing)
(#97) Expected { after 'else'. (curly)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected { after 'else'. (curly)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Operator '||' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (@babel/semi)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Operator '+' must be spaced. (space-infix-ops)
(#97) Expected { after 'if' condition. (curly)
(#97) Expected space(s) before "this". (keyword-spacing)
(#97) Operator '+' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected { after 'else'. (curly)
(#97) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#97) Operator '?' must be spaced. (space-infix-ops)
(#97) Operator '&&' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Operator ':' must be spaced. (space-infix-ops)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Operator '+' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#97) Operator '&&' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (@babel/semi)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#98) This line has a length of 519. Maximum allowed is 132. (max-len)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Requires a space after '{'. (block-spacing)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) Operator '?' must be spaced. (space-infix-ops)
(#98) Operator ':' must be spaced. (space-infix-ops)
(#98) Requires a space before '}'. (block-spacing)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) Missing semicolon. (@babel/semi)
(#98) A space is required after ','. (comma-spacing)
(#98) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Operator '||' must be spaced. (space-infix-ops)
(#98) Requires a space after '{'. (block-spacing)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) A space is required after ','. (comma-spacing)
(#98) Requires a space before '}'. (block-spacing)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) Missing semicolon. (@babel/semi)
(#98) A space is required after ','. (comma-spacing)
(#98) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Requires a space after '{'. (block-spacing)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) Expected space(s) after "for". (keyword-spacing)
(#98) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Operator '<' must be spaced. (space-infix-ops)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Expected { after 'for' condition. (curly)
(#98) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#98) Operator '||' must be spaced. (space-infix-ops)
(#98) A space is required after ','. (comma-spacing)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#98) Operator '&&' must be spaced. (space-infix-ops)
(#98) Requires a space before '}'. (block-spacing)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) Missing semicolon. (@babel/semi)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#98) Operator '!==' must be spaced. (space-infix-ops)
(#98) Operator '||' must be spaced. (space-infix-ops)
(#98) Operator '+' must be spaced. (space-infix-ops)
(#98) Operator '?' must be spaced. (space-infix-ops)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Missing '()' invoking a constructor. (new-parens)
(#98) A space is required after ','. (comma-spacing)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) A space is required after ','. (comma-spacing)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) A space is required after ','. (comma-spacing)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) A space is required after ','. (comma-spacing)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) A space is required after ','. (comma-spacing)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) A space is required after ','. (comma-spacing)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) A space is required after ','. (comma-spacing)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) A space is required after ','. (comma-spacing)
(#98) Operator '&&' must be spaced. (space-infix-ops)
(#98) Operator '===' must be spaced. (space-infix-ops)
(#98) Operator '&&' must be spaced. (space-infix-ops)
(#98) Operator ':' must be spaced. (space-infix-ops)
(#98) A space is required after ','. (comma-spacing)
(#98) Operator '&&' must be spaced. (space-infix-ops)
(#98) Operator '===' must be spaced. (space-infix-ops)
(#98) Operator '&&' must be spaced. (space-infix-ops)
(#98) Requires a space before '}'. (block-spacing)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) Missing semicolon. (@babel/semi)
(#99) This line has a length of 501. Maximum allowed is 132. (max-len)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Missing '()' invoking a constructor. (new-parens)
(#99) A space is required after ','. (comma-spacing)
(#99) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) A space is required after ','. (comma-spacing)
(#99) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) A space is required after ','. (comma-spacing)
(#99) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) A space is required after ','. (comma-spacing)
(#99) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) A space is required after ','. (comma-spacing)
(#99) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Expected space(s) after "if". (keyword-spacing)
(#99) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#99) Operator '&&' must be spaced. (space-infix-ops)
(#99) Expected { after 'if' condition. (curly)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Expected space(s) after "if". (keyword-spacing)
(#99) Operator '||' must be spaced. (space-infix-ops)
(#99) Operator '>=' must be spaced. (space-infix-ops)
(#99) Operator '+' must be spaced. (space-infix-ops)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#99) A space is required after ','. (comma-spacing)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#99) Operator '!==' must be spaced. (space-infix-ops)
(#99) Operator '&&' must be spaced. (space-infix-ops)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Requires a space before '}'. (block-spacing)
(#99) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#99) Missing semicolon. (@babel/semi)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#99) Operator '&&' must be spaced. (space-infix-ops)
(#99) Operator '&&' must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Requires a space before '}'. (block-spacing)
(#99) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#99) Missing semicolon. (@babel/semi)
(#99) Expected space(s) before "else". (keyword-spacing)
(#99) Expected { after 'else'. (curly)
(#99) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Operator '-' must be spaced. (space-infix-ops)
(#99) Operator '/' must be spaced. (space-infix-ops)
(#99) Unexpected use of comma operator. (no-sequences)
(#99) A space is required after ','. (comma-spacing)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Operator '+' must be spaced. (space-infix-ops)
(#99) Operator '-' must be spaced. (space-infix-ops)
(#99) Operator '*' must be spaced. (space-infix-ops)
(#99) A space is required after ','. (comma-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Requires a space before '}'. (block-spacing)
(#99) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#99) Missing semicolon. (@babel/semi)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) A space is required after ','. (comma-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#99) A space is required after ','. (comma-spacing)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Expected space(s) after "for". (keyword-spacing)
(#99) Operator '<' must be spaced. (space-infix-ops)
(#99) 'x' declared on line 101 column 165 is used outside of binding context. (block-scoped-var)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) A space is required after ','. (comma-spacing)
(#99) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) 'x' declared on line 101 column 165 is used outside of binding context. (block-scoped-var)
(#99) Operator '-' must be spaced. (space-infix-ops)
(#100) This line has a length of 520. Maximum allowed is 132. (max-len)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#100) Operator '&&' must be spaced. (space-infix-ops)
(#100) Operator '===' must be spaced. (space-infix-ops)
(#100) Operator '&&' must be spaced. (space-infix-ops)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Operator '===' must be spaced. (space-infix-ops)
(#100) Operator '?' must be spaced. (space-infix-ops)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) Operator ':' must be spaced. (space-infix-ops)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#100) Operator '&&' must be spaced. (space-infix-ops)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) A space is required after ','. (comma-spacing)
(#100) Operator '-' must be spaced. (space-infix-ops)
(#100) A space is required after ','. (comma-spacing)
(#100) Requires a space before '}'. (block-spacing)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) Missing semicolon. (@babel/semi)
(#100) Requires a space before '}'. (block-spacing)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#100) Expected space(s) before "function". (keyword-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) Requires a space after '{'. (block-spacing)
(#100) Statement inside of curly braces should be on next line. (brace-style)
(#100) Missing space before opening brace. (space-before-blocks)
(#100) Expected space(s) after "for". (keyword-spacing)
(#100) Operator '<' must be spaced. (space-infix-ops)
(#100) 'x' declared on line 101 column 165 is used outside of binding context. (block-scoped-var)
(#100) Expected { after 'for' condition. (curly)
(#100) Expected space(s) before "if". (keyword-spacing)
(#100) Expected space(s) after "if". (keyword-spacing)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Operator '/' must be spaced. (space-infix-ops)
(#100) Operator '-' must be spaced. (space-infix-ops)
(#100) Unexpected use of comma operator. (no-sequences)
(#100) A space is required after ','. (comma-spacing)
(#100) Operator '===' must be spaced. (space-infix-ops)
(#100) Operator '&&' must be spaced. (space-infix-ops)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) A space is required after ','. (comma-spacing)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) A space is required after ','. (comma-spacing)
(#100) Requires a space after '{'. (block-spacing)
(#100) Statement inside of curly braces should be on next line. (brace-style)
(#100) Missing space before opening brace. (space-before-blocks)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Operator '/' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Operator '/' must be spaced. (space-infix-ops)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) Requires a space before '}'. (block-spacing)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) Missing semicolon. (@babel/semi)
(#100) Expected space(s) before "else". (keyword-spacing)
(#100) Expected { after 'else'. (curly)
(#100) Requires a space before '}'. (block-spacing)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) Missing semicolon. (@babel/semi)
(#100) Expected space(s) before "var". (keyword-spacing)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) A space is required after ','. (comma-spacing)
(#100) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) A space is required after ','. (comma-spacing)
(#100) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Operator '?' must be spaced. (space-infix-ops)
(#100) Operator ':' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Operator '&&' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Expected space(s) after "if". (keyword-spacing)
(#100) Expected { after 'if' condition. (curly)
(#100) Expected space(s) before "return". (keyword-spacing)
(#100) Expected space(s) after "return". (keyword-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Expected space(s) after "if". (keyword-spacing)
(#100) Operator '&&' must be spaced. (space-infix-ops)
(#100) Operator '&&' must be spaced. (space-infix-ops)
(#100) Requires a space after '{'. (block-spacing)
(#100) Statement inside of curly braces should be on next line. (brace-style)
(#100) Missing space before opening brace. (space-before-blocks)
(#100) Expected space(s) after "for". (keyword-spacing)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Operator '<' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Expected { after 'for' condition. (curly)
(#100) Expected space(s) before "if". (keyword-spacing)
(#100) Expected space(s) after "if". (keyword-spacing)
(#100) Operator '===' must be spaced. (space-infix-ops)
(#100) Requires a space after '{'. (block-spacing)
(#100) Statement inside of curly braces should be on next line. (brace-style)
(#100) Missing space before opening brace. (space-before-blocks)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Requires a space before '}'. (block-spacing)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) Missing semicolon. (@babel/semi)
(#100) Expected space(s) before "else". (keyword-spacing)
(#100) Expected space(s) after "if". (keyword-spacing)
(#100) Operator '===' must be spaced. (space-infix-ops)
(#101) This line has a length of 521. Maximum allowed is 132. (max-len)
(#101) Operator '-' must be spaced. (space-infix-ops)
(#101) Operator '+' must be spaced. (space-infix-ops)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) 'F' declared on line 100 column 496 is used outside of binding context. (block-scoped-var)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#101) Requires a space before '}'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Missing semicolon. (@babel/semi)
(#101) Expected space(s) before "else". (keyword-spacing)
(#101) Expected space(s) after "if". (keyword-spacing)
(#101) Operator '-' must be spaced. (space-infix-ops)
(#101) Operator '===' must be spaced. (space-infix-ops)
(#101) Operator '-' must be spaced. (space-infix-ops)
(#101) Operator '+' must be spaced. (space-infix-ops)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) 'F' declared on line 100 column 496 is used outside of binding context. (block-scoped-var)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Operator '-' must be spaced. (space-infix-ops)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Requires a space before '}'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Missing semicolon. (@babel/semi)
(#101) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#101) Operator '===' must be spaced. (space-infix-ops)
(#101) 'F' declared on line 100 column 496 is used outside of binding context. (block-scoped-var)
(#101) Operator '&&' must be spaced. (space-infix-ops)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Requires a space before '}'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Missing semicolon. (@babel/semi)
(#101) Expected space(s) before "if". (keyword-spacing)
(#101) Expected space(s) after "if". (keyword-spacing)
(#101) Operator '&&' must be spaced. (space-infix-ops)
(#101) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#101) 'F' declared on line 100 column 496 is used outside of binding context. (block-scoped-var)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Operator '+' must be spaced. (space-infix-ops)
(#101) 'F' declared on line 100 column 496 is used outside of binding context. (block-scoped-var)
(#101) Operator '*' must be spaced. (space-infix-ops)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) 'y' declared on line 101 column 33 is used outside of binding context. (block-scoped-var)
(#101) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#101) Operator '?' must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Operator ':' must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Requires a space before '}'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Missing semicolon. (@babel/semi)
(#101) Expected space(s) before "return". (keyword-spacing)
(#101) Expected space(s) after "return". (keyword-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Requires a space before '}'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Missing semicolon. (@babel/semi)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) A space is required after ','. (comma-spacing)
(#101) Requires a space before '}'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Missing semicolon. (@babel/semi)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) A space is required after ','. (comma-spacing)
(#101) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#101) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Requires a space before '}'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Missing semicolon. (@babel/semi)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Requires a space before '}'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Missing semicolon. (@babel/semi)
(#101) Requires a space before '}'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Missing semicolon. (@babel/semi)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#102) This line has a length of 509. Maximum allowed is 132. (max-len)
(#102) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Requires a space after '{'. (block-spacing)
(#102) Statement inside of curly braces should be on next line. (brace-style)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#102) Requires a space after '{'. (block-spacing)
(#102) Statement inside of curly braces should be on next line. (brace-style)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) Operator '?' must be spaced. (space-infix-ops)
(#102) Missing space before value for key 'duration'. (key-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Missing space before value for key 'defer'. (key-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Operator ':' must be spaced. (space-infix-ops)
(#102) Missing space before value for key 'duration'. (key-spacing)
(#102) Operator '?' must be spaced. (space-infix-ops)
(#102) Operator ':' must be spaced. (space-infix-ops)
(#102) A space is required after ','. (comma-spacing)
(#102) Missing space before value for key 'defer'. (key-spacing)
(#102) Requires a space before '}'. (block-spacing)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Missing semicolon. (@babel/semi)
(#102) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#102) Expected space(s) before "function". (keyword-spacing)
(#102) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#102) A space is required after ','. (comma-spacing)
(#102) Requires a space after '{'. (block-spacing)
(#102) Statement inside of curly braces should be on next line. (brace-style)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) Expected space(s) after "for". (keyword-spacing)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Expected { after 'for' condition. (curly)
(#102) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#102) Operator '!==' must be spaced. (space-infix-ops)
(#102) Operator '||' must be spaced. (space-infix-ops)
(#102) Operator '&&' must be spaced. (space-infix-ops)
(#102) Operator '!==' must be spaced. (space-infix-ops)
(#102) Operator '||' must be spaced. (space-infix-ops)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Requires a space before '}'. (block-spacing)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Missing semicolon. (@babel/semi)
(#102) Expected space(s) before "var". (keyword-spacing)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) A space is required after ','. (comma-spacing)
(#102) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) A space is required after ','. (comma-spacing)
(#102) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) A space is required after ','. (comma-spacing)
(#102) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) A space is required after ','. (comma-spacing)
(#102) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) A space is required after ','. (comma-spacing)
(#102) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) A space is required after ','. (comma-spacing)
(#102) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) A space is required after ','. (comma-spacing)
(#102) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Expected space(s) after "return". (keyword-spacing)
(#102) Missing space before value for key 'animate'. (key-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Requires a space after '{'. (block-spacing)
(#102) Statement inside of curly braces should be on next line. (brace-style)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) A space is required after ','. (comma-spacing)
(#102) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) A space is required after ','. (comma-spacing)
(#102) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#102) A space is required after ','. (comma-spacing)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Expected space(s) after "if". (keyword-spacing)
(#102) Requires a space after '{'. (block-spacing)
(#102) Statement inside of curly braces should be on next line. (brace-style)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Missing space before value for key 'duration'. (key-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Missing space before value for key 'easing'. (key-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Missing space before value for key 'complete'. (key-spacing)
(#102) Requires a space before '}'. (block-spacing)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Missing semicolon. (@babel/semi)
(#102) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#102) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#102) Operator '||' must be spaced. (space-infix-ops)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Operator '===' must be spaced. (space-infix-ops)
(#103) This line has a length of 507. Maximum allowed is 132. (max-len)
(#103) Operator '?' must be spaced. (space-infix-ops)
(#103) Operator ':' must be spaced. (space-infix-ops)
(#103) Operator '||' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Requires a space after '{'. (block-spacing)
(#103) Statement inside of curly braces should be on next line. (brace-style)
(#103) Missing space before opening brace. (space-before-blocks)
(#103) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#103) A space is required after ','. (comma-spacing)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#103) Do not nest ternary expressions. (no-nested-ternary)
(#103) Operator '===' must be spaced. (space-infix-ops)
(#103) Operator '&&' must be spaced. (space-infix-ops)
(#103) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#103) Operator '?' must be spaced. (space-infix-ops)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Operator ':' must be spaced. (space-infix-ops)
(#103) Operator '?' must be spaced. (space-infix-ops)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Operator ':' must be spaced. (space-infix-ops)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#103) A space is required after ','. (comma-spacing)
(#103) Operator '||' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) Operator '!==' must be spaced. (space-infix-ops)
(#103) Operator '&&' must be spaced. (space-infix-ops)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#103) Operator '||' must be spaced. (space-infix-ops)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#103) Operator '===' must be spaced. (space-infix-ops)
(#103) Operator '&&' must be spaced. (space-infix-ops)
(#103) Operator '&&' must be spaced. (space-infix-ops)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Requires a space before '}'. (block-spacing)
(#103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#103) Missing semicolon. (@babel/semi)
(#103) Requires a space before '}'. (block-spacing)
(#103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#103) Missing semicolon. (@babel/semi)
(#103) A space is required after ','. (comma-spacing)
(#103) Missing space before value for key 'animObject'. (key-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Missing space before value for key 'getDeferredAnimation'. (key-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Requires a space after '{'. (block-spacing)
(#103) Statement inside of curly braces should be on next line. (brace-style)
(#103) Missing space before opening brace. (space-before-blocks)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#103) A space is required after ','. (comma-spacing)
(#103) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Operator '?' must be spaced. (space-infix-ops)
(#103) Operator ':' must be spaced. (space-infix-ops)
(#103) Requires a space after '{'. (block-spacing)
(#103) Statement inside of curly braces should be on next line. (brace-style)
(#103) Missing space before opening brace. (space-before-blocks)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Operator '&&' must be spaced. (space-infix-ops)
(#103) Operator '?' must be spaced. (space-infix-ops)
(#103) Operator ':' must be spaced. (space-infix-ops)
(#104) This line has a length of 526. Maximum allowed is 132. (max-len)
(#104) A space is required after ','. (comma-spacing)
(#104) Operator '+' must be spaced. (space-infix-ops)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Requires a space before '}'. (block-spacing)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Missing semicolon. (@babel/semi)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#104) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#104) Operator '&&' must be spaced. (space-infix-ops)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) Expected space(s) after "return". (keyword-spacing)
(#104) Missing space before value for key 'defer'. (key-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) Operator '-' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Missing space before value for key 'duration'. (key-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) Requires a space before '}'. (block-spacing)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Missing semicolon. (@babel/semi)
(#104) A space is required after ','. (comma-spacing)
(#104) Missing space before value for key 'setAnimation'. (key-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) Requires a space after '{'. (block-spacing)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) Requires a space before '}'. (block-spacing)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Missing semicolon. (@babel/semi)
(#104) A space is required after ','. (comma-spacing)
(#104) Missing space before value for key 'stop'. (key-spacing)
(#104) Requires a space before '}'. (block-spacing)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Missing semicolon. (@babel/semi)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#104) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) Requires a space after '{'. (block-spacing)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) Operator '&&' must be spaced. (space-infix-ops)
(#104) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#104) Operator '&&' must be spaced. (space-infix-ops)
(#105) This line has a length of 508. Maximum allowed is 132. (max-len)
(#105) Missing space before value for key 'createHTML'. (key-spacing)
(#105) Requires a space after '{'. (block-spacing)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) Requires a space before '}'. (block-spacing)
(#105) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#105) Missing semicolon. (@babel/semi)
(#105) A space is required after ','. (comma-spacing)
(#105) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) Operator '?' must be spaced. (space-infix-ops)
(#105) Operator ':' must be spaced. (space-infix-ops)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) Expected space(s) after "try". (keyword-spacing)
(#105) Requires a space after '{'. (block-spacing)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) Missing '()' invoking a constructor. (new-parens)
(#105) A space is required after ','. (comma-spacing)
(#105) Requires a space before '}'. (block-spacing)
(#105) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#105) Missing semicolon. (@babel/semi)
(#105) Expected space(s) before "catch". (keyword-spacing)
(#105) Expected space(s) after "catch". (keyword-spacing)
(#105) Requires a space after '{'. (block-spacing)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) 'p' declared on line 105 column 69 is used outside of binding context. (block-scoped-var)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) Requires a space before '}'. (block-spacing)
(#105) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#105) Missing semicolon. (@babel/semi)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#105) Requires a space after '{'. (block-spacing)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#105) Requires a space after '{'. (block-spacing)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) Operator '===' must be spaced. (space-infix-ops)
(#105) Operator '?' must be spaced. (space-infix-ops)
(#105) Operator ':' must be spaced. (space-infix-ops)
(#105) Requires a space before '}'. (block-spacing)
(#105) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#105) Missing semicolon. (@babel/semi)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) Requires a space after '{'. (block-spacing)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Requires a space after '{'. (block-spacing)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#105) Operator '===' must be spaced. (space-infix-ops)
(#105) Operator '&&' must be spaced. (space-infix-ops)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#105) Operator '!==' must be spaced. (space-infix-ops)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Operator '&&' must be spaced. (space-infix-ops)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) Operator '&&' must be spaced. (space-infix-ops)
(#105) Requires a space after '{'. (block-spacing)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) Operator '===' must be spaced. (space-infix-ops)
(#105) Requires a space before '}'. (block-spacing)
(#105) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#105) Missing semicolon. (@babel/semi)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#105) Operator '||' must be spaced. (space-infix-ops)
(#105) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Missing space before value for key 'Invalid attribute in config'. (key-spacing)
(#105) Operator '+' must be spaced. (space-infix-ops)
(#106) This line has a length of 504. Maximum allowed is 132. (max-len)
(#106) A space is required after ','. (comma-spacing)
(#106) Requires a space before '}'. (block-spacing)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Missing semicolon. (@babel/semi)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Requires a space before '}'. (block-spacing)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Missing semicolon. (@babel/semi)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Requires a space after '{'. (block-spacing)
(#106) Statement inside of curly braces should be on next line. (brace-style)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) A space is required after ','. (comma-spacing)
(#106) Requires a space after '{'. (block-spacing)
(#106) Statement inside of curly braces should be on next line. (brace-style)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Requires a space after '{'. (block-spacing)
(#106) Statement inside of curly braces should be on next line. (brace-style)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) Requires a space before '}'. (block-spacing)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Missing semicolon. (@babel/semi)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#106) Operator '&&' must be spaced. (space-infix-ops)
(#106) Operator '&&' must be spaced. (space-infix-ops)
(#106) A space is required after ','. (comma-spacing)
(#106) Requires a space after '{'. (block-spacing)
(#106) Statement inside of curly braces should be on next line. (brace-style)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) Requires a space before '}'. (block-spacing)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Missing semicolon. (@babel/semi)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Requires a space before '}'. (block-spacing)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Missing semicolon. (@babel/semi)
(#106) A space is required after ','. (comma-spacing)
(#106) Requires a space before '}'. (block-spacing)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Missing semicolon. (@babel/semi)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) A space is required after ','. (comma-spacing)
(#106) Requires a space after '{'. (block-spacing)
(#106) Statement inside of curly braces should be on next line. (brace-style)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#106) Operator '&&' must be spaced. (space-infix-ops)
(#106) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#106) Requires a space before '}'. (block-spacing)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Missing semicolon. (@babel/semi)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Requires a space after '{'. (block-spacing)
(#106) Statement inside of curly braces should be on next line. (brace-style)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#106) A space is required after ','. (comma-spacing)
(#106) Requires a space after '{'. (block-spacing)
(#106) Statement inside of curly braces should be on next line. (brace-style)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Requires a space after '{'. (block-spacing)
(#106) Statement inside of curly braces should be on next line. (brace-style)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) A space is required after ','. (comma-spacing)
(#106) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Operator '?' must be spaced. (space-infix-ops)
(#106) Operator ':' must be spaced. (space-infix-ops)
(#107) This line has a length of 521. Maximum allowed is 132. (max-len)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected space(s) after "if". (keyword-spacing)
(#107) Expected { after 'if' condition. (curly)
(#107) Expected space(s) before "if". (keyword-spacing)
(#107) Expected space(s) after "if". (keyword-spacing)
(#107) Operator '===' must be spaced. (space-infix-ops)
(#107) Expected { after 'if' condition. (curly)
(#107) Expected space(s) before "var". (keyword-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected space(s) after "if". (keyword-spacing)
(#107) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#107) Operator '!==' must be spaced. (space-infix-ops)
(#107) Operator '||' must be spaced. (space-infix-ops)
(#107) Requires a space after '{'. (block-spacing)
(#107) Statement inside of curly braces should be on next line. (brace-style)
(#107) Missing space before opening brace. (space-before-blocks)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Operator '===' must be spaced. (space-infix-ops)
(#107) Operator '?' must be spaced. (space-infix-ops)
(#107) Operator ':' must be spaced. (space-infix-ops)
(#107) Operator '||' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Operator '||' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Requires a space after '{'. (block-spacing)
(#107) Statement inside of curly braces should be on next line. (brace-style)
(#107) Missing space before opening brace. (space-before-blocks)
(#107) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#107) Operator '!==' must be spaced. (space-infix-ops)
(#107) Operator '&&' must be spaced. (space-infix-ops)
(#107) Operator '!==' must be spaced. (space-infix-ops)
(#107) Operator '&&' must be spaced. (space-infix-ops)
(#107) Operator '!==' must be spaced. (space-infix-ops)
(#107) Operator '&&' must be spaced. (space-infix-ops)
(#107) Operator '!==' must be spaced. (space-infix-ops)
(#107) Operator '&&' must be spaced. (space-infix-ops)
(#107) Operator '!==' must be spaced. (space-infix-ops)
(#107) Operator '&&' must be spaced. (space-infix-ops)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Requires a space before '}'. (block-spacing)
(#107) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#107) Missing semicolon. (@babel/semi)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#107) A space is required after ','. (comma-spacing)
(#107) Operator '?' must be spaced. (space-infix-ops)
(#107) Operator ':' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#107) Operator '&&' must be spaced. (space-infix-ops)
(#107) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#107) Operator '&&' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Operator '||' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Requires a space before '}'. (block-spacing)
(#107) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#107) Missing semicolon. (@babel/semi)
(#107) Expected space(s) before "else". (keyword-spacing)
(#107) Expected { after 'else'. (curly)
(#107) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'Invalid tagName in config'. (key-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#107) Operator '&&' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Requires a space before '}'. (block-spacing)
(#107) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#107) Missing semicolon. (@babel/semi)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Requires a space before '}'. (block-spacing)
(#107) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#107) Missing semicolon. (@babel/semi)
(#107) Expected space(s) before "return". (keyword-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Requires a space before '}'. (block-spacing)
(#107) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#107) Missing semicolon. (@babel/semi)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#108) This line has a length of 505. Maximum allowed is 132. (max-len)
(#108) Requires a space after '{'. (block-spacing)
(#108) Statement inside of curly braces should be on next line. (brace-style)
(#108) Missing space before opening brace. (space-before-blocks)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Expected space(s) after "if". (keyword-spacing)
(#108) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#108) 'p' declared on line 105 column 69 is used outside of binding context. (block-scoped-var)
(#108) Expected { after 'if' condition. (curly)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Missing '()' invoking a constructor. (new-parens)
(#108) Operator '?' must be spaced. (space-infix-ops)
(#108) Operator ':' must be spaced. (space-infix-ops)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Expected space(s) after "else". (keyword-spacing)
(#108) Requires a space after '{'. (block-spacing)
(#108) Statement inside of curly braces should be on next line. (brace-style)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Missing space before value for key 'body'. (key-spacing)
(#108) Requires a space before '}'. (block-spacing)
(#108) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#108) Missing semicolon. (@babel/semi)
(#108) Expected space(s) before "var". (keyword-spacing)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) A space is required after ','. (comma-spacing)
(#108) Requires a space after '{'. (block-spacing)
(#108) Statement inside of curly braces should be on next line. (brace-style)
(#108) Missing space before opening brace. (space-before-blocks)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) A space is required after ','. (comma-spacing)
(#108) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Missing space before value for key 'tagName'. (key-spacing)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#108) Operator '===' must be spaced. (space-infix-ops)
(#108) Operator '&&' must be spaced. (space-infix-ops)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Operator '||' must be spaced. (space-infix-ops)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Expected space(s) after "if". (keyword-spacing)
(#108) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Requires a space after '{'. (block-spacing)
(#108) Statement inside of curly braces should be on next line. (brace-style)
(#108) Missing space before opening brace. (space-before-blocks)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Requires a space after '{'. (block-spacing)
(#108) Statement inside of curly braces should be on next line. (brace-style)
(#108) Missing space before opening brace. (space-before-blocks)
(#108) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#108) Operator '===' must be spaced. (space-infix-ops)
(#108) Operator '?' must be spaced. (space-infix-ops)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Operator ':' must be spaced. (space-infix-ops)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Requires a space before '}'. (block-spacing)
(#108) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#108) Missing semicolon. (@babel/semi)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Requires a space before '}'. (block-spacing)
(#108) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#108) Missing semicolon. (@babel/semi)
(#108) Expected space(s) before "if". (keyword-spacing)
(#108) Expected space(s) after "if". (keyword-spacing)
(#108) Requires a space after '{'. (block-spacing)
(#108) Statement inside of curly braces should be on next line. (brace-style)
(#108) Missing space before opening brace. (space-before-blocks)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#109) This line has a length of 731. Maximum allowed is 132. (max-len)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (@babel/semi)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#109) Operator '&&' must be spaced. (space-infix-ops)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (@babel/semi)
(#109) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#109) Requires a space before '}'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (@babel/semi)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (@babel/semi)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (@babel/semi)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#110) This line has a length of 502. Maximum allowed is 132. (max-len)
(#110) Operator '=' must be spaced. (space-infix-ops)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Operator '=' must be spaced. (space-infix-ops)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#110) Operator '=' must be spaced. (space-infix-ops)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Operator '=' must be spaced. (space-infix-ops)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Requires a space before '}'. (block-spacing)
(#110) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#110) Missing semicolon. (@babel/semi)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Requires a space before '}'. (block-spacing)
(#110) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#110) Missing semicolon. (@babel/semi)
(#111) This line has a length of 502. Maximum allowed is 132. (max-len)
(#111) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#111) A space is required after ','. (comma-spacing)
(#111) A space is required after ','. (comma-spacing)
(#111) A space is required after ','. (comma-spacing)
(#111) A space is required after ','. (comma-spacing)
(#111) A space is required after ','. (comma-spacing)
(#111) Requires a space after '{'. (block-spacing)
(#111) Statement inside of curly braces should be on next line. (brace-style)
(#111) Missing space before opening brace. (space-before-blocks)
(#111) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#111) A space is required after ','. (comma-spacing)
(#111) A space is required after ','. (comma-spacing)
(#111) A space is required after ','. (comma-spacing)
(#111) Requires a space after '{'. (block-spacing)
(#111) Statement inside of curly braces should be on next line. (brace-style)
(#111) Missing space before opening brace. (space-before-blocks)
(#111) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Operator '||' must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) A space is required after ','. (comma-spacing)
(#111) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Operator '||' must be spaced. (space-infix-ops)
(#111) A space is required after ','. (comma-spacing)
(#111) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) A space is required after ','. (comma-spacing)
(#111) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Expected space(s) after "if". (keyword-spacing)
(#111) Operator '===' must be spaced. (space-infix-ops)
(#111) Expected { after 'if' condition. (curly)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) A space is required after ','. (comma-spacing)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Expected space(s) after "if". (keyword-spacing)
(#111) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#111) Expected { after 'if' condition. (curly)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Expected space(s) after "if". (keyword-spacing)
(#111) Operator '&&' must be spaced. (space-infix-ops)
(#111) Operator '&&' must be spaced. (space-infix-ops)
(#111) Operator '>' must be spaced. (space-infix-ops)
(#111) Requires a space after '{'. (block-spacing)
(#111) Statement inside of curly braces should be on next line. (brace-style)
(#111) Missing space before opening brace. (space-before-blocks)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Operator '+' must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#111) Operator '<=' must be spaced. (space-infix-ops)
(#111) Operator '?' must be spaced. (space-infix-ops)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) A space is required after ','. (comma-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Operator ':' must be spaced. (space-infix-ops)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Operator '||' must be spaced. (space-infix-ops)
(#111) A space is required after ','. (comma-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Operator '>' must be spaced. (space-infix-ops)
(#111) Operator '?' must be spaced. (space-infix-ops)
(#111) Operator '*' must be spaced. (space-infix-ops)
(#111) A space is required after ','. (comma-spacing)
(#111) Operator ':' must be spaced. (space-infix-ops)
(#111) A space is required after ','. (comma-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Requires a space before '}'. (block-spacing)
(#111) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#111) Missing semicolon. (@babel/semi)
(#111) 'F' declared on line 111 column 304 is used outside of binding context. (block-scoped-var)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Operator '?' must be spaced. (space-infix-ops)
(#111) Operator ':' must be spaced. (space-infix-ops)
(#111) Operator '+' must be spaced. (space-infix-ops)
(#111) A space is required after ','. (comma-spacing)
(#111) A space is required after ','. (comma-spacing)
(#111) Operator '-' must be spaced. (space-infix-ops)
(#112) This line has a length of 501. Maximum allowed is 132. (max-len)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) 'F' declared on line 111 column 304 is used outside of binding context. (block-scoped-var)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) Operator '<' must be spaced. (space-infix-ops)
(#112) Operator '?' must be spaced. (space-infix-ops)
(#112) Operator '%' must be spaced. (space-infix-ops)
(#112) Operator ':' must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#112) A space is required after ','. (comma-spacing)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#112) A space is required after ','. (comma-spacing)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) Operator '>' must be spaced. (space-infix-ops)
(#112) Operator '?' must be spaced. (space-infix-ops)
(#112) Operator ':' must be spaced. (space-infix-ops)
(#112) Operator '+' must be spaced. (space-infix-ops)
(#112) Operator '?' must be spaced. (space-infix-ops)
(#112) A space is required after ','. (comma-spacing)
(#112) Operator '+' must be spaced. (space-infix-ops)
(#112) Operator ':' must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) Operator '>' must be spaced. (space-infix-ops)
(#112) Operator '&&' must be spaced. (space-infix-ops)
(#112) Operator '?' must be spaced. (space-infix-ops)
(#112) Operator ':' must be spaced. (space-infix-ops)
(#112) Operator '+' must be spaced. (space-infix-ops)
(#112) A space is required after ','. (comma-spacing)
(#112) Operator '+' must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#112) Operator '&&' must be spaced. (space-infix-ops)
(#112) Operator '+=' must be spaced. (space-infix-ops)
(#112) Operator '+' must be spaced. (space-infix-ops)
(#112) 'F' declared on line 111 column 304 is used outside of binding context. (block-scoped-var)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#112) Operator '&&' must be spaced. (space-infix-ops)
(#112) Operator '!==' must be spaced. (space-infix-ops)
(#112) Operator '&&' must be spaced. (space-infix-ops)
(#112) Operator '+=' must be spaced. (space-infix-ops)
(#112) Operator '+' must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Requires a space before '}'. (block-spacing)
(#112) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#112) Missing semicolon. (@babel/semi)
(#112) Expected space(s) before "var". (keyword-spacing)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) A space is required after ','. (comma-spacing)
(#112) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) A space is required after ','. (comma-spacing)
(#112) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) A space is required after ','. (comma-spacing)
(#112) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) A space is required after ','. (comma-spacing)
(#112) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) A space is required after ','. (comma-spacing)
(#112) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Expected space(s) after "return". (keyword-spacing)
(#112) Missing space before value for key 'dateFormat'. (key-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) Requires a space after '{'. (block-spacing)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Missing space before opening brace. (space-before-blocks)
(#112) A space is required after ','. (comma-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) Requires a space before '}'. (block-spacing)
(#112) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#112) Missing semicolon. (@babel/semi)
(#112) A space is required after ','. (comma-spacing)
(#112) Missing space before value for key 'format'. (key-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) Requires a space after '{'. (block-spacing)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Missing space before opening brace. (space-before-blocks)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) A space is required after ','. (comma-spacing)
(#112) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) A space is required after ','. (comma-spacing)
(#112) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) A space is required after ','. (comma-spacing)
(#112) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) A space is required after ','. (comma-spacing)
(#112) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) A space is required after ','. (comma-spacing)
(#112) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) Operator '&&' must be spaced. (space-infix-ops)
(#112) Operator '||' must be spaced. (space-infix-ops)
(#113) This line has a length of 515. Maximum allowed is 132. (max-len)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) Operator '&&' must be spaced. (space-infix-ops)
(#113) Operator '||' must be spaced. (space-infix-ops)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Expected space(s) after "for". (keyword-spacing)
(#113) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Requires a space after '{'. (block-spacing)
(#113) Statement inside of curly braces should be on next line. (brace-style)
(#113) Missing space before opening brace. (space-before-blocks)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Expected space(s) after "if". (keyword-spacing)
(#113) Operator '===' must be spaced. (space-infix-ops)
(#113) Expected { after 'if' condition. (curly)
(#113) Expected space(s) before "break". (keyword-spacing)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) A space is required after ','. (comma-spacing)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Expected space(s) after "if". (keyword-spacing)
(#113) Requires a space after '{'. (block-spacing)
(#113) Statement inside of curly braces should be on next line. (brace-style)
(#113) Missing space before opening brace. (space-before-blocks)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#113) Operator '||' must be spaced. (space-infix-ops)
(#113) A space is required after ','. (comma-spacing)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Expected space(s) after "if". (keyword-spacing)
(#113) Operator '&&' must be spaced. (space-infix-ops)
(#113) Operator '===' must be spaced. (space-infix-ops)
(#113) Expected { after 'if' condition. (curly)
(#113) Expected space(s) before "if". (keyword-spacing)
(#113) Expected space(s) after "if". (keyword-spacing)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) Unexpected use of comma operator. (no-sequences)
(#113) A space is required after ','. (comma-spacing)
(#113) Requires a space after '{'. (block-spacing)
(#113) Statement inside of curly braces should be on next line. (brace-style)
(#113) Missing space before opening brace. (space-before-blocks)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) Operator '||' must be spaced. (space-infix-ops)
(#113) A space is required after ','. (comma-spacing)
(#113) A space is required after ','. (comma-spacing)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#113) Operator '!==' must be spaced. (space-infix-ops)
(#113) Operator '&&' must be spaced. (space-infix-ops)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) A space is required after ','. (comma-spacing)
(#113) A space is required after ','. (comma-spacing)
(#113) A space is required after ','. (comma-spacing)
(#113) Operator '<' must be spaced. (space-infix-ops)
(#113) Operator '?' must be spaced. (space-infix-ops)
(#113) Operator ':' must be spaced. (space-infix-ops)
(#113) Requires a space before '}'. (block-spacing)
(#113) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#113) Missing semicolon. (@babel/semi)
(#113) Expected space(s) before "else". (keyword-spacing)
(#113) Expected { after 'else'. (curly)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) A space is required after ','. (comma-spacing)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Requires a space before '}'. (block-spacing)
(#113) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#113) Missing semicolon. (@babel/semi)
(#113) Expected space(s) before "else". (keyword-spacing)
(#113) Expected { after 'else'. (curly)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) Operator '+' must be spaced. (space-infix-ops)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) Operator '?' must be spaced. (space-infix-ops)
(#113) Operator ':' must be spaced. (space-infix-ops)
(#113) Requires a space before '}'. (block-spacing)
(#113) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#113) Missing semicolon. (@babel/semi)
(#113) 'y' declared on line 113 column 37 is used outside of binding context. (block-scoped-var)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) 'y' declared on line 113 column 37 is used outside of binding context. (block-scoped-var)
(#113) Requires a space before '}'. (block-spacing)
(#113) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#113) Missing semicolon. (@babel/semi)
(#113) A space is required after ','. (comma-spacing)
(#113) Missing space before value for key 'numberFormat'. (key-spacing)
(#113) Requires a space before '}'. (block-spacing)
(#113) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#113) Missing semicolon. (@babel/semi)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#113) A space is required after ','. (comma-spacing)
(#113) A space is required after ','. (comma-spacing)
(#114) This line has a length of 503. Maximum allowed is 132. (max-len)
(#114) Requires a space after '{'. (block-spacing)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#114) Missing space before opening brace. (space-before-blocks)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Requires a space after '{'. (block-spacing)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#114) Missing space before opening brace. (space-before-blocks)
(#114) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#114) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#114) A space is required after ','. (comma-spacing)
(#114) A space is required after ','. (comma-spacing)
(#114) Requires a space after '{'. (block-spacing)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#114) Missing space before opening brace. (space-before-blocks)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Operator '||' must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) Requires a space after '{'. (block-spacing)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#114) Missing space before opening brace. (space-before-blocks)
(#114) Expected space(s) after "return". (keyword-spacing)
(#114) Operator '||' must be spaced. (space-infix-ops)
(#114) Operator '-' must be spaced. (space-infix-ops)
(#114) Operator '||' must be spaced. (space-infix-ops)
(#114) Requires a space before '}'. (block-spacing)
(#114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#114) Missing semicolon. (@babel/semi)
(#114) A space is required after ','. (comma-spacing)
(#114) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) Requires a space after '{'. (block-spacing)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#114) Missing space before opening brace. (space-before-blocks)
(#114) Operator '-' must be spaced. (space-infix-ops)
(#114) Requires a space before '}'. (block-spacing)
(#114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#114) Missing semicolon. (@babel/semi)
(#114) A space is required after ','. (comma-spacing)
(#114) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#114) A space is required after ','. (comma-spacing)
(#114) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Expected space(s) after "for". (keyword-spacing)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Expected { after 'for' condition. (curly)
(#114) Operator '+=' must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Expected space(s) after "if". (keyword-spacing)
(#114) Operator '>' must be spaced. (space-infix-ops)
(#114) Requires a space after '{'. (block-spacing)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#114) Missing space before opening brace. (space-before-blocks)
(#114) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#114) A space is required after ','. (comma-spacing)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Expected space(s) after "for". (keyword-spacing)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Operator '<=' must be spaced. (space-infix-ops)
(#114) Expected { after 'for' condition. (curly)
(#114) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#114) Operator '+=' must be spaced. (space-infix-ops)
(#114) Unexpected use of comma operator. (no-sequences)
(#114) A space is required after ','. (comma-spacing)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Operator '-' must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) Requires a space before '}'. (block-spacing)
(#114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#114) Missing semicolon. (@babel/semi)
(#114) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#114) A space is required after ','. (comma-spacing)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Expected space(s) after "for". (keyword-spacing)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Requires a space after '{'. (block-spacing)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#114) Missing space before opening brace. (space-before-blocks)
(#114) Expected space(s) after "return". (keyword-spacing)
(#114) Missing space before value for key 'size'. (key-spacing)
(#114) A space is required after ','. (comma-spacing)
(#114) Missing space before value for key 'targets'. (key-spacing)
(#114) A space is required after ','. (comma-spacing)
(#114) Missing space before value for key 'align'. (key-spacing)
(#114) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#114) A space is required after ','. (comma-spacing)
(#114) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#114) Requires a space before '}'. (block-spacing)
(#114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#114) Missing semicolon. (@babel/semi)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Requires a space after '{'. (block-spacing)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#114) Missing space before opening brace. (space-before-blocks)
(#114) Expected space(s) after "for". (keyword-spacing)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Expected { after 'for' condition. (curly)
(#114) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Unexpected use of comma operator. (no-sequences)
(#114) A space is required after ','. (comma-spacing)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) Operator '+' must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) Operator '/' must be spaced. (space-infix-ops)
(#115) This line has a length of 507. Maximum allowed is 132. (max-len)
(#115) A space is required after ','. (comma-spacing)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Operator '-' must be spaced. (space-infix-ops)
(#115) Operator '*' must be spaced. (space-infix-ops)
(#115) A space is required after ','. (comma-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) Operator '-' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Expected space(s) after "for". (keyword-spacing)
(#115) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Expected { after 'for' condition. (curly)
(#115) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#115) Operator '<' must be spaced. (space-infix-ops)
(#115) Operator '&&' must be spaced. (space-infix-ops)
(#115) Operator '-' must be spaced. (space-infix-ops)
(#115) Operator '+' must be spaced. (space-infix-ops)
(#115) Operator '-' must be spaced. (space-infix-ops)
(#115) Operator '>' must be spaced. (space-infix-ops)
(#115) Operator '&&' must be spaced. (space-infix-ops)
(#115) Operator '-' must be spaced. (space-infix-ops)
(#115) Operator '+=' must be spaced. (space-infix-ops)
(#115) A space is required after ','. (comma-spacing)
(#115) Operator '-' must be spaced. (space-infix-ops)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Operator '-' must be spaced. (space-infix-ops)
(#115) A space is required after ','. (comma-spacing)
(#115) Operator '-' must be spaced. (space-infix-ops)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#115) A space is required after ','. (comma-spacing)
(#115) Operator '-' must be spaced. (space-infix-ops)
(#115) Operator '+' must be spaced. (space-infix-ops)
(#115) Operator '-' must be spaced. (space-infix-ops)
(#115) Operator '>' must be spaced. (space-infix-ops)
(#115) Operator '&&' must be spaced. (space-infix-ops)
(#115) Operator '-' must be spaced. (space-infix-ops)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Operator '-' must be spaced. (space-infix-ops)
(#115) Operator '-' must be spaced. (space-infix-ops)
(#115) A space is required after ','. (comma-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Requires a space before '}'. (block-spacing)
(#115) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#115) Missing semicolon. (@babel/semi)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Requires a space after '{'. (block-spacing)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Expected space(s) after "return". (keyword-spacing)
(#115) Operator '||' must be spaced. (space-infix-ops)
(#115) Requires a space after '{'. (block-spacing)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Operator '+' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Expected space(s) after "if". (keyword-spacing)
(#115) Operator '!==' must be spaced. (space-infix-ops)
(#115) Operator '&&' must be spaced. (space-infix-ops)
(#115) Operator '-' must be spaced. (space-infix-ops)
(#115) Operator '>' must be spaced. (space-infix-ops)
(#115) Expected { after 'if' condition. (curly)
(#115) Expected space(s) before "return". (keyword-spacing)
(#115) Return statement should not contain assignment. (no-return-assign)
(#115) A space is required after ','. (comma-spacing)
(#115) Operator '+' must be spaced. (space-infix-ops)
(#115) Requires a space after '{'. (block-spacing)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) Requires a space before '}'. (block-spacing)
(#115) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#115) Missing semicolon. (@babel/semi)
(#115) Unexpected use of comma operator. (no-sequences)
(#115) A space is required after ','. (comma-spacing)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#116) This line has a length of 507. Maximum allowed is 132. (max-len)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Operator '-' must be spaced. (space-infix-ops)
(#116) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#116) Operator '*' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Operator '>' must be spaced. (space-infix-ops)
(#116) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#116) Operator '*' must be spaced. (space-infix-ops)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#116) A space is required after ','. (comma-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '+=' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected space(s) after "return". (keyword-spacing)
(#116) Requires a space before '}'. (block-spacing)
(#116) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#116) Missing semicolon. (@babel/semi)
(#116) Requires a space before '}'. (block-spacing)
(#116) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#116) Missing semicolon. (@babel/semi)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Requires a space before '}'. (block-spacing)
(#116) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#116) Missing semicolon. (@babel/semi)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Requires a space before '}'. (block-spacing)
(#116) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#116) Missing semicolon. (@babel/semi)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Requires a space before '}'. (block-spacing)
(#116) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#116) Missing semicolon. (@babel/semi)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#116) A space is required after ','. (comma-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) Requires a space after '{'. (block-spacing)
(#116) Statement inside of curly braces should be on next line. (brace-style)
(#116) Missing space before opening brace. (space-before-blocks)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#117) This line has a length of 503. Maximum allowed is 132. (max-len)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) A space is required after ','. (comma-spacing)
(#117) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) A space is required after ','. (comma-spacing)
(#117) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) A space is required after ','. (comma-spacing)
(#117) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) A space is required after ','. (comma-spacing)
(#117) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) A space is required after ','. (comma-spacing)
(#117) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) A space is required after ','. (comma-spacing)
(#117) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) A space is required after ','. (comma-spacing)
(#117) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) A space is required after ','. (comma-spacing)
(#117) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) A space is required after ','. (comma-spacing)
(#117) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) A space is required after ','. (comma-spacing)
(#117) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) A space is required after ','. (comma-spacing)
(#117) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#117) Requires a space after '{'. (block-spacing)
(#117) Statement inside of curly braces should be on next line. (brace-style)
(#117) Missing space before opening brace. (space-before-blocks)
(#117) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#117) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#117) Requires a space after '{'. (block-spacing)
(#117) Statement inside of curly braces should be on next line. (brace-style)
(#117) Missing space before opening brace. (space-before-blocks)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Requires a space before '}'. (block-spacing)
(#117) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#117) Missing semicolon. (@babel/semi)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Requires a space after '{'. (block-spacing)
(#117) Statement inside of curly braces should be on next line. (brace-style)
(#117) Missing space before opening brace. (space-before-blocks)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Operator '+' must be spaced. (space-infix-ops)
(#117) A space is required after ','. (comma-spacing)
(#117) A space is required after ','. (comma-spacing)
(#117) Operator '?' must be spaced. (space-infix-ops)
(#117) Operator ':' must be spaced. (space-infix-ops)
(#117) A space is required after ','. (comma-spacing)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#117) Unnecessary escape character: \-. (no-useless-escape)
(#117) Unnecessary escape character: \.. (no-useless-escape)
(#117) Operator '&&' must be spaced. (space-infix-ops)
(#118) This line has a length of 512. Maximum allowed is 132. (max-len)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Requires a space before '}'. (block-spacing)
(#118) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#118) Missing semicolon. (@babel/semi)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) Requires a space after '{'. (block-spacing)
(#118) Statement inside of curly braces should be on next line. (brace-style)
(#118) Missing space before opening brace. (space-before-blocks)
(#118) A space is required after ','. (comma-spacing)
(#118) Requires a space before '}'. (block-spacing)
(#118) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#118) Missing semicolon. (@babel/semi)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Requires a space after '{'. (block-spacing)
(#118) Statement inside of curly braces should be on next line. (brace-style)
(#118) Missing space before opening brace. (space-before-blocks)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) A space is required after ','. (comma-spacing)
(#118) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#118) Operator '&&' must be spaced. (space-infix-ops)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Operator '&&' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#118) Operator '!==' must be spaced. (space-infix-ops)
(#118) Operator '&&' must be spaced. (space-infix-ops)
(#118) Operator '===' must be spaced. (space-infix-ops)
(#118) Operator '&&' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Expected space(s) after "if". (keyword-spacing)
(#118) Operator '||' must be spaced. (space-infix-ops)
(#118) Operator '||' must be spaced. (space-infix-ops)
(#118) Expected { after 'if' condition. (curly)
(#118) Expected space(s) before "var". (keyword-spacing)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#118) Operator '||' must be spaced. (space-infix-ops)
(#118) Operator '?' must be spaced. (space-infix-ops)
(#118) Operator ':' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Expected space(s) after "if". (keyword-spacing)
(#118) Expected { after 'if' condition. (curly)
(#118) Expected space(s) before "this". (keyword-spacing)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Requires a space before '}'. (block-spacing)
(#118) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#118) Missing semicolon. (@babel/semi)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) A space is required after ','. (comma-spacing)
(#118) Requires a space after '{'. (block-spacing)
(#118) Statement inside of curly braces should be on next line. (brace-style)
(#118) Missing space before opening brace. (space-before-blocks)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Operator '?' must be spaced. (space-infix-ops)
(#118) Operator ':' must be spaced. (space-infix-ops)
(#118) Operator '||' must be spaced. (space-infix-ops)
(#119) This line has a length of 502. Maximum allowed is 132. (max-len)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Operator '||' must be spaced. (space-infix-ops)
(#119) A space is required after ','. (comma-spacing)
(#119) Requires a space after '{'. (block-spacing)
(#119) Statement inside of curly braces should be on next line. (brace-style)
(#119) Missing space before opening brace. (space-before-blocks)
(#119) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#119) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#119) Operator '===' must be spaced. (space-infix-ops)
(#119) Operator '&&' must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Requires a space before '}'. (block-spacing)
(#119) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#119) Missing semicolon. (@babel/semi)
(#119) A space is required after ','. (comma-spacing)
(#119) Operator '?' must be spaced. (space-infix-ops)
(#119) Operator ':' must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#119) Operator '!==' must be spaced. (space-infix-ops)
(#119) Operator '&&' must be spaced. (space-infix-ops)
(#119) A space is required after ','. (comma-spacing)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Requires a space before '}'. (block-spacing)
(#119) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#119) Missing semicolon. (@babel/semi)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Requires a space after '{'. (block-spacing)
(#119) Statement inside of curly braces should be on next line. (brace-style)
(#119) Missing space before opening brace. (space-before-blocks)
(#119) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#119) Operator '&&' must be spaced. (space-infix-ops)
(#119) A space is required after ','. (comma-spacing)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Requires a space before '}'. (block-spacing)
(#119) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#119) Missing semicolon. (@babel/semi)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Function has a complexity of 21. Maximum allowed is 20. (complexity)
(#119) A space is required after ','. (comma-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) Requires a space after '{'. (block-spacing)
(#119) Statement inside of curly braces should be on next line. (brace-style)
(#119) Missing space before opening brace. (space-before-blocks)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) A space is required after ','. (comma-spacing)
(#119) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) A space is required after ','. (comma-spacing)
(#119) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) A space is required after ','. (comma-spacing)
(#119) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#119) A space is required after ','. (comma-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Expected space(s) after "if". (keyword-spacing)
(#119) Requires a space after '{'. (block-spacing)
(#119) Statement inside of curly braces should be on next line. (brace-style)
(#119) Missing space before opening brace. (space-before-blocks)
(#119) Expected space(s) after "if". (keyword-spacing)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Unexpected use of comma operator. (no-sequences)
(#119) A space is required after ','. (comma-spacing)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) A space is required after ','. (comma-spacing)
(#119) Operator '||' must be spaced. (space-infix-ops)
(#119) Expected { after 'if' condition. (curly)
(#119) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#119) Expected space(s) before "this". (keyword-spacing)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Operator '||' must be spaced. (space-infix-ops)
(#119) Unexpected use of comma operator. (no-sequences)
(#119) A space is required after ','. (comma-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Requires a space before '}'. (block-spacing)
(#119) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#119) Missing semicolon. (@babel/semi)
(#119) Expected space(s) before "else". (keyword-spacing)
(#119) Expected { after 'else'. (curly)
(#119) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Unexpected use of comma operator. (no-sequences)
(#119) A space is required after ','. (comma-spacing)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#120) This line has a length of 510. Maximum allowed is 132. (max-len)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Operator '===' must be spaced. (space-infix-ops)
(#120) Operator '?' must be spaced. (space-infix-ops)
(#120) Operator ':' must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Operator '||' must be spaced. (space-infix-ops)
(#120) Operator '+' must be spaced. (space-infix-ops)
(#120) Operator '||' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Operator '||' must be spaced. (space-infix-ops)
(#120) Operator '+' must be spaced. (space-infix-ops)
(#120) Operator '||' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#120) Operator '===' must be spaced. (space-infix-ops)
(#120) Operator '?' must be spaced. (space-infix-ops)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Operator ':' must be spaced. (space-infix-ops)
(#120) Operator '===' must be spaced. (space-infix-ops)
(#120) Operator '&&' must be spaced. (space-infix-ops)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#120) Operator '&&' must be spaced. (space-infix-ops)
(#120) Operator '+=' must be spaced. (space-infix-ops)
(#120) Operator '-' must be spaced. (space-infix-ops)
(#120) Operator '||' must be spaced. (space-infix-ops)
(#120) Operator '/' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Operator '?' must be spaced. (space-infix-ops)
(#120) Operator ':' must be spaced. (space-infix-ops)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#120) Operator '===' must be spaced. (space-infix-ops)
(#120) Operator '?' must be spaced. (space-infix-ops)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Operator ':' must be spaced. (space-infix-ops)
(#120) Operator '===' must be spaced. (space-infix-ops)
(#120) Operator '&&' must be spaced. (space-infix-ops)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#120) Operator '&&' must be spaced. (space-infix-ops)
(#120) Operator '+=' must be spaced. (space-infix-ops)
(#120) Operator '-' must be spaced. (space-infix-ops)
(#120) Operator '||' must be spaced. (space-infix-ops)
(#120) Operator '/' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Operator '?' must be spaced. (space-infix-ops)
(#120) Operator ':' must be spaced. (space-infix-ops)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Operator '?' must be spaced. (space-infix-ops)
(#120) Operator ':' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Requires a space before '}'. (block-spacing)
(#120) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#120) Missing semicolon. (@babel/semi)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Requires a space after '{'. (block-spacing)
(#120) Statement inside of curly braces should be on next line. (brace-style)
(#120) Missing space before opening brace. (space-before-blocks)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing space before value for key 'left'. (key-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'center'. (key-spacing)
(#121) This line has a length of 502. Maximum allowed is 132. (max-len)
(#121) Missing space before value for key 'right'. (key-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#121) Operator '&&' must be spaced. (space-infix-ops)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (@babel/semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Operator '&&' must be spaced. (space-infix-ops)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#121) Operator '!==' must be spaced. (space-infix-ops)
(#121) Operator '?' must be spaced. (space-infix-ops)
(#121) Operator '&&' must be spaced. (space-infix-ops)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#121) Operator '&&' must be spaced. (space-infix-ops)
(#121) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (@babel/semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Operator ':' must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Operator '||' must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#121) Operator '&&' must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'prop'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'pos'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'elem'. (key-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (@babel/semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (@babel/semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#122) This line has a length of 516. Maximum allowed is 132. (max-len)
(#122) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#122) Operator '!==' must be spaced. (space-infix-ops)
(#122) Operator '&&' must be spaced. (space-infix-ops)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) Operator '-' must be spaced. (space-infix-ops)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Expected space(s) after "if". (keyword-spacing)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) Operator '&&' must be spaced. (space-infix-ops)
(#122) Operator '!==' must be spaced. (space-infix-ops)
(#122) Operator '&&' must be spaced. (space-infix-ops)
(#122) Requires a space after '{'. (block-spacing)
(#122) Statement inside of curly braces should be on next line. (brace-style)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) Unnecessary escape character: \.. (no-useless-escape)
(#122) A space is required after ','. (comma-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) Requires a space after '{'. (block-spacing)
(#122) Statement inside of curly braces should be on next line. (brace-style)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) Operator '*' must be spaced. (space-infix-ops)
(#122) Operator '+' must be spaced. (space-infix-ops)
(#122) Requires a space before '}'. (block-spacing)
(#122) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#122) Missing semicolon. (@babel/semi)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing space before value for key 'class'. (key-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing space before value for key 'fill'. (key-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing space before value for key 'stroke'. (key-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing space before value for key 'stroke-width'. (key-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing space before value for key 'stroke-linejoin'. (key-spacing)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) Requires a space after '{'. (block-spacing)
(#122) Statement inside of curly braces should be on next line. (brace-style)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#122) Operator '&&' must be spaced. (space-infix-ops)
(#123) This line has a length of 501. Maximum allowed is 132. (max-len)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) Requires a space after '{'. (block-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Requires a space before '}'. (block-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Missing semicolon. (@babel/semi)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Requires a space before '}'. (block-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Missing semicolon. (@babel/semi)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) Requires a space after '{'. (block-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#123) Operator '&&' must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) Requires a space before '}'. (block-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Missing semicolon. (@babel/semi)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) Requires a space before '}'. (block-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Missing semicolon. (@babel/semi)
(#123) Requires a space before '}'. (block-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) Requires a space after '{'. (block-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#123) A space is required after ','. (comma-spacing)
(#123) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#123) A space is required after ','. (comma-spacing)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected space(s) after "if". (keyword-spacing)
(#123) Operator '===' must be spaced. (space-infix-ops)
(#123) Operator '&&' must be spaced. (space-infix-ops)
(#123) Operator '!==' must be spaced. (space-infix-ops)
(#123) Requires a space after '{'. (block-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Requires a space before '}'. (block-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Missing semicolon. (@babel/semi)
(#123) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#123) Operator '===' must be spaced. (space-infix-ops)
(#123) Operator '?' must be spaced. (space-infix-ops)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Operator '+' must be spaced. (space-infix-ops)
(#123) Operator '||' must be spaced. (space-infix-ops)
(#124) This line has a length of 507. Maximum allowed is 132. (max-len)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Operator ':' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#124) Operator '||' must be spaced. (space-infix-ops)
(#124) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#124) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) Operator '!==' must be spaced. (space-infix-ops)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) Operator '||' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#124) Operator '||' must be spaced. (space-infix-ops)
(#124) Operator '!==' must be spaced. (space-infix-ops)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) Operator '!==' must be spaced. (space-infix-ops)
(#124) Operator '||' must be spaced. (space-infix-ops)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#124) Operator '||' must be spaced. (space-infix-ops)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Operator '+' must be spaced. (space-infix-ops)
(#124) Operator '||' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Missing semicolon. (@babel/semi)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Missing semicolon. (@babel/semi)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) A space is required after ','. (comma-spacing)
(#124) Operator '?' must be spaced. (space-infix-ops)
(#124) Operator '+' must be spaced. (space-infix-ops)
(#125) This line has a length of 514. Maximum allowed is 132. (max-len)
(#125) Operator '+' must be spaced. (space-infix-ops)
(#125) Operator '+' must be spaced. (space-infix-ops)
(#125) Operator '+' must be spaced. (space-infix-ops)
(#125) Operator ':' must be spaced. (space-infix-ops)
(#125) Requires a space before '}'. (block-spacing)
(#125) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#125) Missing semicolon. (@babel/semi)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) A space is required after ','. (comma-spacing)
(#125) Requires a space after '{'. (block-spacing)
(#125) Statement inside of curly braces should be on next line. (brace-style)
(#125) Missing space before opening brace. (space-before-blocks)
(#125) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Operator '%' must be spaced. (space-infix-ops)
(#125) Operator '/' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Operator '+' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Operator '+' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Operator '-' must be spaced. (space-infix-ops)
(#125) Operator '*' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Operator '-' must be spaced. (space-infix-ops)
(#125) Operator '*' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#125) Operator '&&' must be spaced. (space-infix-ops)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Requires a space before '}'. (block-spacing)
(#125) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#125) Missing semicolon. (@babel/semi)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) Requires a space after '{'. (block-spacing)
(#125) Statement inside of curly braces should be on next line. (brace-style)
(#125) Missing space before opening brace. (space-before-blocks)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) A space is required after ','. (comma-spacing)
(#125) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) A space is required after ','. (comma-spacing)
(#125) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) Missing space before value for key 'args'. (key-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) Requires a space after '{'. (block-spacing)
(#125) Statement inside of curly braces should be on next line. (brace-style)
(#125) Missing space before opening brace. (space-before-blocks)
(#125) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#125) Operator '?' must be spaced. (space-infix-ops)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Operator ':' must be spaced. (space-infix-ops)
(#126) This line has a length of 514. Maximum allowed is 132. (max-len)
(#126) Operator '&&' must be spaced. (space-infix-ops)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Expected space(s) after "if". (keyword-spacing)
(#126) Requires a space after '{'. (block-spacing)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#126) Operator '&&' must be spaced. (space-infix-ops)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Missing space before value for key 'x1'. (key-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) Missing space before value for key 'y1'. (key-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) Missing space before value for key 'x2'. (key-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) Missing space before value for key 'y2'. (key-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) Missing space before value for key 'gradientUnits'. (key-spacing)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#126) Operator '===' must be spaced. (space-infix-ops)
(#126) Operator '&&' must be spaced. (space-infix-ops)
(#126) Operator '&&' must be spaced. (space-infix-ops)
(#126) Operator '&&' must be spaced. (space-infix-ops)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) A space is required after ','. (comma-spacing)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#126) A space is required after ','. (comma-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) Missing space before value for key 'gradientUnits'. (key-spacing)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) Requires a space after '{'. (block-spacing)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#126) Operator '!==' must be spaced. (space-infix-ops)
(#126) Operator '&&' must be spaced. (space-infix-ops)
(#126) A space is required after ','. (comma-spacing)
(#126) Requires a space before '}'. (block-spacing)
(#126) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#126) Missing semicolon. (@babel/semi)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) Requires a space after '{'. (block-spacing)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) Requires a space before '}'. (block-spacing)
(#126) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#126) Missing semicolon. (@babel/semi)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Expected space(s) after "if". (keyword-spacing)
(#126) Expected { after 'if' condition. (curly)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Expected space(s) after "else". (keyword-spacing)
(#126) Requires a space after '{'. (block-spacing)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Requires a space after '{'. (block-spacing)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#126) Operator '===' must be spaced. (space-infix-ops)
(#127) This line has a length of 502. Maximum allowed is 132. (max-len)
(#127) Operator '?' must be spaced. (space-infix-ops)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) A space is required after ','. (comma-spacing)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) A space is required after ','. (comma-spacing)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Operator ':' must be spaced. (space-infix-ops)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) A space is required after ','. (comma-spacing)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Missing space before value for key 'offset'. (key-spacing)
(#127) A space is required after ','. (comma-spacing)
(#127) Missing space before value for key 'stop-color'. (key-spacing)
(#127) A space is required after ','. (comma-spacing)
(#127) Missing space before value for key 'stop-opacity'. (key-spacing)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#127) Requires a space before '}'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Missing semicolon. (@babel/semi)
(#127) Requires a space before '}'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Missing semicolon. (@babel/semi)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Operator '+' must be spaced. (space-infix-ops)
(#127) Operator '+' must be spaced. (space-infix-ops)
(#127) Operator '+' must be spaced. (space-infix-ops)
(#127) Operator '+' must be spaced. (space-infix-ops)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) A space is required after ','. (comma-spacing)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Requires a space after '{'. (block-spacing)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Requires a space before '}'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Missing semicolon. (@babel/semi)
(#127) Requires a space before '}'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Missing semicolon. (@babel/semi)
(#127) Requires a space before '}'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Requires a space before '}'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Missing semicolon. (@babel/semi)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Requires a space after '{'. (block-spacing)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) A space is required after ','. (comma-spacing)
(#127) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) A space is required after ','. (comma-spacing)
(#127) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) A space is required after ','. (comma-spacing)
(#127) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#127) Operator '&&' must be spaced. (space-infix-ops)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#127) Operator '&&' must be spaced. (space-infix-ops)
(#127) A space is required after ','. (comma-spacing)
(#127) A space is required after ','. (comma-spacing)
(#127) Requires a space after '{'. (block-spacing)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#127) Operator '&&' must be spaced. (space-infix-ops)
(#127) Operator '!==' must be spaced. (space-infix-ops)
(#127) Operator '&&' must be spaced. (space-infix-ops)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) A space is required after ','. (comma-spacing)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Requires a space before '}'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Missing semicolon. (@babel/semi)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Expected space(s) after "if". (keyword-spacing)
(#127) Requires a space after '{'. (block-spacing)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#127) Operator '&&' must be spaced. (space-infix-ops)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) A space is required after ','. (comma-spacing)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Expected space(s) after "if". (keyword-spacing)
(#127) Operator '===' must be spaced. (space-infix-ops)
(#127) Operator '||' must be spaced. (space-infix-ops)
(#127) Operator '===' must be spaced. (space-infix-ops)
(#127) Expected { after 'if' condition. (curly)
(#127) Expected space(s) before "delete". (keyword-spacing)
(#128) This line has a length of 501. Maximum allowed is 132. (max-len)
(#128) Expected space(s) after "if". (keyword-spacing)
(#128) Operator '===' must be spaced. (space-infix-ops)
(#128) Operator '&&' must be spaced. (space-infix-ops)
(#128) Expected { after 'if' condition. (curly)
(#128) Expected space(s) before "var". (keyword-spacing)
(#128) Operator '=' must be spaced. (space-infix-ops)
(#128) Operator '=' must be spaced. (space-infix-ops)
(#128) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#128) Missing whitespace after semicolon. (semi-spacing)
(#128) Operator '=' must be spaced. (space-infix-ops)
(#128) Missing whitespace after semicolon. (semi-spacing)
(#128) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#128) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#128) Operator '&&' must be spaced. (space-infix-ops)
(#128) Operator '&&' must be spaced. (space-infix-ops)
(#128) Operator '&&' must be spaced. (space-infix-ops)
(#128) Missing whitespace after semicolon. (semi-spacing)
(#128) Operator '=' must be spaced. (space-infix-ops)
(#128) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#128) Missing whitespace after semicolon. (semi-spacing)
(#128) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#128) Operator '===' must be spaced. (space-infix-ops)
(#128) Operator '&&' must be spaced. (space-infix-ops)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Requires a space after '{'. (block-spacing)
(#128) Statement inside of curly braces should be on next line. (brace-style)
(#128) Missing space before opening brace. (space-before-blocks)
(#128) Operator '&&' must be spaced. (space-infix-ops)
(#128) Requires a space before '}'. (block-spacing)
(#128) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#128) Missing semicolon. (@babel/semi)
(#128) Missing whitespace after semicolon. (semi-spacing)
(#128) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#128) A space is required after ','. (comma-spacing)
(#128) Missing whitespace after semicolon. (semi-spacing)
(#128) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#128) Operator '&&' must be spaced. (space-infix-ops)
(#128) Operator '===' must be spaced. (space-infix-ops)
(#128) Operator '&&' must be spaced. (space-infix-ops)
(#128) A space is required after ','. (comma-spacing)
(#128) Operator '&&' must be spaced. (space-infix-ops)
(#128) Requires a space before '}'. (block-spacing)
(#128) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#128) Missing semicolon. (@babel/semi)
(#128) Expected space(s) before "return". (keyword-spacing)
(#128) Requires a space before '}'. (block-spacing)
(#128) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#128) Missing semicolon. (@babel/semi)
(#128) Missing whitespace after semicolon. (semi-spacing)
(#128) Operator '=' must be spaced. (space-infix-ops)
(#128) Requires a space after '{'. (block-spacing)
(#128) Statement inside of curly braces should be on next line. (brace-style)
(#128) Missing space before opening brace. (space-before-blocks)
(#128) Operator '=' must be spaced. (space-infix-ops)
(#128) Missing whitespace after semicolon. (semi-spacing)
(#128) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#128) Operator '===' must be spaced. (space-infix-ops)
(#128) Operator '&&' must be spaced. (space-infix-ops)
(#128) Operator '=' must be spaced. (space-infix-ops)
(#129) This line has a length of 502. Maximum allowed is 132. (max-len)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected space(s) after "if". (keyword-spacing)
(#129) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) Operator '&&' must be spaced. (space-infix-ops)
(#129) Requires a space after '{'. (block-spacing)
(#129) Statement inside of curly braces should be on next line. (brace-style)
(#129) Missing space before opening brace. (space-before-blocks)
(#129) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected space(s) after "for". (keyword-spacing)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected { after 'for' condition. (curly)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) Operator '+' must be spaced. (space-infix-ops)
(#129) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#129) Operator '*' must be spaced. (space-infix-ops)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Requires a space before '}'. (block-spacing)
(#129) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#129) Missing semicolon. (@babel/semi)
(#129) Requires a space before '}'. (block-spacing)
(#129) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) Requires a space after '{'. (block-spacing)
(#129) Statement inside of curly braces should be on next line. (brace-style)
(#129) Missing space before opening brace. (space-before-blocks)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) A space is required after ','. (comma-spacing)
(#129) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) Operator '||' must be spaced. (space-infix-ops)
(#129) A space is required after ','. (comma-spacing)
(#129) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) A space is required after ','. (comma-spacing)
(#129) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) A space is required after ','. (comma-spacing)
(#129) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) Operator '&&' must be spaced. (space-infix-ops)
(#130) This line has a length of 524. Maximum allowed is 132. (max-len)
(#130) Operator '===' must be spaced. (space-infix-ops)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) Operator '||' must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#130) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Expected space(s) after "if". (keyword-spacing)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) Requires a space after '{'. (block-spacing)
(#130) Statement inside of curly braces should be on next line. (brace-style)
(#130) Missing space before opening brace. (space-before-blocks)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) Requires a space after '{'. (block-spacing)
(#130) Statement inside of curly braces should be on next line. (brace-style)
(#130) Missing space before opening brace. (space-before-blocks)
(#130) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#130) Operator '<' must be spaced. (space-infix-ops)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) Requires a space before '}'. (block-spacing)
(#130) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#130) Missing semicolon. (@babel/semi)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Requires a space before '}'. (block-spacing)
(#130) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#130) Missing semicolon. (@babel/semi)
(#130) Expected space(s) before "if". (keyword-spacing)
(#130) Expected space(s) after "if". (keyword-spacing)
(#130) Requires a space after '{'. (block-spacing)
(#130) Statement inside of curly braces should be on next line. (brace-style)
(#130) Missing space before opening brace. (space-before-blocks)
(#130) Expected space(s) after "for". (keyword-spacing)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Operator '<' must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Expected { after 'for' condition. (curly)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Requires a space before '}'. (block-spacing)
(#130) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#130) Missing semicolon. (@babel/semi)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Expected space(s) after "for". (keyword-spacing)
(#130) Operator '||' must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) Operator '===' must be spaced. (space-infix-ops)
(#130) Expected { after 'for' condition. (curly)
(#130) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#131) This line has a length of 501. Maximum allowed is 132. (max-len)
(#131) Unexpected use of comma operator. (no-sequences)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#131) A space is required after ','. (comma-spacing)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Requires a space after '{'. (block-spacing)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#131) Operator '===' must be spaced. (space-infix-ops)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Requires a space before '}'. (block-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Missing semicolon. (@babel/semi)
(#131) Requires a space before '}'. (block-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Missing semicolon. (@babel/semi)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) Requires a space after '{'. (block-spacing)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) Operator '||' must be spaced. (space-infix-ops)
(#131) Requires a space after '{'. (block-spacing)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) Requires a space before '}'. (block-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Missing semicolon. (@babel/semi)
(#131) A space is required after ','. (comma-spacing)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) Requires a space before '}'. (block-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Missing semicolon. (@babel/semi)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) A space is required after ','. (comma-spacing)
(#131) Requires a space after '{'. (block-spacing)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Expected space(s) after "if". (keyword-spacing)
(#131) Requires a space after '{'. (block-spacing)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) Expected space(s) after "if". (keyword-spacing)
(#131) Unexpected use of comma operator. (no-sequences)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#132) This line has a length of 504. Maximum allowed is 132. (max-len)
(#132) Requires a space after '{'. (block-spacing)
(#132) Statement inside of curly braces should be on next line. (brace-style)
(#132) Missing space before opening brace. (space-before-blocks)
(#132) Expected space(s) after "for". (keyword-spacing)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Expected { after 'for' condition. (curly)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Requires a space before '}'. (block-spacing)
(#132) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#132) Missing semicolon. (@babel/semi)
(#132) Requires a space before '}'. (block-spacing)
(#132) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#132) Expected space(s) before "else". (keyword-spacing)
(#132) Expected space(s) after "if". (keyword-spacing)
(#132) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#132) Operator '||' must be spaced. (space-infix-ops)
(#132) Expected { after 'if' condition. (curly)
(#132) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#132) Unexpected use of comma operator. (no-sequences)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#132) Operator '&&' must be spaced. (space-infix-ops)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Requires a space before '}'. (block-spacing)
(#132) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#132) Missing semicolon. (@babel/semi)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Requires a space after '{'. (block-spacing)
(#132) Statement inside of curly braces should be on next line. (brace-style)
(#132) Missing space before opening brace. (space-before-blocks)
(#132) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#132) Operator '&&' must be spaced. (space-infix-ops)
(#132) Operator '===' must be spaced. (space-infix-ops)
(#132) Operator '&&' must be spaced. (space-infix-ops)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Requires a space after '{'. (block-spacing)
(#132) Statement inside of curly braces should be on next line. (brace-style)
(#132) Missing space before opening brace. (space-before-blocks)
(#132) Operator '&&' must be spaced. (space-infix-ops)
(#132) Operator '?' must be spaced. (space-infix-ops)
(#133) This line has a length of 502. Maximum allowed is 132. (max-len)
(#133) Operator '?' must be spaced. (space-infix-ops)
(#133) Operator '+' must be spaced. (space-infix-ops)
(#133) Operator ':' must be spaced. (space-infix-ops)
(#133) Operator '+' must be spaced. (space-infix-ops)
(#133) Operator ':' must be spaced. (space-infix-ops)
(#133) Operator '||' must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (@babel/semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#133) Operator '&&' must be spaced. (space-infix-ops)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#133) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#133) Operator '!==' must be spaced. (space-infix-ops)
(#133) Operator '&&' must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (@babel/semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing space before value for key 'opacity'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'duration'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'complete'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Missing space before value for key 'y'. (key-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (@babel/semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (@babel/semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#133) Operator '===' must be spaced. (space-infix-ops)
(#133) Operator '?' must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Operator ':' must be spaced. (space-infix-ops)
(#133) Operator '&&' must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (@babel/semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Function has a complexity of 33. Maximum allowed is 20. (complexity)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#134) This line has a length of 507. Maximum allowed is 132. (max-len)
(#134) A space is required after ','. (comma-spacing)
(#134) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Operator '===' must be spaced. (space-infix-ops)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) A space is required after ','. (comma-spacing)
(#134) A space is required after ','. (comma-spacing)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Operator '?' must be spaced. (space-infix-ops)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) A space is required after ','. (comma-spacing)
(#134) Operator ':' must be spaced. (space-infix-ops)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) A space is required after ','. (comma-spacing)
(#134) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Expected space(s) after "if". (keyword-spacing)
(#134) Requires a space after '{'. (block-spacing)
(#134) Statement inside of curly braces should be on next line. (brace-style)
(#134) Missing space before opening brace. (space-before-blocks)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#134) Operator '===' must be spaced. (space-infix-ops)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) A space is required after ','. (comma-spacing)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Operator '+=' must be spaced. (space-infix-ops)
(#134) A space is required after ','. (comma-spacing)
(#134) A space is required after ','. (comma-spacing)
(#134) A space is required after ','. (comma-spacing)
(#134) A space is required after ','. (comma-spacing)
(#134) A space is required after ','. (comma-spacing)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) A space is required after ','. (comma-spacing)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) Requires a space before '}'. (block-spacing)
(#134) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#134) Missing semicolon. (@babel/semi)
(#134) 'k' declared on line 134 column 159 is used outside of binding context. (block-scoped-var)
(#134) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) 'k' declared on line 134 column 159 is used outside of binding context. (block-scoped-var)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Expected space(s) after "if". (keyword-spacing)
(#134) Requires a space after '{'. (block-spacing)
(#134) Statement inside of curly braces should be on next line. (brace-style)
(#134) Missing space before opening brace. (space-before-blocks)
(#134) Expected space(s) after "if". (keyword-spacing)
(#134) Operator '||' must be spaced. (space-infix-ops)
(#134) Requires a space after '{'. (block-spacing)
(#134) Statement inside of curly braces should be on next line. (brace-style)
(#134) Missing space before opening brace. (space-before-blocks)
(#134) Expected space(s) after "try". (keyword-spacing)
(#134) Requires a space after '{'. (block-spacing)
(#134) Statement inside of curly braces should be on next line. (brace-style)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) Requires a space after '{'. (block-spacing)
(#134) Statement inside of curly braces should be on next line. (brace-style)
(#134) Missing space before opening brace. (space-before-blocks)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#134) A space is required after ','. (comma-spacing)
(#134) Missing space before value for key 'display'. (key-spacing)
(#134) Requires a space before '}'. (block-spacing)
(#134) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#134) Missing semicolon. (@babel/semi)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Operator '?' must be spaced. (space-infix-ops)
(#134) A space is required after ','. (comma-spacing)
(#134) Operator ':' must be spaced. (space-infix-ops)
(#134) Missing space before value for key 'width'. (key-spacing)
(#135) This line has a length of 507. Maximum allowed is 132. (max-len)
(#135) Missing space before value for key 'height'. (key-spacing)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#135) Operator '&&' must be spaced. (space-infix-ops)
(#135) Requires a space before '}'. (block-spacing)
(#135) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#135) Missing semicolon. (@babel/semi)
(#135) Expected space(s) before "catch". (keyword-spacing)
(#135) Expected space(s) after "catch". (keyword-spacing)
(#135) Requires a space after '{'. (block-spacing)
(#135) Statement inside of curly braces should be on next line. (brace-style)
(#135) Missing space before opening brace. (space-before-blocks)
(#135) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#135) This line has 25 statements. Maximum allowed is 2. (max-statements-per-line)
(#135) Requires a space before '}'. (block-spacing)
(#135) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#135) Missing semicolon. (@babel/semi)
(#135) Expected space(s) before "if". (keyword-spacing)
(#135) Expected space(s) after "if". (keyword-spacing)
(#135) Operator '||' must be spaced. (space-infix-ops)
(#135) Operator '>' must be spaced. (space-infix-ops)
(#135) Expected { after 'if' condition. (curly)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Missing space before value for key 'x'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing space before value for key 'y'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing space before value for key 'width'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing space before value for key 'height'. (key-spacing)
(#135) Requires a space before '}'. (block-spacing)
(#135) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#135) Missing semicolon. (@babel/semi)
(#135) Expected space(s) before "else". (keyword-spacing)
(#135) Expected { after 'else'. (curly)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Expected space(s) after "if". (keyword-spacing)
(#135) Operator '&&' must be spaced. (space-infix-ops)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) A space is required after ','. (comma-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) A space is required after ','. (comma-spacing)
(#135) Operator '&&' must be spaced. (space-infix-ops)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Missing space before value for key '11px,17'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing space before value for key '13px,20'. (key-spacing)
(#135) Operator '||' must be spaced. (space-infix-ops)
(#135) Operator '+' must be spaced. (space-infix-ops)
(#135) Operator '+' must be spaced. (space-infix-ops)
(#135) Operator '||' must be spaced. (space-infix-ops)
(#135) A space is required after ','. (comma-spacing)
(#135) Requires a space after '{'. (block-spacing)
(#135) Statement inside of curly braces should be on next line. (brace-style)
(#135) Missing space before opening brace. (space-before-blocks)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '||' must be spaced. (space-infix-ops)
(#135) Operator '-' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Missing space before value for key 'right'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing space before value for key 'center'. (key-spacing)
(#135) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#135) Operator '||' must be spaced. (space-infix-ops)
(#135) Operator '||' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '*' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '-' must be spaced. (space-infix-ops)
(#135) Operator '*' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '*' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '*' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) 't' declared on line 134 column 343 is used outside of binding context. (block-scoped-var)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '+' must be spaced. (space-infix-ops)
(#135) Operator '*' must be spaced. (space-infix-ops)
(#135) Operator '-' must be spaced. (space-infix-ops)
(#135) Operator '+' must be spaced. (space-infix-ops)
(#135) Operator '*' must be spaced. (space-infix-ops)
(#135) 't' declared on line 134 column 343 is used outside of binding context. (block-scoped-var)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '+' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) 't' declared on line 134 column 343 is used outside of binding context. (block-scoped-var)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '-' must be spaced. (space-infix-ops)
(#135) Operator '*' must be spaced. (space-infix-ops)
(#135) 't' declared on line 134 column 343 is used outside of binding context. (block-scoped-var)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) 't' declared on line 134 column 343 is used outside of binding context. (block-scoped-var)
(#135) Operator '-' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '+' must be spaced. (space-infix-ops)
(#135) Operator '-' must be spaced. (space-infix-ops)
(#135) Operator '*' must be spaced. (space-infix-ops)
(#135) Operator '+' must be spaced. (space-infix-ops)
(#135) Operator '*' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '+' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '-' must be spaced. (space-infix-ops)
(#135) Operator '*' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '-' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) A space is required after ','. (comma-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) 't' declared on line 134 column 343 is used outside of binding context. (block-scoped-var)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) A space is required after ','. (comma-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#136) This line has a length of 503. Maximum allowed is 132. (max-len)
(#136) A space is required after ','. (comma-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) 't' declared on line 134 column 343 is used outside of binding context. (block-scoped-var)
(#136) A space is required after ','. (comma-spacing)
(#136) Operator '-' must be spaced. (space-infix-ops)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) Operator '-' must be spaced. (space-infix-ops)
(#136) Requires a space before '}'. (block-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Missing semicolon. (@babel/semi)
(#136) Expected space(s) before "if". (keyword-spacing)
(#136) Expected space(s) after "if". (keyword-spacing)
(#136) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#136) 'k' declared on line 134 column 159 is used outside of binding context. (block-scoped-var)
(#136) Operator '&&' must be spaced. (space-infix-ops)
(#136) Operator '===' must be spaced. (space-infix-ops)
(#136) Operator '||' must be spaced. (space-infix-ops)
(#136) Operator '<' must be spaced. (space-infix-ops)
(#136) Requires a space after '{'. (block-spacing)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) Expected space(s) after "for". (keyword-spacing)
(#136) Operator '<' must be spaced. (space-infix-ops)
(#136) Expected { after 'for' condition. (curly)
(#136) Expected space(s) before "delete". (keyword-spacing)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#136) 'k' declared on line 134 column 159 is used outside of binding context. (block-scoped-var)
(#136) Operator '||' must be spaced. (space-infix-ops)
(#136) 'k' declared on line 134 column 159 is used outside of binding context. (block-scoped-var)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) 'k' declared on line 134 column 159 is used outside of binding context. (block-scoped-var)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Requires a space before '}'. (block-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Missing semicolon. (@babel/semi)
(#136) Requires a space before '}'. (block-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Expected space(s) before "return". (keyword-spacing)
(#136) Requires a space before '}'. (block-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Missing semicolon. (@babel/semi)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Requires a space after '{'. (block-spacing)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) Operator '||' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Requires a space before '}'. (block-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Missing semicolon. (@babel/semi)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Requires a space after '{'. (block-spacing)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) Expected space(s) after "return". (keyword-spacing)
(#136) Operator '!==' must be spaced. (space-infix-ops)
(#136) Operator '+' must be spaced. (space-infix-ops)
(#136) Requires a space before '}'. (block-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Missing semicolon. (@babel/semi)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Requires a space after '{'. (block-spacing)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) Missing space before value for key 'visibility'. (key-spacing)
(#136) Requires a space before '}'. (block-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Missing semicolon. (@babel/semi)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Requires a space after '{'. (block-spacing)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) Expected space(s) after "return". (keyword-spacing)
(#136) Missing space before value for key 'height'. (key-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) Missing space before value for key 'width'. (key-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) Missing space before value for key 'x'. (key-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) Missing space before value for key 'y'. (key-spacing)
(#136) Requires a space before '}'. (block-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Missing semicolon. (@babel/semi)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#137) This line has a length of 503. Maximum allowed is 132. (max-len)
(#137) A space is required after ','. (comma-spacing)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Operator '===' must be spaced. (space-infix-ops)
(#137) Operator '?' must be spaced. (space-infix-ops)
(#137) Operator ':' must be spaced. (space-infix-ops)
(#137) A space is required after ','. (comma-spacing)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#137) A space is required after ','. (comma-spacing)
(#137) Requires a space before '}'. (block-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Missing semicolon. (@babel/semi)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Requires a space before '}'. (block-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Missing semicolon. (@babel/semi)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) A space is required after ','. (comma-spacing)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Expected space(s) after "if". (keyword-spacing)
(#137) Expected { after 'if' condition. (curly)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) A space is required after ','. (comma-spacing)
(#137) A space is required after ','. (comma-spacing)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Requires a space before '}'. (block-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Missing semicolon. (@babel/semi)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) A space is required after ','. (comma-spacing)
(#137) A space is required after ','. (comma-spacing)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) A space is required after ','. (comma-spacing)
(#137) Requires a space before '}'. (block-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Missing semicolon. (@babel/semi)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) A space is required after ','. (comma-spacing)
(#137) Operator '+' must be spaced. (space-infix-ops)
(#137) Operator '?' must be spaced. (space-infix-ops)
(#138) This line has a length of 509. Maximum allowed is 132. (max-len)
(#138) Operator '+' must be spaced. (space-infix-ops)
(#138) Operator '+' must be spaced. (space-infix-ops)
(#138) Operator ':' must be spaced. (space-infix-ops)
(#138) A space is required after ','. (comma-spacing)
(#138) A space is required after ','. (comma-spacing)
(#138) Requires a space before '}'. (block-spacing)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Missing semicolon. (@babel/semi)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Requires a space after '{'. (block-spacing)
(#138) Statement inside of curly braces should be on next line. (brace-style)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#138) Operator '&&' must be spaced. (space-infix-ops)
(#138) Requires a space before '}'. (block-spacing)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Missing semicolon. (@babel/semi)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Requires a space after '{'. (block-spacing)
(#138) Statement inside of curly braces should be on next line. (brace-style)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#138) Operator '&&' must be spaced. (space-infix-ops)
(#138) Requires a space before '}'. (block-spacing)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Missing semicolon. (@babel/semi)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Requires a space after '{'. (block-spacing)
(#138) Statement inside of curly braces should be on next line. (brace-style)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Operator '&&' must be spaced. (space-infix-ops)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#138) Operator '&&' must be spaced. (space-infix-ops)
(#138) Operator '&&' must be spaced. (space-infix-ops)
(#138) A space is required after ','. (comma-spacing)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Requires a space before '}'. (block-spacing)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Missing semicolon. (@babel/semi)
(#139) This line has a length of 524. Maximum allowed is 132. (max-len)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) Function has a complexity of 26. Maximum allowed is 20. (complexity)
(#139) A space is required after ','. (comma-spacing)
(#139) Requires a space after '{'. (block-spacing)
(#139) Statement inside of curly braces should be on next line. (brace-style)
(#139) Missing space before opening brace. (space-before-blocks)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) A space is required after ','. (comma-spacing)
(#139) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) Operator '?' must be spaced. (space-infix-ops)
(#139) Operator ':' must be spaced. (space-infix-ops)
(#139) A space is required after ','. (comma-spacing)
(#139) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) Missing space before value for key 'textAnchor'. (key-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) A space is required after ','. (comma-spacing)
(#139) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) A space is required after ','. (comma-spacing)
(#139) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing space before value for key 'enabled'. (key-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing space before value for key 'attributes'. (key-spacing)
(#139) Missing space before value for key 'dy'. (key-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing space before value for key 'startOffset'. (key-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing space before value for key 'textAnchor'. (key-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) Expected space(s) after "if". (keyword-spacing)
(#139) Operator '&&' must be spaced. (space-infix-ops)
(#139) Operator '&&' must be spaced. (space-infix-ops)
(#139) Requires a space after '{'. (block-spacing)
(#139) Statement inside of curly braces should be on next line. (brace-style)
(#139) Missing space before opening brace. (space-before-blocks)
(#139) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#139) Operator '&&' must be spaced. (space-infix-ops)
(#139) Operator '===' must be spaced. (space-infix-ops)
(#139) Operator '?' must be spaced. (space-infix-ops)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) A space is required after ','. (comma-spacing)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) Operator ':' must be spaced. (space-infix-ops)
(#139) Operator '&&' must be spaced. (space-infix-ops)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#139) Operator '&&' must be spaced. (space-infix-ops)
(#139) Operator '&&' must be spaced. (space-infix-ops)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#139) Operator '||' must be spaced. (space-infix-ops)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#140) This line has a length of 513. Maximum allowed is 132. (max-len)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#140) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Operator '||' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "if". (keyword-spacing)
(#140) Expected { after 'if' condition. (curly)
(#140) Expected space(s) before "for". (keyword-spacing)
(#140) Expected space(s) after "for". (keyword-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Operator '&&' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Operator '<' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Requires a space after '{'. (block-spacing)
(#140) Statement inside of curly braces should be on next line. (brace-style)
(#140) Missing space before opening brace. (space-before-blocks)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#140) Operator '!==' must be spaced. (space-infix-ops)
(#140) Operator '&&' must be spaced. (space-infix-ops)
(#140) Operator '!==' must be spaced. (space-infix-ops)
(#140) Operator '||' must be spaced. (space-infix-ops)
(#140) Requires a space before '}'. (block-spacing)
(#140) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#140) Missing semicolon. (@babel/semi)
(#140) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#140) Operator '&&' must be spaced. (space-infix-ops)
(#140) Operator '&&' must be spaced. (space-infix-ops)
(#140) Missing space before value for key 'element'. (key-spacing)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Operator '+' must be spaced. (space-infix-ops)
(#140) Operator '+' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#140) Operator '&&' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#140) Operator '&&' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#141) This line has a length of 512. Maximum allowed is 132. (max-len)
(#141) A space is required after ','. (comma-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) Requires a space after '{'. (block-spacing)
(#141) Statement inside of curly braces should be on next line. (brace-style)
(#141) Missing space before opening brace. (space-before-blocks)
(#141) Operator '||' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Requires a space before '}'. (block-spacing)
(#141) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#141) Missing semicolon. (@babel/semi)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Missing space before value for key 'fill'. (key-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) Missing space before value for key 'stroke-width'. (key-spacing)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Requires a space before '}'. (block-spacing)
(#141) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#141) Missing semicolon. (@babel/semi)
(#141) Expected space(s) before "else". (keyword-spacing)
(#141) Expected { after 'else'. (curly)
(#141) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Requires a space before '}'. (block-spacing)
(#141) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#141) Missing semicolon. (@babel/semi)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) Requires a space after '{'. (block-spacing)
(#141) Statement inside of curly braces should be on next line. (brace-style)
(#141) Missing space before opening brace. (space-before-blocks)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#142) This line has a length of 508. Maximum allowed is 132. (max-len)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Missing space before value for key 'color'. (key-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key 'offsetX'. (key-spacing)
(#142) Operator '?' must be spaced. (space-infix-ops)
(#142) Operator ':' must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key 'offsetY'. (key-spacing)
(#142) Operator '?' must be spaced. (space-infix-ops)
(#142) Operator ':' must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key 'opacity'. (key-spacing)
(#142) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key 'width'. (key-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#142) Operator '===' must be spaced. (space-infix-ops)
(#142) Operator '?' must be spaced. (space-infix-ops)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Operator ':' must be spaced. (space-infix-ops)
(#142) Operator '===' must be spaced. (space-infix-ops)
(#142) Operator '&&' must be spaced. (space-infix-ops)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#142) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#142) Operator '&&' must be spaced. (space-infix-ops)
(#142) Operator '&&' must be spaced. (space-infix-ops)
(#142) Operator '&&' must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Requires a space after '{'. (block-spacing)
(#142) Statement inside of curly braces should be on next line. (brace-style)
(#142) Missing space before opening brace. (space-before-blocks)
(#142) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#142) Operator '!==' must be spaced. (space-infix-ops)
(#142) Operator '&&' must be spaced. (space-infix-ops)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Requires a space before '}'. (block-spacing)
(#142) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#142) Missing semicolon. (@babel/semi)
(#142) A space is required after ','. (comma-spacing)
(#142) Operator '&&' must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Expected space(s) after "if". (keyword-spacing)
(#142) Expected { after 'if' condition. (curly)
(#142) Expected space(s) before "this". (keyword-spacing)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Expected space(s) after "if". (keyword-spacing)
(#142) Requires a space after '{'. (block-spacing)
(#142) Statement inside of curly braces should be on next line. (brace-style)
(#142) Missing space before opening brace. (space-before-blocks)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Operator '/' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Operator '?' must be spaced. (space-infix-ops)
(#142) Operator '+' must be spaced. (space-infix-ops)
(#142) Operator '+' must be spaced. (space-infix-ops)
(#142) Operator '+' must be spaced. (space-infix-ops)
(#142) Operator '+' must be spaced. (space-infix-ops)
(#142) Operator ':' must be spaced. (space-infix-ops)
(#142) Operator '+' must be spaced. (space-infix-ops)
(#142) Operator '+' must be spaced. (space-infix-ops)
(#142) Operator '+' must be spaced. (space-infix-ops)
(#142) Operator '+' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Expected space(s) after "for". (keyword-spacing)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Operator '<=' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Requires a space after '{'. (block-spacing)
(#142) Statement inside of curly braces should be on next line. (brace-style)
(#142) Missing space before opening brace. (space-before-blocks)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#143) This line has a length of 501. Maximum allowed is 132. (max-len)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) Operator '*' must be spaced. (space-infix-ops)
(#143) Operator '+' must be spaced. (space-infix-ops)
(#143) Operator '-' must be spaced. (space-infix-ops)
(#143) Operator '*' must be spaced. (space-infix-ops)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'stroke'. (key-spacing)
(#143) Operator '||' must be spaced. (space-infix-ops)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'stroke-opacity'. (key-spacing)
(#143) Operator '*' must be spaced. (space-infix-ops)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'stroke-width'. (key-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'transform'. (key-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'fill'. (key-spacing)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#143) A space is required after ','. (comma-spacing)
(#143) Operator '||' must be spaced. (space-infix-ops)
(#143) Operator '+' must be spaced. (space-infix-ops)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#143) Operator '&&' must be spaced. (space-infix-ops)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Operator '-' must be spaced. (space-infix-ops)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#143) Operator '?' must be spaced. (space-infix-ops)
(#143) Operator ':' must be spaced. (space-infix-ops)
(#143) Operator '&&' must be spaced. (space-infix-ops)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Requires a space before '}'. (block-spacing)
(#143) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#143) Missing semicolon. (@babel/semi)
(#143) Expected space(s) before "this". (keyword-spacing)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) Requires a space before '}'. (block-spacing)
(#143) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#143) Missing semicolon. (@babel/semi)
(#143) Expected space(s) before "return". (keyword-spacing)
(#143) Requires a space before '}'. (block-spacing)
(#143) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#143) Missing semicolon. (@babel/semi)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) Requires a space after '{'. (block-spacing)
(#143) Statement inside of curly braces should be on next line. (brace-style)
(#143) Missing space before opening brace. (space-before-blocks)
(#143) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#143) Operator '===' must be spaced. (space-infix-ops)
(#143) Operator '&&' must be spaced. (space-infix-ops)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Missing space before value for key 'visibility'. (key-spacing)
(#143) Operator '?' must be spaced. (space-infix-ops)
(#143) Operator ':' must be spaced. (space-infix-ops)
(#143) Requires a space before '}'. (block-spacing)
(#143) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#143) Missing semicolon. (@babel/semi)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#144) This line has a length of 520. Maximum allowed is 132. (max-len)
(#144) A space is required after ','. (comma-spacing)
(#144) Requires a space after '{'. (block-spacing)
(#144) Statement inside of curly braces should be on next line. (brace-style)
(#144) Missing space before opening brace. (space-before-blocks)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#144) Do not nest ternary expressions. (no-nested-ternary)
(#144) Operator '&&' must be spaced. (space-infix-ops)
(#144) Operator '?' must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Operator ':' must be spaced. (space-infix-ops)
(#144) Operator '===' must be spaced. (space-infix-ops)
(#144) Operator '&&' must be spaced. (space-infix-ops)
(#144) Operator '===' must be spaced. (space-infix-ops)
(#144) Operator '&&' must be spaced. (space-infix-ops)
(#144) Operator '?' must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Operator ':' must be spaced. (space-infix-ops)
(#144) Operator '&&' must be spaced. (space-infix-ops)
(#144) Operator '&&' must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Requires a space before '}'. (block-spacing)
(#144) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#144) Missing semicolon. (@babel/semi)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Requires a space after '{'. (block-spacing)
(#144) Statement inside of curly braces should be on next line. (brace-style)
(#144) Missing space before opening brace. (space-before-blocks)
(#144) Expected space(s) after "if". (keyword-spacing)
(#144) Expected { after 'if' condition. (curly)
(#144) Expected space(s) before "return". (keyword-spacing)
(#144) Operator '||' must be spaced. (space-infix-ops)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#145) This line has a length of 510. Maximum allowed is 132. (max-len)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Expected space(s) after "if". (keyword-spacing)
(#145) Operator '===' must be spaced. (space-infix-ops)
(#145) Operator '-' must be spaced. (space-infix-ops)
(#145) Expected { after 'if' condition. (curly)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Expected space(s) after "if". (keyword-spacing)
(#145) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#145) Operator '!==' must be spaced. (space-infix-ops)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'width'. (key-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'stroke-width'. (key-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Requires a space before '}'. (block-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Missing semicolon. (@babel/semi)
(#145) Expected space(s) before "return". (keyword-spacing)
(#145) Requires a space before '}'. (block-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Missing semicolon. (@babel/semi)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) A space is required after ','. (comma-spacing)
(#145) Requires a space before '}'. (block-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Missing semicolon. (@babel/semi)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Missing space before value for key 'd'. (key-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Requires a space before '}'. (block-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Missing semicolon. (@babel/semi)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#145) Operator '!==' must be spaced. (space-infix-ops)
(#145) Operator '&&' must be spaced. (space-infix-ops)
(#146) This line has a length of 534. Maximum allowed is 132. (max-len)
(#146) A space is required after ','. (comma-spacing)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) Operator '&&' must be spaced. (space-infix-ops)
(#146) Requires a space before '}'. (block-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) Missing semicolon. (@babel/semi)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) Requires a space after '{'. (block-spacing)
(#146) Statement inside of curly braces should be on next line. (brace-style)
(#146) Missing space before opening brace. (space-before-blocks)
(#146) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) Operator '||' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#146) Operator '?' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) Operator ':' must be spaced. (space-infix-ops)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Requires a space before '}'. (block-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) Missing semicolon. (@babel/semi)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) Requires a space after '{'. (block-spacing)
(#146) Statement inside of curly braces should be on next line. (brace-style)
(#146) Missing space before opening brace. (space-before-blocks)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Requires a space before '}'. (block-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) Missing semicolon. (@babel/semi)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) Requires a space after '{'. (block-spacing)
(#146) Statement inside of curly braces should be on next line. (brace-style)
(#146) Missing space before opening brace. (space-before-blocks)
(#146) Missing space before value for key 'translateX'. (key-spacing)
(#147) This line has a length of 503. Maximum allowed is 132. (max-len)
(#147) Missing space before value for key 'translateY'. (key-spacing)
(#147) Requires a space before '}'. (block-spacing)
(#147) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#147) Missing semicolon. (@babel/semi)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) Requires a space after '{'. (block-spacing)
(#147) Statement inside of curly braces should be on next line. (brace-style)
(#147) Missing space before opening brace. (space-before-blocks)
(#147) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Expected space(s) after "if". (keyword-spacing)
(#147) Expected { after 'if' condition. (curly)
(#147) Expected space(s) before "for". (keyword-spacing)
(#147) Expected space(s) after "for". (keyword-spacing)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Expected { after 'for' condition. (curly)
(#147) A space is required after ','. (comma-spacing)
(#147) Do not nest ternary expressions. (no-nested-ternary)
(#147) Operator '===' must be spaced. (space-infix-ops)
(#147) Operator '?' must be spaced. (space-infix-ops)
(#147) Operator '-' must be spaced. (space-infix-ops)
(#147) Operator '||' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Operator ':' must be spaced. (space-infix-ops)
(#147) Operator '===' must be spaced. (space-infix-ops)
(#147) Operator '?' must be spaced. (space-infix-ops)
(#147) Operator ':' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) Requires a space before '}'. (block-spacing)
(#147) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#147) Missing semicolon. (@babel/semi)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) Requires a space after '{'. (block-spacing)
(#147) Statement inside of curly braces should be on next line. (brace-style)
(#147) Missing space before opening brace. (space-before-blocks)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) Operator '||' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) Operator '||' must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#147) Operator '&&' must be spaced. (space-infix-ops)
(#147) Operator '+=' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Operator '+=' must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) Operator '+' must be spaced. (space-infix-ops)
(#147) Operator '+' must be spaced. (space-infix-ops)
(#147) Operator '+' must be spaced. (space-infix-ops)
(#147) Operator '+' must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#147) Operator '&&' must be spaced. (space-infix-ops)
(#147) Operator '+' must be spaced. (space-infix-ops)
(#147) Operator '+' must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#147) Operator '?' must be spaced. (space-infix-ops)
(#147) Operator ':' must be spaced. (space-infix-ops)
(#148) This line has a length of 513. Maximum allowed is 132. (max-len)
(#148) Operator '&&' must be spaced. (space-infix-ops)
(#148) Operator '+' must be spaced. (space-infix-ops)
(#148) Operator '+' must be spaced. (space-infix-ops)
(#148) Operator '+' must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Operator '+' must be spaced. (space-infix-ops)
(#148) Operator '+' must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#148) Operator '||' must be spaced. (space-infix-ops)
(#148) Operator '+' must be spaced. (space-infix-ops)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#148) Operator '||' must be spaced. (space-infix-ops)
(#148) Operator '&&' must be spaced. (space-infix-ops)
(#148) Operator '+' must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#148) Operator '+' must be spaced. (space-infix-ops)
(#148) Operator '+' must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#148) Operator '+' must be spaced. (space-infix-ops)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#148) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#148) Operator '&&' must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#148) Requires a space before '}'. (block-spacing)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) Missing semicolon. (@babel/semi)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Requires a space after '{'. (block-spacing)
(#148) Statement inside of curly braces should be on next line. (brace-style)
(#148) Missing space before opening brace. (space-before-blocks)
(#148) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#148) Operator '===' must be spaced. (space-infix-ops)
(#148) Operator '?' must be spaced. (space-infix-ops)
(#148) Operator ':' must be spaced. (space-infix-ops)
(#148) Operator '!==' must be spaced. (space-infix-ops)
(#148) Operator '&&' must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Requires a space before '}'. (block-spacing)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) Missing semicolon. (@babel/semi)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Requires a space after '{'. (block-spacing)
(#148) Statement inside of curly braces should be on next line. (brace-style)
(#148) Missing space before opening brace. (space-before-blocks)
(#148) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#148) Operator '===' must be spaced. (space-infix-ops)
(#148) Operator '&&' must be spaced. (space-infix-ops)
(#148) Operator '===' must be spaced. (space-infix-ops)
(#148) Operator '?' must be spaced. (space-infix-ops)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Operator ':' must be spaced. (space-infix-ops)
(#148) Operator '===' must be spaced. (space-infix-ops)
(#148) Operator '&&' must be spaced. (space-infix-ops)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Requires a space before '}'. (block-spacing)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) Missing semicolon. (@babel/semi)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#149) This line has a length of 502. Maximum allowed is 132. (max-len)
(#149) Function has a complexity of 24. Maximum allowed is 20. (complexity)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space after '{'. (block-spacing)
(#149) Statement inside of curly braces should be on next line. (brace-style)
(#149) Missing space before opening brace. (space-before-blocks)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) A space is required after ','. (comma-spacing)
(#149) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) A space is required after ','. (comma-spacing)
(#149) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Operator '||' must be spaced. (space-infix-ops)
(#149) Operator '||' must be spaced. (space-infix-ops)
(#149) A space is required after ','. (comma-spacing)
(#149) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Operator '===' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#149) Operator '?' must be spaced. (space-infix-ops)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) A space is required after ','. (comma-spacing)
(#149) Operator '===' must be spaced. (space-infix-ops)
(#149) Operator '&&' must be spaced. (space-infix-ops)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Operator ':' must be spaced. (space-infix-ops)
(#149) Operator '&&' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) Requires a space after '{'. (block-spacing)
(#149) Statement inside of curly braces should be on next line. (brace-style)
(#149) Missing space before opening brace. (space-before-blocks)
(#149) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Operator '&&' must be spaced. (space-infix-ops)
(#149) Operator '&&' must be spaced. (space-infix-ops)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected space(s) after "for". (keyword-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Operator '-' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Operator '<=' must be spaced. (space-infix-ops)
(#149) Operator '&&' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Requires a space after '{'. (block-spacing)
(#149) Statement inside of curly braces should be on next line. (brace-style)
(#149) Missing space before opening brace. (space-before-blocks)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) Operator '!==' must be spaced. (space-infix-ops)
(#149) Expected { after 'if' condition. (curly)
(#149) Expected space(s) before "if". (keyword-spacing)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) Operator '>' must be spaced. (space-infix-ops)
(#149) Operator '&&' must be spaced. (space-infix-ops)
(#149) Operator '&&' must be spaced. (space-infix-ops)
(#149) Operator '&&' must be spaced. (space-infix-ops)
(#149) Expected { after 'if' condition. (curly)
(#149) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#149) A space is required after ','. (comma-spacing)
(#149) Unexpected use of comma operator. (no-sequences)
(#149) A space is required after ','. (comma-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#149) Operator '<=' must be spaced. (space-infix-ops)
(#149) Operator '||' must be spaced. (space-infix-ops)
(#149) Operator '&&' must be spaced. (space-infix-ops)
(#149) Operator '||' must be spaced. (space-infix-ops)
(#149) Operator '<=' must be spaced. (space-infix-ops)
(#149) Expected { after 'if' condition. (curly)
(#149) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#150) This line has a length of 502. Maximum allowed is 132. (max-len)
(#150) Operator '+' must be spaced. (space-infix-ops)
(#150) Operator '||' must be spaced. (space-infix-ops)
(#150) Unexpected use of comma operator. (no-sequences)
(#150) A space is required after ','. (comma-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Requires a space before '}'. (block-spacing)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) Missing semicolon. (@babel/semi)
(#150) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#150) Operator '||' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Operator '?' must be spaced. (space-infix-ops)
(#150) Operator ':' must be spaced. (space-infix-ops)
(#150) Operator '||' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Requires a space before '}'. (block-spacing)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) Missing semicolon. (@babel/semi)
(#150) Expected space(s) before "return". (keyword-spacing)
(#150) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#150) Requires a space before '}'. (block-spacing)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) Missing semicolon. (@babel/semi)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Requires a space before '}'. (block-spacing)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) Missing semicolon. (@babel/semi)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Requires a space after '{'. (block-spacing)
(#150) Statement inside of curly braces should be on next line. (brace-style)
(#150) Missing space before opening brace. (space-before-blocks)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Requires a space before '}'. (block-spacing)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) Missing semicolon. (@babel/semi)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Requires a space before '}'. (block-spacing)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) Missing semicolon. (@babel/semi)
(#151) This line has a length of 521. Maximum allowed is 132. (max-len)
(#151) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#151) Operator '===' must be spaced. (space-infix-ops)
(#151) Operator '&&' must be spaced. (space-infix-ops)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Operator '||' must be spaced. (space-infix-ops)
(#151) Requires a space before '}'. (block-spacing)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) Missing semicolon. (@babel/semi)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Expected space(s) after "if". (keyword-spacing)
(#151) Operator '||' must be spaced. (space-infix-ops)
(#151) Expected { after 'if' condition. (curly)
(#151) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Unexpected use of comma operator. (no-sequences)
(#151) A space is required after ','. (comma-spacing)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Requires a space before '}'. (block-spacing)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) Missing semicolon. (@babel/semi)
(#151) Requires a space before '}'. (block-spacing)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) Missing semicolon. (@babel/semi)
(#151) Operator '||' must be spaced. (space-infix-ops)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Requires a space before '}'. (block-spacing)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) Missing semicolon. (@babel/semi)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Operator '&&' must be spaced. (space-infix-ops)
(#151) Operator '||' must be spaced. (space-infix-ops)
(#151) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) A space is required after ','. (comma-spacing)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Operator '||' must be spaced. (space-infix-ops)
(#152) This line has a length of 503. Maximum allowed is 132. (max-len)
(#152) Missing space before value for key '__proto__'. (key-spacing)
(#152) Operator 'instanceof' must be spaced. (space-infix-ops)
(#152) Operator '&&' must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) Requires a space after '{'. (block-spacing)
(#152) Statement inside of curly braces should be on next line. (brace-style)
(#152) Missing space before opening brace. (space-before-blocks)
(#152) The '__proto__' property is deprecated. (no-proto)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Requires a space before '}'. (block-spacing)
(#152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#152) Missing semicolon. (@babel/semi)
(#152) Operator '||' must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) Requires a space after '{'. (block-spacing)
(#152) Statement inside of curly braces should be on next line. (brace-style)
(#152) Missing space before opening brace. (space-before-blocks)
(#152) Expected space(s) after "for". (keyword-spacing)
(#152) Expected { after 'for-in'. (curly)
(#152) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#152) Operator '&&' must be spaced. (space-infix-ops)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Requires a space before '}'. (block-spacing)
(#152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#152) Missing semicolon. (@babel/semi)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#152) A space is required after ','. (comma-spacing)
(#152) Requires a space before '}'. (block-spacing)
(#152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#152) Missing semicolon. (@babel/semi)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) Requires a space after '{'. (block-spacing)
(#152) Statement inside of curly braces should be on next line. (brace-style)
(#152) Missing space before opening brace. (space-before-blocks)
(#152) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#152) Requires a space after '{'. (block-spacing)
(#152) Statement inside of curly braces should be on next line. (brace-style)
(#152) Missing space before opening brace. (space-before-blocks)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Requires a space before '}'. (block-spacing)
(#152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#152) Missing semicolon. (@babel/semi)
(#152) A space is required after ','. (comma-spacing)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Operator '===' must be spaced. (space-infix-ops)
(#152) Operator '?' must be spaced. (space-infix-ops)
(#152) Operator ':' must be spaced. (space-infix-ops)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) Missing '()' invoking a constructor. (new-parens)
(#152) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#152) Requires a space before '}'. (block-spacing)
(#152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#152) Missing semicolon. (@babel/semi)
(#152) Requires a space before '}'. (block-spacing)
(#152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#152) Missing semicolon. (@babel/semi)
(#152) A space is required after ','. (comma-spacing)
(#152) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#152) Requires a space after '{'. (block-spacing)
(#152) Statement inside of curly braces should be on next line. (brace-style)
(#152) Missing space before opening brace. (space-before-blocks)
(#152) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) Requires a space after '{'. (block-spacing)
(#152) Statement inside of curly braces should be on next line. (brace-style)
(#152) Missing space before opening brace. (space-before-blocks)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Operator '||' must be spaced. (space-infix-ops)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#153) This line has a length of 505. Maximum allowed is 132. (max-len)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Operator '===' must be spaced. (space-infix-ops)
(#153) Operator '?' must be spaced. (space-infix-ops)
(#153) Operator ':' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#153) Operator '&&' must be spaced. (space-infix-ops)
(#153) Operator '+' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) A space is required after ','. (comma-spacing)
(#153) A space is required after ','. (comma-spacing)
(#153) A space is required after ','. (comma-spacing)
(#153) Missing space before value for key 'zIndex'. (key-spacing)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#153) Operator '===' must be spaced. (space-infix-ops)
(#153) Operator '&&' must be spaced. (space-infix-ops)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Operator '||' must be spaced. (space-infix-ops)
(#153) Operator '&&' must be spaced. (space-infix-ops)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Operator '||' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Requires a space before '}'. (block-spacing)
(#153) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#153) Missing semicolon. (@babel/semi)
(#153) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#153) A space is required after ','. (comma-spacing)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Requires a space after '{'. (block-spacing)
(#153) Statement inside of curly braces should be on next line. (brace-style)
(#153) Missing space before opening brace. (space-before-blocks)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing space before value for key 'left'. (key-spacing)
(#153) A space is required after ','. (comma-spacing)
(#153) Missing space before value for key 'center'. (key-spacing)
(#153) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#154) This line has a length of 506. Maximum allowed is 132. (max-len)
(#154) Missing space before value for key 'right'. (key-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#154) Operator '!==' must be spaced. (space-infix-ops)
(#154) Operator '&&' must be spaced. (space-infix-ops)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Operator '&&' must be spaced. (space-infix-ops)
(#154) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#154) Operator '&&' must be spaced. (space-infix-ops)
(#154) Missing space before value for key 'x'. (key-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (@babel/semi)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Operator '-' must be spaced. (space-infix-ops)
(#154) Operator '-' must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (@babel/semi)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Operator '-' must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (@babel/semi)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#154) Operator '?' must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Operator ':' must be spaced. (space-infix-ops)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (@babel/semi)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#154) Operator '!==' must be spaced. (space-infix-ops)
(#155) This line has a length of 520. Maximum allowed is 132. (max-len)
(#155) Operator '&&' must be spaced. (space-infix-ops)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) A space is required after ','. (comma-spacing)
(#155) Requires a space before '}'. (block-spacing)
(#155) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#155) Missing semicolon. (@babel/semi)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Operator 'in' must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#155) Operator 'in' must be spaced. (space-infix-ops)
(#155) Operator '||' must be spaced. (space-infix-ops)
(#155) Operator 'in' must be spaced. (space-infix-ops)
(#155) Operator '?' must be spaced. (space-infix-ops)
(#155) Operator ':' must be spaced. (space-infix-ops)
(#155) Operator '&&' must be spaced. (space-infix-ops)
(#155) Requires a space before '}'. (block-spacing)
(#155) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#155) Missing semicolon. (@babel/semi)
(#155) Expected space(s) before "return". (keyword-spacing)
(#155) A space is required after ','. (comma-spacing)
(#155) Requires a space before '}'. (block-spacing)
(#155) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#155) Missing semicolon. (@babel/semi)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Requires a space after '{'. (block-spacing)
(#155) Statement inside of curly braces should be on next line. (brace-style)
(#155) Missing space before opening brace. (space-before-blocks)
(#155) A space is required after ','. (comma-spacing)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) A space is required after ','. (comma-spacing)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#155) Operator '&&' must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#155) Operator '&&' must be spaced. (space-infix-ops)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Requires a space before '}'. (block-spacing)
(#155) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#155) Missing semicolon. (@babel/semi)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) A space is required after ','. (comma-spacing)
(#155) Requires a space after '{'. (block-spacing)
(#155) Statement inside of curly braces should be on next line. (brace-style)
(#155) Missing space before opening brace. (space-before-blocks)
(#155) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#155) Operator '&&' must be spaced. (space-infix-ops)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) A space is required after ','. (comma-spacing)
(#155) Requires a space before '}'. (block-spacing)
(#155) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#155) Missing semicolon. (@babel/semi)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Requires a space after '{'. (block-spacing)
(#155) Statement inside of curly braces should be on next line. (brace-style)
(#155) Missing space before opening brace. (space-before-blocks)
(#155) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#155) Operator '&&' must be spaced. (space-infix-ops)
(#156) This line has a length of 503. Maximum allowed is 132. (max-len)
(#156) Operator '===' must be spaced. (space-infix-ops)
(#156) Operator '&&' must be spaced. (space-infix-ops)
(#156) Operator '===' must be spaced. (space-infix-ops)
(#156) Operator '&&' must be spaced. (space-infix-ops)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) A space is required after ','. (comma-spacing)
(#156) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#156) A space is required after ','. (comma-spacing)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Expected space(s) after "return". (keyword-spacing)
(#156) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#156) Missing space before value for key 'width'. (key-spacing)
(#156) A space is required after ','. (comma-spacing)
(#156) Missing space before value for key 'height'. (key-spacing)
(#156) A space is required after ','. (comma-spacing)
(#156) Missing space before value for key 'x'. (key-spacing)
(#156) Operator '-' must be spaced. (space-infix-ops)
(#156) A space is required after ','. (comma-spacing)
(#156) Missing space before value for key 'y'. (key-spacing)
(#156) Operator '-' must be spaced. (space-infix-ops)
(#156) Requires a space before '}'. (block-spacing)
(#156) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#156) Missing semicolon. (@babel/semi)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Requires a space after '{'. (block-spacing)
(#156) Statement inside of curly braces should be on next line. (brace-style)
(#156) Missing space before opening brace. (space-before-blocks)
(#156) Operator '&&' must be spaced. (space-infix-ops)
(#156) Operator '?' must be spaced. (space-infix-ops)
(#156) Operator '%' must be spaced. (space-infix-ops)
(#156) Operator '/' must be spaced. (space-infix-ops)
(#156) Operator ':' must be spaced. (space-infix-ops)
(#156) Operator '?' must be spaced. (space-infix-ops)
(#156) A space is required after ','. (comma-spacing)
(#156) Operator ':' must be spaced. (space-infix-ops)
(#156) Operator '%' must be spaced. (space-infix-ops)
(#156) Operator '/' must be spaced. (space-infix-ops)
(#156) Requires a space before '}'. (block-spacing)
(#156) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#156) Missing semicolon. (@babel/semi)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Requires a space after '{'. (block-spacing)
(#156) Statement inside of curly braces should be on next line. (brace-style)
(#156) Missing space before opening brace. (space-before-blocks)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Requires a space before '}'. (block-spacing)
(#156) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#156) Missing semicolon. (@babel/semi)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Requires a space after '{'. (block-spacing)
(#156) Statement inside of curly braces should be on next line. (brace-style)
(#156) Missing space before opening brace. (space-before-blocks)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Missing space before value for key 'text'. (key-spacing)
(#156) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#156) Operator '?' must be spaced. (space-infix-ops)
(#157) This line has a length of 504. Maximum allowed is 132. (max-len)
(#157) Operator ':' must be spaced. (space-infix-ops)
(#157) A space is required after ','. (comma-spacing)
(#157) Missing space before value for key 'x'. (key-spacing)
(#157) A space is required after ','. (comma-spacing)
(#157) Missing space before value for key 'y'. (key-spacing)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) Missing space before value for key 'anchorX'. (key-spacing)
(#157) A space is required after ','. (comma-spacing)
(#157) Missing space before value for key 'anchorY'. (key-spacing)
(#157) Requires a space before '}'. (block-spacing)
(#157) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#157) Missing semicolon. (@babel/semi)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) A space is required after ','. (comma-spacing)
(#157) Requires a space after '{'. (block-spacing)
(#157) Statement inside of curly braces should be on next line. (brace-style)
(#157) Missing space before opening brace. (space-before-blocks)
(#157) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#157) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#157) Operator '?' must be spaced. (space-infix-ops)
(#157) Operator '!==' must be spaced. (space-infix-ops)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) A space is required after ','. (comma-spacing)
(#157) Operator ':' must be spaced. (space-infix-ops)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Requires a space before '}'. (block-spacing)
(#157) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#157) Missing semicolon. (@babel/semi)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) A space is required after ','. (comma-spacing)
(#157) Requires a space after '{'. (block-spacing)
(#157) Statement inside of curly braces should be on next line. (brace-style)
(#157) Missing space before opening brace. (space-before-blocks)
(#157) A space is required after ','. (comma-spacing)
(#157) Requires a space before '}'. (block-spacing)
(#157) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#157) Missing semicolon. (@babel/semi)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Requires a space after '{'. (block-spacing)
(#157) Statement inside of curly braces should be on next line. (brace-style)
(#157) Missing space before opening brace. (space-before-blocks)
(#157) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) A space is required after ','. (comma-spacing)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Requires a space before '}'. (block-spacing)
(#157) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#157) Missing semicolon. (@babel/semi)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) A space is required after ','. (comma-spacing)
(#157) Requires a space after '{'. (block-spacing)
(#157) Statement inside of curly braces should be on next line. (brace-style)
(#157) Missing space before opening brace. (space-before-blocks)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) A space is required after ','. (comma-spacing)
(#157) Requires a space before '}'. (block-spacing)
(#157) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#157) Missing semicolon. (@babel/semi)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#158) This line has a length of 510. Maximum allowed is 132. (max-len)
(#158) A space is required after ','. (comma-spacing)
(#158) Requires a space after '{'. (block-spacing)
(#158) Statement inside of curly braces should be on next line. (brace-style)
(#158) Missing space before opening brace. (space-before-blocks)
(#158) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#158) Operator '&&' must be spaced. (space-infix-ops)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) Missing whitespace after semicolon. (semi-spacing)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) Missing whitespace after semicolon. (semi-spacing)
(#158) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#158) A space is required after ','. (comma-spacing)
(#158) Requires a space before '}'. (block-spacing)
(#158) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#158) Missing semicolon. (@babel/semi)
(#158) Missing whitespace after semicolon. (semi-spacing)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) Requires a space after '{'. (block-spacing)
(#158) Statement inside of curly braces should be on next line. (brace-style)
(#158) Missing space before opening brace. (space-before-blocks)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) Requires a space before '}'. (block-spacing)
(#158) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#158) Missing semicolon. (@babel/semi)
(#158) Missing whitespace after semicolon. (semi-spacing)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) Requires a space after '{'. (block-spacing)
(#158) Statement inside of curly braces should be on next line. (brace-style)
(#158) Missing space before opening brace. (space-before-blocks)
(#158) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#158) Operator '!==' must be spaced. (space-infix-ops)
(#158) Operator '&&' must be spaced. (space-infix-ops)
(#158) Missing space before value for key 'text'. (key-spacing)
(#158) Missing whitespace after semicolon. (semi-spacing)
(#158) Requires a space before '}'. (block-spacing)
(#158) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#158) Missing semicolon. (@babel/semi)
(#158) Missing whitespace after semicolon. (semi-spacing)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) Requires a space after '{'. (block-spacing)
(#158) Statement inside of curly braces should be on next line. (brace-style)
(#158) Missing space before opening brace. (space-before-blocks)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) A space is required after ','. (comma-spacing)
(#158) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) A space is required after ','. (comma-spacing)
(#158) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) A space is required after ','. (comma-spacing)
(#158) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#158) Operator '&&' must be spaced. (space-infix-ops)
(#158) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#158) Operator '&&' must be spaced. (space-infix-ops)
(#158) Operator '||' must be spaced. (space-infix-ops)
(#158) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#158) Operator '?' must be spaced. (space-infix-ops)
(#158) Operator ':' must be spaced. (space-infix-ops)
(#158) Missing whitespace after semicolon. (semi-spacing)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) Missing whitespace after semicolon. (semi-spacing)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#159) This line has a length of 517. Maximum allowed is 132. (max-len)
(#159) Operator '||' must be spaced. (space-infix-ops)
(#159) Operator '||' must be spaced. (space-infix-ops)
(#159) Operator '+' must be spaced. (space-infix-ops)
(#159) Operator '*' must be spaced. (space-infix-ops)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Operator '&&' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Operator '+' must be spaced. (space-infix-ops)
(#159) Operator '||' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '||' must be spaced. (space-infix-ops)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#159) Operator '&&' must be spaced. (space-infix-ops)
(#159) Operator '+=' must be spaced. (space-infix-ops)
(#159) Operator '-' must be spaced. (space-infix-ops)
(#159) Operator '/' must be spaced. (space-infix-ops)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#159) Operator '&&' must be spaced. (space-infix-ops)
(#159) Operator '||' must be spaced. (space-infix-ops)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Operator '?' must be spaced. (space-infix-ops)
(#159) Operator ':' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '===' must be spaced. (space-infix-ops)
(#159) Operator '?' must be spaced. (space-infix-ops)
(#159) Operator ':' must be spaced. (space-infix-ops)
(#159) Operator '+' must be spaced. (space-infix-ops)
(#159) Operator '?' must be spaced. (space-infix-ops)
(#159) Operator '+' must be spaced. (space-infix-ops)
(#159) Operator '+' must be spaced. (space-infix-ops)
(#159) Operator ':' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#160) This line has a length of 503. Maximum allowed is 132. (max-len)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) A space is required after ','. (comma-spacing)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) Operator '?' must be spaced. (space-infix-ops)
(#160) Operator ':' must be spaced. (space-infix-ops)
(#160) Operator '+' must be spaced. (space-infix-ops)
(#160) A space is required after ','. (comma-spacing)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) A space is required after ','. (comma-spacing)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) A space is required after ','. (comma-spacing)
(#160) A space is required after ','. (comma-spacing)
(#160) A space is required after ','. (comma-spacing)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) Requires a space before '}'. (block-spacing)
(#160) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#160) Missing semicolon. (@babel/semi)
(#160) Missing whitespace after semicolon. (semi-spacing)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) Requires a space after '{'. (block-spacing)
(#160) Statement inside of curly braces should be on next line. (brace-style)
(#160) Missing space before opening brace. (space-before-blocks)
(#160) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) Missing whitespace after semicolon. (semi-spacing)
(#160) Missing whitespace after semicolon. (semi-spacing)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) Operator '?' must be spaced. (space-infix-ops)
(#160) Operator ':' must be spaced. (space-infix-ops)
(#160) A space is required after ','. (comma-spacing)
(#160) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#160) A space is required after ','. (comma-spacing)
(#160) Missing whitespace after semicolon. (semi-spacing)
(#160) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#160) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#160) Operator '&&' must be spaced. (space-infix-ops)
(#160) Operator '&&' must be spaced. (space-infix-ops)
(#160) Operator '===' must be spaced. (space-infix-ops)
(#160) Operator '||' must be spaced. (space-infix-ops)
(#160) Operator '===' must be spaced. (space-infix-ops)
(#160) Operator '&&' must be spaced. (space-infix-ops)
(#160) Operator '+=' must be spaced. (space-infix-ops)
(#160) Missing space before value for key 'center'. (key-spacing)
(#160) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#160) A space is required after ','. (comma-spacing)
(#160) Missing space before value for key 'right'. (key-spacing)
(#160) Operator '*' must be spaced. (space-infix-ops)
(#160) Operator '-' must be spaced. (space-infix-ops)
(#160) Missing whitespace after semicolon. (semi-spacing)
(#160) Expected space(s) after "if". (keyword-spacing)
(#160) Operator '!==' must be spaced. (space-infix-ops)
(#161) This line has a length of 509. Maximum allowed is 132. (max-len)
(#161) Operator '||' must be spaced. (space-infix-ops)
(#161) Operator '!==' must be spaced. (space-infix-ops)
(#161) Expected { after 'if' condition. (curly)
(#161) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#161) A space is required after ','. (comma-spacing)
(#161) Unexpected use of comma operator. (no-sequences)
(#161) A space is required after ','. (comma-spacing)
(#161) Operator '&&' must be spaced. (space-infix-ops)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) A space is required after ','. (comma-spacing)
(#161) Operator '!==' must be spaced. (space-infix-ops)
(#161) Operator '&&' must be spaced. (space-infix-ops)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) Requires a space before '}'. (block-spacing)
(#161) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#161) Missing semicolon. (@babel/semi)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) Requires a space after '{'. (block-spacing)
(#161) Statement inside of curly braces should be on next line. (brace-style)
(#161) Missing space before opening brace. (space-before-blocks)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#161) Operator '?' must be spaced. (space-infix-ops)
(#161) Operator ':' must be spaced. (space-infix-ops)
(#161) Requires a space before '}'. (block-spacing)
(#161) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#161) Missing semicolon. (@babel/semi)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) Requires a space after '{'. (block-spacing)
(#161) Statement inside of curly braces should be on next line. (brace-style)
(#161) Missing space before opening brace. (space-before-blocks)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) A space is required after ','. (comma-spacing)
(#161) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) Expected space(s) after "return". (keyword-spacing)
(#161) Operator '||' must be spaced. (space-infix-ops)
(#161) Operator '||' must be spaced. (space-infix-ops)
(#161) Operator '+' must be spaced. (space-infix-ops)
(#161) Operator '+' must be spaced. (space-infix-ops)
(#161) Requires a space before '}'. (block-spacing)
(#161) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#161) Missing semicolon. (@babel/semi)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) Requires a space after '{'. (block-spacing)
(#161) Statement inside of curly braces should be on next line. (brace-style)
(#161) Missing space before opening brace. (space-before-blocks)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#161) Operator '&&' must be spaced. (space-infix-ops)
(#161) Operator '-=' must be spaced. (space-infix-ops)
(#161) Operator '*' must be spaced. (space-infix-ops)
(#161) A space is required after ','. (comma-spacing)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#162) This line has a length of 505. Maximum allowed is 132. (max-len)
(#162) A space is required after ','. (comma-spacing)
(#162) Requires a space before '}'. (block-spacing)
(#162) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#162) Missing semicolon. (@babel/semi)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Requires a space after '{'. (block-spacing)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Requires a space before '}'. (block-spacing)
(#162) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#162) Missing semicolon. (@babel/semi)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Missing space before value for key 'width'. (key-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing space before value for key 'height'. (key-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing space before value for key 'x'. (key-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing space before value for key 'y'. (key-spacing)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Requires a space before '}'. (block-spacing)
(#162) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#162) Missing semicolon. (@babel/semi)
(#162) Requires a space before '}'. (block-spacing)
(#162) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#162) Missing semicolon. (@babel/semi)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Requires a space after '{'. (block-spacing)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Requires a space after '{'. (block-spacing)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Expected space(s) after "if". (keyword-spacing)
(#162) Requires a space after '{'. (block-spacing)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Operator '||' must be spaced. (space-infix-ops)
(#162) A space is required after ','. (comma-spacing)
(#162) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#162) A space is required after ','. (comma-spacing)
(#162) Operator '||' must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#163) This line has a length of 501. Maximum allowed is 132. (max-len)
(#163) Operator '||' must be spaced. (space-infix-ops)
(#163) Operator '-' must be spaced. (space-infix-ops)
(#163) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#163) A space is required after ','. (comma-spacing)
(#163) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#163) Operator '>' must be spaced. (space-infix-ops)
(#163) Operator '||' must be spaced. (space-infix-ops)
(#163) Operator '-' must be spaced. (space-infix-ops)
(#163) Operator '-' must be spaced. (space-infix-ops)
(#163) Operator '*' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#163) A space is required after ','. (comma-spacing)
(#163) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#163) Operator '>' must be spaced. (space-infix-ops)
(#163) Operator '-' must be spaced. (space-infix-ops)
(#163) Operator '-' must be spaced. (space-infix-ops)
(#163) Operator '?' must be spaced. (space-infix-ops)
(#163) Operator ':' must be spaced. (space-infix-ops)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) Operator '*' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) Operator '*' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) Operator '*' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) Operator '*' must be spaced. (space-infix-ops)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#163) Operator '&&' must be spaced. (space-infix-ops)
(#163) Operator '?' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) Operator '*' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) Operator '*' must be spaced. (space-infix-ops)
(#163) Operator ':' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) Operator '*' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) Operator '*' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '?' must be spaced. (space-infix-ops)
(#163) Operator '-' must be spaced. (space-infix-ops)
(#163) Operator ':' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) Operator '*' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) Operator '*' must be spaced. (space-infix-ops)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#163) Operator '||' must be spaced. (space-infix-ops)
(#163) Requires a space before '}'. (block-spacing)
(#163) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#163) Missing semicolon. (@babel/semi)
(#163) Expected space(s) before "return". (keyword-spacing)
(#163) Requires a space before '}'. (block-spacing)
(#163) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#163) Missing semicolon. (@babel/semi)
(#163) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#163) Expected space(s) before "function". (keyword-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) Requires a space after '{'. (block-spacing)
(#163) Statement inside of curly braces should be on next line. (brace-style)
(#163) Missing space before opening brace. (space-before-blocks)
(#163) Operator '&&' must be spaced. (space-infix-ops)
(#163) Operator '?' must be spaced. (space-infix-ops)
(#163) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator ':' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Requires a space before '}'. (block-spacing)
(#163) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#163) Missing semicolon. (@babel/semi)
(#163) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#163) Expected space(s) before "function". (keyword-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#164) This line has a length of 502. Maximum allowed is 132. (max-len)
(#164) Requires a space after '{'. (block-spacing)
(#164) Statement inside of curly braces should be on next line. (brace-style)
(#164) Missing space before opening brace. (space-before-blocks)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) Operator '||' must be spaced. (space-infix-ops)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) Expected space(s) after "return". (keyword-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) Operator '-' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) Operator '-' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) Operator '-' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) Operator '-' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) Requires a space before '}'. (block-spacing)
(#164) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#164) Missing semicolon. (@babel/semi)
(#164) Expected space(s) before "var". (keyword-spacing)
(#164) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) Expected space(s) after "return". (keyword-spacing)
(#164) Missing space before value for key 'arc'. (key-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Missing space before value for key 'callout'. (key-spacing)
(#164) Method 'callout' has a complexity of 21. Maximum allowed is 20. (complexity)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Requires a space after '{'. (block-spacing)
(#164) Statement inside of curly braces should be on next line. (brace-style)
(#164) Missing space before opening brace. (space-before-blocks)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) Operator '||' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) Operator '||' must be spaced. (space-infix-ops)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Missing space before value for key 'r'. (key-spacing)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) Expected space(s) after "if". (keyword-spacing)
(#164) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#164) Expected { after 'if' condition. (curly)
(#164) Expected space(s) before "return". (keyword-spacing)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#164) Do not nest ternary expressions. (no-nested-ternary)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) Operator '>=' must be spaced. (space-infix-ops)
(#164) Operator '?' must be spaced. (space-infix-ops)
(#164) Operator '>' must be spaced. (space-infix-ops)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) Operator '<' must be spaced. (space-infix-ops)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) Operator '-' must be spaced. (space-infix-ops)
(#164) Operator '?' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '-' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) Operator '-' must be spaced. (space-infix-ops)
(#164) Operator ':' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '/' must be spaced. (space-infix-ops)
(#165) This line has a length of 514. Maximum allowed is 132. (max-len)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '/' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator '-' must be spaced. (space-infix-ops)
(#165) Operator ':' must be spaced. (space-infix-ops)
(#165) Do not nest ternary expressions. (no-nested-ternary)
(#165) Operator '>=' must be spaced. (space-infix-ops)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator '?' must be spaced. (space-infix-ops)
(#165) Operator '>' must be spaced. (space-infix-ops)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator '&&' must be spaced. (space-infix-ops)
(#165) Operator '<' must be spaced. (space-infix-ops)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator '-' must be spaced. (space-infix-ops)
(#165) Operator '?' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '-' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '-' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator ':' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '/' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '/' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator ':' must be spaced. (space-infix-ops)
(#165) Operator '&&' must be spaced. (space-infix-ops)
(#165) Operator '>' must be spaced. (space-infix-ops)
(#165) Operator '&&' must be spaced. (space-infix-ops)
(#165) Operator '>' must be spaced. (space-infix-ops)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator '&&' must be spaced. (space-infix-ops)
(#165) Operator '<' must be spaced. (space-infix-ops)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator '-' must be spaced. (space-infix-ops)
(#165) Operator '?' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '-' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator ':' must be spaced. (space-infix-ops)
(#165) Operator '&&' must be spaced. (space-infix-ops)
(#165) Operator '>' must be spaced. (space-infix-ops)
(#165) Operator '&&' must be spaced. (space-infix-ops)
(#165) Operator '>' must be spaced. (space-infix-ops)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator '&&' must be spaced. (space-infix-ops)
(#165) Operator '<' must be spaced. (space-infix-ops)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator '-' must be spaced. (space-infix-ops)
(#165) Operator '&&' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '-' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '-' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '-' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Requires a space before '}'. (block-spacing)
(#165) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#165) Missing semicolon. (@babel/semi)
(#165) A space is required after ','. (comma-spacing)
(#165) Missing space before value for key 'circle'. (key-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Requires a space after '{'. (block-spacing)
(#165) Statement inside of curly braces should be on next line. (brace-style)
(#165) Missing space before opening brace. (space-before-blocks)
(#165) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator '/' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator '/' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '/' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '/' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) Missing space before value for key 'start'. (key-spacing)
(#165) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#165) Operator '*' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) Missing space before value for key 'end'. (key-spacing)
(#165) Operator '*' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) Missing space before value for key 'open'. (key-spacing)
(#165) Requires a space before '}'. (block-spacing)
(#165) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#165) Missing semicolon. (@babel/semi)
(#165) A space is required after ','. (comma-spacing)
(#165) Missing space before value for key 'diamond'. (key-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Requires a space after '{'. (block-spacing)
(#165) Statement inside of curly braces should be on next line. (brace-style)
(#165) Missing space before opening brace. (space-before-blocks)
(#165) Expected space(s) after "return". (keyword-spacing)
(#166) This line has a length of 523. Maximum allowed is 132. (max-len)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) Operator '/' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) Operator '/' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) Operator '/' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) Operator '/' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Requires a space before '}'. (block-spacing)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) Missing semicolon. (@babel/semi)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing space before value for key 'rect'. (key-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing space before value for key 'roundedRect'. (key-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing space before value for key 'square'. (key-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing space before value for key 'triangle'. (key-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Requires a space after '{'. (block-spacing)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Expected space(s) after "return". (keyword-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) Operator '/' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Requires a space before '}'. (block-spacing)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) Missing semicolon. (@babel/semi)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing space before value for key 'triangle-down'. (key-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Requires a space after '{'. (block-spacing)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Expected space(s) after "return". (keyword-spacing)
(#166) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) Operator '/' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Requires a space before '}'. (block-spacing)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) Missing semicolon. (@babel/semi)
(#166) Requires a space before '}'. (block-spacing)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) Missing semicolon. (@babel/semi)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Requires a space after '{'. (block-spacing)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#166) Requires a space after '{'. (block-spacing)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#166) Requires a space after '{'. (block-spacing)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#167) This line has a length of 508. Maximum allowed is 132. (max-len)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Operator '&&' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Operator '&&' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Operator '||' must be spaced. (space-infix-ops)
(#167) Operator '!==' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Operator '||' must be spaced. (space-infix-ops)
(#167) Operator '!==' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Operator '&&' must be spaced. (space-infix-ops)
(#167) Requires a space before '}'. (block-spacing)
(#167) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#167) Missing semicolon. (@babel/semi)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Requires a space after '{'. (block-spacing)
(#167) Statement inside of curly braces should be on next line. (brace-style)
(#167) Missing space before opening brace. (space-before-blocks)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-spacing)
(#167) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-spacing)
(#167) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-spacing)
(#167) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Operator '!==' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-spacing)
(#167) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Operator '&&' must be spaced. (space-infix-ops)
(#167) Operator '&&' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-spacing)
(#167) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#168) This line has a length of 533. Maximum allowed is 132. (max-len)
(#168) A space is required after ','. (comma-spacing)
(#168) A space is required after ','. (comma-spacing)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Expected space(s) after "if". (keyword-spacing)
(#168) Operator '!==' must be spaced. (space-infix-ops)
(#168) Requires a space after '{'. (block-spacing)
(#168) Statement inside of curly braces should be on next line. (brace-style)
(#168) Missing space before opening brace. (space-before-blocks)
(#168) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Expected space(s) after "for". (keyword-spacing)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Expected { after 'for' condition. (curly)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#168) Operator '||' must be spaced. (space-infix-ops)
(#168) Operator '||' must be spaced. (space-infix-ops)
(#168) Operator '||' must be spaced. (space-infix-ops)
(#168) Operator '!==' must be spaced. (space-infix-ops)
(#168) Operator '&&' must be spaced. (space-infix-ops)
(#168) Operator '||' must be spaced. (space-infix-ops)
(#168) Operator '?' must be spaced. (space-infix-ops)
(#168) Operator '!==' must be spaced. (space-infix-ops)
(#168) Operator '&&' must be spaced. (space-infix-ops)
(#168) Operator '&&' must be spaced. (space-infix-ops)
(#168) A space is required after ','. (comma-spacing)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#168) A space is required after ','. (comma-spacing)
(#168) A space is required after ','. (comma-spacing)
(#168) A space is required after ','. (comma-spacing)
(#168) A space is required after ','. (comma-spacing)
(#168) Operator '&&' must be spaced. (space-infix-ops)
(#168) Operator '!==' must be spaced. (space-infix-ops)
(#168) Operator '||' must be spaced. (space-infix-ops)
(#168) Operator '&&' must be spaced. (space-infix-ops)
(#168) A space is required after ','. (comma-spacing)
(#168) Operator '||' must be spaced. (space-infix-ops)
(#168) A space is required after ','. (comma-spacing)
(#168) A space is required after ','. (comma-spacing)
(#168) A space is required after ','. (comma-spacing)
(#168) Operator '&&' must be spaced. (space-infix-ops)
(#168) Operator ':' must be spaced. (space-infix-ops)
(#169) This line has a length of 505. Maximum allowed is 132. (max-len)
(#169) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Requires a space before '}'. (block-spacing)
(#169) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#169) Missing semicolon. (@babel/semi)
(#169) Requires a space before '}'. (block-spacing)
(#169) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Operator '=' must be spaced. (space-infix-ops)
(#169) Requires a space after '{'. (block-spacing)
(#169) Statement inside of curly braces should be on next line. (brace-style)
(#169) Missing space before opening brace. (space-before-blocks)
(#169) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#169) Operator '=' must be spaced. (space-infix-ops)
(#169) A space is required after ','. (comma-spacing)
(#169) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#169) Operator '=' must be spaced. (space-infix-ops)
(#169) A space is required after ','. (comma-spacing)
(#169) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#169) Operator '=' must be spaced. (space-infix-ops)
(#169) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#169) A space is required after ','. (comma-spacing)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Operator '=' must be spaced. (space-infix-ops)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Expected space(s) after "for". (keyword-spacing)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#169) Operator '=' must be spaced. (space-infix-ops)
(#169) Expected { after 'for' condition. (curly)
(#169) Expected space(s) before "if". (keyword-spacing)
(#169) Expected space(s) after "if". (keyword-spacing)
(#169) Operator '||' must be spaced. (space-infix-ops)
(#169) Expected { after 'if' condition. (curly)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Expected { after 'else'. (curly)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) Requires a space after '{'. (block-spacing)
(#169) Statement inside of curly braces should be on next line. (brace-style)
(#169) Missing space before opening brace. (space-before-blocks)
(#169) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Operator '===' must be spaced. (space-infix-ops)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Operator '===' must be spaced. (space-infix-ops)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Operator '=' must be spaced. (space-infix-ops)
(#170) This line has a length of 517. Maximum allowed is 132. (max-len)
(#170) A space is required after ','. (comma-spacing)
(#170) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#170) A space is required after ','. (comma-spacing)
(#170) Missing space before value for key 'dy'. (key-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) Missing space before value for key 'x'. (key-spacing)
(#170) Requires a space before '}'. (block-spacing)
(#170) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#170) Missing semicolon. (@babel/semi)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) Operator '||' must be spaced. (space-infix-ops)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Expected space(s) after "if". (keyword-spacing)
(#170) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#170) Requires a space after '{'. (block-spacing)
(#170) Statement inside of curly braces should be on next line. (brace-style)
(#170) Missing space before opening brace. (space-before-blocks)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) A space is required after ','. (comma-spacing)
(#170) Requires a space after '{'. (block-spacing)
(#170) Statement inside of curly braces should be on next line. (brace-style)
(#170) Missing space before opening brace. (space-before-blocks)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) Operator '||' must be spaced. (space-infix-ops)
(#170) A space is required after ','. (comma-spacing)
(#170) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) Unnecessary escape character: \^. (no-useless-escape)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) Operator '&&' must be spaced. (space-infix-ops)
(#170) Operator '<' must be spaced. (space-infix-ops)
(#170) Operator '||' must be spaced. (space-infix-ops)
(#170) Operator '<' must be spaced. (space-infix-ops)
(#170) A space is required after ','. (comma-spacing)
(#170) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) A space is required after ','. (comma-spacing)
(#170) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) A space is required after ','. (comma-spacing)
(#170) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Expected space(s) after "if". (keyword-spacing)
(#170) Expected { after 'if' condition. (curly)
(#170) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#170) Operator '&&' must be spaced. (space-infix-ops)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) Operator '-' must be spaced. (space-infix-ops)
(#170) Operator '||' must be spaced. (space-infix-ops)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) Requires a space after '{'. (block-spacing)
(#170) Statement inside of curly braces should be on next line. (brace-style)
(#170) Missing space before opening brace. (space-before-blocks)
(#170) A space is required after ','. (comma-spacing)
(#170) Operator '+' must be spaced. (space-infix-ops)
(#170) Requires a space before '}'. (block-spacing)
(#170) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#170) Missing semicolon. (@babel/semi)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Expected space(s) after "if". (keyword-spacing)
(#170) Requires a space after '{'. (block-spacing)
(#170) Statement inside of curly braces should be on next line. (brace-style)
(#170) Missing space before opening brace. (space-before-blocks)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Expected space(s) after "for". (keyword-spacing)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Operator '&&' must be spaced. (space-infix-ops)
(#170) Operator '!==' must be spaced. (space-infix-ops)
(#170) Expected { after 'for' condition. (curly)
(#170) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#170) Unexpected use of comma operator. (no-sequences)
(#170) A space is required after ','. (comma-spacing)
(#171) This line has a length of 509. Maximum allowed is 132. (max-len)
(#171) Expected space(s) after "for". (keyword-spacing)
(#171) Expected { after 'for' condition. (curly)
(#171) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#171) Operator '&&' must be spaced. (space-infix-ops)
(#171) Operator '&&' must be spaced. (space-infix-ops)
(#171) Operator '<' must be spaced. (space-infix-ops)
(#171) Operator '&&' must be spaced. (space-infix-ops)
(#171) Operator '||' must be spaced. (space-infix-ops)
(#171) A space is required after ','. (comma-spacing)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#171) A space is required after ','. (comma-spacing)
(#171) Unexpected use of comma operator. (no-sequences)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Operator '===' must be spaced. (space-infix-ops)
(#171) Operator '?' must be spaced. (space-infix-ops)
(#171) Operator '||' must be spaced. (space-infix-ops)
(#171) Operator ':' must be spaced. (space-infix-ops)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Requires a space after '{'. (block-spacing)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Requires a space before '}'. (block-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Missing semicolon. (@babel/semi)
(#171) A space is required after ','. (comma-spacing)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#171) Requires a space after '{'. (block-spacing)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) A space is required after ','. (comma-spacing)
(#171) Requires a space before '}'. (block-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Missing semicolon. (@babel/semi)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Requires a space after '{'. (block-spacing)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing space before value for key 'dy'. (key-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing space before value for key 'x'. (key-spacing)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Requires a space before '}'. (block-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Missing semicolon. (@babel/semi)
(#171) Requires a space before '}'. (block-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Missing semicolon. (@babel/semi)
(#171) Requires a space before '}'. (block-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) A space is required after ','. (comma-spacing)
(#171) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#171) Requires a space after '{'. (block-spacing)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) Requires a space after '{'. (block-spacing)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#171) Operator '===' must be spaced. (space-infix-ops)
(#172) This line has a length of 515. Maximum allowed is 132. (max-len)
(#172) Operator '?' must be spaced. (space-infix-ops)
(#172) A space is required after ','. (comma-spacing)
(#172) Operator ':' must be spaced. (space-infix-ops)
(#172) Operator '!==' must be spaced. (space-infix-ops)
(#172) Operator '&&' must be spaced. (space-infix-ops)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#172) A space is required after ','. (comma-spacing)
(#172) Requires a space before '}'. (block-spacing)
(#172) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#172) Missing semicolon. (@babel/semi)
(#172) Requires a space before '}'. (block-spacing)
(#172) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#172) Missing semicolon. (@babel/semi)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Requires a space before '}'. (block-spacing)
(#172) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#172) Missing semicolon. (@babel/semi)
(#172) Requires a space before '}'. (block-spacing)
(#172) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#172) Requires a space after '{'. (block-spacing)
(#172) Statement inside of curly braces should be on next line. (brace-style)
(#172) Missing space before opening brace. (space-before-blocks)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#172) Operator '===' must be spaced. (space-infix-ops)
(#172) Operator '?' must be spaced. (space-infix-ops)
(#172) Operator ':' must be spaced. (space-infix-ops)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#172) Operator '||' must be spaced. (space-infix-ops)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#172) Operator '&&' must be spaced. (space-infix-ops)
(#172) Operator '?' must be spaced. (space-infix-ops)
(#172) Operator ':' must be spaced. (space-infix-ops)
(#172) Operator '||' must be spaced. (space-infix-ops)
(#172) Operator '||' must be spaced. (space-infix-ops)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Operator '?' must be spaced. (space-infix-ops)
(#172) A space is required after ','. (comma-spacing)
(#172) Operator ':' must be spaced. (space-infix-ops)
(#172) A space is required after ','. (comma-spacing)
(#172) Operator '||' must be spaced. (space-infix-ops)
(#172) Requires a space before '}'. (block-spacing)
(#172) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#172) Missing semicolon. (@babel/semi)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#172) Requires a space after '{'. (block-spacing)
(#172) Statement inside of curly braces should be on next line. (brace-style)
(#172) Missing space before opening brace. (space-before-blocks)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#173) This line has a length of 519. Maximum allowed is 132. (max-len)
(#173) A space is required after ','. (comma-spacing)
(#173) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) A space is required after ','. (comma-spacing)
(#173) Requires a space after '{'. (block-spacing)
(#173) Statement inside of curly braces should be on next line. (brace-style)
(#173) Missing space before opening brace. (space-before-blocks)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) A space is required after ','. (comma-spacing)
(#173) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) A space is required after ','. (comma-spacing)
(#173) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Expected space(s) after "if". (keyword-spacing)
(#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) Expected { after 'if' condition. (curly)
(#173) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#173) Operator '?' must be spaced. (space-infix-ops)
(#173) ["class"] is better written in dot notation. (dot-notation)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#173) Expected space(s) after "if". (keyword-spacing)
(#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) Expected { after 'if' condition. (curly)
(#173) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#173) Operator '?' must be spaced. (space-infix-ops)
(#173) ["class"] is better written in dot notation. (dot-notation)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#173) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#173) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#173) Operator '===' must be spaced. (space-infix-ops)
(#173) Operator '?' must be spaced. (space-infix-ops)
(#173) ["class"] is better written in dot notation. (dot-notation)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) A space is required after ','. (comma-spacing)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) A space is required after ','. (comma-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) A space is required after ','. (comma-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#173) Requires a space after '{'. (block-spacing)
(#173) Statement inside of curly braces should be on next line. (brace-style)
(#173) Missing space before opening brace. (space-before-blocks)
(#173) Expected space(s) after "return". (keyword-spacing)
(#173) Operator '===' must be spaced. (space-infix-ops)
(#174) This line has a length of 509. Maximum allowed is 132. (max-len)
(#174) Requires a space before '}'. (block-spacing)
(#174) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#174) Missing semicolon. (@babel/semi)
(#174) Operator '&&' must be spaced. (space-infix-ops)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Missing space before value for key 'children'. (key-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) Missing space before value for key 'tagName'. (key-spacing)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#174) Operator '!==' must be spaced. (space-infix-ops)
(#174) Operator '&&' must be spaced. (space-infix-ops)
(#174) Operator '!==' must be spaced. (space-infix-ops)
(#174) Operator '&&' must be spaced. (space-infix-ops)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#174) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#174) A space is required after ','. (comma-spacing)
(#174) Missing space before value for key 'attributes'. (key-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) Missing space before value for key 'style'. (key-spacing)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#174) Operator '&&' must be spaced. (space-infix-ops)
(#174) Requires a space after '{'. (block-spacing)
(#174) Statement inside of curly braces should be on next line. (brace-style)
(#174) Missing space before opening brace. (space-before-blocks)
(#174) Expected space(s) after "return". (keyword-spacing)
(#174) Operator '!==' must be spaced. (space-infix-ops)
(#174) Requires a space before '}'. (block-spacing)
(#174) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#174) Missing semicolon. (@babel/semi)
(#174) Requires a space before '}'. (block-spacing)
(#174) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#174) Missing semicolon. (@babel/semi)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) Requires a space before '}'. (block-spacing)
(#174) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#174) Missing semicolon. (@babel/semi)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) A space is required after ','. (comma-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) Requires a space after '{'. (block-spacing)
(#174) Statement inside of curly braces should be on next line. (brace-style)
(#174) Missing space before opening brace. (space-before-blocks)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) A space is required after ','. (comma-spacing)
(#174) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) A space is required after ','. (comma-spacing)
(#174) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) A space is required after ','. (comma-spacing)
(#174) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) A space is required after ','. (comma-spacing)
(#174) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Operator '?' must be spaced. (space-infix-ops)
(#174) Operator ':' must be spaced. (space-infix-ops)
(#174) A space is required after ','. (comma-spacing)
(#174) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Operator '||' must be spaced. (space-infix-ops)
(#174) Operator '||' must be spaced. (space-infix-ops)
(#174) A space is required after ','. (comma-spacing)
(#174) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) A space is required after ','. (comma-spacing)
(#174) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#174) A space is required after ','. (comma-spacing)
(#174) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) A space is required after ','. (comma-spacing)
(#174) Requires a space after '{'. (block-spacing)
(#174) Statement inside of curly braces should be on next line. (brace-style)
(#174) Missing space before opening brace. (space-before-blocks)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Operator '||' must be spaced. (space-infix-ops)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) Expected space(s) after "if". (keyword-spacing)
(#174) Operator '&&' must be spaced. (space-infix-ops)
(#174) Operator '===' must be spaced. (space-infix-ops)
(#174) Expected { after 'if' condition. (curly)
(#174) Expected space(s) before "if". (keyword-spacing)
(#174) Expected space(s) after "if". (keyword-spacing)
(#174) Expected { after 'if' condition. (curly)
(#174) Expected space(s) before "try". (keyword-spacing)
(#174) Expected space(s) after "try". (keyword-spacing)
(#174) Requires a space after '{'. (block-spacing)
(#174) Statement inside of curly braces should be on next line. (brace-style)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Operator '+' must be spaced. (space-infix-ops)
(#174) A space is required after ','. (comma-spacing)
(#174) Operator '?' must be spaced. (space-infix-ops)
(#174) Operator '+' must be spaced. (space-infix-ops)
(#174) Operator ':' must be spaced. (space-infix-ops)
(#174) Requires a space before '}'. (block-spacing)
(#174) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#174) Missing semicolon. (@babel/semi)
(#174) Expected space(s) before "catch". (keyword-spacing)
(#174) Expected space(s) after "catch". (keyword-spacing)
(#174) Requires a space after '{'. (block-spacing)
(#174) Statement inside of curly braces should be on next line. (brace-style)
(#174) Missing space before opening brace. (space-before-blocks)
(#174) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#174) Requires a space before '}'. (block-spacing)
(#174) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#174) Missing semicolon. (@babel/semi)
(#174) Expected space(s) before "else". (keyword-spacing)
(#174) Expected { after 'else'. (curly)
(#174) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#174) Operator '&&' must be spaced. (space-infix-ops)
(#175) This line has a length of 505. Maximum allowed is 132. (max-len)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Operator '||' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Operator '+' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Requires a space before '}'. (block-spacing)
(#175) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#175) Missing semicolon. (@babel/semi)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Expected space(s) after "if". (keyword-spacing)
(#175) Operator '+' must be spaced. (space-infix-ops)
(#175) Operator '>' must be spaced. (space-infix-ops)
(#175) Requires a space after '{'. (block-spacing)
(#175) Statement inside of curly braces should be on next line. (brace-style)
(#175) Missing space before opening brace. (space-before-blocks)
(#175) Expected space(s) after "for". (keyword-spacing)
(#175) Operator '<=' must be spaced. (space-infix-ops)
(#175) Expected { after 'for' condition. (curly)
(#175) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Operator '+' must be spaced. (space-infix-ops)
(#175) Operator '/' must be spaced. (space-infix-ops)
(#175) Unexpected use of comma operator. (no-sequences)
(#175) A space is required after ','. (comma-spacing)
(#175) Operator '&&' must be spaced. (space-infix-ops)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#175) A space is required after ','. (comma-spacing)
(#175) Operator '&&' must be spaced. (space-infix-ops)
(#175) Operator '-' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Do not nest ternary expressions. (no-nested-ternary)
(#175) Operator '===' must be spaced. (space-infix-ops)
(#175) Operator '?' must be spaced. (space-infix-ops)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Operator '+' must be spaced. (space-infix-ops)
(#175) Operator ':' must be spaced. (space-infix-ops)
(#175) Operator '>' must be spaced. (space-infix-ops)
(#175) Operator '?' must be spaced. (space-infix-ops)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Operator '-' must be spaced. (space-infix-ops)
(#175) Operator ':' must be spaced. (space-infix-ops)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#175) Operator '===' must be spaced. (space-infix-ops)
(#175) Operator '?' must be spaced. (space-infix-ops)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Operator ':' must be spaced. (space-infix-ops)
(#175) Operator '&&' must be spaced. (space-infix-ops)
(#175) Operator '===' must be spaced. (space-infix-ops)
(#175) Operator '-' must be spaced. (space-infix-ops)
(#175) Operator '||' must be spaced. (space-infix-ops)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Operator '||' must be spaced. (space-infix-ops)
(#175) Operator '||' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Requires a space before '}'. (block-spacing)
(#175) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#175) Missing semicolon. (@babel/semi)
(#175) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#175) Operator '&&' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Requires a space before '}'. (block-spacing)
(#175) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#175) Missing semicolon. (@babel/semi)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Requires a space after '{'. (block-spacing)
(#175) Statement inside of curly braces should be on next line. (brace-style)
(#175) Missing space before opening brace. (space-before-blocks)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Requires a space after '{'. (block-spacing)
(#175) Statement inside of curly braces should be on next line. (brace-style)
(#175) Missing space before opening brace. (space-before-blocks)
(#175) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#175) Operator '&&' must be spaced. (space-infix-ops)
(#175) Operator '!==' must be spaced. (space-infix-ops)
(#175) Operator '||' must be spaced. (space-infix-ops)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Requires a space before '}'. (block-spacing)
(#175) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#175) Missing semicolon. (@babel/semi)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Requires a space before '}'. (block-spacing)
(#175) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#175) Missing semicolon. (@babel/semi)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Requires a space before '}'. (block-spacing)
(#175) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#175) Missing semicolon. (@babel/semi)
(#175) Requires a space before '}'. (block-spacing)
(#175) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#175) Missing semicolon. (@babel/semi)
(#176) This line has a length of 507. Maximum allowed is 132. (max-len)
(#176) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) Requires a space after '{'. (block-spacing)
(#176) Statement inside of curly braces should be on next line. (brace-style)
(#176) Missing space before opening brace. (space-before-blocks)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#176) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#176) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#176) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#176) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#176) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#176) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#176) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#176) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#176) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#176) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#176) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#176) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#177) This line has a length of 519. Maximum allowed is 132. (max-len)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) A space is required after ','. (comma-spacing)
(#177) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) A space is required after ','. (comma-spacing)
(#177) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) A space is required after ','. (comma-spacing)
(#177) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) A space is required after ','. (comma-spacing)
(#177) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) A space is required after ','. (comma-spacing)
(#177) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) A space is required after ','. (comma-spacing)
(#177) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) A space is required after ','. (comma-spacing)
(#177) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) A space is required after ','. (comma-spacing)
(#177) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) A space is required after ','. (comma-spacing)
(#177) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) A space is required after ','. (comma-spacing)
(#177) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) A space is required after ','. (comma-spacing)
(#177) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) A space is required after ','. (comma-spacing)
(#177) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#177) Missing whitespace after semicolon. (semi-spacing)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#177) Requires a space after '{'. (block-spacing)
(#177) Statement inside of curly braces should be on next line. (brace-style)
(#177) Missing space before opening brace. (space-before-blocks)
(#177) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#177) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) Requires a space after '{'. (block-spacing)
(#177) Statement inside of curly braces should be on next line. (brace-style)
(#177) Missing space before opening brace. (space-before-blocks)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Missing whitespace after semicolon. (semi-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) Requires a space before '}'. (block-spacing)
(#177) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#177) Missing semicolon. (@babel/semi)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) Requires a space after '{'. (block-spacing)
(#177) Statement inside of curly braces should be on next line. (brace-style)
(#177) Missing space before opening brace. (space-before-blocks)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Missing space before value for key 'version'. (key-spacing)
(#178) This line has a length of 506. Maximum allowed is 132. (max-len)
(#178) Missing space before value for key 'class'. (key-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#178) Operator '||' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#178) Operator '===' must be spaced. (space-infix-ops)
(#178) Operator '&&' must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#179) This line has a length of 525. Maximum allowed is 132. (max-len)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#179) A space is required after ','. (comma-spacing)
(#179) A space is required after ','. (comma-spacing)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#179) Operator '&&' must be spaced. (space-infix-ops)
(#179) Operator '&&' must be spaced. (space-infix-ops)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) Requires a space after '{'. (block-spacing)
(#179) Statement inside of curly braces should be on next line. (brace-style)
(#179) Missing space before opening brace. (space-before-blocks)
(#179) A space is required after ','. (comma-spacing)
(#179) Missing space before value for key 'left'. (key-spacing)
(#179) A space is required after ','. (comma-spacing)
(#179) Missing space before value for key 'top'. (key-spacing)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) A space is required after ','. (comma-spacing)
(#179) Missing space before value for key 'left'. (key-spacing)
(#179) Operator '-' must be spaced. (space-infix-ops)
(#179) Operator '+' must be spaced. (space-infix-ops)
(#179) A space is required after ','. (comma-spacing)
(#179) Missing space before value for key 'top'. (key-spacing)
(#179) Operator '-' must be spaced. (space-infix-ops)
(#179) Operator '+' must be spaced. (space-infix-ops)
(#179) Requires a space before '}'. (block-spacing)
(#179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#179) Missing semicolon. (@babel/semi)
(#179) A space is required after ','. (comma-spacing)
(#179) A space is required after ','. (comma-spacing)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) A space is required after ','. (comma-spacing)
(#179) A space is required after ','. (comma-spacing)
(#179) Requires a space before '}'. (block-spacing)
(#179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#179) Missing semicolon. (@babel/semi)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) Requires a space after '{'. (block-spacing)
(#179) Statement inside of curly braces should be on next line. (brace-style)
(#179) Missing space before opening brace. (space-before-blocks)
(#179) Expected space(s) after "return". (keyword-spacing)
(#179) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#179) Requires a space before '}'. (block-spacing)
(#179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#179) Missing semicolon. (@babel/semi)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) Requires a space after '{'. (block-spacing)
(#179) Statement inside of curly braces should be on next line. (brace-style)
(#179) Missing space before opening brace. (space-before-blocks)
(#179) Expected space(s) after "if". (keyword-spacing)
(#179) Operator '||' must be spaced. (space-infix-ops)
(#179) Operator '&&' must be spaced. (space-infix-ops)
(#179) Requires a space after '{'. (block-spacing)
(#179) Statement inside of curly braces should be on next line. (brace-style)
(#179) Missing space before opening brace. (space-before-blocks)
(#179) Expected space(s) after "if". (keyword-spacing)
(#179) Requires a space after '{'. (block-spacing)
(#179) Statement inside of curly braces should be on next line. (brace-style)
(#179) Missing space before opening brace. (space-before-blocks)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#179) Missing space before value for key 'tagName'. (key-spacing)
(#179) A space is required after ','. (comma-spacing)
(#179) Missing space before value for key 'attributes'. (key-spacing)
(#179) Missing space before value for key 'width'. (key-spacing)
(#179) A space is required after ','. (comma-spacing)
(#179) Missing space before value for key 'height'. (key-spacing)
(#179) A space is required after ','. (comma-spacing)
(#179) Missing space before value for key 'children'. (key-spacing)
(#179) Missing space before value for key 'tagName'. (key-spacing)
(#180) This line has a length of 507. Maximum allowed is 132. (max-len)
(#180) Missing space before value for key 'children'. (key-spacing)
(#180) Missing space before value for key 'tagName'. (key-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing space before value for key 'attributes'. (key-spacing)
(#180) Missing space before value for key 'id'. (key-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing space before value for key 'children'. (key-spacing)
(#180) Missing space before value for key 'tagName'. (key-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing space before value for key 'attributes'. (key-spacing)
(#180) Missing space before value for key 'width'. (key-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing space before value for key 'height'. (key-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing space before value for key 'tagName'. (key-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing space before value for key 'attributes'. (key-spacing)
(#180) Missing space before value for key 'id'. (key-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing space before value for key 'width'. (key-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing space before value for key 'height'. (key-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing space before value for key 'clip-path'. (key-spacing)
(#180) Operator '+' must be spaced. (space-infix-ops)
(#180) Operator '+' must be spaced. (space-infix-ops)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing space before value for key 'fill'. (key-spacing)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing space before value for key 'position'. (key-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing space before value for key 'top'. (key-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing space before value for key 'left'. (key-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing space before value for key 'zIndex'. (key-spacing)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#180) Operator '===' must be spaced. (space-infix-ops)
(#180) Operator '&&' must be spaced. (space-infix-ops)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Requires a space before '}'. (block-spacing)
(#180) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#180) Missing semicolon. (@babel/semi)
(#180) Expected space(s) before "if". (keyword-spacing)
(#180) Expected space(s) after "if". (keyword-spacing)
(#180) Expected { after 'if' condition. (curly)
(#180) Expected space(s) before "return". (keyword-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Unnecessary escape character: \(. (no-useless-escape)
(#180) Unnecessary escape character: \). (no-useless-escape)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Requires a space before '}'. (block-spacing)
(#180) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#180) Missing semicolon. (@babel/semi)
(#180) Expected space(s) before "return". (keyword-spacing)
(#180) Expected space(s) after "return". (keyword-spacing)
(#180) Requires a space before '}'. (block-spacing)
(#180) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#180) Missing semicolon. (@babel/semi)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#181) This line has a length of 520. Maximum allowed is 132. (max-len)
(#181) Requires a space after '{'. (block-spacing)
(#181) Statement inside of curly braces should be on next line. (brace-style)
(#181) Missing space before opening brace. (space-before-blocks)
(#181) Return statement should not contain assignment. (no-return-assign)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Missing space before value for key 'fontFamily'. (key-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) Missing space before value for key 'fontSize'. (key-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) Requires a space before '}'. (block-spacing)
(#181) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#181) Missing semicolon. (@babel/semi)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Requires a space after '{'. (block-spacing)
(#181) Statement inside of curly braces should be on next line. (brace-style)
(#181) Missing space before opening brace. (space-before-blocks)
(#181) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#181) Requires a space before '}'. (block-spacing)
(#181) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#181) Missing semicolon. (@babel/semi)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Requires a space after '{'. (block-spacing)
(#181) Statement inside of curly braces should be on next line. (brace-style)
(#181) Missing space before opening brace. (space-before-blocks)
(#181) Expected space(s) after "return". (keyword-spacing)
(#181) Requires a space before '}'. (block-spacing)
(#181) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#181) Missing semicolon. (@babel/semi)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Requires a space after '{'. (block-spacing)
(#181) Statement inside of curly braces should be on next line. (brace-style)
(#181) Missing space before opening brace. (space-before-blocks)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Operator '||' must be spaced. (space-infix-ops)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#181) Operator '&&' must be spaced. (space-infix-ops)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#181) Operator '&&' must be spaced. (space-infix-ops)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Return statement should not contain assignment. (no-return-assign)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#182) This line has a length of 509. Maximum allowed is 132. (max-len)
(#182) Requires a space before '}'. (block-spacing)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Missing semicolon. (@babel/semi)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Operator '=' must be spaced. (space-infix-ops)
(#182) Requires a space after '{'. (block-spacing)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) Missing space before opening brace. (space-before-blocks)
(#182) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#182) Operator '=' must be spaced. (space-infix-ops)
(#182) Missing '()' invoking a constructor. (new-parens)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Requires a space before '}'. (block-spacing)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Missing semicolon. (@babel/semi)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Operator '=' must be spaced. (space-infix-ops)
(#182) A space is required after ','. (comma-spacing)
(#182) Requires a space after '{'. (block-spacing)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) Missing space before opening brace. (space-before-blocks)
(#182) Expected space(s) after "return". (keyword-spacing)
(#182) Missing space before value for key 'cx'. (key-spacing)
(#182) Operator '-' must be spaced. (space-infix-ops)
(#182) Operator '/' must be spaced. (space-infix-ops)
(#182) Operator '+' must be spaced. (space-infix-ops)
(#182) Operator '||' must be spaced. (space-infix-ops)
(#182) Operator '*' must be spaced. (space-infix-ops)
(#182) A space is required after ','. (comma-spacing)
(#182) Missing space before value for key 'cy'. (key-spacing)
(#182) Operator '-' must be spaced. (space-infix-ops)
(#182) Operator '/' must be spaced. (space-infix-ops)
(#182) Operator '+' must be spaced. (space-infix-ops)
(#182) Operator '||' must be spaced. (space-infix-ops)
(#182) Operator '*' must be spaced. (space-infix-ops)
(#182) A space is required after ','. (comma-spacing)
(#182) Missing space before value for key 'r'. (key-spacing)
(#182) Operator '||' must be spaced. (space-infix-ops)
(#182) Operator '*' must be spaced. (space-infix-ops)
(#182) Requires a space before '}'. (block-spacing)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Missing semicolon. (@babel/semi)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Operator '=' must be spaced. (space-infix-ops)
(#182) Requires a space after '{'. (block-spacing)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) Missing space before opening brace. (space-before-blocks)
(#182) Requires a space before '}'. (block-spacing)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Missing semicolon. (@babel/semi)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Operator '=' must be spaced. (space-infix-ops)
(#182) Requires a space after '{'. (block-spacing)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) Missing space before opening brace. (space-before-blocks)
(#182) Operator '=' must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Operator '*=' must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Operator '*=' must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Operator '*=' must be spaced. (space-infix-ops)
(#182) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Operator '<' must be spaced. (space-infix-ops)
(#182) Operator '+' must be spaced. (space-infix-ops)
(#182) Operator '+' must be spaced. (space-infix-ops)
(#182) Operator '?' must be spaced. (space-infix-ops)
(#182) Operator ':' must be spaced. (space-infix-ops)
(#182) Requires a space before '}'. (block-spacing)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Missing semicolon. (@babel/semi)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Operator '=' must be spaced. (space-infix-ops)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) Requires a space after '{'. (block-spacing)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) Missing space before opening brace. (space-before-blocks)
(#182) Operator '=' must be spaced. (space-infix-ops)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#183) This line has a length of 507. Maximum allowed is 132. (max-len)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Operator '&&' must be spaced. (space-infix-ops)
(#183) Operator '||' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#183) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#183) Operator '&&' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Operator '?' must be spaced. (space-infix-ops)
(#183) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#183) Operator ':' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#183) Missing space before value for key 'color'. (key-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key 'cursor'. (key-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key 'fontWeight'. (key-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#183) Missing space before value for key 'padding'. (key-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key 'r'. (key-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected space(s) after "if". (keyword-spacing)
(#183) Requires a space after '{'. (block-spacing)
(#183) Statement inside of curly braces should be on next line. (brace-style)
(#183) Missing space before opening brace. (space-before-blocks)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#183) Missing space before value for key 'fill'. (key-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key 'stroke'. (key-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key 'stroke-width'. (key-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key 'fill'. (key-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '||' must be spaced. (space-infix-ops)
(#183) Operator '||' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key 'fill'. (key-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key 'style'. (key-spacing)
(#183) Missing space before value for key 'color'. (key-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key 'fontWeight'. (key-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '||' must be spaced. (space-infix-ops)
(#183) Operator '||' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#184) This line has a length of 503. Maximum allowed is 132. (max-len)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#184) A space is required after ','. (comma-spacing)
(#184) Missing space before value for key 'style'. (key-spacing)
(#184) Missing space before value for key 'color'. (key-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) Operator '||' must be spaced. (space-infix-ops)
(#184) Operator '||' must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#184) Requires a space before '}'. (block-spacing)
(#184) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#184) Missing semicolon. (@babel/semi)
(#184) A space is required after ','. (comma-spacing)
(#184) Operator '?' must be spaced. (space-infix-ops)
(#184) Operator ':' must be spaced. (space-infix-ops)
(#184) A space is required after ','. (comma-spacing)
(#184) Requires a space after '{'. (block-spacing)
(#184) Statement inside of curly braces should be on next line. (brace-style)
(#184) Missing space before opening brace. (space-before-blocks)
(#184) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#184) Operator '!==' must be spaced. (space-infix-ops)
(#184) Operator '&&' must be spaced. (space-infix-ops)
(#184) Requires a space before '}'. (block-spacing)
(#184) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#184) Missing semicolon. (@babel/semi)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) Operator '?' must be spaced. (space-infix-ops)
(#184) Operator ':' must be spaced. (space-infix-ops)
(#184) A space is required after ','. (comma-spacing)
(#184) Requires a space after '{'. (block-spacing)
(#184) Statement inside of curly braces should be on next line. (brace-style)
(#184) Missing space before opening brace. (space-before-blocks)
(#184) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#184) Operator '!==' must be spaced. (space-infix-ops)
(#184) Operator '&&' must be spaced. (space-infix-ops)
(#184) Requires a space before '}'. (block-spacing)
(#184) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#184) Missing semicolon. (@babel/semi)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) Requires a space after '{'. (block-spacing)
(#184) Statement inside of curly braces should be on next line. (brace-style)
(#184) Missing space before opening brace. (space-before-blocks)
(#184) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#184) Operator '!==' must be spaced. (space-infix-ops)
(#184) Operator '&&' must be spaced. (space-infix-ops)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Operator '+' must be spaced. (space-infix-ops)
(#184) A space is required after ','. (comma-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) Operator '||' must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#184) Operator '||' must be spaced. (space-infix-ops)
(#184) A space is required after ','. (comma-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) Operator '||' must be spaced. (space-infix-ops)
(#184) A space is required after ','. (comma-spacing)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) A space is required after ','. (comma-spacing)
(#184) 't' declared on line 183 column 348 is used outside of binding context. (block-scoped-var)
(#184) A space is required after ','. (comma-spacing)
(#184) 'M' declared on line 183 column 483 is used outside of binding context. (block-scoped-var)
(#184) A space is required after ','. (comma-spacing)
(#184) 'y' declared on line 184 column 80 is used outside of binding context. (block-scoped-var)
(#184) Operator '||' must be spaced. (space-infix-ops)
(#184) A space is required after ','. (comma-spacing)
(#184) Operator '&&' must be spaced. (space-infix-ops)
(#184) Requires a space before '}'. (block-spacing)
(#184) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#184) Missing semicolon. (@babel/semi)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#184) Operator '||' must be spaced. (space-infix-ops)
(#185) This line has a length of 502. Maximum allowed is 132. (max-len)
(#185) Missing space before value for key 'cursor'. (key-spacing)
(#185) A space is required after ','. (comma-spacing)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) A space is required after ','. (comma-spacing)
(#185) Requires a space after '{'. (block-spacing)
(#185) Statement inside of curly braces should be on next line. (brace-style)
(#185) Missing space before opening brace. (space-before-blocks)
(#185) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#185) Requires a space before '}'. (block-spacing)
(#185) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#185) Missing semicolon. (@babel/semi)
(#185) A space is required after ','. (comma-spacing)
(#185) Requires a space after '{'. (block-spacing)
(#185) Statement inside of curly braces should be on next line. (brace-style)
(#185) Missing space before opening brace. (space-before-blocks)
(#185) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#185) Operator '!==' must be spaced. (space-infix-ops)
(#185) Operator '&&' must be spaced. (space-infix-ops)
(#185) A space is required after ','. (comma-spacing)
(#185) Requires a space before '}'. (block-spacing)
(#185) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#185) Missing semicolon. (@babel/semi)
(#185) Requires a space before '}'. (block-spacing)
(#185) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#185) Missing semicolon. (@babel/semi)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) A space is required after ','. (comma-spacing)
(#185) A space is required after ','. (comma-spacing)
(#185) Requires a space after '{'. (block-spacing)
(#185) Statement inside of curly braces should be on next line. (brace-style)
(#185) Missing space before opening brace. (space-before-blocks)
(#185) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#185) Operator '===' must be spaced. (space-infix-ops)
(#185) Operator '&&' must be spaced. (space-infix-ops)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) A space is required after ','. (comma-spacing)
(#185) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#185) Operator '&&' must be spaced. (space-infix-ops)
(#185) Operator '===' must be spaced. (space-infix-ops)
(#185) Operator '&&' must be spaced. (space-infix-ops)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) Operator '-' must be spaced. (space-infix-ops)
(#185) Operator '%' must be spaced. (space-infix-ops)
(#185) Operator '/' must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#185) Operator '&&' must be spaced. (space-infix-ops)
(#185) Operator '===' must be spaced. (space-infix-ops)
(#185) Operator '&&' must be spaced. (space-infix-ops)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) Operator '+' must be spaced. (space-infix-ops)
(#185) Operator '%' must be spaced. (space-infix-ops)
(#185) Operator '/' must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Requires a space before '}'. (block-spacing)
(#185) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#185) Missing semicolon. (@babel/semi)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) Requires a space after '{'. (block-spacing)
(#185) Statement inside of curly braces should be on next line. (brace-style)
(#185) Missing space before opening brace. (space-before-blocks)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) Operator '?' must be spaced. (space-infix-ops)
(#185) Operator ':' must be spaced. (space-infix-ops)
(#185) Missing space before value for key 'fill'. (key-spacing)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#185) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#185) Operator '?' must be spaced. (space-infix-ops)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) Operator ':' must be spaced. (space-infix-ops)
(#185) Operator '&&' must be spaced. (space-infix-ops)
(#185) A space is required after ','. (comma-spacing)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Requires a space before '}'. (block-spacing)
(#185) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#185) Missing semicolon. (@babel/semi)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#186) This line has a length of 504. Maximum allowed is 132. (max-len)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Requires a space after '{'. (block-spacing)
(#186) Statement inside of curly braces should be on next line. (brace-style)
(#186) Missing space before opening brace. (space-before-blocks)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) Do not nest ternary expressions. (no-nested-ternary)
(#186) Operator '?' must be spaced. (space-infix-ops)
(#186) Operator ':' must be spaced. (space-infix-ops)
(#186) Operator '===' must be spaced. (space-infix-ops)
(#186) Operator '?' must be spaced. (space-infix-ops)
(#186) Operator ':' must be spaced. (space-infix-ops)
(#186) Missing space before value for key 'x'. (key-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Missing space before value for key 'y'. (key-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Missing space before value for key 'r'. (key-spacing)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Requires a space after '{'. (block-spacing)
(#186) Statement inside of curly braces should be on next line. (brace-style)
(#186) Missing space before opening brace. (space-before-blocks)
(#186) Operator '+' must be spaced. (space-infix-ops)
(#186) A space is required after ','. (comma-spacing)
(#186) Requires a space before '}'. (block-spacing)
(#186) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#186) Missing semicolon. (@babel/semi)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Requires a space before '}'. (block-spacing)
(#186) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#186) Missing semicolon. (@babel/semi)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Requires a space after '{'. (block-spacing)
(#186) Statement inside of curly braces should be on next line. (brace-style)
(#186) Missing space before opening brace. (space-before-blocks)
(#186) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#186) Operator '?' must be spaced. (space-infix-ops)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) A space is required after ','. (comma-spacing)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) A space is required after ','. (comma-spacing)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) A space is required after ','. (comma-spacing)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) Operator ':' must be spaced. (space-infix-ops)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) Missing space before value for key 'innerR'. (key-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Missing space before value for key 'start'. (key-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Missing space before value for key 'end'. (key-spacing)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Requires a space before '}'. (block-spacing)
(#186) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#186) Missing semicolon. (@babel/semi)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Requires a space after '{'. (block-spacing)
(#186) Statement inside of curly braces should be on next line. (brace-style)
(#186) Missing space before opening brace. (space-before-blocks)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) Operator '?' must be spaced. (space-infix-ops)
(#186) Operator ':' must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) Do not nest ternary expressions. (no-nested-ternary)
(#186) Operator '?' must be spaced. (space-infix-ops)
(#186) Operator ':' must be spaced. (space-infix-ops)
(#186) Operator '===' must be spaced. (space-infix-ops)
(#186) Operator '?' must be spaced. (space-infix-ops)
(#186) Operator ':' must be spaced. (space-infix-ops)
(#186) Missing space before value for key 'x'. (key-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Missing space before value for key 'y'. (key-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Missing space before value for key 'width'. (key-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Missing space before value for key 'height'. (key-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#186) Operator '||' must be spaced. (space-infix-ops)
(#187) This line has a length of 530. Maximum allowed is 132. (max-len)
(#187) Operator '!==' must be spaced. (space-infix-ops)
(#187) Operator '&&' must be spaced. (space-infix-ops)
(#187) Operator '=' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '=' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '=' must be spaced. (space-infix-ops)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#187) Operator '&&' must be spaced. (space-infix-ops)
(#187) Operator '=' must be spaced. (space-infix-ops)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#187) Operator '=' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Requires a space after '{'. (block-spacing)
(#187) Statement inside of curly braces should be on next line. (brace-style)
(#187) Missing space before opening brace. (space-before-blocks)
(#187) Operator '=' must be spaced. (space-infix-ops)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Missing space before value for key 'rx'. (key-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Missing space before value for key 'ry'. (key-spacing)
(#187) Requires a space before '}'. (block-spacing)
(#187) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#187) Missing semicolon. (@babel/semi)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) Operator '=' must be spaced. (space-infix-ops)
(#187) Requires a space after '{'. (block-spacing)
(#187) Statement inside of curly braces should be on next line. (brace-style)
(#187) Missing space before opening brace. (space-before-blocks)
(#187) Operator '||' must be spaced. (space-infix-ops)
(#187) Requires a space before '}'. (block-spacing)
(#187) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#187) Missing semicolon. (@babel/semi)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) Requires a space before '}'. (block-spacing)
(#187) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#187) Missing semicolon. (@babel/semi)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) Operator '=' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Requires a space after '{'. (block-spacing)
(#187) Statement inside of curly braces should be on next line. (brace-style)
(#187) Missing space before opening brace. (space-before-blocks)
(#187) Operator '=' must be spaced. (space-infix-ops)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) Operator '=' must be spaced. (space-infix-ops)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) Missing space before value for key 'width'. (key-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Missing space before value for key 'height'. (key-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Missing space before value for key 'step'. (key-spacing)
(#187) Requires a space after '{'. (block-spacing)
(#187) Statement inside of curly braces should be on next line. (brace-style)
(#187) Missing space before opening brace. (space-before-blocks)
(#187) Missing space before value for key 'viewBox'. (key-spacing)
(#187) Operator '+' must be spaced. (space-infix-ops)
(#187) Operator '+' must be spaced. (space-infix-ops)
(#187) Operator '+' must be spaced. (space-infix-ops)
(#187) Requires a space before '}'. (block-spacing)
(#187) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#187) Missing semicolon. (@babel/semi)
(#187) A space is required after ','. (comma-spacing)
(#187) Missing space before value for key 'duration'. (key-spacing)
(#187) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '?' must be spaced. (space-infix-ops)
(#187) Operator ':' must be spaced. (space-infix-ops)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) Requires a space before '}'. (block-spacing)
(#187) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#187) Missing semicolon. (@babel/semi)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) Operator '=' must be spaced. (space-infix-ops)
(#187) Requires a space after '{'. (block-spacing)
(#187) Statement inside of curly braces should be on next line. (brace-style)
(#187) Missing space before opening brace. (space-before-blocks)
(#187) Operator '=' must be spaced. (space-infix-ops)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) Operator '?' must be spaced. (space-infix-ops)
(#187) Missing space before value for key 'class'. (key-spacing)
(#187) Operator '+' must be spaced. (space-infix-ops)
(#188) This line has a length of 503. Maximum allowed is 132. (max-len)
(#188) Operator ':' must be spaced. (space-infix-ops)
(#188) Requires a space before '}'. (block-spacing)
(#188) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#188) Missing semicolon. (@babel/semi)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) A space is required after ','. (comma-spacing)
(#188) A space is required after ','. (comma-spacing)
(#188) A space is required after ','. (comma-spacing)
(#188) A space is required after ','. (comma-spacing)
(#188) A space is required after ','. (comma-spacing)
(#188) Requires a space after '{'. (block-spacing)
(#188) Statement inside of curly braces should be on next line. (brace-style)
(#188) Missing space before opening brace. (space-before-blocks)
(#188) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Missing space before value for key 'preserveAspectRatio'. (key-spacing)
(#188) A space is required after ','. (comma-spacing)
(#188) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) A space is required after ','. (comma-spacing)
(#188) Requires a space after '{'. (block-spacing)
(#188) Statement inside of curly braces should be on next line. (brace-style)
(#188) Missing space before opening brace. (space-before-blocks)
(#188) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#188) Operator '?' must be spaced. (space-infix-ops)
(#188) A space is required after ','. (comma-spacing)
(#188) A space is required after ','. (comma-spacing)
(#188) Operator ':' must be spaced. (space-infix-ops)
(#188) A space is required after ','. (comma-spacing)
(#188) Requires a space before '}'. (block-spacing)
(#188) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#188) Missing semicolon. (@babel/semi)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#188) Operator '&&' must be spaced. (space-infix-ops)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#188) Operator '&&' must be spaced. (space-infix-ops)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#188) Operator '&&' must be spaced. (space-infix-ops)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#188) Operator '&&' must be spaced. (space-infix-ops)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Requires a space after '{'. (block-spacing)
(#188) Statement inside of curly braces should be on next line. (brace-style)
(#188) Missing space before opening brace. (space-before-blocks)
(#188) A space is required after ','. (comma-spacing)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) A space is required after ','. (comma-spacing)
(#188) Requires a space before '}'. (block-spacing)
(#188) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#188) Missing semicolon. (@babel/semi)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#188) Operator '?' must be spaced. (space-infix-ops)
(#188) A space is required after ','. (comma-spacing)
(#188) A space is required after ','. (comma-spacing)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Missing '()' invoking a constructor. (new-parens)
(#188) A space is required after ','. (comma-spacing)
(#188) A space is required after ','. (comma-spacing)
(#188) A space is required after ','. (comma-spacing)
(#188) A space is required after ','. (comma-spacing)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) A space is required after ','. (comma-spacing)
(#188) Operator '&&' must be spaced. (space-infix-ops)
(#188) Operator ':' must be spaced. (space-infix-ops)
(#189) This line has a length of 509. Maximum allowed is 132. (max-len)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Requires a space before '}'. (block-spacing)
(#189) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#189) Missing semicolon. (@babel/semi)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Function has a complexity of 21. Maximum allowed is 20. (complexity)
(#189) A space is required after ','. (comma-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Requires a space after '{'. (block-spacing)
(#189) Statement inside of curly braces should be on next line. (brace-style)
(#189) Missing space before opening brace. (space-before-blocks)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Operator '&&' must be spaced. (space-infix-ops)
(#189) Operator '?' must be spaced. (space-infix-ops)
(#189) Operator ':' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Operator '&&' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Expected space(s) after "if". (keyword-spacing)
(#189) Requires a space after '{'. (block-spacing)
(#189) Statement inside of curly braces should be on next line. (brace-style)
(#189) Missing space before opening brace. (space-before-blocks)
(#189) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#189) Operator '===' must be spaced. (space-infix-ops)
(#189) Operator '&&' must be spaced. (space-infix-ops)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Operator '||' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Operator '||' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Operator '||' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Operator '||' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#189) Operator '||' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing space before value for key 'symbolName'. (key-spacing)
(#189) Operator '||' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing space before value for key 'x'. (key-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing space before value for key 'y'. (key-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing space before value for key 'width'. (key-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing space before value for key 'height'. (key-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#189) Operator '&&' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Requires a space before '}'. (block-spacing)
(#189) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#189) Missing semicolon. (@babel/semi)
(#189) Expected space(s) before "else". (keyword-spacing)
(#189) Expected space(s) after "if". (keyword-spacing)
(#189) Requires a space after '{'. (block-spacing)
(#189) Statement inside of curly braces should be on next line. (brace-style)
(#189) Missing space before opening brace. (space-before-blocks)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) 'p' declared on line 189 column 269 is used outside of binding context. (block-scoped-var)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#189) Operator '&&' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Operator '&&' must be spaced. (space-infix-ops)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#189) Operator '&&' must be spaced. (space-infix-ops)
(#190) This line has a length of 503. Maximum allowed is 132. (max-len)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) Requires a space after '{'. (block-spacing)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#190) Missing space before value for key 'width'. (key-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing space before value for key 'height'. (key-spacing)
(#190) Requires a space before '}'. (block-spacing)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) Missing semicolon. (@babel/semi)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Requires a space after '{'. (block-spacing)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) Operator '+' must be spaced. (space-infix-ops)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Requires a space after '{'. (block-spacing)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) Operator '+' must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '===' must be spaced. (space-infix-ops)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) Operator '*' must be spaced. (space-infix-ops)
(#190) Operator '/' must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Operator '/' must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Operator '||' must be spaced. (space-infix-ops)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) Operator '||' must be spaced. (space-infix-ops)
(#190) Operator '-' must be spaced. (space-infix-ops)
(#190) Operator '/' must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Operator '===' must be spaced. (space-infix-ops)
(#190) Operator '?' must be spaced. (space-infix-ops)
(#190) Missing space before value for key 'translateX'. (key-spacing)
(#190) Operator ':' must be spaced. (space-infix-ops)
(#190) Missing space before value for key 'translateY'. (key-spacing)
(#190) Requires a space before '}'. (block-spacing)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) Missing semicolon. (@babel/semi)
(#190) Requires a space before '}'. (block-spacing)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) Missing semicolon. (@babel/semi)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Missing space before value for key 'x'. (key-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing space before value for key 'y'. (key-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#191) This line has a length of 501. Maximum allowed is 132. (max-len)
(#191) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#191) Operator '&&' must be spaced. (space-infix-ops)
(#191) Operator '?' must be spaced. (space-infix-ops)
(#191) Operator ':' must be spaced. (space-infix-ops)
(#191) Missing space before value for key 'width'. (key-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing space before value for key 'height'. (key-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing space before value for key 'onload'. (key-spacing)
(#191) Requires a space after '{'. (block-spacing)
(#191) Statement inside of curly braces should be on next line. (brace-style)
(#191) Missing space before opening brace. (space-before-blocks)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#191) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#191) Operator '===' must be spaced. (space-infix-ops)
(#191) Operator '&&' must be spaced. (space-infix-ops)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing space before value for key 'position'. (key-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing space before value for key 'top'. (key-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Missing space before value for key 'width'. (key-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing space before value for key 'height'. (key-spacing)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#191) Operator '&&' must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#191) Operator '&&' must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Expected space(s) after "if". (keyword-spacing)
(#191) Operator '&&' must be spaced. (space-infix-ops)
(#191) Operator '&&' must be spaced. (space-infix-ops)
(#191) Expected { after 'if' condition. (curly)
(#191) Requires a space before '}'. (block-spacing)
(#191) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#191) Missing semicolon. (@babel/semi)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing space before value for key 'src'. (key-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) Requires a space before '}'. (block-spacing)
(#191) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#191) Missing semicolon. (@babel/semi)
(#191) Expected space(s) before "return". (keyword-spacing)
(#191) 'p' declared on line 189 column 269 is used outside of binding context. (block-scoped-var)
(#191) Requires a space before '}'. (block-spacing)
(#191) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#191) Missing semicolon. (@babel/semi)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) Requires a space after '{'. (block-spacing)
(#191) Statement inside of curly braces should be on next line. (brace-style)
(#191) Missing space before opening brace. (space-before-blocks)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#191) Operator '+' must be spaced. (space-infix-ops)
(#191) A space is required after ','. (comma-spacing)
(#191) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#192) This line has a length of 510. Maximum allowed is 132. (max-len)
(#192) Missing space before value for key 'id'. (key-spacing)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Requires a space before '}'. (block-spacing)
(#192) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#192) Missing semicolon. (@babel/semi)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) Requires a space after '{'. (block-spacing)
(#192) Statement inside of curly braces should be on next line. (brace-style)
(#192) Missing space before opening brace. (space-before-blocks)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Expected space(s) after "if". (keyword-spacing)
(#192) Operator '&&' must be spaced. (space-infix-ops)
(#192) Operator '||' must be spaced. (space-infix-ops)
(#192) Expected { after 'if' condition. (curly)
(#192) Expected space(s) before "return". (keyword-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) Operator '||' must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#192) Operator '&&' must be spaced. (space-infix-ops)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#192) Operator '&&' must be spaced. (space-infix-ops)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Expected space(s) after "if". (keyword-spacing)
(#192) Operator '||' must be spaced. (space-infix-ops)
(#192) Operator '&&' must be spaced. (space-infix-ops)
(#192) Expected { after 'if' condition. (curly)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) Requires a space after '{'. (block-spacing)
(#192) Statement inside of curly braces should be on next line. (brace-style)
(#192) Missing space before opening brace. (space-before-blocks)
(#192) Expected space(s) after "for". (keyword-spacing)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) A space is required after ','. (comma-spacing)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) A space is required after ','. (comma-spacing)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) A space is required after ','. (comma-spacing)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Operator '<' must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Expected { after 'for' condition. (curly)
(#192) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) Unexpected use of comma operator. (no-sequences)
(#192) A space is required after ','. (comma-spacing)
(#192) Operator '===' must be spaced. (space-infix-ops)
(#193) This line has a length of 508. Maximum allowed is 132. (max-len)
(#193) Operator '&&' must be spaced. (space-infix-ops)
(#193) A space is required after ','. (comma-spacing)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) A space is required after ','. (comma-spacing)
(#193) Requires a space before '}'. (block-spacing)
(#193) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#193) Missing semicolon. (@babel/semi)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#193) Requires a space before '}'. (block-spacing)
(#193) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#193) Missing semicolon. (@babel/semi)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#193) A space is required after ','. (comma-spacing)
(#193) Requires a space after '{'. (block-spacing)
(#193) Statement inside of curly braces should be on next line. (brace-style)
(#193) Missing space before opening brace. (space-before-blocks)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#193) Operator '&&' must be spaced. (space-infix-ops)
(#193) Operator '||' must be spaced. (space-infix-ops)
(#193) Operator '?' must be spaced. (space-infix-ops)
(#193) Operator '||' must be spaced. (space-infix-ops)
(#193) Operator '&&' must be spaced. (space-infix-ops)
(#193) Operator '&&' must be spaced. (space-infix-ops)
(#193) Operator '||' must be spaced. (space-infix-ops)
(#193) Operator '&&' must be spaced. (space-infix-ops)
(#193) Operator ':' must be spaced. (space-infix-ops)
(#193) Operator '&&' must be spaced. (space-infix-ops)
(#193) A space is required after ','. (comma-spacing)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#193) Operator '?' must be spaced. (space-infix-ops)
(#193) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#193) Operator ':' must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#193) Operator '>' must be spaced. (space-infix-ops)
(#193) Operator '?' must be spaced. (space-infix-ops)
(#193) Operator '+' must be spaced. (space-infix-ops)
(#193) Operator ':' must be spaced. (space-infix-ops)
(#193) Operator '*' must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Expected space(s) after "return". (keyword-spacing)
(#193) Missing space before value for key 'h'. (key-spacing)
(#193) A space is required after ','. (comma-spacing)
(#193) Missing space before value for key 'b'. (key-spacing)
(#193) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#193) Operator '*' must be spaced. (space-infix-ops)
(#193) A space is required after ','. (comma-spacing)
(#193) Missing space before value for key 'f'. (key-spacing)
(#193) Requires a space before '}'. (block-spacing)
(#193) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#193) Missing semicolon. (@babel/semi)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#193) A space is required after ','. (comma-spacing)
(#193) A space is required after ','. (comma-spacing)
(#193) Requires a space after '{'. (block-spacing)
(#193) Statement inside of curly braces should be on next line. (brace-style)
(#193) Missing space before opening brace. (space-before-blocks)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#193) Operator '&&' must be spaced. (space-infix-ops)
(#193) Operator '&&' must be spaced. (space-infix-ops)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#193) Operator '*' must be spaced. (space-infix-ops)
(#193) Operator '*' must be spaced. (space-infix-ops)
(#193) A space is required after ','. (comma-spacing)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Expected space(s) after "return". (keyword-spacing)
(#193) Missing space before value for key 'x'. (key-spacing)
(#193) Operator '/' must be spaced. (space-infix-ops)
(#193) Operator '*' must be spaced. (space-infix-ops)
(#193) Operator '*' must be spaced. (space-infix-ops)
(#193) A space is required after ','. (comma-spacing)
(#193) Missing space before value for key 'y'. (key-spacing)
(#193) Requires a space before '}'. (block-spacing)
(#193) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#193) Missing semicolon. (@babel/semi)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#193) Requires a space after '{'. (block-spacing)
(#193) Statement inside of curly braces should be on next line. (brace-style)
(#193) Missing space before opening brace. (space-before-blocks)
(#193) Expected space(s) after "for". (keyword-spacing)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#194) This line has a length of 507. Maximum allowed is 132. (max-len)
(#194) A space is required after ','. (comma-spacing)
(#194) Operator '=' must be spaced. (space-infix-ops)
(#194) A space is required after ','. (comma-spacing)
(#194) Operator '=' must be spaced. (space-infix-ops)
(#194) Missing space before value for key 'A'. (key-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) Missing space before value for key 'C'. (key-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) Missing space before value for key 'H'. (key-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) Missing space before value for key 'L'. (key-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) Missing space before value for key 'M'. (key-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) Missing space before value for key 'Q'. (key-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) Missing space before value for key 'S'. (key-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) Missing space before value for key 'T'. (key-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) Missing space before value for key 'V'. (key-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) Operator '=' must be spaced. (space-infix-ops)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Operator '<' must be spaced. (space-infix-ops)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Expected { after 'for' condition. (curly)
(#194) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#194) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#194) Operator '&&' must be spaced. (space-infix-ops)
(#194) Operator '&&' must be spaced. (space-infix-ops)
(#194) Operator '===' must be spaced. (space-infix-ops)
(#194) Operator '&&' must be spaced. (space-infix-ops)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) Unexpected use of comma operator. (no-sequences)
(#194) A space is required after ','. (comma-spacing)
(#194) Operator '===' must be spaced. (space-infix-ops)
(#194) Operator '&&' must be spaced. (space-infix-ops)
(#194) Operator '&&' must be spaced. (space-infix-ops)
(#194) A space is required after ','. (comma-spacing)
(#194) Operator '=' must be spaced. (space-infix-ops)
(#194) A space is required after ','. (comma-spacing)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) 'd' declared on line 193 column 507 is used outside of binding context. (block-scoped-var)
(#194) 'c' declared on line 194 column 4 is used outside of binding context. (block-scoped-var)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#194) 'd' declared on line 193 column 507 is used outside of binding context. (block-scoped-var)
(#194) Requires a space before '}'. (block-spacing)
(#194) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#194) Missing semicolon. (@babel/semi)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Operator '=' must be spaced. (space-infix-ops)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) Requires a space after '{'. (block-spacing)
(#194) Statement inside of curly braces should be on next line. (brace-style)
(#194) Missing space before opening brace. (space-before-blocks)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) Requires a space before '}'. (block-spacing)
(#194) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#194) Missing semicolon. (@babel/semi)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Operator '=' must be spaced. (space-infix-ops)
(#194) Requires a space after '{'. (block-spacing)
(#194) Statement inside of curly braces should be on next line. (brace-style)
(#194) Missing space before opening brace. (space-before-blocks)
(#194) Requires a space after '{'. (block-spacing)
(#194) Statement inside of curly braces should be on next line. (brace-style)
(#194) Missing space before opening brace. (space-before-blocks)
(#194) Requires a space before '}'. (block-spacing)
(#194) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#194) Missing semicolon. (@babel/semi)
(#194) Requires a space before '}'. (block-spacing)
(#194) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#194) Missing semicolon. (@babel/semi)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Requires a space before '}'. (block-spacing)
(#194) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#194) Missing semicolon. (@babel/semi)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) Missing space before value for key 'Element'. (key-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) Missing space before value for key 'SVG_NS'. (key-spacing)
(#195) This line has a length of 518. Maximum allowed is 132. (max-len)
(#195) Missing space before value for key 'escapes'. (key-spacing)
(#195) Missing space before value for key '&'. (key-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) Missing space before value for key '<'. (key-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) Missing space before value for key '>'. (key-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) Missing space before value for key '''. (key-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) Missing space before value for key '"'. (key-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) Missing space before value for key 'symbols'. (key-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) Missing space before value for key 'draw'. (key-spacing)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#195) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Requires a space before '}'. (block-spacing)
(#195) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#195) Missing semicolon. (@babel/semi)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) Requires a space after '{'. (block-spacing)
(#195) Statement inside of curly braces should be on next line. (brace-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#195) Operator '&&' must be spaced. (space-infix-ops)
(#195) Operator '||' must be spaced. (space-infix-ops)
(#195) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#195) Requires a space after '{'. (block-spacing)
(#195) Statement inside of curly braces should be on next line. (brace-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#195) A space is required after ','. (comma-spacing)
(#195) Requires a space after '{'. (block-spacing)
(#195) Statement inside of curly braces should be on next line. (brace-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#195) Operator '||' must be spaced. (space-infix-ops)
(#195) Missing space before value for key '__proto__'. (key-spacing)
(#195) Operator 'instanceof' must be spaced. (space-infix-ops)
(#195) Operator '&&' must be spaced. (space-infix-ops)
(#195) A space is required after ','. (comma-spacing)
(#195) Requires a space after '{'. (block-spacing)
(#195) Statement inside of curly braces should be on next line. (brace-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) The '__proto__' property is deprecated. (no-proto)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#195) Requires a space before '}'. (block-spacing)
(#195) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#195) Missing semicolon. (@babel/semi)
(#195) Operator '||' must be spaced. (space-infix-ops)
(#195) A space is required after ','. (comma-spacing)
(#195) Requires a space after '{'. (block-spacing)
(#195) Statement inside of curly braces should be on next line. (brace-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) Expected space(s) after "for". (keyword-spacing)
(#195) Expected { after 'for-in'. (curly)
(#195) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#195) Operator '&&' must be spaced. (space-infix-ops)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#195) Requires a space before '}'. (block-spacing)
(#195) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#195) Missing semicolon. (@babel/semi)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) Requires a space before '}'. (block-spacing)
(#195) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#195) Missing semicolon. (@babel/semi)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#196) This line has a length of 501. Maximum allowed is 132. (max-len)
(#196) Requires a space after '{'. (block-spacing)
(#196) Statement inside of curly braces should be on next line. (brace-style)
(#196) Missing space before opening brace. (space-before-blocks)
(#196) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#196) Requires a space after '{'. (block-spacing)
(#196) Statement inside of curly braces should be on next line. (brace-style)
(#196) Missing space before opening brace. (space-before-blocks)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Requires a space before '}'. (block-spacing)
(#196) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#196) Missing semicolon. (@babel/semi)
(#196) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#196) A space is required after ','. (comma-spacing)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Operator '===' must be spaced. (space-infix-ops)
(#196) Operator '?' must be spaced. (space-infix-ops)
(#196) Operator ':' must be spaced. (space-infix-ops)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) Missing '()' invoking a constructor. (new-parens)
(#196) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#196) Requires a space before '}'. (block-spacing)
(#196) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#196) Missing semicolon. (@babel/semi)
(#196) Requires a space before '}'. (block-spacing)
(#196) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#196) Missing semicolon. (@babel/semi)
(#196) A space is required after ','. (comma-spacing)
(#196) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#196) Requires a space after '{'. (block-spacing)
(#196) Statement inside of curly braces should be on next line. (brace-style)
(#196) Missing space before opening brace. (space-before-blocks)
(#196) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#196) Requires a space after '{'. (block-spacing)
(#196) Statement inside of curly braces should be on next line. (brace-style)
(#196) Missing space before opening brace. (space-before-blocks)
(#196) Operator '!==' must be spaced. (space-infix-ops)
(#196) Operator '&&' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) Operator '||' must be spaced. (space-infix-ops)
(#196) Requires a space before '}'. (block-spacing)
(#196) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#196) Missing semicolon. (@babel/semi)
(#196) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#196) A space is required after ','. (comma-spacing)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Requires a space after '{'. (block-spacing)
(#196) Statement inside of curly braces should be on next line. (brace-style)
(#196) Missing space before opening brace. (space-before-blocks)
(#196) Expected space(s) after "if". (keyword-spacing)
(#196) Operator '===' must be spaced. (space-infix-ops)
(#196) Requires a space after '{'. (block-spacing)
(#196) Statement inside of curly braces should be on next line. (brace-style)
(#196) Missing space before opening brace. (space-before-blocks)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#197) This line has a length of 511. Maximum allowed is 132. (max-len)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Requires a space before '}'. (block-spacing)
(#197) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#197) Missing semicolon. (@babel/semi)
(#197) Expected space(s) before "return". (keyword-spacing)
(#197) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#197) Requires a space before '}'. (block-spacing)
(#197) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#197) Missing semicolon. (@babel/semi)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) A space is required after ','. (comma-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Requires a space after '{'. (block-spacing)
(#197) Statement inside of curly braces should be on next line. (brace-style)
(#197) Missing space before opening brace. (space-before-blocks)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Operator '*' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Requires a space before '}'. (block-spacing)
(#197) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#197) Missing semicolon. (@babel/semi)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Requires a space after '{'. (block-spacing)
(#197) Statement inside of curly braces should be on next line. (brace-style)
(#197) Missing space before opening brace. (space-before-blocks)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Operator '===' must be spaced. (space-infix-ops)
(#197) Operator '&&' must be spaced. (space-infix-ops)
(#197) Operator '&&' must be spaced. (space-infix-ops)
(#197) Operator 'in' must be spaced. (space-infix-ops)
(#197) A space is required after ','. (comma-spacing)
(#197) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Operator '&&' must be spaced. (space-infix-ops)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Expected space(s) after "if". (keyword-spacing)
(#197) Requires a space after '{'. (block-spacing)
(#197) Statement inside of curly braces should be on next line. (brace-style)
(#197) Missing space before opening brace. (space-before-blocks)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Requires a space before '}'. (block-spacing)
(#197) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#197) Missing semicolon. (@babel/semi)
(#197) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#197) Operator '&&' must be spaced. (space-infix-ops)
(#197) Operator '===' must be spaced. (space-infix-ops)
(#197) Operator '&&' must be spaced. (space-infix-ops)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) A space is required after ','. (comma-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) 'f' declared on line 197 column 317 is used outside of binding context. (block-scoped-var)
(#197) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#197) Operator '&&' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Requires a space before '}'. (block-spacing)
(#197) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#197) Missing semicolon. (@babel/semi)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#198) This line has a length of 505. Maximum allowed is 132. (max-len)
(#198) Requires a space after '{'. (block-spacing)
(#198) Statement inside of curly braces should be on next line. (brace-style)
(#198) Missing space before opening brace. (space-before-blocks)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Expected space(s) after "return". (keyword-spacing)
(#198) Missing space before value for key 'x'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'y'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'width'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'height'. (key-spacing)
(#198) Requires a space before '}'. (block-spacing)
(#198) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#198) Missing semicolon. (@babel/semi)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Function has a complexity of 33. Maximum allowed is 20. (complexity)
(#198) Requires a space after '{'. (block-spacing)
(#198) Statement inside of curly braces should be on next line. (brace-style)
(#198) Missing space before opening brace. (space-before-blocks)
(#198) Expected space(s) after "if". (keyword-spacing)
(#198) Requires a space after '{'. (block-spacing)
(#198) Statement inside of curly braces should be on next line. (brace-style)
(#198) Missing space before opening brace. (space-before-blocks)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) A space is required after ','. (comma-spacing)
(#198) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) A space is required after ','. (comma-spacing)
(#198) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Operator '||' must be spaced. (space-infix-ops)
(#198) A space is required after ','. (comma-spacing)
(#198) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Operator '||' must be spaced. (space-infix-ops)
(#198) A space is required after ','. (comma-spacing)
(#198) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Operator '||' must be spaced. (space-infix-ops)
(#198) A space is required after ','. (comma-spacing)
(#198) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Operator '||' must be spaced. (space-infix-ops)
(#198) A space is required after ','. (comma-spacing)
(#198) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Operator '||' must be spaced. (space-infix-ops)
(#198) A space is required after ','. (comma-spacing)
(#198) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Missing space before value for key 'left'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'center'. (key-spacing)
(#198) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'right'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Operator '&&' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'marginLeft'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'marginTop'. (key-spacing)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#198) Operator '&&' must be spaced. (space-infix-ops)
(#198) Operator '&&' must be spaced. (space-infix-ops)
(#198) Requires a space after '{'. (block-spacing)
(#198) Statement inside of curly braces should be on next line. (brace-style)
(#198) Missing space before opening brace. (space-before-blocks)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'marginLeft'. (key-spacing)
(#198) Operator '+' must be spaced. (space-infix-ops)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'marginTop'. (key-spacing)
(#198) Operator '+' must be spaced. (space-infix-ops)
(#198) Requires a space before '}'. (block-spacing)
(#198) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#198) Missing semicolon. (@babel/semi)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#198) Operator '&&' must be spaced. (space-infix-ops)
(#199) This line has a length of 513. Maximum allowed is 132. (max-len)
(#199) A space is required after ','. (comma-spacing)
(#199) Requires a space after '{'. (block-spacing)
(#199) Statement inside of curly braces should be on next line. (brace-style)
(#199) Missing space before opening brace. (space-before-blocks)
(#199) A space is required after ','. (comma-spacing)
(#199) Requires a space before '}'. (block-spacing)
(#199) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#199) Missing semicolon. (@babel/semi)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Expected space(s) after "if". (keyword-spacing)
(#199) Operator '===' must be spaced. (space-infix-ops)
(#199) Requires a space after '{'. (block-spacing)
(#199) Statement inside of curly braces should be on next line. (brace-style)
(#199) Missing space before opening brace. (space-before-blocks)
(#199) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) A space is required after ','. (comma-spacing)
(#199) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Operator '&&' must be spaced. (space-infix-ops)
(#199) A space is required after ','. (comma-spacing)
(#199) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Expected space(s) after "if". (keyword-spacing)
(#199) Operator '!==' must be spaced. (space-infix-ops)
(#199) Requires a space after '{'. (block-spacing)
(#199) Statement inside of curly braces should be on next line. (brace-style)
(#199) Missing space before opening brace. (space-before-blocks)
(#199) Expected space(s) after "if". (keyword-spacing)
(#199) Expected { after 'if' condition. (curly)
(#199) Expected space(s) before "var". (keyword-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Expected { after 'else'. (curly)
(#199) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'width'. (key-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'whiteSpace'. (key-spacing)
(#199) Operator '||' must be spaced. (space-infix-ops)
(#199) Unexpected use of comma operator. (no-sequences)
(#199) A space is required after ','. (comma-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#199) Operator '>' must be spaced. (space-infix-ops)
(#199) Operator '||' must be spaced. (space-infix-ops)
(#199) Operator '>' must be spaced. (space-infix-ops)
(#199) Operator '&&' must be spaced. (space-infix-ops)
(#199) Unnecessary escape character: \-. (no-useless-escape)
(#199) Operator '||' must be spaced. (space-infix-ops)
(#199) Operator '||' must be spaced. (space-infix-ops)
(#199) Operator '===' must be spaced. (space-infix-ops)
(#199) Operator '&&' must be spaced. (space-infix-ops)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'width'. (key-spacing)
(#199) Operator '>' must be spaced. (space-infix-ops)
(#199) Operator '||' must be spaced. (space-infix-ops)
(#199) Operator '?' must be spaced. (space-infix-ops)
(#199) Operator '+' must be spaced. (space-infix-ops)
(#199) Operator ':' must be spaced. (space-infix-ops)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'display'. (key-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'whiteSpace'. (key-spacing)
(#199) Operator '||' must be spaced. (space-infix-ops)
(#200) This line has a length of 514. Maximum allowed is 132. (max-len)
(#200) A space is required after ','. (comma-spacing)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Missing semicolon. (@babel/semi)
(#200) Expected space(s) before "this". (keyword-spacing)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#200) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#200) Operator '!==' must be spaced. (space-infix-ops)
(#200) Operator '&&' must be spaced. (space-infix-ops)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Operator '||' must be spaced. (space-infix-ops)
(#200) Operator '===' must be spaced. (space-infix-ops)
(#200) Operator '||' must be spaced. (space-infix-ops)
(#200) Operator '&&' must be spaced. (space-infix-ops)
(#200) Operator '===' must be spaced. (space-infix-ops)
(#200) Operator '||' must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Operator '&&' must be spaced. (space-infix-ops)
(#200) Operator '||' must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'left'. (key-spacing)
(#200) Operator '+' must be spaced. (space-infix-ops)
(#200) Operator '||' must be spaced. (space-infix-ops)
(#200) Operator '+' must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'top'. (key-spacing)
(#200) Operator '+' must be spaced. (space-infix-ops)
(#200) Operator '||' must be spaced. (space-infix-ops)
(#200) Operator '+' must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Missing semicolon. (@babel/semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected space(s) before "else". (keyword-spacing)
(#200) Expected { after 'else'. (curly)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Missing semicolon. (@babel/semi)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) Do not nest ternary expressions. (no-nested-ternary)
(#200) Operator '&&' must be spaced. (space-infix-ops)
(#200) Operator '?' must be spaced. (space-infix-ops)
(#200) Operator ':' must be spaced. (space-infix-ops)
(#201) This line has a length of 503. Maximum allowed is 132. (max-len)
(#201) Do not nest ternary expressions. (no-nested-ternary)
(#201) Operator '?' must be spaced. (space-infix-ops)
(#201) Operator ':' must be spaced. (space-infix-ops)
(#201) Do not nest ternary expressions. (no-nested-ternary)
(#201) Operator '?' must be spaced. (space-infix-ops)
(#201) Operator ':' must be spaced. (space-infix-ops)
(#201) Operator '?' must be spaced. (space-infix-ops)
(#201) Operator ':' must be spaced. (space-infix-ops)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#201) Operator '&&' must be spaced. (space-infix-ops)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator '+' must be spaced. (space-infix-ops)
(#201) Operator '+' must be spaced. (space-infix-ops)
(#201) A space is required after ','. (comma-spacing)
(#201) Operator '+' must be spaced. (space-infix-ops)
(#201) Operator '?' must be spaced. (space-infix-ops)
(#201) Operator ':' must be spaced. (space-infix-ops)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator '*' must be spaced. (space-infix-ops)
(#201) Operator '+' must be spaced. (space-infix-ops)
(#201) Operator '+' must be spaced. (space-infix-ops)
(#201) Operator '+' must be spaced. (space-infix-ops)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) Requires a space before '}'. (block-spacing)
(#201) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#201) Missing semicolon. (@babel/semi)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Requires a space before '}'. (block-spacing)
(#201) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#201) Missing semicolon. (@babel/semi)
(#201) Requires a space before '}'. (block-spacing)
(#201) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#201) Missing semicolon. (@babel/semi)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) Requires a space after '{'. (block-spacing)
(#201) Statement inside of curly braces should be on next line. (brace-style)
(#201) Missing space before opening brace. (space-before-blocks)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator '&&' must be spaced. (space-infix-ops)
(#201) Operator '||' must be spaced. (space-infix-ops)
(#201) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#201) Requires a space after '{'. (block-spacing)
(#201) Statement inside of curly braces should be on next line. (brace-style)
(#201) Missing space before opening brace. (space-before-blocks)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) A space is required after ','. (comma-spacing)
(#201) Requires a space after '{'. (block-spacing)
(#201) Statement inside of curly braces should be on next line. (brace-style)
(#201) Missing space before opening brace. (space-before-blocks)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator '||' must be spaced. (space-infix-ops)
(#202) This line has a length of 508. Maximum allowed is 132. (max-len)
(#202) Missing space before value for key '__proto__'. (key-spacing)
(#202) Operator 'instanceof' must be spaced. (space-infix-ops)
(#202) Operator '&&' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Requires a space after '{'. (block-spacing)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) The '__proto__' property is deprecated. (no-proto)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Requires a space before '}'. (block-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Missing semicolon. (@babel/semi)
(#202) Operator '||' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Requires a space after '{'. (block-spacing)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Expected space(s) after "for". (keyword-spacing)
(#202) Expected { after 'for-in'. (curly)
(#202) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#202) Operator '&&' must be spaced. (space-infix-ops)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Requires a space before '}'. (block-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Missing semicolon. (@babel/semi)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#202) A space is required after ','. (comma-spacing)
(#202) Requires a space before '}'. (block-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Missing semicolon. (@babel/semi)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Requires a space after '{'. (block-spacing)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#202) Requires a space after '{'. (block-spacing)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Requires a space before '}'. (block-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Missing semicolon. (@babel/semi)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Operator '===' must be spaced. (space-infix-ops)
(#202) Operator '?' must be spaced. (space-infix-ops)
(#202) Operator ':' must be spaced. (space-infix-ops)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing '()' invoking a constructor. (new-parens)
(#202) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#202) Requires a space before '}'. (block-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Missing semicolon. (@babel/semi)
(#202) Requires a space before '}'. (block-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Missing semicolon. (@babel/semi)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#202) Requires a space after '{'. (block-spacing)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#202) Requires a space after '{'. (block-spacing)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Operator '!==' must be spaced. (space-infix-ops)
(#202) Operator '&&' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Operator '||' must be spaced. (space-infix-ops)
(#202) Requires a space before '}'. (block-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Missing semicolon. (@babel/semi)
(#202) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Requires a space after '{'. (block-spacing)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#202) Operator '===' must be spaced. (space-infix-ops)
(#202) Operator '&&' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#203) This line has a length of 504. Maximum allowed is 132. (max-len)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Requires a space before '}'. (block-spacing)
(#203) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#203) Missing semicolon. (@babel/semi)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#203) Requires a space after '{'. (block-spacing)
(#203) Statement inside of curly braces should be on next line. (brace-style)
(#203) Missing space before opening brace. (space-before-blocks)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) Requires a space after '{'. (block-spacing)
(#203) Statement inside of curly braces should be on next line. (brace-style)
(#203) Missing space before opening brace. (space-before-blocks)
(#203) A space is required after ','. (comma-spacing)
(#203) Requires a space after '{'. (block-spacing)
(#203) Statement inside of curly braces should be on next line. (brace-style)
(#203) Missing space before opening brace. (space-before-blocks)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#203) Requires a space after '{'. (block-spacing)
(#203) Statement inside of curly braces should be on next line. (brace-style)
(#203) Missing space before opening brace. (space-before-blocks)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Operator '?' must be spaced. (space-infix-ops)
(#203) Operator ':' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#203) Operator '&&' must be spaced. (space-infix-ops)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Requires a space before '}'. (block-spacing)
(#203) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#203) Missing semicolon. (@babel/semi)
(#203) Requires a space before '}'. (block-spacing)
(#203) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#203) Missing semicolon. (@babel/semi)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Requires a space before '}'. (block-spacing)
(#203) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#203) Missing semicolon. (@babel/semi)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Requires a space after '{'. (block-spacing)
(#203) Statement inside of curly braces should be on next line. (brace-style)
(#203) Missing space before opening brace. (space-before-blocks)
(#203) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#203) Operator '!==' must be spaced. (space-infix-ops)
(#203) Operator '&&' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Requires a space before '}'. (block-spacing)
(#203) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#203) Missing semicolon. (@babel/semi)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#203) Operator '&&' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#204) This line has a length of 507. Maximum allowed is 132. (max-len)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) A space is required after ','. (comma-spacing)
(#204) Requires a space after '{'. (block-spacing)
(#204) Statement inside of curly braces should be on next line. (brace-style)
(#204) Missing space before opening brace. (space-before-blocks)
(#204) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#204) Operator '===' must be spaced. (space-infix-ops)
(#204) Operator '?' must be spaced. (space-infix-ops)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Operator ':' must be spaced. (space-infix-ops)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Requires a space before '}'. (block-spacing)
(#204) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#204) Missing semicolon. (@babel/semi)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Requires a space after '{'. (block-spacing)
(#204) Statement inside of curly braces should be on next line. (brace-style)
(#204) Missing space before opening brace. (space-before-blocks)
(#204) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#204) Operator '&&' must be spaced. (space-infix-ops)
(#204) A space is required after ','. (comma-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Requires a space before '}'. (block-spacing)
(#204) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#204) Missing semicolon. (@babel/semi)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Missing space before value for key 'text'. (key-spacing)
(#204) A space is required after ','. (comma-spacing)
(#204) Missing space before value for key 'x'. (key-spacing)
(#204) A space is required after ','. (comma-spacing)
(#204) Missing space before value for key 'y'. (key-spacing)
(#204) Missing space before value for key 'position'. (key-spacing)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#204) Operator '||' must be spaced. (space-infix-ops)
(#204) Missing space before value for key 'fontFamily'. (key-spacing)
(#204) A space is required after ','. (comma-spacing)
(#204) Missing space before value for key 'fontSize'. (key-spacing)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#204) Operator '&&' must be spaced. (space-infix-ops)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Requires a space after '{'. (block-spacing)
(#204) Statement inside of curly braces should be on next line. (brace-style)
(#204) Missing space before opening brace. (space-before-blocks)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) A space is required after ','. (comma-spacing)
(#204) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Expected space(s) after "if". (keyword-spacing)
(#204) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Requires a space after '{'. (block-spacing)
(#204) Statement inside of curly braces should be on next line. (brace-style)
(#204) Missing space before opening brace. (space-before-blocks)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#205) This line has a length of 536. Maximum allowed is 132. (max-len)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Expected space(s) after "if". (keyword-spacing)
(#205) Requires a space after '{'. (block-spacing)
(#205) Statement inside of curly braces should be on next line. (brace-style)
(#205) Missing space before opening brace. (space-before-blocks)
(#205) Expected space(s) after "for". (keyword-spacing)
(#205) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#205) Expected { after 'for' condition. (curly)
(#205) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#205) Unexpected use of comma operator. (no-sequences)
(#205) A space is required after ','. (comma-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Requires a space after '{'. (block-spacing)
(#205) Statement inside of curly braces should be on next line. (brace-style)
(#205) Missing space before opening brace. (space-before-blocks)
(#205) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#205) A space is required after ','. (comma-spacing)
(#205) Requires a space after '{'. (block-spacing)
(#205) Statement inside of curly braces should be on next line. (brace-style)
(#205) Missing space before opening brace. (space-before-blocks)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#205) Operator '===' must be spaced. (space-infix-ops)
(#205) Operator '?' must be spaced. (space-infix-ops)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Operator '+' must be spaced. (space-infix-ops)
(#205) Operator ':' must be spaced. (space-infix-ops)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Operator '+' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Requires a space before '}'. (block-spacing)
(#205) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#205) Missing semicolon. (@babel/semi)
(#205) Expected space(s) before "var". (keyword-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#205) A space is required after ','. (comma-spacing)
(#205) A space is required after ','. (comma-spacing)
(#205) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Operator '||' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Operator '||' must be spaced. (space-infix-ops)
(#205) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#205) A space is required after ','. (comma-spacing)
(#205) Operator '?' must be spaced. (space-infix-ops)
(#205) Missing space before value for key 'className'. (key-spacing)
(#205) Operator ':' must be spaced. (space-infix-ops)
(#205) A space is required after ','. (comma-spacing)
(#205) Missing space before value for key 'position'. (key-spacing)
(#205) A space is required after ','. (comma-spacing)
(#205) Missing space before value for key 'left'. (key-spacing)
(#205) Operator '||' must be spaced. (space-infix-ops)
(#205) Operator '+' must be spaced. (space-infix-ops)
(#205) A space is required after ','. (comma-spacing)
(#205) Missing space before value for key 'top'. (key-spacing)
(#205) Operator '||' must be spaced. (space-infix-ops)
(#205) Operator '+' must be spaced. (space-infix-ops)
(#205) A space is required after ','. (comma-spacing)
(#205) Missing space before value for key 'display'. (key-spacing)
(#205) A space is required after ','. (comma-spacing)
(#205) Missing space before value for key 'opacity'. (key-spacing)
(#205) A space is required after ','. (comma-spacing)
(#205) Missing space before value for key 'cursor'. (key-spacing)
(#205) A space is required after ','. (comma-spacing)
(#205) Missing space before value for key 'pointerEvents'. (key-spacing)
(#205) A space is required after ','. (comma-spacing)
(#205) Missing space before value for key 'visibility'. (key-spacing)
(#205) A space is required after ','. (comma-spacing)
(#205) Operator '||' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#205) A space is required after ','. (comma-spacing)
(#205) Missing space before value for key 'classSetter'. (key-spacing)
(#205) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#205) Requires a space after '{'. (block-spacing)
(#205) Statement inside of curly braces should be on next line. (brace-style)
(#205) Missing space before opening brace. (space-before-blocks)
(#205) Requires a space after '{'. (block-spacing)
(#205) Statement inside of curly braces should be on next line. (brace-style)
(#205) Missing space before opening brace. (space-before-blocks)
(#206) This line has a length of 532. Maximum allowed is 132. (max-len)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Requires a space before '}'. (block-spacing)
(#206) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#206) Missing semicolon. (@babel/semi)
(#206) Requires a space before '}'. (block-spacing)
(#206) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#206) Missing semicolon. (@babel/semi)
(#206) A space is required after ','. (comma-spacing)
(#206) Missing space before value for key 'on'. (key-spacing)
(#206) Requires a space after '{'. (block-spacing)
(#206) Statement inside of curly braces should be on next line. (brace-style)
(#206) Missing space before opening brace. (space-before-blocks)
(#206) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#206) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#206) Operator '&&' must be spaced. (space-infix-ops)
(#206) Missing space before value for key 'element'. (key-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) Missing space before value for key 'onEvents'. (key-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Requires a space before '}'. (block-spacing)
(#206) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#206) Missing semicolon. (@babel/semi)
(#206) A space is required after ','. (comma-spacing)
(#206) Missing space before value for key 'translateXSetter'. (key-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) Missing space before value for key 'translateYSetter'. (key-spacing)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#206) Operator '||' must be spaced. (space-infix-ops)
(#206) Requires a space before '}'. (block-spacing)
(#206) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#206) Missing semicolon. (@babel/semi)
(#206) Requires a space before '}'. (block-spacing)
(#206) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#206) Missing semicolon. (@babel/semi)
(#206) Requires a space before '}'. (block-spacing)
(#206) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#206) Expected space(s) before "else". (keyword-spacing)
(#206) Expected { after 'else'. (curly)
(#206) 'h' declared on line 204 column 506 is used outside of binding context. (block-scoped-var)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) 'h' declared on line 204 column 506 is used outside of binding context. (block-scoped-var)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#206) Operator '&&' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Requires a space before '}'. (block-spacing)
(#206) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#206) Missing semicolon. (@babel/semi)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Requires a space before '}'. (block-spacing)
(#206) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#206) Missing semicolon. (@babel/semi)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Requires a space before '}'. (block-spacing)
(#206) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#206) Missing semicolon. (@babel/semi)
(#206) Requires a space before '}'. (block-spacing)
(#206) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#206) Missing semicolon. (@babel/semi)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#206) A space is required after ','. (comma-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) Requires a space after '{'. (block-spacing)
(#206) Statement inside of curly braces should be on next line. (brace-style)
(#206) Missing space before opening brace. (space-before-blocks)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Requires a space after '{'. (block-spacing)
(#206) Statement inside of curly braces should be on next line. (brace-style)
(#206) Missing space before opening brace. (space-before-blocks)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing space before value for key 'alignTicks'. (key-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) Missing space before value for key 'allowDecimals'. (key-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) Missing space before value for key 'panningEnabled'. (key-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) Missing space before value for key 'zIndex'. (key-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) Missing space before value for key 'zoomEnabled'. (key-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) Missing space before value for key 'dateTimeLabelFormats'. (key-spacing)
(#206) Missing space before value for key 'millisecond'. (key-spacing)
(#206) Missing space before value for key 'main'. (key-spacing)
(#207) This line has a length of 512. Maximum allowed is 132. (max-len)
(#207) Missing space before value for key 'range'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'second'. (key-spacing)
(#207) Missing space before value for key 'main'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'range'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'minute'. (key-spacing)
(#207) Missing space before value for key 'main'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'range'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'hour'. (key-spacing)
(#207) Missing space before value for key 'main'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'range'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'day'. (key-spacing)
(#207) Missing space before value for key 'main'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'week'. (key-spacing)
(#207) Missing space before value for key 'main'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'month'. (key-spacing)
(#207) Missing space before value for key 'main'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'year'. (key-spacing)
(#207) Missing space before value for key 'main'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'endOnTick'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'gridLineDashStyle'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'gridZIndex'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'labels'. (key-spacing)
(#207) Missing space before value for key 'autoRotation'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'autoRotationLimit'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'distance'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'enabled'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'indentation'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'overflow'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'padding'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'reserveSpace'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'rotation'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'staggerLines'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'step'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'useHTML'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'x'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'zIndex'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'style'. (key-spacing)
(#207) Missing space before value for key 'color'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'cursor'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'fontSize'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'maxPadding'. (key-spacing)
(#207) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#208) This line has a length of 508. Maximum allowed is 132. (max-len)
(#208) Missing space before value for key 'minorGridLineDashStyle'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'minorTickLength'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'minorTickPosition'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'minPadding'. (key-spacing)
(#208) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'offset'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'opposite'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'reversed'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'reversedStacks'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'showEmpty'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'showFirstLabel'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'showLastLabel'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'startOfWeek'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'startOnTick'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'tickLength'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'tickPixelInterval'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'tickmarkPlacement'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'tickPosition'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'title'. (key-spacing)
(#208) Missing space before value for key 'align'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'rotation'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'useHTML'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'x'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'y'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'style'. (key-spacing)
(#208) Missing space before value for key 'color'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'type'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'uniqueNames'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'visible'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'minorGridLineColor'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'minorGridLineWidth'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'minorTickColor'. (key-spacing)
(#209) This line has a length of 505. Maximum allowed is 132. (max-len)
(#209) Missing space before value for key 'lineColor'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'lineWidth'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'gridLineColor'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'gridLineWidth'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'tickColor'. (key-spacing)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing space before value for key 'reversedStacks'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'endOnTick'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'maxPadding'. (key-spacing)
(#209) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'minPadding'. (key-spacing)
(#209) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'tickPixelInterval'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'showLastLabel'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'labels'. (key-spacing)
(#209) Missing space before value for key 'x'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'startOnTick'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'title'. (key-spacing)
(#209) Missing space before value for key 'rotation'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'text'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'stackLabels'. (key-spacing)
(#209) Missing space before value for key 'animation'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'allowOverlap'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'enabled'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'crop'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'overflow'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'formatter'. (key-spacing)
(#209) Requires a space after '{'. (block-spacing)
(#209) Statement inside of curly braces should be on next line. (brace-style)
(#209) Missing space before opening brace. (space-before-blocks)
(#209) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Requires a space before '}'. (block-spacing)
(#209) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#209) Missing semicolon. (@babel/semi)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'style'. (key-spacing)
(#209) Missing space before value for key 'color'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'fontSize'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'fontWeight'. (key-spacing)
(#210) This line has a length of 509. Maximum allowed is 132. (max-len)
(#210) Missing space before value for key 'textOutline'. (key-spacing)
(#210) A space is required after ','. (comma-spacing)
(#210) Missing space before value for key 'gridLineWidth'. (key-spacing)
(#210) A space is required after ','. (comma-spacing)
(#210) Missing space before value for key 'lineWidth'. (key-spacing)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Missing space before value for key 'labels'. (key-spacing)
(#210) Missing space before value for key 'x'. (key-spacing)
(#210) A space is required after ','. (comma-spacing)
(#210) Missing space before value for key 'title'. (key-spacing)
(#210) Missing space before value for key 'rotation'. (key-spacing)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Missing space before value for key 'labels'. (key-spacing)
(#210) Missing space before value for key 'x'. (key-spacing)
(#210) A space is required after ','. (comma-spacing)
(#210) Missing space before value for key 'title'. (key-spacing)
(#210) Missing space before value for key 'rotation'. (key-spacing)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Missing space before value for key 'labels'. (key-spacing)
(#210) Missing space before value for key 'autoRotation'. (key-spacing)
(#210) A space is required after ','. (comma-spacing)
(#210) Missing space before value for key 'x'. (key-spacing)
(#210) A space is required after ','. (comma-spacing)
(#210) Missing space before value for key 'margin'. (key-spacing)
(#210) A space is required after ','. (comma-spacing)
(#210) Missing space before value for key 'title'. (key-spacing)
(#210) Missing space before value for key 'rotation'. (key-spacing)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Missing space before value for key 'labels'. (key-spacing)
(#210) Missing space before value for key 'autoRotation'. (key-spacing)
(#210) A space is required after ','. (comma-spacing)
(#210) Missing space before value for key 'x'. (key-spacing)
(#210) A space is required after ','. (comma-spacing)
(#210) Missing space before value for key 'margin'. (key-spacing)
(#210) A space is required after ','. (comma-spacing)
(#210) Missing space before value for key 'title'. (key-spacing)
(#210) Missing space before value for key 'rotation'. (key-spacing)
(#210) Requires a space before '}'. (block-spacing)
(#210) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#210) Missing semicolon. (@babel/semi)
(#210) Operator '||' must be spaced. (space-infix-ops)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) Requires a space before '}'. (block-spacing)
(#210) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#210) Missing semicolon. (@babel/semi)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#210) A space is required after ','. (comma-spacing)
(#210) A space is required after ','. (comma-spacing)
(#210) A space is required after ','. (comma-spacing)
(#210) Requires a space after '{'. (block-spacing)
(#210) Statement inside of curly braces should be on next line. (brace-style)
(#210) Missing space before opening brace. (space-before-blocks)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#211) This line has a length of 507. Maximum allowed is 132. (max-len)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Requires a space after '{'. (block-spacing)
(#211) Statement inside of curly braces should be on next line. (brace-style)
(#211) Missing space before opening brace. (space-before-blocks)
(#211) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) A space is required after ','. (comma-spacing)
(#211) Requires a space after '{'. (block-spacing)
(#211) Statement inside of curly braces should be on next line. (brace-style)
(#211) Missing space before opening brace. (space-before-blocks)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Operator '||' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#211) A space is required after ','. (comma-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) Requires a space after '{'. (block-spacing)
(#211) Statement inside of curly braces should be on next line. (brace-style)
(#211) Missing space before opening brace. (space-before-blocks)
(#211) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#211) Operator '!==' must be spaced. (space-infix-ops)
(#211) Operator '&&' must be spaced. (space-infix-ops)
(#211) Operator '&&' must be spaced. (space-infix-ops)
(#211) A space is required after ','. (comma-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#211) Operator '&&' must be spaced. (space-infix-ops)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) A space is required after ','. (comma-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) Requires a space before '}'. (block-spacing)
(#211) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#211) Missing semicolon. (@babel/semi)
(#211) Requires a space before '}'. (block-spacing)
(#211) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#211) Missing semicolon. (@babel/semi)
(#211) Requires a space before '}'. (block-spacing)
(#211) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#211) Missing semicolon. (@babel/semi)
(#211) Operator '||' must be spaced. (space-infix-ops)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Requires a space before '}'. (block-spacing)
(#211) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#211) Missing semicolon. (@babel/semi)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#211) A space is required after ','. (comma-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) Requires a space after '{'. (block-spacing)
(#211) Statement inside of curly braces should be on next line. (brace-style)
(#211) Missing space before opening brace. (space-before-blocks)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) A space is required after ','. (comma-spacing)
(#211) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) A space is required after ','. (comma-spacing)
(#211) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) A space is required after ','. (comma-spacing)
(#211) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) A space is required after ','. (comma-spacing)
(#211) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) A space is required after ','. (comma-spacing)
(#211) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) A space is required after ','. (comma-spacing)
(#211) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) A space is required after ','. (comma-spacing)
(#211) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#212) This line has a length of 501. Maximum allowed is 132. (max-len)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#212) Requires a space after '{'. (block-spacing)
(#212) Statement inside of curly braces should be on next line. (brace-style)
(#212) Missing space before opening brace. (space-before-blocks)
(#212) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#212) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#212) A space is required after ','. (comma-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) Requires a space after '{'. (block-spacing)
(#212) Statement inside of curly braces should be on next line. (brace-style)
(#212) Missing space before opening brace. (space-before-blocks)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '||' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '||' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#212) Operator '||' must be spaced. (space-infix-ops)
(#212) Operator '||' must be spaced. (space-infix-ops)
(#212) Requires a space before '}'. (block-spacing)
(#212) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#212) Missing semicolon. (@babel/semi)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Function has a complexity of 26. Maximum allowed is 20. (complexity)
(#212) Requires a space after '{'. (block-spacing)
(#212) Statement inside of curly braces should be on next line. (brace-style)
(#212) Missing space before opening brace. (space-before-blocks)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '&&' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '===' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '===' must be spaced. (space-infix-ops)
(#212) Operator '-' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#213) This line has a length of 530. Maximum allowed is 132. (max-len)
(#213) Operator '||' must be spaced. (space-infix-ops)
(#213) Operator '===' must be spaced. (space-infix-ops)
(#213) Operator '&&' must be spaced. (space-infix-ops)
(#213) Operator '===' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Operator '||' must be spaced. (space-infix-ops)
(#213) Operator '?' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) Operator ':' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#213) Operator '&&' must be spaced. (space-infix-ops)
(#213) Operator '&&' must be spaced. (space-infix-ops)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Expected space(s) after "if". (keyword-spacing)
(#213) Expected { after 'if' condition. (curly)
(#213) Expected space(s) before "if". (keyword-spacing)
(#213) Expected space(s) after "if". (keyword-spacing)
(#213) Requires a space after '{'. (block-spacing)
(#213) Statement inside of curly braces should be on next line. (brace-style)
(#213) Missing space before opening brace. (space-before-blocks)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Operator '&&' must be spaced. (space-infix-ops)
(#213) Operator '||' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Requires a space before '}'. (block-spacing)
(#213) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#213) Missing semicolon. (@babel/semi)
(#213) Expected space(s) before "else". (keyword-spacing)
(#213) Expected { after 'else'. (curly)
(#213) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#213) Operator '&&' must be spaced. (space-infix-ops)
(#213) 'S' declared on line 213 column 263 is used outside of binding context. (block-scoped-var)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Operator '||' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Missing space before value for key 'axis'. (key-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) Missing space before value for key 'chart'. (key-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) 'S' declared on line 213 column 263 is used outside of binding context. (block-scoped-var)
(#213) Missing space before value for key 'dateTimeLabelFormat'. (key-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) Missing space before value for key 'isFirst'. (key-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) Missing space before value for key 'isLast'. (key-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) Missing space before value for key 'pos'. (key-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) Missing space before value for key 'tick'. (key-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) Missing space before value for key 'tickPositionInfo'. (key-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) Missing space before value for key 'value'. (key-spacing)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Requires a space after '{'. (block-spacing)
(#213) Statement inside of curly braces should be on next line. (brace-style)
(#213) Missing space before opening brace. (space-before-blocks)
(#213) Return statement should not contain assignment. (no-return-assign)
(#213) Do not nest ternary expressions. (no-nested-ternary)
(#213) Operator '?' must be spaced. (space-infix-ops)
(#214) This line has a length of 514. Maximum allowed is 132. (max-len)
(#214) A space is required after ','. (comma-spacing)
(#214) Operator ':' must be spaced. (space-infix-ops)
(#214) Operator '?' must be spaced. (space-infix-ops)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Operator ':' must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Requires a space before '}'. (block-spacing)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Missing semicolon. (@babel/semi)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) 'P' declared on line 213 column 170 is used outside of binding context. (block-scoped-var)
(#214) Operator '&&' must be spaced. (space-infix-ops)
(#214) 'P' declared on line 213 column 170 is used outside of binding context. (block-scoped-var)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Operator '?' must be spaced. (space-infix-ops)
(#214) Requires a space after '{'. (block-spacing)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Expected space(s) after "for". (keyword-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '<' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Expected { after 'for' condition. (curly)
(#214) Expected space(s) before "if". (keyword-spacing)
(#214) Expected space(s) after "if". (keyword-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'dateTimeLabelFormat'. (key-spacing)
(#214) Unexpected use of comma operator. (no-sequences)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'text'. (key-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Operator '<' must be spaced. (space-infix-ops)
(#214) Operator '-' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Expected { after 'if' condition. (curly)
(#214) Expected space(s) before "return". (keyword-spacing)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Missing space before value for key 'text'. (key-spacing)
(#214) Requires a space before '}'. (block-spacing)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Missing semicolon. (@babel/semi)
(#214) Operator ':' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#214) Operator '&&' must be spaced. (space-infix-ops)
(#214) Operator '&&' must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#214) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#214) Operator '||' must be spaced. (space-infix-ops)
(#214) Operator '?' must be spaced. (space-infix-ops)
(#214) Operator '&&' must be spaced. (space-infix-ops)
(#214) Operator '!==' must be spaced. (space-infix-ops)
(#214) Operator '&&' must be spaced. (space-infix-ops)
(#214) Operator '&&' must be spaced. (space-infix-ops)
(#214) Operator '||' must be spaced. (space-infix-ops)
(#214) Operator '||' must be spaced. (space-infix-ops)
(#214) Operator '||' must be spaced. (space-infix-ops)
(#214) Missing space before value for key 'width'. (key-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'text'. (key-spacing)
(#215) This line has a length of 501. Maximum allowed is 132. (max-len)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Operator ':' must be spaced. (space-infix-ops)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing space before value for key 'x'. (key-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) Missing space before value for key 'y'. (key-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Requires a space before '}'. (block-spacing)
(#215) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#215) Missing semicolon. (@babel/semi)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) Requires a space after '{'. (block-spacing)
(#215) Statement inside of curly braces should be on next line. (brace-style)
(#215) Missing space before opening brace. (space-before-blocks)
(#215) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#215) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Expected space(s) after "if". (keyword-spacing)
(#215) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#215) Operator '&&' must be spaced. (space-infix-ops)
(#215) Operator '?' must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) Operator ':' must be spaced. (space-infix-ops)
(#215) Expected { after 'if' condition. (curly)
(#215) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#215) Operator '||' must be spaced. (space-infix-ops)
(#215) Unexpected use of comma operator. (no-sequences)
(#215) A space is required after ','. (comma-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Requires a space before '}'. (block-spacing)
(#215) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#215) Missing semicolon. (@babel/semi)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Requires a space after '{'. (block-spacing)
(#215) Statement inside of curly braces should be on next line. (brace-style)
(#215) Missing space before opening brace. (space-before-blocks)
(#215) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#215) A space is required after ','. (comma-spacing)
(#215) Requires a space before '}'. (block-spacing)
(#215) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#215) Missing semicolon. (@babel/semi)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) Requires a space after '{'. (block-spacing)
(#215) Statement inside of curly braces should be on next line. (brace-style)
(#215) Missing space before opening brace. (space-before-blocks)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#215) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#215) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Operator '&&' must be spaced. (space-infix-ops)
(#215) Operator '||' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing space before value for key 'x'. (key-spacing)
(#215) Operator '?' must be spaced. (space-infix-ops)
(#215) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#216) This line has a length of 510. Maximum allowed is 132. (max-len)
(#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) 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) Operator '-' must be spaced. (space-infix-ops)
(#216) Operator ':' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) Missing space before value for key 'y'. (key-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) Operator '?' must be spaced. (space-infix-ops)
(#216) Operator ':' must be spaced. (space-infix-ops)
(#216) Operator ':' must be spaced. (space-infix-ops)
(#216) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#216) Operator '-' must be spaced. (space-infix-ops)
(#216) Operator '+' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) Operator '-' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) Missing space before value for key 'pos'. (key-spacing)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Requires a space before '}'. (block-spacing)
(#216) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#216) Missing semicolon. (@babel/semi)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) Requires a space after '{'. (block-spacing)
(#216) Statement inside of curly braces should be on next line. (brace-style)
(#216) Missing space before opening brace. (space-before-blocks)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) A space is required after ','. (comma-spacing)
(#216) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Operator '||' must be spaced. (space-infix-ops)
(#216) Missing space before value for key 'x'. (key-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) Missing space before value for key 'y'. (key-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Operator '*' must be spaced. (space-infix-ops)
(#216) Operator '===' must be spaced. (space-infix-ops)
(#216) Operator '?' must be spaced. (space-infix-ops)
(#217) This line has a length of 504. Maximum allowed is 132. (max-len)
(#217) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#217) Operator ':' must be spaced. (space-infix-ops)
(#217) A space is required after ','. (comma-spacing)
(#217) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) A space is required after ','. (comma-spacing)
(#217) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#217) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#217) Operator '||' must be spaced. (space-infix-ops)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Do not nest ternary expressions. (no-nested-ternary)
(#217) Operator '===' must be spaced. (space-infix-ops)
(#217) Operator '?' must be spaced. (space-infix-ops)
(#217) Operator '?' must be spaced. (space-infix-ops)
(#217) Operator ':' must be spaced. (space-infix-ops)
(#217) Operator ':' must be spaced. (space-infix-ops)
(#217) Operator '===' must be spaced. (space-infix-ops)
(#217) Operator '?' must be spaced. (space-infix-ops)
(#217) Operator '+' must be spaced. (space-infix-ops)
(#217) Operator ':' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '-' must be spaced. (space-infix-ops)
(#217) A space is required after ','. (comma-spacing)
(#217) Operator '/' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Operator '+' must be spaced. (space-infix-ops)
(#217) Operator '+' must be spaced. (space-infix-ops)
(#217) Operator '+' must be spaced. (space-infix-ops)
(#217) Operator '-' must be spaced. (space-infix-ops)
(#217) Operator '&&' must be spaced. (space-infix-ops)
(#217) Operator '?' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '?' must be spaced. (space-infix-ops)
(#217) Operator ':' must be spaced. (space-infix-ops)
(#217) Operator ':' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Operator '+' must be spaced. (space-infix-ops)
(#217) Operator '-' must be spaced. (space-infix-ops)
(#217) Operator '&&' must be spaced. (space-infix-ops)
(#217) Operator '?' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '?' must be spaced. (space-infix-ops)
(#217) Operator ':' must be spaced. (space-infix-ops)
(#217) Operator ':' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#217) Operator '&&' must be spaced. (space-infix-ops)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Operator '/' must be spaced. (space-infix-ops)
(#217) Operator '||' must be spaced. (space-infix-ops)
(#217) Operator '%' must be spaced. (space-infix-ops)
(#217) A space is required after ','. (comma-spacing)
(#217) Operator '&&' must be spaced. (space-infix-ops)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Operator '-' must be spaced. (space-infix-ops)
(#217) Operator '-' must be spaced. (space-infix-ops)
(#217) A space is required after ','. (comma-spacing)
(#217) Operator '+=' must be spaced. (space-infix-ops)
(#217) Operator '/' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) A space is required after ','. (comma-spacing)
(#217) A space is required after ','. (comma-spacing)
(#217) Missing space before value for key 'pos'. (key-spacing)
(#217) A space is required after ','. (comma-spacing)
(#217) Missing space before value for key 'tickmarkOffset'. (key-spacing)
(#217) A space is required after ','. (comma-spacing)
(#217) Missing space before value for key 'index'. (key-spacing)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Requires a space before '}'. (block-spacing)
(#217) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#217) Missing semicolon. (@babel/semi)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Requires a space after '{'. (block-spacing)
(#217) Statement inside of curly braces should be on next line. (brace-style)
(#217) Missing space before opening brace. (space-before-blocks)
(#217) Operator '?' must be spaced. (space-infix-ops)
(#217) Operator '?' must be spaced. (space-infix-ops)
(#217) Operator ':' must be spaced. (space-infix-ops)
(#217) Operator ':' must be spaced. (space-infix-ops)
(#217) Requires a space before '}'. (block-spacing)
(#217) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#217) Missing semicolon. (@babel/semi)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#218) This line has a length of 509. Maximum allowed is 132. (max-len)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) Requires a space after '{'. (block-spacing)
(#218) Statement inside of curly braces should be on next line. (brace-style)
(#218) Missing space before opening brace. (space-before-blocks)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '?' must be spaced. (space-infix-ops)
(#218) Operator ':' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '?' must be spaced. (space-infix-ops)
(#218) Operator ':' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Requires a space before '}'. (block-spacing)
(#218) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#218) Missing semicolon. (@babel/semi)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Function has a complexity of 21. Maximum allowed is 20. (complexity)
(#218) Requires a space after '{'. (block-spacing)
(#218) Statement inside of curly braces should be on next line. (brace-style)
(#218) Missing space before opening brace. (space-before-blocks)
(#218) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Operator '?' must be spaced. (space-infix-ops)
(#218) Operator ':' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Operator '-' must be spaced. (space-infix-ops)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Missing space before value for key 'left'. (key-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) Missing space before value for key 'center'. (key-spacing)
(#218) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#218) A space is required after ','. (comma-spacing)
(#218) Missing space before value for key 'right'. (key-spacing)
(#218) Operator '||' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Expected space(s) after "if". (keyword-spacing)
(#218) Operator '||' must be spaced. (space-infix-ops)
(#218) Operator '!==' must be spaced. (space-infix-ops)
(#218) Expected { after 'if' condition. (curly)
(#218) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#218) Operator '>' must be spaced. (space-infix-ops)
(#218) Operator '&&' must be spaced. (space-infix-ops)
(#218) Operator '-' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '<' must be spaced. (space-infix-ops)
(#218) Operator '?' must be spaced. (space-infix-ops)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Operator '/' must be spaced. (space-infix-ops)
(#219) This line has a length of 501. Maximum allowed is 132. (max-len)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '-' must be spaced. (space-infix-ops)
(#219) Operator ':' must be spaced. (space-infix-ops)
(#219) Operator '<' must be spaced. (space-infix-ops)
(#219) Operator '&&' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '>' must be spaced. (space-infix-ops)
(#219) Operator '&&' must be spaced. (space-infix-ops)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '-' must be spaced. (space-infix-ops)
(#219) Operator '/' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Expected space(s) after "if". (keyword-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '-' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Unexpected use of comma operator. (no-sequences)
(#219) A space is required after ','. (comma-spacing)
(#219) Operator '-' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '<' must be spaced. (space-infix-ops)
(#219) Operator '?' must be spaced. (space-infix-ops)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '-' must be spaced. (space-infix-ops)
(#219) Operator '-' must be spaced. (space-infix-ops)
(#219) Operator ':' must be spaced. (space-infix-ops)
(#219) Operator '>' must be spaced. (space-infix-ops)
(#219) Operator '&&' must be spaced. (space-infix-ops)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '-' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) A space is required after ','. (comma-spacing)
(#219) Operator '<' must be spaced. (space-infix-ops)
(#219) Operator '&&' must be spaced. (space-infix-ops)
(#219) Operator '===' must be spaced. (space-infix-ops)
(#219) Operator '&&' must be spaced. (space-infix-ops)
(#219) Operator '+=' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '-' must be spaced. (space-infix-ops)
(#219) Operator '-' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '-' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) A space is required after ','. (comma-spacing)
(#219) Operator '>' must be spaced. (space-infix-ops)
(#219) Operator '||' must be spaced. (space-infix-ops)
(#219) Operator '&&' must be spaced. (space-infix-ops)
(#219) Operator '||' must be spaced. (space-infix-ops)
(#219) Expected { after 'if' condition. (curly)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#219) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#219) Operator '&&' must be spaced. (space-infix-ops)
(#219) Operator '?' must be spaced. (space-infix-ops)
(#219) Operator ':' must be spaced. (space-infix-ops)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Operator '||' must be spaced. (space-infix-ops)
(#219) Operator '||' must be spaced. (space-infix-ops)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Requires a space before '}'. (block-spacing)
(#219) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#219) Missing semicolon. (@babel/semi)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Requires a space after '{'. (block-spacing)
(#219) Statement inside of curly braces should be on next line. (brace-style)
(#219) Missing space before opening brace. (space-before-blocks)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#219) Operator '&&' must be spaced. (space-infix-ops)
(#219) Operator '===' must be spaced. (space-infix-ops)
(#219) Operator '?' must be spaced. (space-infix-ops)
(#220) This line has a length of 518. Maximum allowed is 132. (max-len)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Operator ':' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Requires a space after '{'. (block-spacing)
(#220) Statement inside of curly braces should be on next line. (brace-style)
(#220) Missing space before opening brace. (space-before-blocks)
(#220) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#220) Operator '||' must be spaced. (space-infix-ops)
(#220) Operator '||' must be spaced. (space-infix-ops)
(#220) Operator '===' must be spaced. (space-infix-ops)
(#220) Operator '||' must be spaced. (space-infix-ops)
(#220) Operator '||' must be spaced. (space-infix-ops)
(#220) Operator '!==' must be spaced. (space-infix-ops)
(#220) Operator '||' must be spaced. (space-infix-ops)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Requires a space before '}'. (block-spacing)
(#220) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#220) Missing semicolon. (@babel/semi)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Expected space(s) after "if". (keyword-spacing)
(#220) Operator '&&' must be spaced. (space-infix-ops)
(#220) Operator '||' must be spaced. (space-infix-ops)
(#220) Requires a space after '{'. (block-spacing)
(#220) Statement inside of curly braces should be on next line. (brace-style)
(#220) Missing space before opening brace. (space-before-blocks)
(#220) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator '||' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Do not nest ternary expressions. (no-nested-ternary)
(#220) Operator '?' must be spaced. (space-infix-ops)
(#220) Operator '?' must be spaced. (space-infix-ops)
(#220) Operator ':' must be spaced. (space-infix-ops)
(#220) Operator '+' must be spaced. (space-infix-ops)
(#220) Operator ':' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Do not nest ternary expressions. (no-nested-ternary)
(#220) Operator '?' must be spaced. (space-infix-ops)
(#220) Operator ':' must be spaced. (space-infix-ops)
(#220) Operator '?' must be spaced. (space-infix-ops)
(#220) Operator '+' must be spaced. (space-infix-ops)
(#220) Operator ':' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Missing space before value for key 'x'. (key-spacing)
(#220) A space is required after ','. (comma-spacing)
(#220) Missing space before value for key 'y'. (key-spacing)
(#220) A space is required after ','. (comma-spacing)
(#220) A space is required after ','. (comma-spacing)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#220) Operator '&&' must be spaced. (space-infix-ops)
(#220) Missing space before value for key 'opacity'. (key-spacing)
(#220) Requires a space before '}'. (block-spacing)
(#220) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#220) Missing semicolon. (@babel/semi)
(#220) Requires a space before '}'. (block-spacing)
(#220) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) A space is required after ','. (comma-spacing)
(#220) Requires a space after '{'. (block-spacing)
(#220) Statement inside of curly braces should be on next line. (brace-style)
(#220) Missing space before opening brace. (space-before-blocks)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#221) This line has a length of 501. Maximum allowed is 132. (max-len)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Operator '&&' must be spaced. (space-infix-ops)
(#221) Operator '===' must be spaced. (space-infix-ops)
(#221) Operator '+' must be spaced. (space-infix-ops)
(#221) Operator '||' must be spaced. (space-infix-ops)
(#221) Operator '&&' must be spaced. (space-infix-ops)
(#221) Operator '===' must be spaced. (space-infix-ops)
(#221) Operator '?' must be spaced. (space-infix-ops)
(#221) Operator ':' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) A space is required after ','. (comma-spacing)
(#221) Operator '&&' must be spaced. (space-infix-ops)
(#221) A space is required after ','. (comma-spacing)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) A space is required after ','. (comma-spacing)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) Requires a space before '}'. (block-spacing)
(#221) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#221) Missing semicolon. (@babel/semi)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) Requires a space after '{'. (block-spacing)
(#221) Statement inside of curly braces should be on next line. (brace-style)
(#221) Missing space before opening brace. (space-before-blocks)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) A space is required after ','. (comma-spacing)
(#221) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) A space is required after ','. (comma-spacing)
(#221) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) A space is required after ','. (comma-spacing)
(#221) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) A space is required after ','. (comma-spacing)
(#221) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) A space is required after ','. (comma-spacing)
(#221) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) A space is required after ','. (comma-spacing)
(#221) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) A space is required after ','. (comma-spacing)
(#221) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) A space is required after ','. (comma-spacing)
(#221) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) A space is required after ','. (comma-spacing)
(#221) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#221) Operator '===' must be spaced. (space-infix-ops)
(#221) Operator '&&' must be spaced. (space-infix-ops)
(#222) This line has a length of 502. Maximum allowed is 132. (max-len)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#222) Operator '||' must be spaced. (space-infix-ops)
(#222) Operator '||' must be spaced. (space-infix-ops)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '||' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) Operator '||' must be spaced. (space-infix-ops)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) Operator '&&' must be spaced. (space-infix-ops)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '+' must be spaced. (space-infix-ops)
(#222) Operator '?' must be spaced. (space-infix-ops)
(#222) Operator '+' must be spaced. (space-infix-ops)
(#222) Operator ':' must be spaced. (space-infix-ops)
(#222) Operator '+' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Expected space(s) after "if". (keyword-spacing)
(#222) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#222) Operator '&&' must be spaced. (space-infix-ops)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Missing space before value for key 'value'. (key-spacing)
(#222) Operator '+' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) Missing space before value for key 'lineWidth'. (key-spacing)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) Missing space before value for key 'force'. (key-spacing)
(#222) A space is required after ','. (comma-spacing)
(#222) Missing space before value for key 'old'. (key-spacing)
(#222) Expected { after 'if' condition. (curly)
(#222) Operator '||' must be spaced. (space-infix-ops)
(#222) Operator '?' must be spaced. (space-infix-ops)
(#222) Operator ':' must be spaced. (space-infix-ops)
(#222) Missing space before value for key 'd'. (key-spacing)
(#222) A space is required after ','. (comma-spacing)
(#222) Missing space before value for key 'opacity'. (key-spacing)
(#222) Requires a space before '}'. (block-spacing)
(#222) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#222) Missing semicolon. (@babel/semi)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) A space is required after ','. (comma-spacing)
(#222) Requires a space after '{'. (block-spacing)
(#222) Statement inside of curly braces should be on next line. (brace-style)
(#222) Missing space before opening brace. (space-before-blocks)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#223) This line has a length of 506. Maximum allowed is 132. (max-len)
(#223) A space is required after ','. (comma-spacing)
(#223) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '?' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator ':' must be spaced. (space-infix-ops)
(#223) A space is required after ','. (comma-spacing)
(#223) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '!==' must be spaced. (space-infix-ops)
(#223) Operator '?' must be spaced. (space-infix-ops)
(#223) Operator ':' must be spaced. (space-infix-ops)
(#223) A space is required after ','. (comma-spacing)
(#223) Operator '&&' must be spaced. (space-infix-ops)
(#223) Operator '?' must be spaced. (space-infix-ops)
(#223) Operator ':' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '!==' must be spaced. (space-infix-ops)
(#223) Operator '?' must be spaced. (space-infix-ops)
(#223) Operator ':' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) A space is required after ','. (comma-spacing)
(#223) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#223) Operator '&&' must be spaced. (space-infix-ops)
(#223) Operator '&&' must be spaced. (space-infix-ops)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) A space is required after ','. (comma-spacing)
(#223) Operator '||' must be spaced. (space-infix-ops)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '?' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator ':' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) A space is required after ','. (comma-spacing)
(#223) Operator '||' must be spaced. (space-infix-ops)
(#223) Missing space before value for key 'stroke'. (key-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'stroke-width'. (key-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) Operator '?' must be spaced. (space-infix-ops)
(#223) Operator ':' must be spaced. (space-infix-ops)
(#223) Missing space before value for key 'd'. (key-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) Operator '*' must be spaced. (space-infix-ops)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'opacity'. (key-spacing)
(#223) Requires a space before '}'. (block-spacing)
(#223) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#223) Missing semicolon. (@babel/semi)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) Requires a space after '{'. (block-spacing)
(#223) Statement inside of curly braces should be on next line. (brace-style)
(#223) Missing space before opening brace. (space-before-blocks)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#224) This line has a length of 510. Maximum allowed is 132. (max-len)
(#224) A space is required after ','. (comma-spacing)
(#224) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#224) Operator '&&' must be spaced. (space-infix-ops)
(#224) Operator '&&' must be spaced. (space-infix-ops)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) A space is required after ','. (comma-spacing)
(#224) A space is required after ','. (comma-spacing)
(#224) A space is required after ','. (comma-spacing)
(#224) A space is required after ','. (comma-spacing)
(#224) A space is required after ','. (comma-spacing)
(#224) A space is required after ','. (comma-spacing)
(#224) A space is required after ','. (comma-spacing)
(#224) Operator '&&' must be spaced. (space-infix-ops)
(#224) Operator '&&' must be spaced. (space-infix-ops)
(#224) Operator '||' must be spaced. (space-infix-ops)
(#224) Operator '&&' must be spaced. (space-infix-ops)
(#224) Operator '&&' must be spaced. (space-infix-ops)
(#224) Operator '?' must be spaced. (space-infix-ops)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Operator ':' must be spaced. (space-infix-ops)
(#224) Operator '||' must be spaced. (space-infix-ops)
(#224) Operator '||' must be spaced. (space-infix-ops)
(#224) Operator '||' must be spaced. (space-infix-ops)
(#224) Operator '||' must be spaced. (space-infix-ops)
(#224) Operator '===' must be spaced. (space-infix-ops)
(#224) Operator '||' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) Operator '&&' must be spaced. (space-infix-ops)
(#224) Operator '%' must be spaced. (space-infix-ops)
(#224) Operator '&&' must be spaced. (space-infix-ops)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) Operator '&&' must be spaced. (space-infix-ops)
(#224) Operator '?' must be spaced. (space-infix-ops)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) Operator '?' must be spaced. (space-infix-ops)
(#224) Operator ':' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Operator ':' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Requires a space before '}'. (block-spacing)
(#224) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#224) Missing semicolon. (@babel/semi)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#225) This line has a length of 508. Maximum allowed is 132. (max-len)
(#225) Requires a space after '{'. (block-spacing)
(#225) Statement inside of curly braces should be on next line. (brace-style)
(#225) Missing space before opening brace. (space-before-blocks)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) A space is required after ','. (comma-spacing)
(#225) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) A space is required after ','. (comma-spacing)
(#225) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Expected space(s) after "if". (keyword-spacing)
(#225) Operator '&&' must be spaced. (space-infix-ops)
(#225) Requires a space after '{'. (block-spacing)
(#225) Statement inside of curly braces should be on next line. (brace-style)
(#225) Missing space before opening brace. (space-before-blocks)
(#225) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Do not nest ternary expressions. (no-nested-ternary)
(#225) Operator '?' must be spaced. (space-infix-ops)
(#225) Operator '?' must be spaced. (space-infix-ops)
(#225) Operator ':' must be spaced. (space-infix-ops)
(#225) Operator '+' must be spaced. (space-infix-ops)
(#225) Operator ':' must be spaced. (space-infix-ops)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Do not nest ternary expressions. (no-nested-ternary)
(#225) Operator '?' must be spaced. (space-infix-ops)
(#225) Operator ':' must be spaced. (space-infix-ops)
(#225) Operator '?' must be spaced. (space-infix-ops)
(#225) Operator '+' must be spaced. (space-infix-ops)
(#225) Operator ':' must be spaced. (space-infix-ops)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Missing space before value for key 'x'. (key-spacing)
(#225) A space is required after ','. (comma-spacing)
(#225) Missing space before value for key 'y'. (key-spacing)
(#225) A space is required after ','. (comma-spacing)
(#225) Missing space before value for key 'opacity'. (key-spacing)
(#225) A space is required after ','. (comma-spacing)
(#225) A space is required after ','. (comma-spacing)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Requires a space before '}'. (block-spacing)
(#225) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#225) Missing semicolon. (@babel/semi)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Requires a space before '}'. (block-spacing)
(#225) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#225) Missing semicolon. (@babel/semi)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Requires a space before '}'. (block-spacing)
(#225) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#225) Missing semicolon. (@babel/semi)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Requires a space before '}'. (block-spacing)
(#225) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#225) Missing semicolon. (@babel/semi)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#225) A space is required after ','. (comma-spacing)
(#225) A space is required after ','. (comma-spacing)
(#225) A space is required after ','. (comma-spacing)
(#225) A space is required after ','. (comma-spacing)
(#225) A space is required after ','. (comma-spacing)
(#225) A space is required after ','. (comma-spacing)
(#225) A space is required after ','. (comma-spacing)
(#226) This line has a length of 512. Maximum allowed is 132. (max-len)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Requires a space after '{'. (block-spacing)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Requires a space after '{'. (block-spacing)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#227) This line has a length of 501. Maximum allowed is 132. (max-len)
(#227) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#227) Operator '>' must be spaced. (space-infix-ops)
(#227) Operator '||' must be spaced. (space-infix-ops)
(#227) Operator '!==' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) Requires a space before '}'. (block-spacing)
(#227) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#227) Missing semicolon. (@babel/semi)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#227) Requires a space after '{'. (block-spacing)
(#227) Statement inside of curly braces should be on next line. (brace-style)
(#227) Missing space before opening brace. (space-before-blocks)
(#227) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#227) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#227) A space is required after ','. (comma-spacing)
(#227) Requires a space after '{'. (block-spacing)
(#227) Statement inside of curly braces should be on next line. (brace-style)
(#227) Missing space before opening brace. (space-before-blocks)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#228) This line has a length of 502. Maximum allowed is 132. (max-len)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) A space is required after ','. (comma-spacing)
(#228) Requires a space before '}'. (block-spacing)
(#228) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#228) Missing semicolon. (@babel/semi)
(#228) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Function has a complexity of 24. Maximum allowed is 20. (complexity)
(#228) A space is required after ','. (comma-spacing)
(#228) Requires a space after '{'. (block-spacing)
(#228) Statement inside of curly braces should be on next line. (brace-style)
(#228) Missing space before opening brace. (space-before-blocks)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '&&' must be spaced. (space-infix-ops)
(#228) Operator '?' must be spaced. (space-infix-ops)
(#228) Operator ':' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '||' must be spaced. (space-infix-ops)
(#228) Operator '?' must be spaced. (space-infix-ops)
(#228) Operator ':' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#229) This line has a length of 519. Maximum allowed is 132. (max-len)
(#229) A space is required after ','. (comma-spacing)
(#229) Missing space before value for key 'userOptions'. (key-spacing)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) A space is required after ','. (comma-spacing)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) A space is required after ','. (comma-spacing)
(#229) A space is required after ','. (comma-spacing)
(#229) Do not nest ternary expressions. (no-nested-ternary)
(#229) Operator '?' must be spaced. (space-infix-ops)
(#229) Operator '?' must be spaced. (space-infix-ops)
(#229) Operator ':' must be spaced. (space-infix-ops)
(#229) Operator ':' must be spaced. (space-infix-ops)
(#229) Operator '?' must be spaced. (space-infix-ops)
(#229) Operator ':' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) A space is required after ','. (comma-spacing)
(#229) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) A space is required after ','. (comma-spacing)
(#229) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) A space is required after ','. (comma-spacing)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Operator '===' must be spaced. (space-infix-ops)
(#229) Operator '||' must be spaced. (space-infix-ops)
(#229) Operator '===' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Operator '||' must be spaced. (space-infix-ops)
(#229) Operator '?' must be spaced. (space-infix-ops)
(#229) Operator ':' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#229) Operator '||' must be spaced. (space-infix-ops)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) A space is required after ','. (comma-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#230) This line has a length of 510. Maximum allowed is 132. (max-len)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Operator '||' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Operator '||' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) A space is required after ','. (comma-spacing)
(#230) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#230) Operator '?' must be spaced. (space-infix-ops)
(#230) Operator ':' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Operator '===' must be spaced. (space-infix-ops)
(#230) Operator '?' must be spaced. (space-infix-ops)
(#230) Operator ':' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#230) Operator '===' must be spaced. (space-infix-ops)
(#230) Operator '&&' must be spaced. (space-infix-ops)
(#230) Operator '?' must be spaced. (space-infix-ops)
(#230) A space is required after ','. (comma-spacing)
(#230) A space is required after ','. (comma-spacing)
(#230) Operator ':' must be spaced. (space-infix-ops)
(#230) A space is required after ','. (comma-spacing)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#231) This line has a length of 509. Maximum allowed is 132. (max-len)
(#231) Operator '||' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#231) Operator '&&' must be spaced. (space-infix-ops)
(#231) Operator '&&' must be spaced. (space-infix-ops)
(#231) Operator '&&' must be spaced. (space-infix-ops)
(#231) Operator '===' must be spaced. (space-infix-ops)
(#231) Operator '&&' must be spaced. (space-infix-ops)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Operator '?' must be spaced. (space-infix-ops)
(#231) Operator ':' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Requires a space before '}'. (block-spacing)
(#231) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#231) Missing semicolon. (@babel/semi)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Requires a space after '{'. (block-spacing)
(#231) Statement inside of curly braces should be on next line. (brace-style)
(#231) Missing space before opening brace. (space-before-blocks)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) A space is required after ','. (comma-spacing)
(#231) Operator '===' must be spaced. (space-infix-ops)
(#231) Operator '&&' must be spaced. (space-infix-ops)
(#231) A space is required after ','. (comma-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'userOptions'. (key-spacing)
(#231) Requires a space before '}'. (block-spacing)
(#231) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#231) Missing semicolon. (@babel/semi)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#232) This line has a length of 504. Maximum allowed is 132. (max-len)
(#232) Requires a space after '{'. (block-spacing)
(#232) Statement inside of curly braces should be on next line. (brace-style)
(#232) Missing space before opening brace. (space-before-blocks)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator '?' must be spaced. (space-infix-ops)
(#232) Operator ':' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator '||' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator '?' must be spaced. (space-infix-ops)
(#232) Operator ':' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator '&&' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Expected space(s) after "if". (keyword-spacing)
(#232) Expected { after 'if' condition. (curly)
(#232) Expected space(s) before "var". (keyword-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator '+' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Expected space(s) after "if". (keyword-spacing)
(#232) Expected { after 'if' condition. (curly)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Expected space(s) after "if". (keyword-spacing)
(#232) Operator '&&' must be spaced. (space-infix-ops)
(#232) Operator '<=' must be spaced. (space-infix-ops)
(#232) Expected { after 'if' condition. (curly)
(#232) Expected space(s) before "for". (keyword-spacing)
(#232) Expected space(s) after "for". (keyword-spacing)
(#232) Operator '&&' must be spaced. (space-infix-ops)
(#232) Operator '===' must be spaced. (space-infix-ops)
(#232) Expected { after 'for' condition. (curly)
(#232) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) Operator '+' must be spaced. (space-infix-ops)
(#232) Unexpected use of comma operator. (no-sequences)
(#232) A space is required after ','. (comma-spacing)
(#232) Operator '>=' must be spaced. (space-infix-ops)
(#232) Operator '&&' must be spaced. (space-infix-ops)
(#232) Operator '===' must be spaced. (space-infix-ops)
(#232) Operator '*' must be spaced. (space-infix-ops)
(#232) Operator '%' must be spaced. (space-infix-ops)
(#232) Operator '&&' must be spaced. (space-infix-ops)
(#232) Operator '!==' must be spaced. (space-infix-ops)
(#232) Operator '&&' must be spaced. (space-infix-ops)
(#232) Operator '!==' must be spaced. (space-infix-ops)
(#232) Operator '&&' must be spaced. (space-infix-ops)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator '/' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) Operator '+' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#232) Operator '===' must be spaced. (space-infix-ops)
(#232) Operator '&&' must be spaced. (space-infix-ops)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator '<=' must be spaced. (space-infix-ops)
(#232) Operator '?' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) Operator ':' must be spaced. (space-infix-ops)
(#233) This line has a length of 511. Maximum allowed is 132. (max-len)
(#233) A space is required after ','. (comma-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Requires a space before '}'. (block-spacing)
(#233) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#233) Missing semicolon. (@babel/semi)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Requires a space after '{'. (block-spacing)
(#233) Statement inside of curly braces should be on next line. (brace-style)
(#233) Missing space before opening brace. (space-before-blocks)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) A space is required after ','. (comma-spacing)
(#233) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) A space is required after ','. (comma-spacing)
(#233) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) Requires a space after '{'. (block-spacing)
(#233) Statement inside of curly braces should be on next line. (brace-style)
(#233) Missing space before opening brace. (space-before-blocks)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#233) Operator '&&' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Requires a space after '{'. (block-spacing)
(#233) Statement inside of curly braces should be on next line. (brace-style)
(#233) Missing space before opening brace. (space-before-blocks)
(#233) Expected space(s) after "if". (keyword-spacing)
(#233) Operator '||' must be spaced. (space-infix-ops)
(#233) Requires a space after '{'. (block-spacing)
(#233) Statement inside of curly braces should be on next line. (brace-style)
(#233) Missing space before opening brace. (space-before-blocks)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) A space is required after ','. (comma-spacing)
(#233) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#233) Operator '&&' must be spaced. (space-infix-ops)
(#233) Operator '>=' must be spaced. (space-infix-ops)
(#233) Operator '&&' must be spaced. (space-infix-ops)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Expected space(s) after "if". (keyword-spacing)
(#233) Requires a space after '{'. (block-spacing)
(#233) Statement inside of curly braces should be on next line. (brace-style)
(#233) Missing space before opening brace. (space-before-blocks)
(#233) Expected space(s) after "if". (keyword-spacing)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Unexpected use of comma operator. (no-sequences)
(#233) A space is required after ','. (comma-spacing)
(#233) Requires a space after '{'. (block-spacing)
(#233) Statement inside of curly braces should be on next line. (brace-style)
(#233) Missing space before opening brace. (space-before-blocks)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Operator '?' must be spaced. (space-infix-ops)
(#233) Operator ':' must be spaced. (space-infix-ops)
(#234) This line has a length of 509. Maximum allowed is 132. (max-len)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#234) Operator '||' must be spaced. (space-infix-ops)
(#234) Operator '||' must be spaced. (space-infix-ops)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) A space is required after ','. (comma-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) A space is required after ','. (comma-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) A space is required after ','. (comma-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#234) Operator '&&' must be spaced. (space-infix-ops)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) A space is required after ','. (comma-spacing)
(#234) A space is required after ','. (comma-spacing)
(#234) A space is required after ','. (comma-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) A space is required after ','. (comma-spacing)
(#234) A space is required after ','. (comma-spacing)
(#234) Requires a space before '}'. (block-spacing)
(#234) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#234) Missing semicolon. (@babel/semi)
(#234) Requires a space before '}'. (block-spacing)
(#234) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#234) Expected space(s) before "else". (keyword-spacing)
(#234) Expected space(s) after "if". (keyword-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Unexpected use of comma operator. (no-sequences)
(#234) A space is required after ','. (comma-spacing)
(#234) Operator '&&' must be spaced. (space-infix-ops)
(#234) 'g' declared on line 234 column 27 is used outside of binding context. (block-scoped-var)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) A space is required after ','. (comma-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) A space is required after ','. (comma-spacing)
(#234) 'g' declared on line 234 column 27 is used outside of binding context. (block-scoped-var)
(#234) A space is required after ','. (comma-spacing)
(#234) 'g' declared on line 234 column 27 is used outside of binding context. (block-scoped-var)
(#234) A space is required after ','. (comma-spacing)
(#234) Operator '&&' must be spaced. (space-infix-ops)
(#234) 'm' declared on line 234 column 39 is used outside of binding context. (block-scoped-var)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) A space is required after ','. (comma-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) A space is required after ','. (comma-spacing)
(#234) 'm' declared on line 234 column 39 is used outside of binding context. (block-scoped-var)
(#234) A space is required after ','. (comma-spacing)
(#234) 'm' declared on line 234 column 39 is used outside of binding context. (block-scoped-var)
(#234) A space is required after ','. (comma-spacing)
(#234) Operator '&&' must be spaced. (space-infix-ops)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) A space is required after ','. (comma-spacing)
(#234) Operator '||' must be spaced. (space-infix-ops)
(#234) Expected { after 'if' condition. (curly)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Requires a space before '}'. (block-spacing)
(#234) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#234) Missing semicolon. (@babel/semi)
(#234) Requires a space before '}'. (block-spacing)
(#234) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#234) Requires a space before '}'. (block-spacing)
(#234) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#234) Missing semicolon. (@babel/semi)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) A space is required after ','. (comma-spacing)
(#234) Requires a space before '}'. (block-spacing)
(#234) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#234) Missing semicolon. (@babel/semi)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#235) This line has a length of 501. Maximum allowed is 132. (max-len)
(#235) Function has a complexity of 21. Maximum allowed is 20. (complexity)
(#235) A space is required after ','. (comma-spacing)
(#235) A space is required after ','. (comma-spacing)
(#235) A space is required after ','. (comma-spacing)
(#235) A space is required after ','. (comma-spacing)
(#235) A space is required after ','. (comma-spacing)
(#235) Requires a space after '{'. (block-spacing)
(#235) Statement inside of curly braces should be on next line. (brace-style)
(#235) Missing space before opening brace. (space-before-blocks)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Operator '||' must be spaced. (space-infix-ops)
(#235) A space is required after ','. (comma-spacing)
(#235) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Operator '&&' must be spaced. (space-infix-ops)
(#235) Operator '?' must be spaced. (space-infix-ops)
(#235) Operator ':' must be spaced. (space-infix-ops)
(#235) A space is required after ','. (comma-spacing)
(#235) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Operator '||' must be spaced. (space-infix-ops)
(#235) Operator '&&' must be spaced. (space-infix-ops)
(#235) Operator '||' must be spaced. (space-infix-ops)
(#235) Operator '&&' must be spaced. (space-infix-ops)
(#235) Operator '&&' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) A space is required after ','. (comma-spacing)
(#235) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Operator '&&' must be spaced. (space-infix-ops)
(#235) Operator '?' must be spaced. (space-infix-ops)
(#235) Operator ':' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#235) Operator '||' must be spaced. (space-infix-ops)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#235) Operator '&&' must be spaced. (space-infix-ops)
(#235) Operator '*=' must be spaced. (space-infix-ops)
(#235) A space is required after ','. (comma-spacing)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#235) Operator '&&' must be spaced. (space-infix-ops)
(#235) Operator '*=' must be spaced. (space-infix-ops)
(#235) A space is required after ','. (comma-spacing)
(#235) Operator '-=' must be spaced. (space-infix-ops)
(#235) Operator '*' must be spaced. (space-infix-ops)
(#235) Operator '||' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#235) Operator '?' must be spaced. (space-infix-ops)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Operator '*' must be spaced. (space-infix-ops)
(#235) Operator '+' must be spaced. (space-infix-ops)
(#235) Operator '-' must be spaced. (space-infix-ops)
(#235) Operator '/' must be spaced. (space-infix-ops)
(#235) Operator '+' must be spaced. (space-infix-ops)
(#235) A space is required after ','. (comma-spacing)
(#235) Operator '&&' must be spaced. (space-infix-ops)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Operator ':' must be spaced. (space-infix-ops)
(#235) Operator '&&' must be spaced. (space-infix-ops)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) A space is required after ','. (comma-spacing)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Operator '*' must be spaced. (space-infix-ops)
(#235) Operator '-' must be spaced. (space-infix-ops)
(#235) Operator '*' must be spaced. (space-infix-ops)
(#235) A space is required after ','. (comma-spacing)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Operator '?' must be spaced. (space-infix-ops)
(#235) Operator '?' must be spaced. (space-infix-ops)
(#235) Operator ':' must be spaced. (space-infix-ops)
(#235) Operator '+' must be spaced. (space-infix-ops)
(#235) Operator '+' must be spaced. (space-infix-ops)
(#235) Operator '*' must be spaced. (space-infix-ops)
(#235) Operator '+' must be spaced. (space-infix-ops)
(#235) Operator '?' must be spaced. (space-infix-ops)
(#235) Operator '*' must be spaced. (space-infix-ops)
(#235) Operator ':' must be spaced. (space-infix-ops)
(#235) Operator ':' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Requires a space before '}'. (block-spacing)
(#235) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#235) Missing semicolon. (@babel/semi)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) A space is required after ','. (comma-spacing)
(#235) Requires a space after '{'. (block-spacing)
(#235) Statement inside of curly braces should be on next line. (brace-style)
(#235) Missing space before opening brace. (space-before-blocks)
(#236) This line has a length of 503. Maximum allowed is 132. (max-len)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) Operator '+' must be spaced. (space-infix-ops)
(#236) Operator '?' must be spaced. (space-infix-ops)
(#236) Operator ':' must be spaced. (space-infix-ops)
(#236) Requires a space before '}'. (block-spacing)
(#236) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#236) Missing semicolon. (@babel/semi)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Requires a space after '{'. (block-spacing)
(#236) Statement inside of curly braces should be on next line. (brace-style)
(#236) Missing space before opening brace. (space-before-blocks)
(#236) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#236) Operator '-' must be spaced. (space-infix-ops)
(#236) Operator '?' must be spaced. (space-infix-ops)
(#236) Operator ':' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) Requires a space before '}'. (block-spacing)
(#236) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#236) Missing semicolon. (@babel/semi)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Requires a space after '{'. (block-spacing)
(#236) Statement inside of curly braces should be on next line. (brace-style)
(#236) Missing space before opening brace. (space-before-blocks)
(#236) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) Requires a space after '{'. (block-spacing)
(#236) Statement inside of curly braces should be on next line. (brace-style)
(#236) Missing space before opening brace. (space-before-blocks)
(#236) Expected space(s) after "if". (keyword-spacing)
(#236) Operator '!==' must be spaced. (space-infix-ops)
(#236) Operator '&&' must be spaced. (space-infix-ops)
(#236) Operator '<' must be spaced. (space-infix-ops)
(#236) Operator '||' must be spaced. (space-infix-ops)
(#236) Operator '>' must be spaced. (space-infix-ops)
(#236) Expected { after 'if' condition. (curly)
(#236) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#236) Operator '?' must be spaced. (space-infix-ops)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) Operator ':' must be spaced. (space-infix-ops)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Requires a space before '}'. (block-spacing)
(#236) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#236) Missing semicolon. (@babel/semi)
(#236) Expected space(s) before "var". (keyword-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Operator '&&' must be spaced. (space-infix-ops)
(#236) Operator '||' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Operator '&&' must be spaced. (space-infix-ops)
(#236) Operator '||' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing space before value for key 'value'. (key-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) Missing space before value for key 'lineWidth'. (key-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) Missing space before value for key 'old'. (key-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) Missing space before value for key 'force'. (key-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) Missing space before value for key 'acrossPanes'. (key-spacing)
(#237) This line has a length of 505. Maximum allowed is 132. (max-len)
(#237) Missing space before value for key 'translatedValue'. (key-spacing)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) Requires a space after '{'. (block-spacing)
(#237) Statement inside of curly braces should be on next line. (brace-style)
(#237) Missing space before opening brace. (space-before-blocks)
(#237) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '-' must be spaced. (space-infix-ops)
(#237) Operator '-' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#237) Do not nest ternary expressions. (no-nested-ternary)
(#237) Operator '?' must be spaced. (space-infix-ops)
(#237) Operator '?' must be spaced. (space-infix-ops)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) A space is required after ','. (comma-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '-' must be spaced. (space-infix-ops)
(#237) A space is required after ','. (comma-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Operator ':' must be spaced. (space-infix-ops)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) A space is required after ','. (comma-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '-' must be spaced. (space-infix-ops)
(#237) A space is required after ','. (comma-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Operator ':' must be spaced. (space-infix-ops)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) A space is required after ','. (comma-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '&&' must be spaced. (space-infix-ops)
(#237) Operator '?' must be spaced. (space-infix-ops)
(#237) Operator ':' must be spaced. (space-infix-ops)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) Operator '||' must be spaced. (space-infix-ops)
(#237) Requires a space before '}'. (block-spacing)
(#237) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#237) Missing semicolon. (@babel/semi)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Requires a space before '}'. (block-spacing)
(#237) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#237) Missing semicolon. (@babel/semi)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) Requires a space after '{'. (block-spacing)
(#237) Statement inside of curly braces should be on next line. (brace-style)
(#237) Missing space before opening brace. (space-before-blocks)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '/' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '/' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) A space is required after ','. (comma-spacing)
(#237) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Operator '===' must be spaced. (space-infix-ops)
(#237) Operator '&&' must be spaced. (space-infix-ops)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Expected space(s) after "if". (keyword-spacing)
(#237) Expected { after 'if' condition. (curly)
(#237) Expected space(s) before "return". (keyword-spacing)
(#237) Expected space(s) after "return". (keyword-spacing)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Expected space(s) after "for". (keyword-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '<=' must be spaced. (space-infix-ops)
(#238) This line has a length of 507. Maximum allowed is 132. (max-len)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Operator '+' must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Expected space(s) after "if". (keyword-spacing)
(#238) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#238) Operator '===' must be spaced. (space-infix-ops)
(#238) Expected { after 'if' condition. (curly)
(#238) Expected space(s) before "break". (keyword-spacing)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Requires a space before '}'. (block-spacing)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Missing semicolon. (@babel/semi)
(#238) Expected space(s) before "return". (keyword-spacing)
(#238) Requires a space before '}'. (block-spacing)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Missing semicolon. (@babel/semi)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Expected space(s) after "return". (keyword-spacing)
(#238) Do not nest ternary expressions. (no-nested-ternary)
(#238) Operator '===' must be spaced. (space-infix-ops)
(#238) Operator '?' must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) Operator ':' must be spaced. (space-infix-ops)
(#238) Operator '===' must be spaced. (space-infix-ops)
(#238) Operator '?' must be spaced. (space-infix-ops)
(#238) Operator ':' must be spaced. (space-infix-ops)
(#238) Requires a space before '}'. (block-spacing)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Missing semicolon. (@babel/semi)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Operator '||' must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Operator '-' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Operator '+' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Operator '-' must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Expected space(s) after "if". (keyword-spacing)
(#238) Operator '&&' must be spaced. (space-infix-ops)
(#238) Operator '/' must be spaced. (space-infix-ops)
(#238) Operator '<' must be spaced. (space-infix-ops)
(#238) Operator '/' must be spaced. (space-infix-ops)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Expected space(s) after "if". (keyword-spacing)
(#238) Expected { after 'if' condition. (curly)
(#238) Expected space(s) before "this". (keyword-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#238) Operator '&&' must be spaced. (space-infix-ops)
(#239) This line has a length of 504. Maximum allowed is 132. (max-len)
(#239) A space is required after ','. (comma-spacing)
(#239) Operator '-' must be spaced. (space-infix-ops)
(#239) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) Requires a space before '}'. (block-spacing)
(#239) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#239) Missing semicolon. (@babel/semi)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Expected space(s) after "if". (keyword-spacing)
(#239) Operator '&&' must be spaced. (space-infix-ops)
(#239) Operator '===' must be spaced. (space-infix-ops)
(#239) Expected { after 'if' condition. (curly)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Expected { after 'else'. (curly)
(#239) Expected space(s) after "for". (keyword-spacing)
(#239) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Operator '+' must be spaced. (space-infix-ops)
(#239) Operator '-' must be spaced. (space-infix-ops)
(#239) Operator '%' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '<=' must be spaced. (space-infix-ops)
(#239) Operator '&&' must be spaced. (space-infix-ops)
(#239) Operator '!==' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '+=' must be spaced. (space-infix-ops)
(#239) Expected { after 'for' condition. (curly)
(#239) Requires a space before '}'. (block-spacing)
(#239) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#239) Missing semicolon. (@babel/semi)
(#239) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#239) Operator '!==' must be spaced. (space-infix-ops)
(#239) Operator '&&' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Requires a space before '}'. (block-spacing)
(#239) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#239) Missing semicolon. (@babel/semi)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Requires a space after '{'. (block-spacing)
(#239) Statement inside of curly braces should be on next line. (brace-style)
(#239) Missing space before opening brace. (space-before-blocks)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) A space is required after ','. (comma-spacing)
(#239) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) A space is required after ','. (comma-spacing)
(#239) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) A space is required after ','. (comma-spacing)
(#239) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) A space is required after ','. (comma-spacing)
(#239) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) A space is required after ','. (comma-spacing)
(#239) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#239) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#239) Operator '&&' must be spaced. (space-infix-ops)
(#239) Operator '===' must be spaced. (space-infix-ops)
(#239) Operator '&&' must be spaced. (space-infix-ops)
(#239) Operator '&&' must be spaced. (space-infix-ops)
(#239) Operator '||' must be spaced. (space-infix-ops)
(#239) Operator '||' must be spaced. (space-infix-ops)
(#239) Operator '||' must be spaced. (space-infix-ops)
(#239) Operator '?' must be spaced. (space-infix-ops)
(#240) This line has a length of 503. Maximum allowed is 132. (max-len)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Operator ':' must be spaced. (space-infix-ops)
(#240) Requires a space after '{'. (block-spacing)
(#240) Statement inside of curly braces should be on next line. (brace-style)
(#240) Missing space before opening brace. (space-before-blocks)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Operator '?' must be spaced. (space-infix-ops)
(#240) Operator ':' must be spaced. (space-infix-ops)
(#240) Operator '-' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Expected space(s) after "if". (keyword-spacing)
(#240) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#240) Operator '<' must be spaced. (space-infix-ops)
(#240) Expected { after 'if' condition. (curly)
(#240) Expected space(s) before "for". (keyword-spacing)
(#240) Expected space(s) after "for". (keyword-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Operator '<' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Expected { after 'for' condition. (curly)
(#240) Expected space(s) before "if". (keyword-spacing)
(#240) Expected space(s) after "if". (keyword-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Operator '-' must be spaced. (space-infix-ops)
(#240) Operator '-' must be spaced. (space-infix-ops)
(#240) Unexpected use of comma operator. (no-sequences)
(#240) A space is required after ','. (comma-spacing)
(#240) Operator '||' must be spaced. (space-infix-ops)
(#240) Operator '<' must be spaced. (space-infix-ops)
(#240) Expected { after 'if' condition. (curly)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Requires a space before '}'. (block-spacing)
(#240) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#240) Missing semicolon. (@babel/semi)
(#240) A space is required after ','. (comma-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Operator '*' must be spaced. (space-infix-ops)
(#240) A space is required after ','. (comma-spacing)
(#240) Operator '-' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Expected space(s) after "if". (keyword-spacing)
(#240) Operator '-' must be spaced. (space-infix-ops)
(#240) Operator '<' must be spaced. (space-infix-ops)
(#240) Requires a space after '{'. (block-spacing)
(#240) Statement inside of curly braces should be on next line. (brace-style)
(#240) Missing space before opening brace. (space-before-blocks)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Operator '-' must be spaced. (space-infix-ops)
(#240) Operator '>=' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Operator '-' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Operator '/' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Operator '-' must be spaced. (space-infix-ops)
(#240) A space is required after ','. (comma-spacing)
(#240) A space is required after ','. (comma-spacing)
(#240) Operator '-' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#240) Operator '&&' must be spaced. (space-infix-ops)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Operator '?' must be spaced. (space-infix-ops)
(#240) Operator ':' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) A space is required after ','. (comma-spacing)
(#240) A space is required after ','. (comma-spacing)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#240) Operator '&&' must be spaced. (space-infix-ops)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Operator '?' must be spaced. (space-infix-ops)
(#240) Operator ':' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#240) Operator '-' must be spaced. (space-infix-ops)
(#240) Operator '<' must be spaced. (space-infix-ops)
(#240) Operator '&&' must be spaced. (space-infix-ops)
(#241) This line has a length of 509. Maximum allowed is 132. (max-len)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) Operator '-' must be spaced. (space-infix-ops)
(#241) A space is required after ','. (comma-spacing)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) A space is required after ','. (comma-spacing)
(#241) Operator '-' must be spaced. (space-infix-ops)
(#241) A space is required after ','. (comma-spacing)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) Requires a space before '}'. (block-spacing)
(#241) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#241) Missing semicolon. (@babel/semi)
(#241) Expected space(s) before "this". (keyword-spacing)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) Missing whitespace after semicolon. (semi-spacing)
(#241) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) Requires a space before '}'. (block-spacing)
(#241) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#241) Missing semicolon. (@babel/semi)
(#241) Missing whitespace after semicolon. (semi-spacing)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) Requires a space after '{'. (block-spacing)
(#241) Statement inside of curly braces should be on next line. (brace-style)
(#241) Missing space before opening brace. (space-before-blocks)
(#241) Missing whitespace after semicolon. (semi-spacing)
(#241) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#241) Operator '?' must be spaced. (space-infix-ops)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) Operator ':' must be spaced. (space-infix-ops)
(#241) Requires a space after '{'. (block-spacing)
(#241) Statement inside of curly braces should be on next line. (brace-style)
(#241) Missing space before opening brace. (space-before-blocks)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) A space is required after ','. (comma-spacing)
(#241) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) Operator '||' must be spaced. (space-infix-ops)
(#241) Missing whitespace after semicolon. (semi-spacing)
(#241) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#241) Operator '&&' must be spaced. (space-infix-ops)
(#241) Operator '&&' must be spaced. (space-infix-ops)
(#241) Operator '&&' must be spaced. (space-infix-ops)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) Operator '?' must be spaced. (space-infix-ops)
(#241) A space is required after ','. (comma-spacing)
(#241) Operator ':' must be spaced. (space-infix-ops)
(#241) Requires a space before '}'. (block-spacing)
(#241) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#241) Missing semicolon. (@babel/semi)
(#241) Missing whitespace after semicolon. (semi-spacing)
(#241) Requires a space before '}'. (block-spacing)
(#241) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#241) Missing semicolon. (@babel/semi)
(#241) Missing whitespace after semicolon. (semi-spacing)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) Requires a space after '{'. (block-spacing)
(#241) Statement inside of curly braces should be on next line. (brace-style)
(#241) Missing space before opening brace. (space-before-blocks)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) A space is required after ','. (comma-spacing)
(#241) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) Operator '?' must be spaced. (space-infix-ops)
(#241) Operator ':' must be spaced. (space-infix-ops)
(#241) A space is required after ','. (comma-spacing)
(#241) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) Missing whitespace after semicolon. (semi-spacing)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) Missing whitespace after semicolon. (semi-spacing)
(#241) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#241) Operator '||' must be spaced. (space-infix-ops)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) Do not nest ternary expressions. (no-nested-ternary)
(#241) Operator '&&' must be spaced. (space-infix-ops)
(#241) Operator '?' must be spaced. (space-infix-ops)
(#241) Operator '?' must be spaced. (space-infix-ops)
(#241) Operator ':' must be spaced. (space-infix-ops)
(#242) This line has a length of 515. Maximum allowed is 132. (max-len)
(#242) Operator ':' must be spaced. (space-infix-ops)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) Expected space(s) after "if". (keyword-spacing)
(#242) Operator '===' must be spaced. (space-infix-ops)
(#242) Requires a space after '{'. (block-spacing)
(#242) Statement inside of curly braces should be on next line. (brace-style)
(#242) Missing space before opening brace. (space-before-blocks)
(#242) Expected space(s) after "if". (keyword-spacing)
(#242) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#242) Operator '&&' must be spaced. (space-infix-ops)
(#242) Expected { after 'if' condition. (curly)
(#242) Expected space(s) before "var". (keyword-spacing)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) Requires a space before '}'. (block-spacing)
(#242) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#242) Missing semicolon. (@babel/semi)
(#242) Expected space(s) before "else". (keyword-spacing)
(#242) Expected { after 'else'. (curly)
(#242) 'e' declared on line 242 column 55 is used outside of binding context. (block-scoped-var)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#242) Operator '!==' must be spaced. (space-infix-ops)
(#242) 'e' declared on line 242 column 55 is used outside of binding context. (block-scoped-var)
(#242) Operator '&&' must be spaced. (space-infix-ops)
(#242) 'e' declared on line 242 column 55 is used outside of binding context. (block-scoped-var)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) 'e' declared on line 242 column 55 is used outside of binding context. (block-scoped-var)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) 'e' declared on line 242 column 55 is used outside of binding context. (block-scoped-var)
(#242) Requires a space before '}'. (block-spacing)
(#242) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#242) Missing semicolon. (@babel/semi)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) Requires a space after '{'. (block-spacing)
(#242) Statement inside of curly braces should be on next line. (brace-style)
(#242) Missing space before opening brace. (space-before-blocks)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#242) Operator '<' must be spaced. (space-infix-ops)
(#242) Operator '&&' must be spaced. (space-infix-ops)
(#242) Requires a space after '{'. (block-spacing)
(#242) Statement inside of curly braces should be on next line. (brace-style)
(#242) Missing space before opening brace. (space-before-blocks)
(#242) Requires a space before '}'. (block-spacing)
(#242) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#242) Missing semicolon. (@babel/semi)
(#242) A space is required after ','. (comma-spacing)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) Operator '||' must be spaced. (space-infix-ops)
(#242) Requires a space after '{'. (block-spacing)
(#242) Statement inside of curly braces should be on next line. (brace-style)
(#242) Missing space before opening brace. (space-before-blocks)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) Expected space(s) after "if". (keyword-spacing)
(#242) Operator '||' must be spaced. (space-infix-ops)
(#242) Expected { after 'if' condition. (curly)
(#242) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) Operator '-' must be spaced. (space-infix-ops)
(#242) Unexpected use of comma operator. (no-sequences)
(#242) A space is required after ','. (comma-spacing)
(#242) A space is required after ','. (comma-spacing)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#243) This line has a length of 507. Maximum allowed is 132. (max-len)
(#243) Requires a space after '{'. (block-spacing)
(#243) Statement inside of curly braces should be on next line. (brace-style)
(#243) Missing space before opening brace. (space-before-blocks)
(#243) Expected space(s) after "if". (keyword-spacing)
(#243) Operator '&&' must be spaced. (space-infix-ops)
(#243) Operator '&&' must be spaced. (space-infix-ops)
(#243) Operator '!==' must be spaced. (space-infix-ops)
(#243) Requires a space after '{'. (block-spacing)
(#243) Statement inside of curly braces should be on next line. (brace-style)
(#243) Missing space before opening brace. (space-before-blocks)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#243) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#243) Operator '!==' must be spaced. (space-infix-ops)
(#243) Operator '&&' must be spaced. (space-infix-ops)
(#243) Operator '!==' must be spaced. (space-infix-ops)
(#243) Operator '&&' must be spaced. (space-infix-ops)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Requires a space before '}'. (block-spacing)
(#243) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#243) Missing semicolon. (@babel/semi)
(#243) Requires a space before '}'. (block-spacing)
(#243) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#243) Requires a space before '}'. (block-spacing)
(#243) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#243) Missing semicolon. (@babel/semi)
(#243) Requires a space before '}'. (block-spacing)
(#243) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#243) Missing semicolon. (@babel/semi)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Requires a space after '{'. (block-spacing)
(#243) Statement inside of curly braces should be on next line. (brace-style)
(#243) Missing space before opening brace. (space-before-blocks)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Operator '-' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Operator '||' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) Expected space(s) after "if". (keyword-spacing)
(#243) Operator '||' must be spaced. (space-infix-ops)
(#243) Operator '||' must be spaced. (space-infix-ops)
(#243) Requires a space after '{'. (block-spacing)
(#243) Statement inside of curly braces should be on next line. (brace-style)
(#243) Missing space before opening brace. (space-before-blocks)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#243) Operator '?' must be spaced. (space-infix-ops)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Operator ':' must be spaced. (space-infix-ops)
(#243) Requires a space after '{'. (block-spacing)
(#243) Statement inside of curly braces should be on next line. (brace-style)
(#243) Missing space before opening brace. (space-before-blocks)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Do not nest ternary expressions. (no-nested-ternary)
(#243) Operator '?' must be spaced. (space-infix-ops)
(#243) Operator ':' must be spaced. (space-infix-ops)
(#243) Operator '?' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) A space is required after ','. (comma-spacing)
(#243) Operator ':' must be spaced. (space-infix-ops)
(#243) Operator '||' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) Expected space(s) after "if". (keyword-spacing)
(#243) Operator '||' must be spaced. (space-infix-ops)
(#244) This line has a length of 511. Maximum allowed is 132. (max-len)
(#244) Expected { after 'if' condition. (curly)
(#244) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '?' must be spaced. (space-infix-ops)
(#244) Operator ':' must be spaced. (space-infix-ops)
(#244) Unexpected use of comma operator. (no-sequences)
(#244) A space is required after ','. (comma-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) A space is required after ','. (comma-spacing)
(#244) Operator '&&' must be spaced. (space-infix-ops)
(#244) Operator '?' must be spaced. (space-infix-ops)
(#244) Operator ':' must be spaced. (space-infix-ops)
(#244) Operator '/' must be spaced. (space-infix-ops)
(#244) A space is required after ','. (comma-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) A space is required after ','. (comma-spacing)
(#244) Operator '&&' must be spaced. (space-infix-ops)
(#244) Operator '===' must be spaced. (space-infix-ops)
(#244) Operator '?' must be spaced. (space-infix-ops)
(#244) Operator ':' must be spaced. (space-infix-ops)
(#244) Requires a space before '}'. (block-spacing)
(#244) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#244) Missing semicolon. (@babel/semi)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '&&' must be spaced. (space-infix-ops)
(#244) Operator '&&' must be spaced. (space-infix-ops)
(#244) Operator '?' must be spaced. (space-infix-ops)
(#244) Operator '/' must be spaced. (space-infix-ops)
(#244) Operator ':' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '*=' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '*=' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) A space is required after ','. (comma-spacing)
(#244) Operator '&&' must be spaced. (space-infix-ops)
(#244) Operator '?' must be spaced. (space-infix-ops)
(#244) Operator ':' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#244) Operator '&&' must be spaced. (space-infix-ops)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Requires a space before '}'. (block-spacing)
(#244) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#244) Missing semicolon. (@babel/semi)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '||' must be spaced. (space-infix-ops)
(#244) Operator '/' must be spaced. (space-infix-ops)
(#244) Operator '+' must be spaced. (space-infix-ops)
(#244) Operator '||' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '?' must be spaced. (space-infix-ops)
(#244) Operator ':' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '*' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) A space is required after ','. (comma-spacing)
(#244) Requires a space before '}'. (block-spacing)
(#244) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#244) Missing semicolon. (@babel/semi)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Requires a space after '{'. (block-spacing)
(#244) Statement inside of curly braces should be on next line. (brace-style)
(#244) Missing space before opening brace. (space-before-blocks)
(#244) Operator '-' must be spaced. (space-infix-ops)
(#244) Requires a space before '}'. (block-spacing)
(#244) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#244) Missing semicolon. (@babel/semi)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Function has a complexity of 81. Maximum allowed is 20. (complexity)
(#244) Requires a space after '{'. (block-spacing)
(#244) Statement inside of curly braces should be on next line. (brace-style)
(#244) Missing space before opening brace. (space-before-blocks)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#245) This line has a length of 509. Maximum allowed is 132. (max-len)
(#245) A space is required after ','. (comma-spacing)
(#245) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Operator '&&' must be spaced. (space-infix-ops)
(#245) Operator '<=' must be spaced. (space-infix-ops)
(#245) Operator '?' must be spaced. (space-infix-ops)
(#245) Operator ':' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Operator '?' must be spaced. (space-infix-ops)
(#245) Operator ':' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#245) Operator '||' must be spaced. (space-infix-ops)
(#245) Operator '||' must be spaced. (space-infix-ops)
(#245) Operator '||' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Expected space(s) after "if". (keyword-spacing)
(#245) Requires a space after '{'. (block-spacing)
(#245) Statement inside of curly braces should be on next line. (brace-style)
(#245) Missing space before opening brace. (space-before-blocks)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#246) This line has a length of 509. Maximum allowed is 132. (max-len)
(#246) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#246) Operator '!==' must be spaced. (space-infix-ops)
(#246) Operator '&&' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) A space is required after ','. (comma-spacing)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (@babel/semi)
(#246) Expected space(s) before "else". (keyword-spacing)
(#246) Expected space(s) after "else". (keyword-spacing)
(#246) Requires a space after '{'. (block-spacing)
(#246) Statement inside of curly braces should be on next line. (brace-style)
(#246) Expected space(s) after "if". (keyword-spacing)
(#246) Operator '&&' must be spaced. (space-infix-ops)
(#246) Expected { after 'if' condition. (curly)
(#246) Expected space(s) before "if". (keyword-spacing)
(#246) Expected space(s) after "if". (keyword-spacing)
(#246) Operator '>=' must be spaced. (space-infix-ops)
(#246) 'y' declared on line 245 column 420 is used outside of binding context. (block-scoped-var)
(#246) Expected { after 'if' condition. (curly)
(#246) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Unexpected use of comma operator. (no-sequences)
(#246) A space is required after ','. (comma-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Expected space(s) after "if". (keyword-spacing)
(#246) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#246) Operator '<=' must be spaced. (space-infix-ops)
(#246) Requires a space after '{'. (block-spacing)
(#246) Statement inside of curly braces should be on next line. (brace-style)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (@babel/semi)
(#246) Expected space(s) before "this". (keyword-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) 'y' declared on line 245 column 420 is used outside of binding context. (block-scoped-var)
(#246) A space is required after ','. (comma-spacing)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) 'O' declared on line 246 column 124 is used outside of binding context. (block-scoped-var)
(#246) A space is required after ','. (comma-spacing)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (@babel/semi)
(#246) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#246) Operator '&&' must be spaced. (space-infix-ops)
(#246) Operator '&&' must be spaced. (space-infix-ops)
(#246) Operator '&&' must be spaced. (space-infix-ops)
(#246) Operator '>=' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) A space is required after ','. (comma-spacing)
(#246) Operator '&&' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) A space is required after ','. (comma-spacing)
(#246) A space is required after ','. (comma-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) A space is required after ','. (comma-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#246) Operator '&&' must be spaced. (space-infix-ops)
(#246) Operator '&&' must be spaced. (space-infix-ops)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) A space is required after ','. (comma-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) A space is required after ','. (comma-spacing)
(#247) This line has a length of 502. Maximum allowed is 132. (max-len)
(#247) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#247) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#247) Operator '||' must be spaced. (space-infix-ops)
(#247) Operator '||' must be spaced. (space-infix-ops)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Operator '||' must be spaced. (space-infix-ops)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Operator '-' must be spaced. (space-infix-ops)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Operator '-=' must be spaced. (space-infix-ops)
(#247) Operator '*' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Operator '+=' must be spaced. (space-infix-ops)
(#247) Operator '*' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#247) Operator '||' must be spaced. (space-infix-ops)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Operator '<' must be spaced. (space-infix-ops)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#247) Operator '||' must be spaced. (space-infix-ops)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Operator '>' must be spaced. (space-infix-ops)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#248) This line has a length of 504. Maximum allowed is 132. (max-len)
(#248) Operator '&&' must be spaced. (space-infix-ops)
(#248) Operator '=' must be spaced. (space-infix-ops)
(#248) Operator '||' must be spaced. (space-infix-ops)
(#248) A space is required after ','. (comma-spacing)
(#248) Operator '&&' must be spaced. (space-infix-ops)
(#248) Operator '<' must be spaced. (space-infix-ops)
(#248) Operator '&&' must be spaced. (space-infix-ops)
(#248) Operator '>=' must be spaced. (space-infix-ops)
(#248) Operator '?' must be spaced. (space-infix-ops)
(#248) Operator '=' must be spaced. (space-infix-ops)
(#248) Operator '?' must be spaced. (space-infix-ops)
(#248) A space is required after ','. (comma-spacing)
(#248) Operator '-' must be spaced. (space-infix-ops)
(#248) Operator ':' must be spaced. (space-infix-ops)
(#248) Operator ':' must be spaced. (space-infix-ops)
(#248) Operator '&&' must be spaced. (space-infix-ops)
(#248) Operator '>' must be spaced. (space-infix-ops)
(#248) Operator '&&' must be spaced. (space-infix-ops)
(#248) Operator '<=' must be spaced. (space-infix-ops)
(#248) Operator '&&' must be spaced. (space-infix-ops)
(#248) Operator '=' must be spaced. (space-infix-ops)
(#248) Operator '?' must be spaced. (space-infix-ops)
(#248) A space is required after ','. (comma-spacing)
(#248) Operator '+' must be spaced. (space-infix-ops)
(#248) Operator ':' must be spaced. (space-infix-ops)
(#248) Missing whitespace after semicolon. (semi-spacing)
(#248) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#248) Operator '&&' must be spaced. (space-infix-ops)
(#248) Operator '&&' must be spaced. (space-infix-ops)
(#248) Operator '&&' must be spaced. (space-infix-ops)
(#248) Operator '>' must be spaced. (space-infix-ops)
(#248) Operator '&&' must be spaced. (space-infix-ops)
(#248) Operator '?' must be spaced. (space-infix-ops)
(#248) Operator '=' must be spaced. (space-infix-ops)
(#248) Operator ':' must be spaced. (space-infix-ops)
(#248) Operator '&&' must be spaced. (space-infix-ops)
(#248) Operator '=' must be spaced. (space-infix-ops)
(#248) Missing whitespace after semicolon. (semi-spacing)
(#248) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#248) Operator '=' must be spaced. (space-infix-ops)
(#248) Do not nest ternary expressions. (no-nested-ternary)
(#248) Operator '===' must be spaced. (space-infix-ops)
(#248) Operator '||' must be spaced. (space-infix-ops)
(#248) Operator '===' must be spaced. (space-infix-ops)
(#248) Operator '||' must be spaced. (space-infix-ops)
(#248) Operator '===' must be spaced. (space-infix-ops)
(#248) Operator '?' must be spaced. (space-infix-ops)
(#248) Operator ':' must be spaced. (space-infix-ops)
(#248) Operator '&&' must be spaced. (space-infix-ops)
(#248) Operator '&&' must be spaced. (space-infix-ops)
(#249) This line has a length of 504. Maximum allowed is 132. (max-len)
(#249) Operator '&&' must be spaced. (space-infix-ops)
(#249) Operator '===' must be spaced. (space-infix-ops)
(#249) Operator '?' must be spaced. (space-infix-ops)
(#249) Operator '=' must be spaced. (space-infix-ops)
(#249) Operator ':' must be spaced. (space-infix-ops)
(#249) A space is required after ','. (comma-spacing)
(#249) Operator '?' must be spaced. (space-infix-ops)
(#249) Operator '-' must be spaced. (space-infix-ops)
(#249) Operator '/' must be spaced. (space-infix-ops)
(#249) Operator '-' must be spaced. (space-infix-ops)
(#249) A space is required after ','. (comma-spacing)
(#249) Operator ':' must be spaced. (space-infix-ops)
(#249) A space is required after ','. (comma-spacing)
(#249) Operator '?' must be spaced. (space-infix-ops)
(#249) Operator ':' must be spaced. (space-infix-ops)
(#249) Operator '-' must be spaced. (space-infix-ops)
(#249) Operator '*' must be spaced. (space-infix-ops)
(#249) Operator '/' must be spaced. (space-infix-ops)
(#249) A space is required after ','. (comma-spacing)
(#249) Missing whitespace after semicolon. (semi-spacing)
(#249) Expected space(s) after "if". (keyword-spacing)
(#249) Operator '&&' must be spaced. (space-infix-ops)
(#249) Requires a space after '{'. (block-spacing)
(#249) Statement inside of curly braces should be on next line. (brace-style)
(#249) Missing space before opening brace. (space-before-blocks)
(#249) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#249) Operator '=' must be spaced. (space-infix-ops)
(#249) Operator '!==' must be spaced. (space-infix-ops)
(#249) Operator '&&' must be spaced. (space-infix-ops)
(#249) Operator '||' must be spaced. (space-infix-ops)
(#249) Operator '!==' must be spaced. (space-infix-ops)
(#249) Operator '&&' must be spaced. (space-infix-ops)
(#249) Missing whitespace after semicolon. (semi-spacing)
(#249) Requires a space after '{'. (block-spacing)
(#249) Statement inside of curly braces should be on next line. (brace-style)
(#249) Missing space before opening brace. (space-before-blocks)
(#249) Operator '=' must be spaced. (space-infix-ops)
(#249) Operator '&&' must be spaced. (space-infix-ops)
(#249) Missing whitespace after semicolon. (semi-spacing)
(#249) Requires a space before '}'. (block-spacing)
(#249) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#249) Missing semicolon. (@babel/semi)
(#249) Missing whitespace after semicolon. (semi-spacing)
(#249) A space is required after ','. (comma-spacing)
(#249) A space is required after ','. (comma-spacing)
(#249) Missing space before value for key 'hasExtemesChanged'. (key-spacing)
(#249) Requires a space before '}'. (block-spacing)
(#249) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#249) Missing semicolon. (@babel/semi)
(#249) Expected space(s) before "this". (keyword-spacing)
(#249) Missing whitespace after semicolon. (semi-spacing)
(#249) A space is required after ','. (comma-spacing)
(#250) This line has a length of 519. Maximum allowed is 132. (max-len)
(#250) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#250) Operator '&&' must be spaced. (space-infix-ops)
(#250) Operator '&&' must be spaced. (space-infix-ops)
(#250) Operator '=' must be spaced. (space-infix-ops)
(#250) A space is required after ','. (comma-spacing)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Operator '=' must be spaced. (space-infix-ops)
(#250) A space is required after ','. (comma-spacing)
(#250) Operator '&&' must be spaced. (space-infix-ops)
(#250) Requires a space after '{'. (block-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#250) Requires a space before '}'. (block-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Missing semicolon. (@babel/semi)
(#250) Operator '?' must be spaced. (space-infix-ops)
(#250) Operator ':' must be spaced. (space-infix-ops)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#250) Operator '&&' must be spaced. (space-infix-ops)
(#250) Operator '<' must be spaced. (space-infix-ops)
(#250) Operator '&&' must be spaced. (space-infix-ops)
(#250) Operator '=' must be spaced. (space-infix-ops)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#250) Operator '||' must be spaced. (space-infix-ops)
(#250) Operator '||' must be spaced. (space-infix-ops)
(#250) Operator '||' must be spaced. (space-infix-ops)
(#250) Operator '=' must be spaced. (space-infix-ops)
(#250) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#250) A space is required after ','. (comma-spacing)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#250) Operator '||' must be spaced. (space-infix-ops)
(#250) Operator '=' must be spaced. (space-infix-ops)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Requires a space before '}'. (block-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Missing semicolon. (@babel/semi)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Operator '=' must be spaced. (space-infix-ops)
(#250) Function has a complexity of 36. Maximum allowed is 20. (complexity)
(#250) Requires a space after '{'. (block-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Operator '=' must be spaced. (space-infix-ops)
(#250) A space is required after ','. (comma-spacing)
(#250) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#250) Operator '=' must be spaced. (space-infix-ops)
(#250) A space is required after ','. (comma-spacing)
(#250) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#250) Operator '=' must be spaced. (space-infix-ops)
(#251) This line has a length of 508. Maximum allowed is 132. (max-len)
(#251) Operator '=' must be spaced. (space-infix-ops)
(#251) A space is required after ','. (comma-spacing)
(#251) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#251) Operator '=' must be spaced. (space-infix-ops)
(#251) Operator '===' must be spaced. (space-infix-ops)
(#251) A space is required after ','. (comma-spacing)
(#251) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#251) Operator '=' must be spaced. (space-infix-ops)
(#251) Operator '||' must be spaced. (space-infix-ops)
(#251) Operator '&&' must be spaced. (space-infix-ops)
(#251) Missing whitespace after semicolon. (semi-spacing)
(#251) Operator '=' must be spaced. (space-infix-ops)
(#251) Operator '||' must be spaced. (space-infix-ops)
(#251) Operator '&&' must be spaced. (space-infix-ops)
(#251) Missing whitespace after semicolon. (semi-spacing)
(#251) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#251) Operator '=' must be spaced. (space-infix-ops)
(#251) Missing whitespace after semicolon. (semi-spacing)
(#251) Operator '=' must be spaced. (space-infix-ops)
(#251) Operator '&&' must be spaced. (space-infix-ops)
(#251) Operator '===' must be spaced. (space-infix-ops)
(#251) Operator '&&' must be spaced. (space-infix-ops)
(#251) Operator '===' must be spaced. (space-infix-ops)
(#251) Operator '?' must be spaced. (space-infix-ops)
(#251) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#251) Operator ':' must be spaced. (space-infix-ops)
(#251) Missing whitespace after semicolon. (semi-spacing)
(#251) Operator '=' must be spaced. (space-infix-ops)
(#251) Operator '===' must be spaced. (space-infix-ops)
(#251) Operator '&&' must be spaced. (space-infix-ops)
(#251) Operator '?' must be spaced. (space-infix-ops)
(#251) Operator '/' must be spaced. (space-infix-ops)
(#251) Operator ':' must be spaced. (space-infix-ops)
(#251) Missing whitespace after semicolon. (semi-spacing)
(#251) Operator '=' must be spaced. (space-infix-ops)
(#251) Operator '===' must be spaced. (space-infix-ops)
(#251) Operator '&&' must be spaced. (space-infix-ops)
(#251) Operator '&&' must be spaced. (space-infix-ops)
(#251) Operator '&&' must be spaced. (space-infix-ops)
(#251) A space is required after ','. (comma-spacing)
(#251) Operator '===' must be spaced. (space-infix-ops)
(#251) Operator '||' must be spaced. (space-infix-ops)
(#251) Operator '!==' must be spaced. (space-infix-ops)
(#251) Missing whitespace after semicolon. (semi-spacing)
(#251) Operator '=' must be spaced. (space-infix-ops)
(#251) Operator '=' must be spaced. (space-infix-ops)
(#251) Operator '&&' must be spaced. (space-infix-ops)
(#251) Missing whitespace after semicolon. (semi-spacing)
(#251) Expected space(s) after "if". (keyword-spacing)
(#251) Requires a space after '{'. (block-spacing)
(#251) Statement inside of curly braces should be on next line. (brace-style)
(#251) Missing space before opening brace. (space-before-blocks)
(#251) Expected space(s) after "if". (keyword-spacing)
(#251) Operator '&&' must be spaced. (space-infix-ops)
(#251) Operator '||' must be spaced. (space-infix-ops)
(#251) Operator '-' must be spaced. (space-infix-ops)
(#252) This line has a length of 528. Maximum allowed is 132. (max-len)
(#252) Operator '/' must be spaced. (space-infix-ops)
(#252) Operator '>' must be spaced. (space-infix-ops)
(#252) Operator '*' must be spaced. (space-infix-ops)
(#252) A space is required after ','. (comma-spacing)
(#252) Expected { after 'if' condition. (curly)
(#252) Expected space(s) before "if". (keyword-spacing)
(#252) Expected space(s) after "if". (keyword-spacing)
(#252) Expected { after 'if' condition. (curly)
(#252) Operator '=' must be spaced. (space-infix-ops)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) Operator '&&' must be spaced. (space-infix-ops)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) Missing whitespace after semicolon. (semi-spacing)
(#252) Expected space(s) after "if". (keyword-spacing)
(#252) Expected { after 'if' condition. (curly)
(#252) Operator '=' must be spaced. (space-infix-ops)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) Missing whitespace after semicolon. (semi-spacing)
(#252) Expected { after 'else'. (curly)
(#252) Expected space(s) after "for". (keyword-spacing)
(#252) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#252) Operator '=' must be spaced. (space-infix-ops)
(#252) Operator '=' must be spaced. (space-infix-ops)
(#252) Missing whitespace after semicolon. (semi-spacing)
(#252) Operator '<=' must be spaced. (space-infix-ops)
(#252) Operator '*' must be spaced. (space-infix-ops)
(#252) Expected { after 'for' condition. (curly)
(#252) Expected space(s) before "if". (keyword-spacing)
(#252) Expected space(s) after "if". (keyword-spacing)
(#252) Operator '=' must be spaced. (space-infix-ops)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) Unexpected use of comma operator. (no-sequences)
(#252) A space is required after ','. (comma-spacing)
(#252) Operator '&&' must be spaced. (space-infix-ops)
(#252) Operator '>' must be spaced. (space-infix-ops)
(#252) Expected { after 'if' condition. (curly)
(#252) Expected space(s) before "this". (keyword-spacing)
(#252) Operator '=' must be spaced. (space-infix-ops)
(#253) This line has a length of 520. Maximum allowed is 132. (max-len)
(#253) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#253) A space is required after ','. (comma-spacing)
(#253) Operator '*=' must be spaced. (space-infix-ops)
(#253) Missing whitespace after semicolon. (semi-spacing)
(#253) Expected { after 'else'. (curly)
(#253) Missing whitespace after semicolon. (semi-spacing)
(#253) Expected { after 'else'. (curly)
(#253) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#253) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#253) Operator '=' must be spaced. (space-infix-ops)
(#253) A space is required after ','. (comma-spacing)
(#253) Unexpected use of comma operator. (no-sequences)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) Missing whitespace after semicolon. (semi-spacing)
(#253) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#253) Operator '>' must be spaced. (space-infix-ops)
(#253) Operator '&&' must be spaced. (space-infix-ops)
(#253) Operator '=' must be spaced. (space-infix-ops)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) Operator '===' must be spaced. (space-infix-ops)
(#253) Operator '&&' must be spaced. (space-infix-ops)
(#253) Operator '=' must be spaced. (space-infix-ops)
(#253) Missing whitespace after semicolon. (semi-spacing)
(#253) Operator '=' must be spaced. (space-infix-ops)
(#253) Missing whitespace after semicolon. (semi-spacing)
(#253) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#253) Operator '&&' must be spaced. (space-infix-ops)
(#253) Operator '=' must be spaced. (space-infix-ops)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) Operator '&&' must be spaced. (space-infix-ops)
(#253) Operator '=' must be spaced. (space-infix-ops)
(#253) Operator '=' must be spaced. (space-infix-ops)
(#253) Requires a space before '}'. (block-spacing)
(#253) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#253) Missing semicolon. (@babel/semi)
(#253) Expected space(s) before "this". (keyword-spacing)
(#253) Operator '=' must be spaced. (space-infix-ops)
(#253) Missing whitespace after semicolon. (semi-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) Missing whitespace after semicolon. (semi-spacing)
(#253) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#253) Operator '||' must be spaced. (space-infix-ops)
(#253) Operator '&&' must be spaced. (space-infix-ops)
(#253) Operator '>' must be spaced. (space-infix-ops)
(#253) Operator '&&' must be spaced. (space-infix-ops)
(#253) Operator '&&' must be spaced. (space-infix-ops)
(#253) Requires a space after '{'. (block-spacing)
(#253) Statement inside of curly braces should be on next line. (brace-style)
(#253) Missing space before opening brace. (space-before-blocks)
(#253) Operator '&&' must be spaced. (space-infix-ops)
(#253) Operator '===' must be spaced. (space-infix-ops)
(#253) Requires a space before '}'. (block-spacing)
(#253) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#253) Missing semicolon. (@babel/semi)
(#253) Operator '&&' must be spaced. (space-infix-ops)
(#253) Operator '-=' must be spaced. (space-infix-ops)
(#253) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#253) A space is required after ','. (comma-spacing)
(#253) Operator '+=' must be spaced. (space-infix-ops)
(#253) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#253) A space is required after ','. (comma-spacing)
(#253) Operator '||' must be spaced. (space-infix-ops)
(#253) Operator '||' must be spaced. (space-infix-ops)
(#253) Missing whitespace after semicolon. (semi-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) Requires a space before '}'. (block-spacing)
(#253) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#253) Missing semicolon. (@babel/semi)
(#254) This line has a length of 502. Maximum allowed is 132. (max-len)
(#254) Operator '=' must be spaced. (space-infix-ops)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) Requires a space after '{'. (block-spacing)
(#254) Statement inside of curly braces should be on next line. (brace-style)
(#254) Missing space before opening brace. (space-before-blocks)
(#254) Operator '=' must be spaced. (space-infix-ops)
(#254) A space is required after ','. (comma-spacing)
(#254) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#254) Operator '=' must be spaced. (space-infix-ops)
(#254) Operator '-' must be spaced. (space-infix-ops)
(#254) A space is required after ','. (comma-spacing)
(#254) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#254) Operator '=' must be spaced. (space-infix-ops)
(#254) Operator '&&' must be spaced. (space-infix-ops)
(#254) Operator '||' must be spaced. (space-infix-ops)
(#254) Missing whitespace after semicolon. (semi-spacing)
(#254) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#254) A space is required after ','. (comma-spacing)
(#254) Missing whitespace after semicolon. (semi-spacing)
(#254) Expected space(s) after "if". (keyword-spacing)
(#254) Requires a space after '{'. (block-spacing)
(#254) Statement inside of curly braces should be on next line. (brace-style)
(#254) Missing space before opening brace. (space-before-blocks)
(#254) Expected space(s) after "if". (keyword-spacing)
(#254) Operator '&&' must be spaced. (space-infix-ops)
(#254) Operator '!==' must be spaced. (space-infix-ops)
(#254) Expected { after 'if' condition. (curly)
(#254) Expected space(s) before "this". (keyword-spacing)
(#254) Operator '=' must be spaced. (space-infix-ops)
(#254) Missing whitespace after semicolon. (semi-spacing)
(#254) Expected { after 'else'. (curly)
(#254) Expected space(s) after "for". (keyword-spacing)
(#254) Operator '-' must be spaced. (space-infix-ops)
(#254) Operator '>' must be spaced. (space-infix-ops)
(#254) Expected { after 'for' condition. (curly)
(#254) Missing whitespace after semicolon. (semi-spacing)
(#254) Expected space(s) after "if". (keyword-spacing)
(#254) Expected { after 'if' condition. (curly)
(#254) Expected space(s) before "this". (keyword-spacing)
(#254) Operator '=' must be spaced. (space-infix-ops)
(#254) Missing whitespace after semicolon. (semi-spacing)
(#254) Expected { after 'else'. (curly)
(#254) Expected space(s) after "for". (keyword-spacing)
(#254) Operator '+' must be spaced. (space-infix-ops)
(#254) Operator '<' must be spaced. (space-infix-ops)
(#254) Operator '-' must be spaced. (space-infix-ops)
(#254) Expected { after 'for' condition. (curly)
(#254) Missing whitespace after semicolon. (semi-spacing)
(#254) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#254) Operator '===' must be spaced. (space-infix-ops)
(#254) Operator '&&' must be spaced. (space-infix-ops)
(#254) Operator '&&' must be spaced. (space-infix-ops)
(#254) Operator '&&' must be spaced. (space-infix-ops)
(#254) Operator '+' must be spaced. (space-infix-ops)
(#254) Operator '/' must be spaced. (space-infix-ops)
(#254) Requires a space before '}'. (block-spacing)
(#254) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#254) Missing semicolon. (@babel/semi)
(#254) Requires a space before '}'. (block-spacing)
(#254) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#254) Missing whitespace after semicolon. (semi-spacing)
(#254) Operator '=' must be spaced. (space-infix-ops)
(#254) Requires a space after '{'. (block-spacing)
(#254) Statement inside of curly braces should be on next line. (brace-style)
(#254) Missing space before opening brace. (space-before-blocks)
(#254) Operator '=' must be spaced. (space-infix-ops)
(#254) A space is required after ','. (comma-spacing)
(#254) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#254) Operator '=' must be spaced. (space-infix-ops)
(#254) A space is required after ','. (comma-spacing)
(#254) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#254) Operator '=' must be spaced. (space-infix-ops)
(#254) A space is required after ','. (comma-spacing)
(#254) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#254) Operator '=' must be spaced. (space-infix-ops)
(#254) Operator '===' must be spaced. (space-infix-ops)
(#254) Operator '&&' must be spaced. (space-infix-ops)
(#254) A space is required after ','. (comma-spacing)
(#254) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#254) Operator '=' must be spaced. (space-infix-ops)
(#254) A space is required after ','. (comma-spacing)
(#254) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#254) Missing whitespace after semicolon. (semi-spacing)
(#254) Operator '=' must be spaced. (space-infix-ops)
(#255) This line has a length of 502. Maximum allowed is 132. (max-len)
(#255) Missing whitespace after semicolon. (semi-spacing)
(#255) Expected space(s) after "if". (keyword-spacing)
(#255) Operator '!==' must be spaced. (space-infix-ops)
(#255) Operator '&&' must be spaced. (space-infix-ops)
(#255) Operator '||' must be spaced. (space-infix-ops)
(#255) Operator '&&' must be spaced. (space-infix-ops)
(#255) Operator '!==' must be spaced. (space-infix-ops)
(#255) Operator '&&' must be spaced. (space-infix-ops)
(#255) Operator '!==' must be spaced. (space-infix-ops)
(#255) Operator '&&' must be spaced. (space-infix-ops)
(#255) Requires a space after '{'. (block-spacing)
(#255) Statement inside of curly braces should be on next line. (brace-style)
(#255) Missing space before opening brace. (space-before-blocks)
(#255) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#255) Requires a space after '{'. (block-spacing)
(#255) Statement inside of curly braces should be on next line. (brace-style)
(#255) Missing space before opening brace. (space-before-blocks)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#255) Missing whitespace after semicolon. (semi-spacing)
(#255) Expected space(s) after "return". (keyword-spacing)
(#255) Operator '?' must be spaced. (space-infix-ops)
(#255) Operator ':' must be spaced. (space-infix-ops)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) Requires a space before '}'. (block-spacing)
(#255) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#255) Missing semicolon. (@babel/semi)
(#255) A space is required after ','. (comma-spacing)
(#255) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#255) Missing whitespace after semicolon. (semi-spacing)
(#255) Requires a space after '{'. (block-spacing)
(#255) Statement inside of curly braces should be on next line. (brace-style)
(#255) Missing space before opening brace. (space-before-blocks)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#255) Missing whitespace after semicolon. (semi-spacing)
(#255) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#255) Operator '&&' must be spaced. (space-infix-ops)
(#255) Requires a space after '{'. (block-spacing)
(#255) Statement inside of curly braces should be on next line. (brace-style)
(#255) Missing space before opening brace. (space-before-blocks)
(#255) Requires a space before '}'. (block-spacing)
(#255) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#255) Missing semicolon. (@babel/semi)
(#255) Operator '&&' must be spaced. (space-infix-ops)
(#255) Operator '!==' must be spaced. (space-infix-ops)
(#255) Operator '&&' must be spaced. (space-infix-ops)
(#255) Operator '===' must be spaced. (space-infix-ops)
(#255) Operator '&&' must be spaced. (space-infix-ops)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#255) A space is required after ','. (comma-spacing)
(#255) Requires a space before '}'. (block-spacing)
(#255) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#255) Missing semicolon. (@babel/semi)
(#255) Requires a space before '}'. (block-spacing)
(#255) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#255) Missing semicolon. (@babel/semi)
(#255) Expected space(s) before "if". (keyword-spacing)
(#255) Expected space(s) after "if". (keyword-spacing)
(#255) Operator '&&' must be spaced. (space-infix-ops)
(#255) Requires a space after '{'. (block-spacing)
(#255) Statement inside of curly braces should be on next line. (brace-style)
(#255) Missing space before opening brace. (space-before-blocks)
(#255) Requires a space after '{'. (block-spacing)
(#255) Statement inside of curly braces should be on next line. (brace-style)
(#255) Missing space before opening brace. (space-before-blocks)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#255) Missing whitespace after semicolon. (semi-spacing)
(#255) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#255) Operator '&&' must be spaced. (space-infix-ops)
(#255) Requires a space before '}'. (block-spacing)
(#255) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#255) Missing semicolon. (@babel/semi)
(#255) Missing whitespace after semicolon. (semi-spacing)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#255) Operator '<' must be spaced. (space-infix-ops)
(#255) Operator '?' must be spaced. (space-infix-ops)
(#255) A space is required after ','. (comma-spacing)
(#255) Requires a space after '{'. (block-spacing)
(#255) Statement inside of curly braces should be on next line. (brace-style)
(#255) Missing space before opening brace. (space-before-blocks)
(#255) Operator '+' must be spaced. (space-infix-ops)
(#255) Requires a space before '}'. (block-spacing)
(#255) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#255) Missing semicolon. (@babel/semi)
(#256) This line has a length of 502. Maximum allowed is 132. (max-len)
(#256) Operator '/' must be spaced. (space-infix-ops)
(#256) Operator ':' must be spaced. (space-infix-ops)
(#256) Missing whitespace after semicolon. (semi-spacing)
(#256) Requires a space after '{'. (block-spacing)
(#256) Statement inside of curly braces should be on next line. (brace-style)
(#256) Missing space before opening brace. (space-before-blocks)
(#256) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#256) Operator '=' must be spaced. (space-infix-ops)
(#256) Requires a space before '}'. (block-spacing)
(#256) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#256) Missing semicolon. (@babel/semi)
(#256) Requires a space before '}'. (block-spacing)
(#256) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#256) Missing semicolon. (@babel/semi)
(#256) Expected space(s) before "return". (keyword-spacing)
(#256) Requires a space before '}'. (block-spacing)
(#256) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#256) Missing semicolon. (@babel/semi)
(#256) Missing whitespace after semicolon. (semi-spacing)
(#256) Operator '=' must be spaced. (space-infix-ops)
(#256) Expected to return a value at the end of function. (consistent-return)
(#256) Requires a space after '{'. (block-spacing)
(#256) Statement inside of curly braces should be on next line. (brace-style)
(#256) Missing space before opening brace. (space-before-blocks)
(#256) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#256) Operator '||' must be spaced. (space-infix-ops)
(#256) Operator '!==' must be spaced. (space-infix-ops)
(#256) Operator '&&' must be spaced. (space-infix-ops)
(#256) Requires a space after '{'. (block-spacing)
(#256) Statement inside of curly braces should be on next line. (brace-style)
(#256) Missing space before opening brace. (space-before-blocks)
(#256) Operator '||' must be spaced. (space-infix-ops)
(#256) Requires a space before '}'. (block-spacing)
(#256) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#256) Missing semicolon. (@babel/semi)
(#256) Operator '&&' must be spaced. (space-infix-ops)
(#256) Missing whitespace after semicolon. (semi-spacing)
(#256) Expected space(s) after "if". (keyword-spacing)
(#256) Expected { after 'if' condition. (curly)
(#256) Expected space(s) before "return". (keyword-spacing)
(#256) Return statement should not contain assignment. (no-return-assign)
(#256) Operator '=' must be spaced. (space-infix-ops)
(#256) Operator '-' must be spaced. (space-infix-ops)
(#256) Operator '||' must be spaced. (space-infix-ops)
(#256) Operator '/' must be spaced. (space-infix-ops)
(#256) Operator '||' must be spaced. (space-infix-ops)
(#256) Operator '-' must be spaced. (space-infix-ops)
(#256) Operator '||' must be spaced. (space-infix-ops)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) Unexpected use of comma operator. (no-sequences)
(#256) A space is required after ','. (comma-spacing)
(#256) Operator '&&' must be spaced. (space-infix-ops)
(#256) Operator '=' must be spaced. (space-infix-ops)
(#256) Operator '-' must be spaced. (space-infix-ops)
(#256) A space is required after ','. (comma-spacing)
(#256) Requires a space before '}'. (block-spacing)
(#256) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#256) Missing semicolon. (@babel/semi)
(#256) Missing whitespace after semicolon. (semi-spacing)
(#256) Operator '=' must be spaced. (space-infix-ops)
(#256) Requires a space after '{'. (block-spacing)
(#256) Statement inside of curly braces should be on next line. (brace-style)
(#256) Missing space before opening brace. (space-before-blocks)
(#256) Operator '=' must be spaced. (space-infix-ops)
(#256) A space is required after ','. (comma-spacing)
(#256) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#256) Operator '=' must be spaced. (space-infix-ops)
(#256) A space is required after ','. (comma-spacing)
(#256) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#256) Operator '=' must be spaced. (space-infix-ops)
(#256) Missing whitespace after semicolon. (semi-spacing)
(#256) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#256) Operator '&&' must be spaced. (space-infix-ops)
(#256) Operator '&&' must be spaced. (space-infix-ops)
(#257) This line has a length of 509. Maximum allowed is 132. (max-len)
(#257) Operator '<' must be spaced. (space-infix-ops)
(#257) Operator '&&' must be spaced. (space-infix-ops)
(#257) Operator '&&' must be spaced. (space-infix-ops)
(#257) Operator '&&' must be spaced. (space-infix-ops)
(#257) Operator '&&' must be spaced. (space-infix-ops)
(#257) Operator '&&' must be spaced. (space-infix-ops)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) Missing whitespace after semicolon. (semi-spacing)
(#257) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#257) Operator '&&' must be spaced. (space-infix-ops)
(#257) Operator '&&' must be spaced. (space-infix-ops)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) Operator '/' must be spaced. (space-infix-ops)
(#257) Operator '+' must be spaced. (space-infix-ops)
(#257) Missing whitespace after semicolon. (semi-spacing)
(#257) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#257) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#257) Operator '>' must be spaced. (space-infix-ops)
(#257) Operator '&&' must be spaced. (space-infix-ops)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) A space is required after ','. (comma-spacing)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) Missing whitespace after semicolon. (semi-spacing)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) Requires a space before '}'. (block-spacing)
(#257) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#257) Missing semicolon. (@babel/semi)
(#257) Missing whitespace after semicolon. (semi-spacing)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) Function has a complexity of 30. Maximum allowed is 20. (complexity)
(#257) Requires a space after '{'. (block-spacing)
(#257) Statement inside of curly braces should be on next line. (brace-style)
(#257) Missing space before opening brace. (space-before-blocks)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) A space is required after ','. (comma-spacing)
(#257) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) A space is required after ','. (comma-spacing)
(#257) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) A space is required after ','. (comma-spacing)
(#257) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) A space is required after ','. (comma-spacing)
(#257) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) A space is required after ','. (comma-spacing)
(#257) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) A space is required after ','. (comma-spacing)
(#257) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) A space is required after ','. (comma-spacing)
(#257) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) A space is required after ','. (comma-spacing)
(#257) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) Operator '&&' must be spaced. (space-infix-ops)
(#257) A space is required after ','. (comma-spacing)
(#257) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) A space is required after ','. (comma-spacing)
(#257) Operator '?' must be spaced. (space-infix-ops)
(#257) Operator ':' must be spaced. (space-infix-ops)
(#257) Missing whitespace after semicolon. (semi-spacing)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) Missing whitespace after semicolon. (semi-spacing)
(#257) Expected space(s) after "if". (keyword-spacing)
(#257) Requires a space after '{'. (block-spacing)
(#257) Statement inside of curly braces should be on next line. (brace-style)
(#257) Missing space before opening brace. (space-before-blocks)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#257) Operator '>' must be spaced. (space-infix-ops)
(#257) Operator '?' must be spaced. (space-infix-ops)
(#257) Operator '*' must be spaced. (space-infix-ops)
(#257) Operator '-' must be spaced. (space-infix-ops)
(#257) Operator ':' must be spaced. (space-infix-ops)
(#257) Operator '*' must be spaced. (space-infix-ops)
(#257) Operator '-' must be spaced. (space-infix-ops)
(#257) Missing whitespace after semicolon. (semi-spacing)
(#257) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#257) Operator '&&' must be spaced. (space-infix-ops)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) Operator '-' must be spaced. (space-infix-ops)
(#257) Operator '-' must be spaced. (space-infix-ops)
(#257) Requires a space before '}'. (block-spacing)
(#257) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#257) Missing semicolon. (@babel/semi)
(#257) Expected space(s) before "if". (keyword-spacing)
(#257) Expected space(s) after "if". (keyword-spacing)
(#257) Operator '&&' must be spaced. (space-infix-ops)
(#258) This line has a length of 507. Maximum allowed is 132. (max-len)
(#258) Operator '&&' must be spaced. (space-infix-ops)
(#258) Requires a space after '{'. (block-spacing)
(#258) Statement inside of curly braces should be on next line. (brace-style)
(#258) Missing space before opening brace. (space-before-blocks)
(#258) Operator '=' must be spaced. (space-infix-ops)
(#258) Requires a space after '{'. (block-spacing)
(#258) Statement inside of curly braces should be on next line. (brace-style)
(#258) Missing space before opening brace. (space-before-blocks)
(#258) Operator '*=' must be spaced. (space-infix-ops)
(#258) Operator '-' must be spaced. (space-infix-ops)
(#258) Operator '/' must be spaced. (space-infix-ops)
(#258) Operator '-' must be spaced. (space-infix-ops)
(#258) Missing whitespace after semicolon. (semi-spacing)
(#258) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#258) Operator '=' must be spaced. (space-infix-ops)
(#258) Operator '?' must be spaced. (space-infix-ops)
(#258) Operator ':' must be spaced. (space-infix-ops)
(#258) A space is required after ','. (comma-spacing)
(#258) Missing whitespace after semicolon. (semi-spacing)
(#258) Operator '=' must be spaced. (space-infix-ops)
(#258) Operator '?' must be spaced. (space-infix-ops)
(#258) Operator '-' must be spaced. (space-infix-ops)
(#258) Operator ':' must be spaced. (space-infix-ops)
(#258) A space is required after ','. (comma-spacing)
(#258) Operator '-' must be spaced. (space-infix-ops)
(#258) Requires a space before '}'. (block-spacing)
(#258) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#258) Missing semicolon. (@babel/semi)
(#258) Missing whitespace after semicolon. (semi-spacing)
(#258) Expected space(s) after "if". (keyword-spacing)
(#258) 'D' declared on line 257 column 426 is used outside of binding context. (block-scoped-var)
(#258) Operator '&&' must be spaced. (space-infix-ops)
(#258) Requires a space after '{'. (block-spacing)
(#258) Statement inside of curly braces should be on next line. (brace-style)
(#258) Missing space before opening brace. (space-before-blocks)
(#258) Expected space(s) after "for". (keyword-spacing)
(#258) 'D' declared on line 257 column 426 is used outside of binding context. (block-scoped-var)
(#258) Operator '!==' must be spaced. (space-infix-ops)
(#258) Operator '||' must be spaced. (space-infix-ops)
(#258) Operator '!==' must be spaced. (space-infix-ops)
(#258) Operator '||' must be spaced. (space-infix-ops)
(#258) Operator '>' must be spaced. (space-infix-ops)
(#258) Operator '||' must be spaced. (space-infix-ops)
(#258) Operator '-' must be spaced. (space-infix-ops)
(#258) Operator '<' must be spaced. (space-infix-ops)
(#258) Requires a space after '{'. (block-spacing)
(#258) Statement inside of curly braces should be on next line. (brace-style)
(#258) Missing space before opening brace. (space-before-blocks)
(#258) Operator '=' must be spaced. (space-infix-ops)
(#258) Missing whitespace after semicolon. (semi-spacing)
(#258) Expected space(s) after "for". (keyword-spacing)
(#258) Missing whitespace after semicolon. (semi-spacing)
(#258) Operator '<' must be spaced. (space-infix-ops)
(#258) Expected { after 'for' condition. (curly)
(#258) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#258) Expected space(s) before "void". (keyword-spacing)
(#258) Operator '===' must be spaced. (space-infix-ops)
(#258) 'D' declared on line 257 column 426 is used outside of binding context. (block-scoped-var)
(#258) Operator '||' must be spaced. (space-infix-ops)
(#258) 'D' declared on line 257 column 426 is used outside of binding context. (block-scoped-var)
(#258) Operator '>' must be spaced. (space-infix-ops)
(#258) Operator '?' must be spaced. (space-infix-ops)
(#258) Operator '-' must be spaced. (space-infix-ops)
(#258) Operator ':' must be spaced. (space-infix-ops)
(#258) Operator '-' must be spaced. (space-infix-ops)
(#258) Operator '+' must be spaced. (space-infix-ops)
(#258) Missing whitespace after semicolon. (semi-spacing)
(#258) Expected space(s) after "if". (keyword-spacing)
(#258) Operator '>' must be spaced. (space-infix-ops)
(#258) Operator '*' must be spaced. (space-infix-ops)
(#258) Expected { after 'if' condition. (curly)
(#258) Expected space(s) before "break". (keyword-spacing)
(#258) Missing whitespace after semicolon. (semi-spacing)
(#258) Operator '*=' must be spaced. (space-infix-ops)
(#258) Requires a space before '}'. (block-spacing)
(#258) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#258) Missing semicolon. (@babel/semi)
(#258) Requires a space before '}'. (block-spacing)
(#258) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#258) Missing semicolon. (@babel/semi)
(#258) Expected space(s) before "else". (keyword-spacing)
(#258) Expected space(s) after "if". (keyword-spacing)
(#258) Operator '<' must be spaced. (space-infix-ops)
(#258) Requires a space after '{'. (block-spacing)
(#258) Statement inside of curly braces should be on next line. (brace-style)
(#258) Missing space before opening brace. (space-before-blocks)
(#258) Expected space(s) after "for". (keyword-spacing)
(#258) Operator '<' must be spaced. (space-infix-ops)
(#258) Expected { after 'for' condition. (curly)
(#258) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#258) Operator '%' must be spaced. (space-infix-ops)
(#258) Operator '||' must be spaced. (space-infix-ops)
(#258) Operator '===' must be spaced. (space-infix-ops)
(#258) Operator '?' must be spaced. (space-infix-ops)
(#258) Operator '-' must be spaced. (space-infix-ops)
(#258) Operator '+' must be spaced. (space-infix-ops)
(#258) Operator ':' must be spaced. (space-infix-ops)
(#258) Operator '-' must be spaced. (space-infix-ops)
(#258) Missing whitespace after semicolon. (semi-spacing)
(#258) Requires a space before '}'. (block-spacing)
(#258) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#258) Missing semicolon. (@babel/semi)
(#258) Expected space(s) before "if". (keyword-spacing)
(#258) Expected space(s) after "if". (keyword-spacing)
(#258) Requires a space after '{'. (block-spacing)
(#258) Statement inside of curly braces should be on next line. (brace-style)
(#258) Missing space before opening brace. (space-before-blocks)
(#258) Expected space(s) after "for". (keyword-spacing)
(#258) Operator '=' must be spaced. (space-infix-ops)
(#259) This line has a length of 510. Maximum allowed is 132. (max-len)
(#259) Operator '=' must be spaced. (space-infix-ops)
(#259) Missing whitespace after semicolon. (semi-spacing)
(#259) Expected { after 'for' condition. (curly)
(#259) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#259) Operator '===' must be spaced. (space-infix-ops)
(#259) Operator '&&' must be spaced. (space-infix-ops)
(#259) Operator '===' must be spaced. (space-infix-ops)
(#259) Operator '%' must be spaced. (space-infix-ops)
(#259) Operator '||' must be spaced. (space-infix-ops)
(#259) Operator '>=' must be spaced. (space-infix-ops)
(#259) Operator '&&' must be spaced. (space-infix-ops)
(#259) Operator '<' must be spaced. (space-infix-ops)
(#259) Operator '&&' must be spaced. (space-infix-ops)
(#259) Operator '<' must be spaced. (space-infix-ops)
(#259) Operator '-' must be spaced. (space-infix-ops)
(#259) Operator '&&' must be spaced. (space-infix-ops)
(#259) A space is required after ','. (comma-spacing)
(#259) Missing whitespace after semicolon. (semi-spacing)
(#259) Operator '=' must be spaced. (space-infix-ops)
(#259) Requires a space before '}'. (block-spacing)
(#259) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#259) Missing semicolon. (@babel/semi)
(#259) Requires a space before '}'. (block-spacing)
(#259) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#259) Requires a space before '}'. (block-spacing)
(#259) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#259) Missing whitespace after semicolon. (semi-spacing)
(#259) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#259) Operator '=' must be spaced. (space-infix-ops)
(#259) Function has a complexity of 21. Maximum allowed is 20. (complexity)
(#259) Requires a space after '{'. (block-spacing)
(#259) Statement inside of curly braces should be on next line. (brace-style)
(#259) Missing space before opening brace. (space-before-blocks)
(#259) Operator '=' must be spaced. (space-infix-ops)
(#259) A space is required after ','. (comma-spacing)
(#259) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#259) Operator '=' must be spaced. (space-infix-ops)
(#259) Missing whitespace after semicolon. (semi-spacing)
(#259) Requires a space after '{'. (block-spacing)
(#259) Statement inside of curly braces should be on next line. (brace-style)
(#259) Missing space before opening brace. (space-before-blocks)
(#259) Operator '=' must be spaced. (space-infix-ops)
(#259) Operator '||' must be spaced. (space-infix-ops)
(#259) Operator '||' must be spaced. (space-infix-ops)
(#259) Missing whitespace after semicolon. (semi-spacing)
(#259) Operator '=' must be spaced. (space-infix-ops)
(#259) Operator '||' must be spaced. (space-infix-ops)
(#259) Operator '&&' must be spaced. (space-infix-ops)
(#259) Operator '||' must be spaced. (space-infix-ops)
(#259) Requires a space before '}'. (block-spacing)
(#259) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#259) Missing semicolon. (@babel/semi)
(#259) Missing whitespace after semicolon. (semi-spacing)
(#259) Missing whitespace after semicolon. (semi-spacing)
(#259) Operator '=' must be spaced. (space-infix-ops)
(#259) Operator '!==' must be spaced. (space-infix-ops)
(#259) Operator '&&' must be spaced. (space-infix-ops)
(#259) Missing whitespace after semicolon. (semi-spacing)
(#259) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#259) Operator '||' must be spaced. (space-infix-ops)
(#259) Operator '||' must be spaced. (space-infix-ops)
(#259) Operator '||' must be spaced. (space-infix-ops)
(#259) Operator '||' must be spaced. (space-infix-ops)
(#259) Operator '||' must be spaced. (space-infix-ops)
(#259) Operator '!==' must be spaced. (space-infix-ops)
(#259) Operator '&&' must be spaced. (space-infix-ops)
(#259) Operator '||' must be spaced. (space-infix-ops)
(#259) Operator '!==' must be spaced. (space-infix-ops)
(#259) Operator '&&' must be spaced. (space-infix-ops)
(#259) Operator '||' must be spaced. (space-infix-ops)
(#259) Operator '?' must be spaced. (space-infix-ops)
(#259) Operator '&&' must be spaced. (space-infix-ops)
(#259) A space is required after ','. (comma-spacing)
(#259) Operator '=' must be spaced. (space-infix-ops)
(#260) This line has a length of 508. Maximum allowed is 132. (max-len)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) Operator '||' must be spaced. (space-infix-ops)
(#260) Operator '=' must be spaced. (space-infix-ops)
(#260) Operator '||' must be spaced. (space-infix-ops)
(#260) Operator '!==' must be spaced. (space-infix-ops)
(#260) Operator '&&' must be spaced. (space-infix-ops)
(#260) Operator '||' must be spaced. (space-infix-ops)
(#260) Operator '!==' must be spaced. (space-infix-ops)
(#260) Operator '&&' must be spaced. (space-infix-ops)
(#260) Operator ':' must be spaced. (space-infix-ops)
(#260) Operator '&&' must be spaced. (space-infix-ops)
(#260) Missing whitespace after semicolon. (semi-spacing)
(#260) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#260) Operator '&&' must be spaced. (space-infix-ops)
(#260) Operator '&&' must be spaced. (space-infix-ops)
(#260) Operator '=' must be spaced. (space-infix-ops)
(#260) Missing whitespace after semicolon. (semi-spacing)
(#260) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#260) A space is required after ','. (comma-spacing)
(#260) Requires a space before '}'. (block-spacing)
(#260) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#260) Missing semicolon. (@babel/semi)
(#260) Missing whitespace after semicolon. (semi-spacing)
(#260) Operator '=' must be spaced. (space-infix-ops)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) Requires a space after '{'. (block-spacing)
(#260) Statement inside of curly braces should be on next line. (brace-style)
(#260) Missing space before opening brace. (space-before-blocks)
(#260) Operator '=' must be spaced. (space-infix-ops)
(#260) A space is required after ','. (comma-spacing)
(#260) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#260) Operator '=' must be spaced. (space-infix-ops)
(#260) Missing whitespace after semicolon. (semi-spacing)
(#260) Operator '=' must be spaced. (space-infix-ops)
(#260) A space is required after ','. (comma-spacing)
(#260) Missing whitespace after semicolon. (semi-spacing)
(#260) Requires a space after '{'. (block-spacing)
(#260) Statement inside of curly braces should be on next line. (brace-style)
(#260) Missing space before opening brace. (space-before-blocks)
(#260) Requires a space before '}'. (block-spacing)
(#260) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#260) Missing semicolon. (@babel/semi)
(#260) Missing whitespace after semicolon. (semi-spacing)
(#260) Operator '=' must be spaced. (space-infix-ops)
(#260) A space is required after ','. (comma-spacing)
(#260) Missing space before value for key 'min'. (key-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) Missing space before value for key 'max'. (key-spacing)
(#260) Missing whitespace after semicolon. (semi-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) Requires a space after '{'. (block-spacing)
(#260) Statement inside of curly braces should be on next line. (brace-style)
(#260) Missing space before opening brace. (space-before-blocks)
(#260) Operator '=' must be spaced. (space-infix-ops)
(#260) Missing whitespace after semicolon. (semi-spacing)
(#260) Operator '=' must be spaced. (space-infix-ops)
(#260) Missing whitespace after semicolon. (semi-spacing)
(#260) Operator '=' must be spaced. (space-infix-ops)
(#260) Missing whitespace after semicolon. (semi-spacing)
(#260) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#260) Operator '&&' must be spaced. (space-infix-ops)
(#260) Requires a space before '}'. (block-spacing)
(#260) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#260) Missing semicolon. (@babel/semi)
(#260) Requires a space before '}'. (block-spacing)
(#260) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#260) Missing semicolon. (@babel/semi)
(#261) This line has a length of 508. Maximum allowed is 132. (max-len)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) A space is required after ','. (comma-spacing)
(#261) Requires a space after '{'. (block-spacing)
(#261) Statement inside of curly braces should be on next line. (brace-style)
(#261) Missing space before opening brace. (space-before-blocks)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) A space is required after ','. (comma-spacing)
(#261) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) A space is required after ','. (comma-spacing)
(#261) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) A space is required after ','. (comma-spacing)
(#261) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) A space is required after ','. (comma-spacing)
(#261) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) Missing whitespace after semicolon. (semi-spacing)
(#261) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) Missing space before value for key 'newMin'. (key-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) Missing space before value for key 'newMax'. (key-spacing)
(#261) Missing whitespace after semicolon. (semi-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) Requires a space after '{'. (block-spacing)
(#261) Statement inside of curly braces should be on next line. (brace-style)
(#261) Missing space before opening brace. (space-before-blocks)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) A space is required after ','. (comma-spacing)
(#261) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) Missing whitespace after semicolon. (semi-spacing)
(#261) Expected space(s) after "if". (keyword-spacing)
(#261) Operator '!==' must be spaced. (space-infix-ops)
(#261) Operator '||' must be spaced. (space-infix-ops)
(#261) Operator '!==' must be spaced. (space-infix-ops)
(#261) Expected { after 'if' condition. (curly)
(#261) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#261) Operator '||' must be spaced. (space-infix-ops)
(#261) Operator '&&' must be spaced. (space-infix-ops)
(#261) Operator '<' must be spaced. (space-infix-ops)
(#261) Operator '&&' must be spaced. (space-infix-ops)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) A space is required after ','. (comma-spacing)
(#261) Operator '>' must be spaced. (space-infix-ops)
(#261) Operator '&&' must be spaced. (space-infix-ops)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) A space is required after ','. (comma-spacing)
(#261) Operator '&&' must be spaced. (space-infix-ops)
(#261) Operator '<' must be spaced. (space-infix-ops)
(#261) Operator '&&' must be spaced. (space-infix-ops)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) A space is required after ','. (comma-spacing)
(#261) Operator '>' must be spaced. (space-infix-ops)
(#261) Operator '&&' must be spaced. (space-infix-ops)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) Unexpected use of comma operator. (no-sequences)
(#261) A space is required after ','. (comma-spacing)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) Operator '!==' must be spaced. (space-infix-ops)
(#261) Operator '||' must be spaced. (space-infix-ops)
(#261) Operator '!==' must be spaced. (space-infix-ops)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) Missing space before value for key 'trigger'. (key-spacing)
(#261) Missing whitespace after semicolon. (semi-spacing)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) Requires a space before '}'. (block-spacing)
(#261) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#261) Missing semicolon. (@babel/semi)
(#261) Missing whitespace after semicolon. (semi-spacing)
(#261) Requires a space before '}'. (block-spacing)
(#261) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#261) Missing semicolon. (@babel/semi)
(#261) Missing whitespace after semicolon. (semi-spacing)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) Requires a space after '{'. (block-spacing)
(#261) Statement inside of curly braces should be on next line. (brace-style)
(#261) Missing space before opening brace. (space-before-blocks)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#262) This line has a length of 509. Maximum allowed is 132. (max-len)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) Operator '||' must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#262) A space is required after ','. (comma-spacing)
(#262) Operator '-' must be spaced. (space-infix-ops)
(#262) Operator '+' must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#262) A space is required after ','. (comma-spacing)
(#262) Operator '-' must be spaced. (space-infix-ops)
(#262) Operator '+' must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#262) A space is required after ','. (comma-spacing)
(#262) Operator '+' must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#262) A space is required after ','. (comma-spacing)
(#262) Operator '+' must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) Operator '-' must be spaced. (space-infix-ops)
(#262) Operator '-' must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) Operator '-' must be spaced. (space-infix-ops)
(#262) Operator '-' must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) Operator '?' must be spaced. (space-infix-ops)
(#262) Operator ':' must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) Operator '?' must be spaced. (space-infix-ops)
(#262) Operator ':' must be spaced. (space-infix-ops)
(#262) Requires a space before '}'. (block-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Missing semicolon. (@babel/semi)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#263) This line has a length of 511. Maximum allowed is 132. (max-len)
(#263) Expected space(s) after "return". (keyword-spacing)
(#263) Missing space before value for key 'min'. (key-spacing)
(#263) Operator '?' must be spaced. (space-infix-ops)
(#263) Operator ':' must be spaced. (space-infix-ops)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'max'. (key-spacing)
(#263) Operator '?' must be spaced. (space-infix-ops)
(#263) Operator ':' must be spaced. (space-infix-ops)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'dataMin'. (key-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'dataMax'. (key-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'userMin'. (key-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'userMax'. (key-spacing)
(#263) Requires a space before '}'. (block-spacing)
(#263) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#263) Missing semicolon. (@babel/semi)
(#263) Missing whitespace after semicolon. (semi-spacing)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Requires a space after '{'. (block-spacing)
(#263) Statement inside of curly braces should be on next line. (brace-style)
(#263) Missing space before opening brace. (space-before-blocks)
(#263) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) A space is required after ','. (comma-spacing)
(#263) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Operator '?' must be spaced. (space-infix-ops)
(#263) Operator ':' must be spaced. (space-infix-ops)
(#263) Missing whitespace after semicolon. (semi-spacing)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Operator '?' must be spaced. (space-infix-ops)
(#263) Operator ':' must be spaced. (space-infix-ops)
(#263) Missing whitespace after semicolon. (semi-spacing)
(#263) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#263) Do not nest ternary expressions. (no-nested-ternary)
(#263) Operator '===' must be spaced. (space-infix-ops)
(#263) Operator '||' must be spaced. (space-infix-ops)
(#263) Operator '===' must be spaced. (space-infix-ops)
(#263) Operator '?' must be spaced. (space-infix-ops)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Operator ':' must be spaced. (space-infix-ops)
(#263) Do not nest ternary expressions. (no-nested-ternary)
(#263) Operator '===' must be spaced. (space-infix-ops)
(#263) Operator '?' must be spaced. (space-infix-ops)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Operator ':' must be spaced. (space-infix-ops)
(#263) Operator '>' must be spaced. (space-infix-ops)
(#263) Operator '?' must be spaced. (space-infix-ops)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Operator ':' must be spaced. (space-infix-ops)
(#263) Operator '<' must be spaced. (space-infix-ops)
(#263) Operator '&&' must be spaced. (space-infix-ops)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Missing whitespace after semicolon. (semi-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Requires a space before '}'. (block-spacing)
(#263) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#263) Missing semicolon. (@babel/semi)
(#263) Missing whitespace after semicolon. (semi-spacing)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Requires a space after '{'. (block-spacing)
(#263) Statement inside of curly braces should be on next line. (brace-style)
(#263) Missing space before opening brace. (space-before-blocks)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) A space is required after ','. (comma-spacing)
(#263) Operator '-' must be spaced. (space-infix-ops)
(#263) Operator '*' must be spaced. (space-infix-ops)
(#263) Operator '+' must be spaced. (space-infix-ops)
(#263) Operator '%' must be spaced. (space-infix-ops)
(#263) Missing whitespace after semicolon. (semi-spacing)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Missing space before value for key 'align'. (key-spacing)
(#263) Missing whitespace after semicolon. (semi-spacing)
(#263) A space is required after ','. (comma-spacing)
(#264) This line has a length of 562. Maximum allowed is 132. (max-len)
(#264) A space is required after ','. (comma-spacing)
(#264) Requires a space after '{'. (block-spacing)
(#264) Statement inside of curly braces should be on next line. (brace-style)
(#264) Missing space before opening brace. (space-before-blocks)
(#264) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#264) Operator '<' must be spaced. (space-infix-ops)
(#264) Operator '&&' must be spaced. (space-infix-ops)
(#264) Operator '>' must be spaced. (space-infix-ops)
(#264) Operator '?' must be spaced. (space-infix-ops)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) Operator ':' must be spaced. (space-infix-ops)
(#264) Operator '<' must be spaced. (space-infix-ops)
(#264) Operator '&&' must be spaced. (space-infix-ops)
(#264) Operator '>' must be spaced. (space-infix-ops)
(#264) Operator '&&' must be spaced. (space-infix-ops)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) Requires a space before '}'. (block-spacing)
(#264) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#264) Missing semicolon. (@babel/semi)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) Requires a space before '}'. (block-spacing)
(#264) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#264) Missing semicolon. (@babel/semi)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) Requires a space after '{'. (block-spacing)
(#264) Statement inside of curly braces should be on next line. (brace-style)
(#264) Missing space before opening brace. (space-before-blocks)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) A space is required after ','. (comma-spacing)
(#264) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) Operator '===' must be spaced. (space-infix-ops)
(#264) Operator '?' must be spaced. (space-infix-ops)
(#264) Operator ':' must be spaced. (space-infix-ops)
(#264) A space is required after ','. (comma-spacing)
(#264) Operator '===' must be spaced. (space-infix-ops)
(#264) Operator '&&' must be spaced. (space-infix-ops)
(#264) Operator '&&' must be spaced. (space-infix-ops)
(#264) Operator '?' must be spaced. (space-infix-ops)
(#264) Operator ':' must be spaced. (space-infix-ops)
(#264) A space is required after ','. (comma-spacing)
(#264) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) Operator '===' must be spaced. (space-infix-ops)
(#264) Operator '?' must be spaced. (space-infix-ops)
(#264) Operator ':' must be spaced. (space-infix-ops)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) Expected space(s) after "if". (keyword-spacing)
(#264) Operator '&&' must be spaced. (space-infix-ops)
(#264) Requires a space after '{'. (block-spacing)
(#264) Statement inside of curly braces should be on next line. (brace-style)
(#264) Missing space before opening brace. (space-before-blocks)
(#264) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#264) Operator '===' must be spaced. (space-infix-ops)
(#264) Operator '+' must be spaced. (space-infix-ops)
(#264) Operator '&&' must be spaced. (space-infix-ops)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) A space is required after ','. (comma-spacing)
(#264) Requires a space before '}'. (block-spacing)
(#264) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#264) Missing semicolon. (@babel/semi)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) 'e' declared on line 264 column 334 is used outside of binding context. (block-scoped-var)
(#264) Missing space before value for key 'tickSize'. (key-spacing)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) Requires a space before '}'. (block-spacing)
(#264) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#264) Missing semicolon. (@babel/semi)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) Requires a space after '{'. (block-spacing)
(#264) Statement inside of curly braces should be on next line. (brace-style)
(#264) Missing space before opening brace. (space-before-blocks)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) Operator '&&' must be spaced. (space-infix-ops)
(#264) Operator '||' must be spaced. (space-infix-ops)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#265) This line has a length of 503. Maximum allowed is 132. (max-len)
(#265) Operator '&&' must be spaced. (space-infix-ops)
(#265) Requires a space before '}'. (block-spacing)
(#265) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#265) Missing semicolon. (@babel/semi)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Requires a space after '{'. (block-spacing)
(#265) Statement inside of curly braces should be on next line. (brace-style)
(#265) Missing space before opening brace. (space-before-blocks)
(#265) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) A space is required after ','. (comma-spacing)
(#265) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) A space is required after ','. (comma-spacing)
(#265) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) A space is required after ','. (comma-spacing)
(#265) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Operator '/' must be spaced. (space-infix-ops)
(#265) Operator '?' must be spaced. (space-infix-ops)
(#265) Operator ':' must be spaced. (space-infix-ops)
(#265) Operator '+' must be spaced. (space-infix-ops)
(#265) Operator '-' must be spaced. (space-infix-ops)
(#265) Operator '/' must be spaced. (space-infix-ops)
(#265) A space is required after ','. (comma-spacing)
(#265) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) A space is required after ','. (comma-spacing)
(#265) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) A space is required after ','. (comma-spacing)
(#265) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Operator '-' must be spaced. (space-infix-ops)
(#265) A space is required after ','. (comma-spacing)
(#265) A space is required after ','. (comma-spacing)
(#265) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Requires a space after '{'. (block-spacing)
(#265) Statement inside of curly braces should be on next line. (brace-style)
(#265) Missing space before opening brace. (space-before-blocks)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Operator '/' must be spaced. (space-infix-ops)
(#265) Operator '||' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Operator '<' must be spaced. (space-infix-ops)
(#265) Operator '?' must be spaced. (space-infix-ops)
(#265) Operator ':' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#265) Operator '*' must be spaced. (space-infix-ops)
(#265) Operator '>' must be spaced. (space-infix-ops)
(#265) Operator '&&' must be spaced. (space-infix-ops)
(#265) Operator '!==' must be spaced. (space-infix-ops)
(#265) Operator '&&' must be spaced. (space-infix-ops)
(#265) Operator '!==' must be spaced. (space-infix-ops)
(#265) Operator '&&' must be spaced. (space-infix-ops)
(#265) Operator '&&' must be spaced. (space-infix-ops)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Operator '/' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Operator '*' must be spaced. (space-infix-ops)
(#265) Requires a space before '}'. (block-spacing)
(#265) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#265) Missing semicolon. (@babel/semi)
(#265) A space is required after ','. (comma-spacing)
(#265) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) A space is required after ','. (comma-spacing)
(#265) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#265) A space is required after ','. (comma-spacing)
(#265) A space is required after ','. (comma-spacing)
(#265) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Expected space(s) after "if". (keyword-spacing)
(#265) Requires a space after '{'. (block-spacing)
(#265) Statement inside of curly braces should be on next line. (brace-style)
(#265) Missing space before opening brace. (space-before-blocks)
(#265) Expected space(s) after "if". (keyword-spacing)
(#265) Operator '&&' must be spaced. (space-infix-ops)
(#265) Expected { after 'if' condition. (curly)
(#265) Expected space(s) before "if". (keyword-spacing)
(#265) Expected space(s) after "if". (keyword-spacing)
(#265) Expected { after 'if' condition. (curly)
(#265) Expected space(s) before "var". (keyword-spacing)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Expected { after 'else'. (curly)
(#265) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#265) Operator '<' must be spaced. (space-infix-ops)
(#265) Operator '&&' must be spaced. (space-infix-ops)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#265) Operator '&&' must be spaced. (space-infix-ops)
(#266) This line has a length of 513. Maximum allowed is 132. (max-len)
(#266) Requires a space after '{'. (block-spacing)
(#266) Statement inside of curly braces should be on next line. (brace-style)
(#266) Missing space before opening brace. (space-before-blocks)
(#266) Expected space(s) after "if". (keyword-spacing)
(#266) Operator '===' must be spaced. (space-infix-ops)
(#266) Operator '||' must be spaced. (space-infix-ops)
(#266) Operator '&&' must be spaced. (space-infix-ops)
(#266) Operator '<=' must be spaced. (space-infix-ops)
(#266) Operator '&&' must be spaced. (space-infix-ops)
(#266) Operator '>=' must be spaced. (space-infix-ops)
(#266) Requires a space after '{'. (block-spacing)
(#266) Statement inside of curly braces should be on next line. (brace-style)
(#266) Missing space before opening brace. (space-before-blocks)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) Operator '/' must be spaced. (space-infix-ops)
(#266) Operator '*' must be spaced. (space-infix-ops)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) Operator '+' must be spaced. (space-infix-ops)
(#266) Operator '/' must be spaced. (space-infix-ops)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#266) Operator '<' must be spaced. (space-infix-ops)
(#266) Operator '&&' must be spaced. (space-infix-ops)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) A space is required after ','. (comma-spacing)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) A space is required after ','. (comma-spacing)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) Requires a space before '}'. (block-spacing)
(#266) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#266) Missing semicolon. (@babel/semi)
(#266) Requires a space before '}'. (block-spacing)
(#266) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#266) Requires a space before '}'. (block-spacing)
(#266) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#266) Missing semicolon. (@babel/semi)
(#266) Expected space(s) before "else". (keyword-spacing)
(#266) Expected { after 'else'. (curly)
(#266) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#266) Operator '||' must be spaced. (space-infix-ops)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) 'q' declared on line 265 column 448 is used outside of binding context. (block-scoped-var)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) A space is required after ','. (comma-spacing)
(#266) Operator '?' must be spaced. (space-infix-ops)
(#266) Operator ':' must be spaced. (space-infix-ops)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) Requires a space before '}'. (block-spacing)
(#266) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#266) Missing semicolon. (@babel/semi)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) Requires a space after '{'. (block-spacing)
(#266) Statement inside of curly braces should be on next line. (brace-style)
(#266) Missing space before opening brace. (space-before-blocks)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) A space is required after ','. (comma-spacing)
(#266) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) A space is required after ','. (comma-spacing)
(#266) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) A space is required after ','. (comma-spacing)
(#266) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) Operator '-' must be spaced. (space-infix-ops)
(#266) Operator '?' must be spaced. (space-infix-ops)
(#266) Operator ':' must be spaced. (space-infix-ops)
(#266) A space is required after ','. (comma-spacing)
(#266) A space is required after ','. (comma-spacing)
(#266) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) Expected space(s) after "if". (keyword-spacing)
(#266) Operator '&&' must be spaced. (space-infix-ops)
(#266) Expected { after 'if' condition. (curly)
(#266) Expected space(s) before "return". (keyword-spacing)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) Expected space(s) after "if". (keyword-spacing)
(#266) Operator '&&' must be spaced. (space-infix-ops)
(#266) Operator '>' must be spaced. (space-infix-ops)
(#266) Expected { after 'if' condition. (curly)
(#266) Expected space(s) before "return". (keyword-spacing)
(#266) Operator '?' must be spaced. (space-infix-ops)
(#266) Operator ':' must be spaced. (space-infix-ops)
(#266) Operator '||' must be spaced. (space-infix-ops)
(#266) Operator '*' must be spaced. (space-infix-ops)
(#266) Operator '/' must be spaced. (space-infix-ops)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) Expected space(s) after "if". (keyword-spacing)
(#266) Requires a space after '{'. (block-spacing)
(#266) Statement inside of curly braces should be on next line. (brace-style)
(#266) Missing space before opening brace. (space-before-blocks)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#267) This line has a length of 522. Maximum allowed is 132. (max-len)
(#267) Expected space(s) after "if". (keyword-spacing)
(#267) Operator '!==' must be spaced. (space-infix-ops)
(#267) Expected { after 'if' condition. (curly)
(#267) Expected space(s) before "return". (keyword-spacing)
(#267) A space is required after ','. (comma-spacing)
(#267) Missing whitespace after semicolon. (semi-spacing)
(#267) Expected space(s) after "if". (keyword-spacing)
(#267) Expected { after 'if' condition. (curly)
(#267) Expected space(s) before "return". (keyword-spacing)
(#267) Operator '-' must be spaced. (space-infix-ops)
(#267) Requires a space before '}'. (block-spacing)
(#267) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#267) Missing semicolon. (@babel/semi)
(#267) Expected space(s) before "return". (keyword-spacing)
(#267) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#267) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#267) Operator '*' must be spaced. (space-infix-ops)
(#267) Requires a space before '}'. (block-spacing)
(#267) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#267) Missing semicolon. (@babel/semi)
(#267) Missing whitespace after semicolon. (semi-spacing)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) Function has a complexity of 21. Maximum allowed is 20. (complexity)
(#267) Requires a space after '{'. (block-spacing)
(#267) Statement inside of curly braces should be on next line. (brace-style)
(#267) Missing space before opening brace. (space-before-blocks)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) A space is required after ','. (comma-spacing)
(#267) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) A space is required after ','. (comma-spacing)
(#267) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) A space is required after ','. (comma-spacing)
(#267) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) A space is required after ','. (comma-spacing)
(#267) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) A space is required after ','. (comma-spacing)
(#267) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) A space is required after ','. (comma-spacing)
(#267) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) A space is required after ','. (comma-spacing)
(#267) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) A space is required after ','. (comma-spacing)
(#267) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) A space is required after ','. (comma-spacing)
(#267) Operator '-' must be spaced. (space-infix-ops)
(#267) Operator '*' must be spaced. (space-infix-ops)
(#267) A space is required after ','. (comma-spacing)
(#267) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) A space is required after ','. (comma-spacing)
(#267) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) A space is required after ','. (comma-spacing)
(#267) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) A space is required after ','. (comma-spacing)
(#267) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) Missing whitespace after semicolon. (semi-spacing)
(#267) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#267) Operator '||' must be spaced. (space-infix-ops)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) Operator '||' must be spaced. (space-infix-ops)
(#267) Missing whitespace after semicolon. (semi-spacing)
(#267) Requires a space after '{'. (block-spacing)
(#267) Statement inside of curly braces should be on next line. (brace-style)
(#267) Missing space before opening brace. (space-before-blocks)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) Missing whitespace after semicolon. (semi-spacing)
(#267) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#267) Operator '&&' must be spaced. (space-infix-ops)
(#267) Missing whitespace after semicolon. (semi-spacing)
(#267) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#267) Operator '&&' must be spaced. (space-infix-ops)
(#267) Operator '&&' must be spaced. (space-infix-ops)
(#267) Operator '>' must be spaced. (space-infix-ops)
(#267) Operator '&&' must be spaced. (space-infix-ops)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) Requires a space before '}'. (block-spacing)
(#267) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#267) Missing semicolon. (@babel/semi)
(#268) This line has a length of 545. Maximum allowed is 132. (max-len)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Missing whitespace after semicolon. (semi-spacing)
(#268) Expected space(s) after "if". (keyword-spacing)
(#268) Expected { after 'if' condition. (curly)
(#268) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#268) Operator '>' must be spaced. (space-infix-ops)
(#268) Operator '&&' must be spaced. (space-infix-ops)
(#268) Operator '>' must be spaced. (space-infix-ops)
(#268) Operator '?' must be spaced. (space-infix-ops)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Operator ':' must be spaced. (space-infix-ops)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Missing whitespace after semicolon. (semi-spacing)
(#268) Expected space(s) after "if". (keyword-spacing)
(#268) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#268) Requires a space after '{'. (block-spacing)
(#268) Statement inside of curly braces should be on next line. (brace-style)
(#268) Missing space before opening brace. (space-before-blocks)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Missing whitespace after semicolon. (semi-spacing)
(#268) Expected space(s) after "if". (keyword-spacing)
(#268) Requires a space after '{'. (block-spacing)
(#268) Statement inside of curly braces should be on next line. (brace-style)
(#268) Missing space before opening brace. (space-before-blocks)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Missing whitespace after semicolon. (semi-spacing)
(#268) Expected space(s) after "for". (keyword-spacing)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Missing whitespace after semicolon. (semi-spacing)
(#268) 'g' is not modified in this loop. (no-unmodified-loop-condition)
(#268) Operator '&&' must be spaced. (space-infix-ops)
(#268) Requires a space after '{'. (block-spacing)
(#268) Statement inside of curly braces should be on next line. (brace-style)
(#268) Missing space before opening brace. (space-before-blocks)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Missing whitespace after semicolon. (semi-spacing)
(#268) Expected space(s) after "if". (keyword-spacing)
(#268) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Expected { after 'if' condition. (curly)
(#268) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#268) Operator '&&' must be spaced. (space-infix-ops)
(#268) Operator '===' must be spaced. (space-infix-ops)
(#268) Operator '?' must be spaced. (space-infix-ops)
(#268) Missing space before value for key 'textOverflow'. (key-spacing)
(#268) Operator ':' must be spaced. (space-infix-ops)
(#268) Operator '>' must be spaced. (space-infix-ops)
(#268) Operator '&&' must be spaced. (space-infix-ops)
(#268) Missing space before value for key 'width'. (key-spacing)
(#268) Operator '+' must be spaced. (space-infix-ops)
(#268) Unexpected use of comma operator. (no-sequences)
(#268) A space is required after ','. (comma-spacing)
(#268) Operator '>' must be spaced. (space-infix-ops)
(#268) Operator '/' must be spaced. (space-infix-ops)
(#268) Operator '-' must be spaced. (space-infix-ops)
(#268) Operator '-' must be spaced. (space-infix-ops)
(#268) Operator '&&' must be spaced. (space-infix-ops)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Requires a space before '}'. (block-spacing)
(#268) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#268) Missing semicolon. (@babel/semi)
(#268) Requires a space before '}'. (block-spacing)
(#268) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#268) Requires a space before '}'. (block-spacing)
(#268) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#268) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#268) Operator '&&' must be spaced. (space-infix-ops)
(#268) 'p' declared on line 268 column 121 is used outside of binding context. (block-scoped-var)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Operator '>' must be spaced. (space-infix-ops)
(#268) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#268) Operator '*' must be spaced. (space-infix-ops)
(#268) Operator '?' must be spaced. (space-infix-ops)
(#268) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#268) Operator '*' must be spaced. (space-infix-ops)
(#268) Operator ':' must be spaced. (space-infix-ops)
(#268) A space is required after ','. (comma-spacing)
(#268) Operator '||' must be spaced. (space-infix-ops)
(#268) 'q' declared on line 268 column 136 is used outside of binding context. (block-scoped-var)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Missing whitespace after semicolon. (semi-spacing)
(#268) Expected space(s) after "if". (keyword-spacing)
(#268) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Operator '||' must be spaced. (space-infix-ops)
(#268) Expected { after 'if' condition. (curly)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#269) This line has a length of 552. Maximum allowed is 132. (max-len)
(#269) Missing whitespace after semicolon. (semi-spacing)
(#269) Requires a space after '{'. (block-spacing)
(#269) Statement inside of curly braces should be on next line. (brace-style)
(#269) Missing space before opening brace. (space-before-blocks)
(#269) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#269) Operator '=' must be spaced. (space-infix-ops)
(#269) Operator '=' must be spaced. (space-infix-ops)
(#269) Operator '&&' must be spaced. (space-infix-ops)
(#269) A space is required after ','. (comma-spacing)
(#269) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#269) Operator '=' must be spaced. (space-infix-ops)
(#269) A space is required after ','. (comma-spacing)
(#269) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#269) Operator '=' must be spaced. (space-infix-ops)
(#269) Missing whitespace after semicolon. (semi-spacing)
(#269) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#269) Operator '&&' must be spaced. (space-infix-ops)
(#269) A space is required after ','. (comma-spacing)
(#269) Do not nest ternary expressions. (no-nested-ternary)
(#269) Operator '?' must be spaced. (space-infix-ops)
(#269) Operator ':' must be spaced. (space-infix-ops)
(#269) 'p' declared on line 268 column 121 is used outside of binding context. (block-scoped-var)
(#269) Operator '&&' must be spaced. (space-infix-ops)
(#269) Operator '&&' must be spaced. (space-infix-ops)
(#269) Operator '!==' must be spaced. (space-infix-ops)
(#269) Operator '&&' must be spaced. (space-infix-ops)
(#269) 'p' declared on line 268 column 121 is used outside of binding context. (block-scoped-var)
(#269) Operator '<' must be spaced. (space-infix-ops)
(#269) Operator '||' must be spaced. (space-infix-ops)
(#269) Operator '===' must be spaced. (space-infix-ops)
(#269) Operator '?' must be spaced. (space-infix-ops)
(#269) Operator '=' must be spaced. (space-infix-ops)
(#269) 'p' declared on line 268 column 121 is used outside of binding context. (block-scoped-var)
(#269) Operator '+' must be spaced. (space-infix-ops)
(#269) A space is required after ','. (comma-spacing)
(#269) Operator '||' must be spaced. (space-infix-ops)
(#269) Operator '=' must be spaced. (space-infix-ops)
(#269) Operator '||' must be spaced. (space-infix-ops)
(#269) 'q' declared on line 268 column 136 is used outside of binding context. (block-scoped-var)
(#269) A space is required after ','. (comma-spacing)
(#269) Operator ':' must be spaced. (space-infix-ops)
(#269) Operator '&&' must be spaced. (space-infix-ops)
(#269) Operator '&&' must be spaced. (space-infix-ops)
(#269) Operator '&&' must be spaced. (space-infix-ops)
(#269) Operator '&&' must be spaced. (space-infix-ops)
(#269) Missing space before value for key 'width'. (key-spacing)
(#269) A space is required after ','. (comma-spacing)
(#269) A space is required after ','. (comma-spacing)
(#269) Operator '=' must be spaced. (space-infix-ops)
(#269) Requires a space before '}'. (block-spacing)
(#269) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#269) Missing semicolon. (@babel/semi)
(#269) A space is required after ','. (comma-spacing)
(#269) Missing whitespace after semicolon. (semi-spacing)
(#269) Operator '=' must be spaced. (space-infix-ops)
(#269) A space is required after ','. (comma-spacing)
(#269) Operator '||' must be spaced. (space-infix-ops)
(#269) A space is required after ','. (comma-spacing)
(#269) Operator '!==' must be spaced. (space-infix-ops)
(#269) Requires a space before '}'. (block-spacing)
(#269) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#269) Missing semicolon. (@babel/semi)
(#269) Missing whitespace after semicolon. (semi-spacing)
(#269) Operator '=' must be spaced. (space-infix-ops)
(#269) Requires a space after '{'. (block-spacing)
(#269) Statement inside of curly braces should be on next line. (brace-style)
(#269) Missing space before opening brace. (space-before-blocks)
(#269) Requires a space after '{'. (block-spacing)
(#269) Statement inside of curly braces should be on next line. (brace-style)
(#269) Missing space before opening brace. (space-before-blocks)
(#269) Requires a space before '}'. (block-spacing)
(#269) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#269) Missing semicolon. (@babel/semi)
(#269) Operator '||' must be spaced. (space-infix-ops)
(#270) This line has a length of 535. Maximum allowed is 132. (max-len)
(#270) Operator '&&' must be spaced. (space-infix-ops)
(#270) Operator '&&' must be spaced. (space-infix-ops)
(#270) Requires a space before '}'. (block-spacing)
(#270) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#270) Missing semicolon. (@babel/semi)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) Requires a space after '{'. (block-spacing)
(#270) Statement inside of curly braces should be on next line. (brace-style)
(#270) Missing space before opening brace. (space-before-blocks)
(#270) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#270) Operator '||' must be spaced. (space-infix-ops)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) Operator '||' must be spaced. (space-infix-ops)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) Operator '?' must be spaced. (space-infix-ops)
(#270) Missing space before value for key 'low'. (key-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) Missing space before value for key 'middle'. (key-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) Missing space before value for key 'high'. (key-spacing)
(#270) Operator ':' must be spaced. (space-infix-ops)
(#270) Missing space before value for key 'low'. (key-spacing)
(#270) Operator '?' must be spaced. (space-infix-ops)
(#270) Operator ':' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Missing space before value for key 'middle'. (key-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) Missing space before value for key 'high'. (key-spacing)
(#270) Operator '?' must be spaced. (space-infix-ops)
(#270) Operator ':' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) Operator '||' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) Missing space before value for key 'zIndex'. (key-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) Missing space before value for key 'rotation'. (key-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) Missing space before value for key 'align'. (key-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) Operator '||' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#271) This line has a length of 503. Maximum allowed is 132. (max-len)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#271) Operator '||' must be spaced. (space-infix-ops)
(#271) Operator '||' must be spaced. (space-infix-ops)
(#271) Operator '||' must be spaced. (space-infix-ops)
(#271) Missing space before value for key 'width'. (key-spacing)
(#271) Operator '+' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#271) Operator '?' must be spaced. (space-infix-ops)
(#271) Operator ':' must be spaced. (space-infix-ops)
(#271) Requires a space before '}'. (block-spacing)
(#271) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#271) Missing semicolon. (@babel/semi)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Requires a space after '{'. (block-spacing)
(#271) Statement inside of curly braces should be on next line. (brace-style)
(#271) Missing space before opening brace. (space-before-blocks)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#271) Operator '?' must be spaced. (space-infix-ops)
(#271) Operator ':' must be spaced. (space-infix-ops)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Requires a space before '}'. (block-spacing)
(#271) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#271) Missing semicolon. (@babel/semi)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Function has a complexity of 38. Maximum allowed is 20. (complexity)
(#271) Requires a space after '{'. (block-spacing)
(#271) Statement inside of curly braces should be on next line. (brace-style)
(#271) Missing space before opening brace. (space-before-blocks)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Operator '&&' must be spaced. (space-infix-ops)
(#271) Operator '?' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Operator ':' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#272) This line has a length of 519. Maximum allowed is 132. (max-len)
(#272) A space is required after ','. (comma-spacing)
(#272) A space is required after ','. (comma-spacing)
(#272) A space is required after ','. (comma-spacing)
(#272) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) A space is required after ','. (comma-spacing)
(#272) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#272) A space is required after ','. (comma-spacing)
(#272) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) A space is required after ','. (comma-spacing)
(#272) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) A space is required after ','. (comma-spacing)
(#272) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) Missing whitespace after semicolon. (semi-spacing)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) Operator '||' must be spaced. (space-infix-ops)
(#272) Missing whitespace after semicolon. (semi-spacing)
(#272) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) Operator '&&' must be spaced. (space-infix-ops)
(#272) Operator '||' must be spaced. (space-infix-ops)
(#272) Missing whitespace after semicolon. (semi-spacing)
(#272) Expected space(s) after "if". (keyword-spacing)
(#272) Requires a space after '{'. (block-spacing)
(#272) Statement inside of curly braces should be on next line. (brace-style)
(#272) Missing space before opening brace. (space-before-blocks)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) A space is required after ','. (comma-spacing)
(#272) A space is required after ','. (comma-spacing)
(#272) Requires a space after '{'. (block-spacing)
(#272) Statement inside of curly braces should be on next line. (brace-style)
(#272) Missing space before opening brace. (space-before-blocks)
(#272) Missing space before value for key 'zIndex'. (key-spacing)
(#272) Operator '+' must be spaced. (space-infix-ops)
(#272) Operator '+' must be spaced. (space-infix-ops)
(#272) Operator '+' must be spaced. (space-infix-ops)
(#272) Operator '+' must be spaced. (space-infix-ops)
(#272) Operator '?' must be spaced. (space-infix-ops)
(#272) Operator '+' must be spaced. (space-infix-ops)
(#272) Operator '+' must be spaced. (space-infix-ops)
(#272) Operator ':' must be spaced. (space-infix-ops)
(#272) Operator '+' must be spaced. (space-infix-ops)
(#272) Operator '||' must be spaced. (space-infix-ops)
(#272) Requires a space before '}'. (block-spacing)
(#272) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#272) Missing semicolon. (@babel/semi)
(#272) Missing whitespace after semicolon. (semi-spacing)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#272) A space is required after ','. (comma-spacing)
(#272) A space is required after ','. (comma-spacing)
(#272) Missing whitespace after semicolon. (semi-spacing)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#272) A space is required after ','. (comma-spacing)
(#272) A space is required after ','. (comma-spacing)
(#272) Missing whitespace after semicolon. (semi-spacing)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#272) A space is required after ','. (comma-spacing)
(#272) A space is required after ','. (comma-spacing)
(#272) Requires a space before '}'. (block-spacing)
(#272) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#272) Missing semicolon. (@babel/semi)
(#272) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#272) Operator '||' must be spaced. (space-infix-ops)
(#272) Operator '?' must be spaced. (space-infix-ops)
(#272) Requires a space after '{'. (block-spacing)
(#272) Statement inside of curly braces should be on next line. (brace-style)
(#272) Missing space before opening brace. (space-before-blocks)
(#272) Requires a space before '}'. (block-spacing)
(#272) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#272) Missing semicolon. (@babel/semi)
(#272) A space is required after ','. (comma-spacing)
(#272) A space is required after ','. (comma-spacing)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#273) This line has a length of 501. Maximum allowed is 132. (max-len)
(#273) Operator '===' must be spaced. (space-infix-ops)
(#273) Operator '||' must be spaced. (space-infix-ops)
(#273) Operator '===' must be spaced. (space-infix-ops)
(#273) Operator '||' must be spaced. (space-infix-ops)
(#273) Unquoted number literal '1' used as key. (quote-props)
(#273) Missing space before value for key '1'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Unquoted number literal '3' used as key. (quote-props)
(#273) Missing space before value for key '3'. (key-spacing)
(#273) Operator '===' must be spaced. (space-infix-ops)
(#273) A space is required after ','. (comma-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Operator '===' must be spaced. (space-infix-ops)
(#273) Operator '?' must be spaced. (space-infix-ops)
(#273) Operator ':' must be spaced. (space-infix-ops)
(#273) A space is required after ','. (comma-spacing)
(#273) Operator '&&' must be spaced. (space-infix-ops)
(#273) Requires a space after '{'. (block-spacing)
(#273) Statement inside of curly braces should be on next line. (brace-style)
(#273) Missing space before opening brace. (space-before-blocks)
(#273) Operator '=' must be spaced. (space-infix-ops)
(#273) A space is required after ','. (comma-spacing)
(#273) Requires a space before '}'. (block-spacing)
(#273) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#273) Missing semicolon. (@babel/semi)
(#273) A space is required after ','. (comma-spacing)
(#273) Operator '&&' must be spaced. (space-infix-ops)
(#273) Operator '*=' must be spaced. (space-infix-ops)
(#273) A space is required after ','. (comma-spacing)
(#273) Operator '=' must be spaced. (space-infix-ops)
(#273) Operator '*' must be spaced. (space-infix-ops)
(#273) Operator '?' must be spaced. (space-infix-ops)
(#273) Operator ':' must be spaced. (space-infix-ops)
(#273) Operator ':' must be spaced. (space-infix-ops)
(#273) A space is required after ','. (comma-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Requires a space after '{'. (block-spacing)
(#273) Statement inside of curly braces should be on next line. (brace-style)
(#273) Missing space before opening brace. (space-before-blocks)
(#273) Missing whitespace after semicolon. (semi-spacing)
(#273) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#273) Requires a space before '}'. (block-spacing)
(#273) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#273) Missing semicolon. (@babel/semi)
(#273) Missing whitespace after semicolon. (semi-spacing)
(#273) Expected space(s) after "if". (keyword-spacing)
(#273) Operator '&&' must be spaced. (space-infix-ops)
(#273) Operator '&&' must be spaced. (space-infix-ops)
(#273) Operator '!==' must be spaced. (space-infix-ops)
(#273) Operator '&&' must be spaced. (space-infix-ops)
(#273) A space is required after ','. (comma-spacing)
(#273) Operator '&&' must be spaced. (space-infix-ops)
(#273) Operator '!==' must be spaced. (space-infix-ops)
(#273) Requires a space after '{'. (block-spacing)
(#273) Statement inside of curly braces should be on next line. (brace-style)
(#273) Missing space before opening brace. (space-before-blocks)
(#273) Operator '=' must be spaced. (space-infix-ops)
(#273) Operator '=' must be spaced. (space-infix-ops)
(#273) Operator '?' must be spaced. (space-infix-ops)
(#273) Operator ':' must be spaced. (space-infix-ops)
(#273) Missing whitespace after semicolon. (semi-spacing)
(#273) Operator '=' must be spaced. (space-infix-ops)
(#273) Missing whitespace after semicolon. (semi-spacing)
(#273) Operator '=' must be spaced. (space-infix-ops)
(#273) Operator '?' must be spaced. (space-infix-ops)
(#273) Operator ':' must be spaced. (space-infix-ops)
(#273) A space is required after ','. (comma-spacing)
(#273) Operator '?' must be spaced. (space-infix-ops)
(#273) Operator ':' must be spaced. (space-infix-ops)
(#273) Requires a space before '}'. (block-spacing)
(#273) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#273) Missing semicolon. (@babel/semi)
(#273) Missing whitespace after semicolon. (semi-spacing)
(#273) Operator '=' must be spaced. (space-infix-ops)
(#273) Operator '*' must be spaced. (space-infix-ops)
(#274) This line has a length of 503. Maximum allowed is 132. (max-len)
(#274) A space is required after ','. (comma-spacing)
(#274) Operator '?' must be spaced. (space-infix-ops)
(#274) Operator '+' must be spaced. (space-infix-ops)
(#274) Operator '||' must be spaced. (space-infix-ops)
(#274) Operator ':' must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Operator '=' must be spaced. (space-infix-ops)
(#274) Operator '||' must be spaced. (space-infix-ops)
(#274) Missing space before value for key 'x'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'y'. (key-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#274) Operator '=' must be spaced. (space-infix-ops)
(#274) Do not nest ternary expressions. (no-nested-ternary)
(#274) Operator '===' must be spaced. (space-infix-ops)
(#274) Operator '?' must be spaced. (space-infix-ops)
(#274) Operator ':' must be spaced. (space-infix-ops)
(#274) Operator '===' must be spaced. (space-infix-ops)
(#274) Operator '?' must be spaced. (space-infix-ops)
(#274) Operator ':' must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Operator '=' must be spaced. (space-infix-ops)
(#274) Operator '+' must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#274) Operator '&&' must be spaced. (space-infix-ops)
(#274) Operator '=' must be spaced. (space-infix-ops)
(#274) Operator '-' must be spaced. (space-infix-ops)
(#274) Operator '+' must be spaced. (space-infix-ops)
(#274) Operator '*' must be spaced. (space-infix-ops)
(#274) Operator '?' must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) Operator '+' must be spaced. (space-infix-ops)
(#274) Operator '*' must be spaced. (space-infix-ops)
(#274) Operator ':' must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Operator '=' must be spaced. (space-infix-ops)
(#274) 'u' declared on line 273 column 436 is used outside of binding context. (block-scoped-var)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#274) Operator '&&' must be spaced. (space-infix-ops)
(#274) Operator '=' must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#274) Operator '!==' must be spaced. (space-infix-ops)
(#274) Operator '&&' must be spaced. (space-infix-ops)
(#274) Operator '=' must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) Operator '=' must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) Operator '||' must be spaced. (space-infix-ops)
(#274) Operator '+' must be spaced. (space-infix-ops)
(#274) Operator '+' must be spaced. (space-infix-ops)
(#274) Operator '*' must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Operator '&&' must be spaced. (space-infix-ops)
(#274) Operator '&&' must be spaced. (space-infix-ops)
(#274) Operator '?' must be spaced. (space-infix-ops)
(#274) Operator '+' must be spaced. (space-infix-ops)
(#274) Operator '*' must be spaced. (space-infix-ops)
(#274) Operator ':' must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) Operator '=' must be spaced. (space-infix-ops)
(#274) Operator '||' must be spaced. (space-infix-ops)
(#274) Operator '?' must be spaced. (space-infix-ops)
(#274) Operator ':' must be spaced. (space-infix-ops)
(#274) Operator '*' must be spaced. (space-infix-ops)
(#274) Operator '/' must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) Operator '=' must be spaced. (space-infix-ops)
(#275) This line has a length of 505. Maximum allowed is 132. (max-len)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing whitespace after semicolon. (semi-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Requires a space before '}'. (block-spacing)
(#275) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#275) Missing semicolon. (@babel/semi)
(#275) Missing whitespace after semicolon. (semi-spacing)
(#275) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#275) Operator '=' must be spaced. (space-infix-ops)
(#275) Requires a space after '{'. (block-spacing)
(#275) Statement inside of curly braces should be on next line. (brace-style)
(#275) Missing space before opening brace. (space-before-blocks)
(#275) Operator '=' must be spaced. (space-infix-ops)
(#275) A space is required after ','. (comma-spacing)
(#275) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#275) Operator '=' must be spaced. (space-infix-ops)
(#275) A space is required after ','. (comma-spacing)
(#275) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#275) Operator '=' must be spaced. (space-infix-ops)
(#275) A space is required after ','. (comma-spacing)
(#275) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#275) Operator '=' must be spaced. (space-infix-ops)
(#275) A space is required after ','. (comma-spacing)
(#275) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#275) Operator '=' must be spaced. (space-infix-ops)
(#275) Operator '+' must be spaced. (space-infix-ops)
(#275) Operator '?' must be spaced. (space-infix-ops)
(#275) Operator ':' must be spaced. (space-infix-ops)
(#275) Operator '+' must be spaced. (space-infix-ops)
(#275) Missing whitespace after semicolon. (semi-spacing)
(#275) Operator '=' must be spaced. (space-infix-ops)
(#275) Operator '-' must be spaced. (space-infix-ops)
(#275) Operator '-' must be spaced. (space-infix-ops)
(#275) Operator '?' must be spaced. (space-infix-ops)
(#275) Operator ':' must be spaced. (space-infix-ops)
(#275) Operator '+' must be spaced. (space-infix-ops)
(#275) Missing whitespace after semicolon. (semi-spacing)
(#275) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#275) Operator '&&' must be spaced. (space-infix-ops)
(#275) Operator '*=' must be spaced. (space-infix-ops)
(#275) Missing whitespace after semicolon. (semi-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Operator '?' must be spaced. (space-infix-ops)
(#275) Operator ':' must be spaced. (space-infix-ops)
(#275) A space is required after ','. (comma-spacing)
(#275) Operator '?' must be spaced. (space-infix-ops)
(#275) Operator ':' must be spaced. (space-infix-ops)
(#275) A space is required after ','. (comma-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Operator '?' must be spaced. (space-infix-ops)
(#275) Operator '-' must be spaced. (space-infix-ops)
(#275) Operator ':' must be spaced. (space-infix-ops)
(#275) A space is required after ','. (comma-spacing)
(#275) Operator '?' must be spaced. (space-infix-ops)
(#275) Operator ':' must be spaced. (space-infix-ops)
(#275) Operator '-' must be spaced. (space-infix-ops)
(#275) A space is required after ','. (comma-spacing)
(#275) Requires a space before '}'. (block-spacing)
(#275) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#275) Missing semicolon. (@babel/semi)
(#275) Missing whitespace after semicolon. (semi-spacing)
(#275) Operator '=' must be spaced. (space-infix-ops)
(#275) Requires a space after '{'. (block-spacing)
(#275) Statement inside of curly braces should be on next line. (brace-style)
(#275) Missing space before opening brace. (space-before-blocks)
(#275) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#275) Operator '||' must be spaced. (space-infix-ops)
(#275) Operator '=' must be spaced. (space-infix-ops)
(#276) This line has a length of 522. Maximum allowed is 132. (max-len)
(#276) Operator '||' must be spaced. (space-infix-ops)
(#276) Missing space before value for key 'stroke'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'stroke-width'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'zIndex'. (key-spacing)
(#276) Requires a space before '}'. (block-spacing)
(#276) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#276) Missing semicolon. (@babel/semi)
(#276) Missing whitespace after semicolon. (semi-spacing)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) Requires a space after '{'. (block-spacing)
(#276) Statement inside of curly braces should be on next line. (brace-style)
(#276) Missing space before opening brace. (space-before-blocks)
(#276) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) A space is required after ','. (comma-spacing)
(#276) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) A space is required after ','. (comma-spacing)
(#276) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) A space is required after ','. (comma-spacing)
(#276) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) A space is required after ','. (comma-spacing)
(#276) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) A space is required after ','. (comma-spacing)
(#276) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) Operator '?' must be spaced. (space-infix-ops)
(#276) Operator ':' must be spaced. (space-infix-ops)
(#276) A space is required after ','. (comma-spacing)
(#276) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) A space is required after ','. (comma-spacing)
(#276) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) A space is required after ','. (comma-spacing)
(#276) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) A space is required after ','. (comma-spacing)
(#276) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) A space is required after ','. (comma-spacing)
(#276) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) A space is required after ','. (comma-spacing)
(#276) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing whitespace after semicolon. (semi-spacing)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) Operator '?' must be spaced. (space-infix-ops)
(#276) A space is required after ','. (comma-spacing)
(#276) Operator '-' must be spaced. (space-infix-ops)
(#276) Operator '-' must be spaced. (space-infix-ops)
(#276) A space is required after ','. (comma-spacing)
(#276) Operator ':' must be spaced. (space-infix-ops)
(#276) Missing whitespace after semicolon. (semi-spacing)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) Missing space before value for key 'low'. (key-spacing)
(#276) Operator '+' must be spaced. (space-infix-ops)
(#276) Operator '?' must be spaced. (space-infix-ops)
(#276) Operator ':' must be spaced. (space-infix-ops)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'middle'. (key-spacing)
(#276) Operator '+' must be spaced. (space-infix-ops)
(#276) Operator '/' must be spaced. (space-infix-ops)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'high'. (key-spacing)
(#276) Operator '+' must be spaced. (space-infix-ops)
(#276) Operator '?' must be spaced. (space-infix-ops)
(#276) Operator ':' must be spaced. (space-infix-ops)
(#276) Missing whitespace after semicolon. (semi-spacing)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) Operator '?' must be spaced. (space-infix-ops)
(#276) Operator '+' must be spaced. (space-infix-ops)
(#276) Operator ':' must be spaced. (space-infix-ops)
(#276) Operator '+' must be spaced. (space-infix-ops)
(#276) Operator '?' must be spaced. (space-infix-ops)
(#276) Operator ':' must be spaced. (space-infix-ops)
(#276) Operator '*' must be spaced. (space-infix-ops)
(#276) Operator '?' must be spaced. (space-infix-ops)
(#276) Operator ':' must be spaced. (space-infix-ops)
(#276) Operator '*' must be spaced. (space-infix-ops)
(#276) Operator '||' must be spaced. (space-infix-ops)
(#277) This line has a length of 501. Maximum allowed is 132. (max-len)
(#277) Operator '+' must be spaced. (space-infix-ops)
(#277) A space is required after ','. (comma-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing whitespace after semicolon. (semi-spacing)
(#277) Operator '=' must be spaced. (space-infix-ops)
(#277) Missing space before value for key 'x'. (key-spacing)
(#277) Operator '?' must be spaced. (space-infix-ops)
(#277) Operator '+' must be spaced. (space-infix-ops)
(#277) Operator ':' must be spaced. (space-infix-ops)
(#277) Operator '+' must be spaced. (space-infix-ops)
(#277) Operator '?' must be spaced. (space-infix-ops)
(#277) Operator ':' must be spaced. (space-infix-ops)
(#277) Operator '+' must be spaced. (space-infix-ops)
(#277) Operator '+' must be spaced. (space-infix-ops)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'y'. (key-spacing)
(#277) Operator '?' must be spaced. (space-infix-ops)
(#277) Operator '+' must be spaced. (space-infix-ops)
(#277) Operator '-' must be spaced. (space-infix-ops)
(#277) Operator '?' must be spaced. (space-infix-ops)
(#277) Operator ':' must be spaced. (space-infix-ops)
(#277) Operator '+' must be spaced. (space-infix-ops)
(#277) Operator ':' must be spaced. (space-infix-ops)
(#277) Operator '+' must be spaced. (space-infix-ops)
(#277) Missing whitespace after semicolon. (semi-spacing)
(#277) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#277) A space is required after ','. (comma-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'titlePosition'. (key-spacing)
(#277) Missing whitespace after semicolon. (semi-spacing)
(#277) Requires a space before '}'. (block-spacing)
(#277) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#277) Missing semicolon. (@babel/semi)
(#277) Missing whitespace after semicolon. (semi-spacing)
(#277) Operator '=' must be spaced. (space-infix-ops)
(#277) A space is required after ','. (comma-spacing)
(#277) Requires a space after '{'. (block-spacing)
(#277) Statement inside of curly braces should be on next line. (brace-style)
(#277) Missing space before opening brace. (space-before-blocks)
(#277) Operator '=' must be spaced. (space-infix-ops)
(#277) Missing whitespace after semicolon. (semi-spacing)
(#277) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#277) Operator '||' must be spaced. (space-infix-ops)
(#277) Operator '=' must be spaced. (space-infix-ops)
(#277) A space is required after ','. (comma-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing whitespace after semicolon. (semi-spacing)
(#277) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#277) Operator '&&' must be spaced. (space-infix-ops)
(#277) Operator '&&' must be spaced. (space-infix-ops)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing whitespace after semicolon. (semi-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Requires a space before '}'. (block-spacing)
(#277) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#277) Missing semicolon. (@babel/semi)
(#277) Missing whitespace after semicolon. (semi-spacing)
(#277) Operator '=' must be spaced. (space-infix-ops)
(#277) A space is required after ','. (comma-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Requires a space after '{'. (block-spacing)
(#277) Statement inside of curly braces should be on next line. (brace-style)
(#277) Missing space before opening brace. (space-before-blocks)
(#277) Operator '=' must be spaced. (space-infix-ops)
(#277) Missing whitespace after semicolon. (semi-spacing)
(#277) Expected space(s) after "if". (keyword-spacing)
(#277) Operator '||' must be spaced. (space-infix-ops)
(#277) Operator '>=' must be spaced. (space-infix-ops)
(#277) Operator '&&' must be spaced. (space-infix-ops)
(#277) Operator '<=' must be spaced. (space-infix-ops)
(#277) Operator '||' must be spaced. (space-infix-ops)
(#277) Operator '&&' must be spaced. (space-infix-ops)
(#277) Expected { after 'if' condition. (curly)
(#277) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#277) Operator '||' must be spaced. (space-infix-ops)
(#277) Operator '=' must be spaced. (space-infix-ops)
(#277) A space is required after ','. (comma-spacing)
(#277) Unexpected use of comma operator. (no-sequences)
(#277) A space is required after ','. (comma-spacing)
(#277) Operator '&&' must be spaced. (space-infix-ops)
(#277) Operator '&&' must be spaced. (space-infix-ops)
(#278) This line has a length of 509. Maximum allowed is 132. (max-len)
(#278) A space is required after ','. (comma-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Requires a space before '}'. (block-spacing)
(#278) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#278) Missing semicolon. (@babel/semi)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) Function has a complexity of 25. Maximum allowed is 20. (complexity)
(#278) Requires a space after '{'. (block-spacing)
(#278) Statement inside of curly braces should be on next line. (brace-style)
(#278) Missing space before opening brace. (space-before-blocks)
(#278) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Requires a space after '{'. (block-spacing)
(#278) Statement inside of curly braces should be on next line. (brace-style)
(#278) Missing space before opening brace. (space-before-blocks)
(#278) A space is required after ','. (comma-spacing)
(#278) Requires a space after '{'. (block-spacing)
(#278) Statement inside of curly braces should be on next line. (brace-style)
(#278) Missing space before opening brace. (space-before-blocks)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) Requires a space before '}'. (block-spacing)
(#278) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#278) Missing semicolon. (@babel/semi)
(#278) Requires a space before '}'. (block-spacing)
(#278) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#278) Missing semicolon. (@babel/semi)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Expected space(s) after "if". (keyword-spacing)
(#278) Operator '||' must be spaced. (space-infix-ops)
(#278) Requires a space after '{'. (block-spacing)
(#278) Statement inside of curly braces should be on next line. (brace-style)
(#278) Missing space before opening brace. (space-before-blocks)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) Operator '&&' must be spaced. (space-infix-ops)
(#278) Operator '&&' must be spaced. (space-infix-ops)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#278) Operator '&&' must be spaced. (space-infix-ops)
(#278) Operator '&&' must be spaced. (space-infix-ops)
(#279) This line has a length of 501. Maximum allowed is 132. (max-len)
(#279) Requires a space after '{'. (block-spacing)
(#279) Statement inside of curly braces should be on next line. (brace-style)
(#279) Missing space before opening brace. (space-before-blocks)
(#279) A space is required after ','. (comma-spacing)
(#279) Requires a space before '}'. (block-spacing)
(#279) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#279) Missing semicolon. (@babel/semi)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#279) Operator '&&' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Requires a space after '{'. (block-spacing)
(#279) Statement inside of curly braces should be on next line. (brace-style)
(#279) Missing space before opening brace. (space-before-blocks)
(#279) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Requires a space before '}'. (block-spacing)
(#279) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#279) Missing semicolon. (@babel/semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Operator '&&' must be spaced. (space-infix-ops)
(#279) Operator '===' must be spaced. (space-infix-ops)
(#279) Operator '||' must be spaced. (space-infix-ops)
(#279) Operator '&&' must be spaced. (space-infix-ops)
(#279) Operator '||' must be spaced. (space-infix-ops)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#279) Operator '&&' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Requires a space after '{'. (block-spacing)
(#279) Statement inside of curly braces should be on next line. (brace-style)
(#279) Missing space before opening brace. (space-before-blocks)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Operator '!==' must be spaced. (space-infix-ops)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) Operator '?' must be spaced. (space-infix-ops)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) Operator ':' must be spaced. (space-infix-ops)
(#279) Operator '-' must be spaced. (space-infix-ops)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#279) Operator '===' must be spaced. (space-infix-ops)
(#279) Operator '%' must be spaced. (space-infix-ops)
(#279) Operator '&&' must be spaced. (space-infix-ops)
(#279) Operator '<' must be spaced. (space-infix-ops)
(#279) Operator '&&' must be spaced. (space-infix-ops)
(#279) Operator '<=' must be spaced. (space-infix-ops)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) Operator '?' must be spaced. (space-infix-ops)
(#279) Operator ':' must be spaced. (space-infix-ops)
(#279) Operator '&&' must be spaced. (space-infix-ops)
(#279) Operator '||' must be spaced. (space-infix-ops)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Missing space before value for key 'from'. (key-spacing)
(#279) Operator '?' must be spaced. (space-infix-ops)
(#279) Operator ':' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'to'. (key-spacing)
(#279) Operator '?' must be spaced. (space-infix-ops)
(#279) Operator ':' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'color'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'className'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#280) This line has a length of 503. Maximum allowed is 132. (max-len)
(#280) Requires a space before '}'. (block-spacing)
(#280) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#280) Missing semicolon. (@babel/semi)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#280) Operator '||' must be spaced. (space-infix-ops)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) Operator '||' must be spaced. (space-infix-ops)
(#280) Operator '||' must be spaced. (space-infix-ops)
(#280) Requires a space after '{'. (block-spacing)
(#280) Statement inside of curly braces should be on next line. (brace-style)
(#280) Missing space before opening brace. (space-before-blocks)
(#280) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#280) Requires a space before '}'. (block-spacing)
(#280) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#280) Missing semicolon. (@babel/semi)
(#280) Requires a space before '}'. (block-spacing)
(#280) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#280) Missing semicolon. (@babel/semi)
(#280) A space is required after ','. (comma-spacing)
(#280) A space is required after ','. (comma-spacing)
(#280) Requires a space after '{'. (block-spacing)
(#280) Statement inside of curly braces should be on next line. (brace-style)
(#280) Missing space before opening brace. (space-before-blocks)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) A space is required after ','. (comma-spacing)
(#280) A space is required after ','. (comma-spacing)
(#280) Requires a space after '{'. (block-spacing)
(#280) Statement inside of curly braces should be on next line. (brace-style)
(#280) Missing space before opening brace. (space-before-blocks)
(#280) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#280) Operator '||' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) A space is required after ','. (comma-spacing)
(#280) A space is required after ','. (comma-spacing)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) Requires a space before '}'. (block-spacing)
(#280) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#280) Missing semicolon. (@babel/semi)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#280) Requires a space after '{'. (block-spacing)
(#280) Statement inside of curly braces should be on next line. (brace-style)
(#280) Missing space before opening brace. (space-before-blocks)
(#280) Expected space(s) after "for". (keyword-spacing)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Expected { after 'for' condition. (curly)
(#280) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#280) Operator '&&' must be spaced. (space-infix-ops)
(#280) Operator '&&' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) Requires a space before '}'. (block-spacing)
(#280) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#280) Missing semicolon. (@babel/semi)
(#280) A space is required after ','. (comma-spacing)
(#280) Operator '!==' must be spaced. (space-infix-ops)
(#280) Operator '&&' must be spaced. (space-infix-ops)
(#280) Operator '&&' must be spaced. (space-infix-ops)
(#280) Operator '?' must be spaced. (space-infix-ops)
(#280) Operator ':' must be spaced. (space-infix-ops)
(#280) Requires a space before '}'. (block-spacing)
(#280) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#280) Missing semicolon. (@babel/semi)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#280) Operator '&&' must be spaced. (space-infix-ops)
(#280) Operator '?' must be spaced. (space-infix-ops)
(#280) Operator ':' must be spaced. (space-infix-ops)
(#280) Missing space before value for key 'd'. (key-spacing)
(#280) A space is required after ','. (comma-spacing)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) Operator '?' must be spaced. (space-infix-ops)
(#280) Operator ':' must be spaced. (space-infix-ops)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#280) Operator '&&' must be spaced. (space-infix-ops)
(#280) Operator '&&' must be spaced. (space-infix-ops)
(#281) This line has a length of 506. Maximum allowed is 132. (max-len)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) A space is required after ','. (comma-spacing)
(#281) Operator '?' must be spaced. (space-infix-ops)
(#281) Operator ':' must be spaced. (space-infix-ops)
(#281) A space is required after ','. (comma-spacing)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#281) Operator '&&' must be spaced. (space-infix-ops)
(#281) Operator '&&' must be spaced. (space-infix-ops)
(#281) Operator '&&' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Missing space before value for key 'len'. (key-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) Missing space before value for key 'max'. (key-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) Missing space before value for key 'min'. (key-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) Missing space before value for key 'transA'. (key-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) Missing space before value for key 'userMax'. (key-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) Missing space before value for key 'userMin'. (key-spacing)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) Requires a space before '}'. (block-spacing)
(#281) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#281) Missing semicolon. (@babel/semi)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Requires a space after '{'. (block-spacing)
(#281) Statement inside of curly braces should be on next line. (brace-style)
(#281) Missing space before opening brace. (space-before-blocks)
(#281) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#281) Operator '&&' must be spaced. (space-infix-ops)
(#281) A space is required after ','. (comma-spacing)
(#281) Requires a space after '{'. (block-spacing)
(#281) Statement inside of curly braces should be on next line. (brace-style)
(#281) Missing space before opening brace. (space-before-blocks)
(#281) Requires a space before '}'. (block-spacing)
(#281) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#281) Missing semicolon. (@babel/semi)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Requires a space after '{'. (block-spacing)
(#281) Statement inside of curly braces should be on next line. (brace-style)
(#281) Missing space before opening brace. (space-before-blocks)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Requires a space before '}'. (block-spacing)
(#281) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#281) Missing semicolon. (@babel/semi)
(#281) Requires a space before '}'. (block-spacing)
(#281) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#281) Missing semicolon. (@babel/semi)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Requires a space after '{'. (block-spacing)
(#281) Statement inside of curly braces should be on next line. (brace-style)
(#281) Missing space before opening brace. (space-before-blocks)
(#281) Operator '||' must be spaced. (space-infix-ops)
(#281) Requires a space before '}'. (block-spacing)
(#281) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#281) Missing semicolon. (@babel/semi)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#282) This line has a length of 501. Maximum allowed is 132. (max-len)
(#282) Requires a space after '{'. (block-spacing)
(#282) Statement inside of curly braces should be on next line. (brace-style)
(#282) Missing space before opening brace. (space-before-blocks)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) A space is required after ','. (comma-spacing)
(#282) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) A space is required after ','. (comma-spacing)
(#282) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) Missing space before value for key 'keepEvents'. (key-spacing)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#282) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#282) Operator '||' must be spaced. (space-infix-ops)
(#282) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) Requires a space after '{'. (block-spacing)
(#282) Statement inside of curly braces should be on next line. (brace-style)
(#282) Missing space before opening brace. (space-before-blocks)
(#282) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#282) Requires a space before '}'. (block-spacing)
(#282) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#282) Missing semicolon. (@babel/semi)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Expected space(s) after "if". (keyword-spacing)
(#282) Expected { after 'if' condition. (curly)
(#282) Expected space(s) before "for". (keyword-spacing)
(#282) Expected space(s) after "for". (keyword-spacing)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Expected { after 'for' condition. (curly)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Requires a space after '{'. (block-spacing)
(#282) Statement inside of curly braces should be on next line. (brace-style)
(#282) Missing space before opening brace. (space-before-blocks)
(#282) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#282) Operator '&&' must be spaced. (space-infix-ops)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Requires a space before '}'. (block-spacing)
(#282) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#282) Missing semicolon. (@babel/semi)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Expected space(s) after "for". (keyword-spacing)
(#282) Expected { after 'for-in'. (curly)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) Requires a space after '{'. (block-spacing)
(#282) Statement inside of curly braces should be on next line. (brace-style)
(#282) Missing space before opening brace. (space-before-blocks)
(#282) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#282) Operator '===' must be spaced. (space-infix-ops)
(#282) Operator '&&' must be spaced. (space-infix-ops)
(#283) This line has a length of 503. Maximum allowed is 132. (max-len)
(#283) Requires a space before '}'. (block-spacing)
(#283) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#283) Missing semicolon. (@babel/semi)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Requires a space before '}'. (block-spacing)
(#283) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#283) Missing semicolon. (@babel/semi)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Function has a complexity of 31. Maximum allowed is 20. (complexity)
(#283) A space is required after ','. (comma-spacing)
(#283) Requires a space after '{'. (block-spacing)
(#283) Statement inside of curly braces should be on next line. (brace-style)
(#283) Missing space before opening brace. (space-before-blocks)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Operator '&&' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) A space is required after ','. (comma-spacing)
(#283) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#283) A space is required after ','. (comma-spacing)
(#283) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) A space is required after ','. (comma-spacing)
(#283) A space is required after ','. (comma-spacing)
(#283) Missing space before value for key 'e'. (key-spacing)
(#283) A space is required after ','. (comma-spacing)
(#283) Missing space before value for key 'point'. (key-spacing)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#283) Operator '||' must be spaced. (space-infix-ops)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Operator '&&' must be spaced. (space-infix-ops)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Expected space(s) after "if". (keyword-spacing)
(#283) Operator '&&' must be spaced. (space-infix-ops)
(#283) Operator '!==' must be spaced. (space-infix-ops)
(#283) Operator '||' must be spaced. (space-infix-ops)
(#283) Requires a space after '{'. (block-spacing)
(#283) Statement inside of curly braces should be on next line. (brace-style)
(#283) Missing space before opening brace. (space-before-blocks)
(#283) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#283) Operator '?' must be spaced. (space-infix-ops)
(#283) Operator '&&' must be spaced. (space-infix-ops)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Operator '!==' must be spaced. (space-infix-ops)
(#283) Operator '?' must be spaced. (space-infix-ops)
(#283) Operator ':' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) Operator '?' must be spaced. (space-infix-ops)
(#283) Operator ':' must be spaced. (space-infix-ops)
(#283) Operator '-' must be spaced. (space-infix-ops)
(#283) Operator ':' must be spaced. (space-infix-ops)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Operator '&&' must be spaced. (space-infix-ops)
(#283) Operator '?' must be spaced. (space-infix-ops)
(#283) Operator '-' must be spaced. (space-infix-ops)
(#283) Operator ':' must be spaced. (space-infix-ops)
(#283) Operator '-' must be spaced. (space-infix-ops)
(#283) Operator '+' must be spaced. (space-infix-ops)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Expected space(s) after "if". (keyword-spacing)
(#283) Requires a space after '{'. (block-spacing)
(#283) Statement inside of curly braces should be on next line. (brace-style)
(#283) Missing space before opening brace. (space-before-blocks)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Missing space before value for key 'value'. (key-spacing)
(#283) Operator '&&' must be spaced. (space-infix-ops)
(#283) Operator '?' must be spaced. (space-infix-ops)
(#283) Operator ':' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) A space is required after ','. (comma-spacing)
(#283) Missing space before value for key 'translatedValue'. (key-spacing)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#283) Operator '&&' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) Missing space before value for key 'isCrosshair'. (key-spacing)
(#284) This line has a length of 521. Maximum allowed is 132. (max-len)
(#284) Missing space before value for key 'chartX'. (key-spacing)
(#284) Operator '&&' must be spaced. (space-infix-ops)
(#284) A space is required after ','. (comma-spacing)
(#284) Missing space before value for key 'chartY'. (key-spacing)
(#284) Operator '&&' must be spaced. (space-infix-ops)
(#284) A space is required after ','. (comma-spacing)
(#284) Missing space before value for key 'point'. (key-spacing)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) Operator '||' must be spaced. (space-infix-ops)
(#284) Requires a space before '}'. (block-spacing)
(#284) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#284) Missing semicolon. (@babel/semi)
(#284) Expected space(s) before "if". (keyword-spacing)
(#284) Expected space(s) after "if". (keyword-spacing)
(#284) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#284) 'g' declared on line 283 column 409 is used outside of binding context. (block-scoped-var)
(#284) Requires a space after '{'. (block-spacing)
(#284) Statement inside of curly braces should be on next line. (brace-style)
(#284) Missing space before opening brace. (space-before-blocks)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Requires a space before '}'. (block-spacing)
(#284) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#284) Missing semicolon. (@babel/semi)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) Operator '&&' must be spaced. (space-infix-ops)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#284) Operator '||' must be spaced. (space-infix-ops)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) Operator '+' must be spaced. (space-infix-ops)
(#284) Operator '?' must be spaced. (space-infix-ops)
(#284) Operator ':' must be spaced. (space-infix-ops)
(#284) Operator '+' must be spaced. (space-infix-ops)
(#284) Operator '||' must be spaced. (space-infix-ops)
(#284) Missing space before value for key 'zIndex'. (key-spacing)
(#284) A space is required after ','. (comma-spacing)
(#284) A space is required after ','. (comma-spacing)
(#284) Operator '||' must be spaced. (space-infix-ops)
(#284) Missing space before value for key 'stroke'. (key-spacing)
(#284) Operator '||' must be spaced. (space-infix-ops)
(#284) Operator '?' must be spaced. (space-infix-ops)
(#284) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#284) Operator ':' must be spaced. (space-infix-ops)
(#284) A space is required after ','. (comma-spacing)
(#284) Missing space before value for key 'stroke-width'. (key-spacing)
(#284) A space is required after ','. (comma-spacing)
(#284) Missing space before value for key 'pointer-events'. (key-spacing)
(#284) A space is required after ','. (comma-spacing)
(#284) Operator '&&' must be spaced. (space-infix-ops)
(#284) Missing space before value for key 'dashstyle'. (key-spacing)
(#285) This line has a length of 511. Maximum allowed is 132. (max-len)
(#285) 'g' declared on line 283 column 409 is used outside of binding context. (block-scoped-var)
(#285) Missing space before value for key 'd'. (key-spacing)
(#285) Missing whitespace after semicolon. (semi-spacing)
(#285) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#285) Operator '&&' must be spaced. (space-infix-ops)
(#285) Operator '&&' must be spaced. (space-infix-ops)
(#285) Missing space before value for key 'stroke-width'. (key-spacing)
(#285) Missing whitespace after semicolon. (semi-spacing)
(#285) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) Requires a space before '}'. (block-spacing)
(#285) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#285) Missing semicolon. (@babel/semi)
(#285) Expected space(s) before "else". (keyword-spacing)
(#285) Expected { after 'else'. (curly)
(#285) Missing whitespace after semicolon. (semi-spacing)
(#285) A space is required after ','. (comma-spacing)
(#285) A space is required after ','. (comma-spacing)
(#285) Missing space before value for key 'e'. (key-spacing)
(#285) A space is required after ','. (comma-spacing)
(#285) Missing space before value for key 'point'. (key-spacing)
(#285) Requires a space before '}'. (block-spacing)
(#285) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#285) Missing semicolon. (@babel/semi)
(#285) Missing whitespace after semicolon. (semi-spacing)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) Requires a space after '{'. (block-spacing)
(#285) Statement inside of curly braces should be on next line. (brace-style)
(#285) Missing space before opening brace. (space-before-blocks)
(#285) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#285) Operator '&&' must be spaced. (space-infix-ops)
(#285) Missing whitespace after semicolon. (semi-spacing)
(#285) A space is required after ','. (comma-spacing)
(#285) Requires a space before '}'. (block-spacing)
(#285) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#285) Missing semicolon. (@babel/semi)
(#285) Missing whitespace after semicolon. (semi-spacing)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) Requires a space after '{'. (block-spacing)
(#285) Statement inside of curly braces should be on next line. (brace-style)
(#285) Missing space before opening brace. (space-before-blocks)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) Missing whitespace after semicolon. (semi-spacing)
(#285) Expected space(s) after "return". (keyword-spacing)
(#285) Operator '&&' must be spaced. (space-infix-ops)
(#285) Operator '&&' must be spaced. (space-infix-ops)
(#285) Requires a space before '}'. (block-spacing)
(#285) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#285) Missing semicolon. (@babel/semi)
(#285) Missing whitespace after semicolon. (semi-spacing)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) Requires a space after '{'. (block-spacing)
(#285) Statement inside of curly braces should be on next line. (brace-style)
(#285) Missing space before opening brace. (space-before-blocks)
(#285) Operator '&&' must be spaced. (space-infix-ops)
(#285) Operator '<' must be spaced. (space-infix-ops)
(#285) Requires a space before '}'. (block-spacing)
(#285) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#285) Missing semicolon. (@babel/semi)
(#285) Missing whitespace after semicolon. (semi-spacing)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) A space is required after ','. (comma-spacing)
(#285) Requires a space after '{'. (block-spacing)
(#285) Statement inside of curly braces should be on next line. (brace-style)
(#285) Missing space before opening brace. (space-before-blocks)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) Missing whitespace after semicolon. (semi-spacing)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#286) This line has a length of 506. Maximum allowed is 132. (max-len)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#286) A space is required after ','. (comma-spacing)
(#286) Operator '&&' must be spaced. (space-infix-ops)
(#286) Requires a space before '}'. (block-spacing)
(#286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#286) Missing semicolon. (@babel/semi)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) Requires a space after '{'. (block-spacing)
(#286) Statement inside of curly braces should be on next line. (brace-style)
(#286) Missing space before opening brace. (space-before-blocks)
(#286) Expected space(s) after "for". (keyword-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Expected { after 'for' condition. (curly)
(#286) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#286) Operator '&&' must be spaced. (space-infix-ops)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) 'd' declared on line 286 column 112 is used outside of binding context. (block-scoped-var)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) 'd' declared on line 286 column 112 is used outside of binding context. (block-scoped-var)
(#286) 'c' declared on line 286 column 125 is used outside of binding context. (block-scoped-var)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) 'd' declared on line 286 column 112 is used outside of binding context. (block-scoped-var)
(#286) 'c' declared on line 286 column 125 is used outside of binding context. (block-scoped-var)
(#286) A space is required after ','. (comma-spacing)
(#286) Requires a space after '{'. (block-spacing)
(#286) Statement inside of curly braces should be on next line. (brace-style)
(#286) Missing space before opening brace. (space-before-blocks)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) Requires a space before '}'. (block-spacing)
(#286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#286) Missing semicolon. (@babel/semi)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) 'd' declared on line 286 column 112 is used outside of binding context. (block-scoped-var)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#286) A space is required after ','. (comma-spacing)
(#286) Operator '&&' must be spaced. (space-infix-ops)
(#286) 'd' declared on line 286 column 112 is used outside of binding context. (block-scoped-var)
(#286) Requires a space before '}'. (block-spacing)
(#286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#286) Missing semicolon. (@babel/semi)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) Requires a space after '{'. (block-spacing)
(#286) Statement inside of curly braces should be on next line. (brace-style)
(#286) Missing space before opening brace. (space-before-blocks)
(#286) Missing space before value for key 'title'. (key-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) Requires a space before '}'. (block-spacing)
(#286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#286) Missing semicolon. (@babel/semi)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) Requires a space after '{'. (block-spacing)
(#286) Statement inside of curly braces should be on next line. (brace-style)
(#286) Missing space before opening brace. (space-before-blocks)
(#286) Missing space before value for key 'categories'. (key-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) Requires a space before '}'. (block-spacing)
(#286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#286) Missing semicolon. (@babel/semi)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#287) This line has a length of 507. Maximum allowed is 132. (max-len)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Requires a space before '}'. (block-spacing)
(#287) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#287) Missing semicolon. (@babel/semi)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#287) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Requires a space before '}'. (block-spacing)
(#287) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#287) Missing semicolon. (@babel/semi)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) Requires a space after '{'. (block-spacing)
(#287) Statement inside of curly braces should be on next line. (brace-style)
(#287) Missing space before opening brace. (space-before-blocks)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Requires a space after '{'. (block-spacing)
(#287) Statement inside of curly braces should be on next line. (brace-style)
(#287) Missing space before opening brace. (space-before-blocks)
(#287) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#287) Requires a space after '{'. (block-spacing)
(#287) Statement inside of curly braces should be on next line. (brace-style)
(#287) Missing space before opening brace. (space-before-blocks)
(#287) A space is required after ','. (comma-spacing)
(#287) Requires a space before '}'. (block-spacing)
(#287) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#287) Missing semicolon. (@babel/semi)
(#287) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#287) Expected space(s) before "function". (keyword-spacing)
(#287) Requires a space after '{'. (block-spacing)
(#287) Statement inside of curly braces should be on next line. (brace-style)
(#287) Missing space before opening brace. (space-before-blocks)
(#287) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#287) Operator '!==' must be spaced. (space-infix-ops)
(#287) Operator '?' must be spaced. (space-infix-ops)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Operator ':' must be spaced. (space-infix-ops)
(#287) Operator '||' must be spaced. (space-infix-ops)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#287) Requires a space before '}'. (block-spacing)
(#287) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#287) Missing semicolon. (@babel/semi)
(#287) Expected space(s) before "var". (keyword-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Requires a space after '{'. (block-spacing)
(#287) Statement inside of curly braces should be on next line. (brace-style)
(#287) Missing space before opening brace. (space-before-blocks)
(#287) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#287) Operator '===' must be spaced. (space-infix-ops)
(#287) Operator '&&' must be spaced. (space-infix-ops)
(#288) This line has a length of 501. Maximum allowed is 132. (max-len)
(#288) A space is required after ','. (comma-spacing)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) Requires a space before '}'. (block-spacing)
(#288) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#288) Missing semicolon. (@babel/semi)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#288) Requires a space after '{'. (block-spacing)
(#288) Statement inside of curly braces should be on next line. (brace-style)
(#288) Missing space before opening brace. (space-before-blocks)
(#288) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#288) Requires a space after '{'. (block-spacing)
(#288) Statement inside of curly braces should be on next line. (brace-style)
(#288) Missing space before opening brace. (space-before-blocks)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Requires a space before '}'. (block-spacing)
(#288) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#288) Missing semicolon. (@babel/semi)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) A space is required after ','. (comma-spacing)
(#288) Requires a space after '{'. (block-spacing)
(#288) Statement inside of curly braces should be on next line. (brace-style)
(#288) Missing space before opening brace. (space-before-blocks)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Operator '||' must be spaced. (space-infix-ops)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Operator '-' must be spaced. (space-infix-ops)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) A space is required after ','. (comma-spacing)
(#288) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) A space is required after ','. (comma-spacing)
(#288) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) Expected space(s) after "for". (keyword-spacing)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) Operator '<' must be spaced. (space-infix-ops)
(#288) Operator '&&' must be spaced. (space-infix-ops)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) A space is required after ','. (comma-spacing)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) A space is required after ','. (comma-spacing)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) A space is required after ','. (comma-spacing)
(#288) Operator '+' must be spaced. (space-infix-ops)
(#288) Operator '&&' must be spaced. (space-infix-ops)
(#288) Operator '<=' must be spaced. (space-infix-ops)
(#288) Operator '*' must be spaced. (space-infix-ops)
(#288) Operator '-' must be spaced. (space-infix-ops)
(#288) Operator '+' must be spaced. (space-infix-ops)
(#288) Operator '+' must be spaced. (space-infix-ops)
(#289) This line has a length of 518. Maximum allowed is 132. (max-len)
(#289) Operator '/' must be spaced. (space-infix-ops)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) Expected { after 'for' condition. (curly)
(#289) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#289) Operator '===' must be spaced. (space-infix-ops)
(#289) Operator '&&' must be spaced. (space-infix-ops)
(#289) Operator '<' must be spaced. (space-infix-ops)
(#289) Operator '*' must be spaced. (space-infix-ops)
(#289) Operator '&&' must be spaced. (space-infix-ops)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#289) A space is required after ','. (comma-spacing)
(#289) A space is required after ','. (comma-spacing)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#289) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#289) Operator '/' must be spaced. (space-infix-ops)
(#289) A space is required after ','. (comma-spacing)
(#289) A space is required after ','. (comma-spacing)
(#289) Operator '===' must be spaced. (space-infix-ops)
(#289) Operator '?' must be spaced. (space-infix-ops)
(#289) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#289) Operator '/' must be spaced. (space-infix-ops)
(#289) A space is required after ','. (comma-spacing)
(#289) Operator ':' must be spaced. (space-infix-ops)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) Expected space(s) after "return". (keyword-spacing)
(#289) Missing space before value for key 'unitRange'. (key-spacing)
(#289) A space is required after ','. (comma-spacing)
(#289) Missing space before value for key 'count'. (key-spacing)
(#289) A space is required after ','. (comma-spacing)
(#289) Missing space before value for key 'unitName'. (key-spacing)
(#289) Requires a space before '}'. (block-spacing)
(#289) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#289) Missing semicolon. (@babel/semi)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#289) A space is required after ','. (comma-spacing)
(#289) Requires a space after '{'. (block-spacing)
(#289) Statement inside of curly braces should be on next line. (brace-style)
(#289) Missing space before opening brace. (space-before-blocks)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) Operator '?' must be spaced. (space-infix-ops)
(#289) A space is required after ','. (comma-spacing)
(#289) A space is required after ','. (comma-spacing)
(#289) A space is required after ','. (comma-spacing)
(#289) Operator '||' must be spaced. (space-infix-ops)
(#289) Operator ':' must be spaced. (space-infix-ops)
(#289) Requires a space before '}'. (block-spacing)
(#289) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#289) Missing semicolon. (@babel/semi)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) Requires a space before '}'. (block-spacing)
(#289) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#289) Missing semicolon. (@babel/semi)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#289) Requires a space before '}'. (block-spacing)
(#289) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#289) Missing semicolon. (@babel/semi)
(#289) Operator '||' must be spaced. (space-infix-ops)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) Requires a space before '}'. (block-spacing)
(#289) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#289) Missing semicolon. (@babel/semi)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#289) A space is required after ','. (comma-spacing)
(#289) A space is required after ','. (comma-spacing)
(#289) A space is required after ','. (comma-spacing)
(#289) Requires a space after '{'. (block-spacing)
(#289) Statement inside of curly braces should be on next line. (brace-style)
(#289) Missing space before opening brace. (space-before-blocks)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#289) A space is required after ','. (comma-spacing)
(#289) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#289) A space is required after ','. (comma-spacing)
(#289) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#289) A space is required after ','. (comma-spacing)
(#289) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) Requires a space after '{'. (block-spacing)
(#289) Statement inside of curly braces should be on next line. (brace-style)
(#289) Missing space before opening brace. (space-before-blocks)
(#289) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#289) Requires a space after '{'. (block-spacing)
(#289) Statement inside of curly braces should be on next line. (brace-style)
(#289) Missing space before opening brace. (space-before-blocks)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#290) This line has a length of 509. Maximum allowed is 132. (max-len)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#290) Operator '!==' must be spaced. (space-infix-ops)
(#290) Operator '?' must be spaced. (space-infix-ops)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Operator ':' must be spaced. (space-infix-ops)
(#290) Operator '||' must be spaced. (space-infix-ops)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#290) Requires a space before '}'. (block-spacing)
(#290) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#290) Missing semicolon. (@babel/semi)
(#290) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#290) Expected space(s) before "function". (keyword-spacing)
(#290) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#290) Requires a space after '{'. (block-spacing)
(#290) Statement inside of curly braces should be on next line. (brace-style)
(#290) Missing space before opening brace. (space-before-blocks)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#290) Operator '&&' must be spaced. (space-infix-ops)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Requires a space after '{'. (block-spacing)
(#290) Statement inside of curly braces should be on next line. (brace-style)
(#290) Missing space before opening brace. (space-before-blocks)
(#290) Requires a space before '}'. (block-spacing)
(#290) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#290) Missing semicolon. (@babel/semi)
(#290) A space is required after ','. (comma-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Requires a space after '{'. (block-spacing)
(#290) Statement inside of curly braces should be on next line. (brace-style)
(#290) Missing space before opening brace. (space-before-blocks)
(#290) Requires a space before '}'. (block-spacing)
(#290) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#290) Missing semicolon. (@babel/semi)
(#290) Requires a space before '}'. (block-spacing)
(#290) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#290) Missing semicolon. (@babel/semi)
(#290) Expected space(s) before "var". (keyword-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Requires a space after '{'. (block-spacing)
(#290) Statement inside of curly braces should be on next line. (brace-style)
(#290) Missing space before opening brace. (space-before-blocks)
(#290) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#290) Operator '===' must be spaced. (space-infix-ops)
(#290) Operator '&&' must be spaced. (space-infix-ops)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Requires a space before '}'. (block-spacing)
(#290) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#290) Missing semicolon. (@babel/semi)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#290) Requires a space after '{'. (block-spacing)
(#290) Statement inside of curly braces should be on next line. (brace-style)
(#290) Missing space before opening brace. (space-before-blocks)
(#290) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#290) Requires a space after '{'. (block-spacing)
(#290) Statement inside of curly braces should be on next line. (brace-style)
(#290) Missing space before opening brace. (space-before-blocks)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Requires a space before '}'. (block-spacing)
(#290) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#290) Missing semicolon. (@babel/semi)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Function has a complexity of 22. Maximum allowed is 20. (complexity)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) Requires a space after '{'. (block-spacing)
(#290) Statement inside of curly braces should be on next line. (brace-style)
(#290) Missing space before opening brace. (space-before-blocks)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) A space is required after ','. (comma-spacing)
(#290) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) A space is required after ','. (comma-spacing)
(#290) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#291) This line has a length of 516. Maximum allowed is 132. (max-len)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#291) Operator '||' must be spaced. (space-infix-ops)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Expected space(s) after "if". (keyword-spacing)
(#291) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#291) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#291) Operator '<=' must be spaced. (space-infix-ops)
(#291) Expected { after 'if' condition. (curly)
(#291) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Unexpected use of comma operator. (no-sequences)
(#291) A space is required after ','. (comma-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Expected space(s) after "if". (keyword-spacing)
(#291) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#291) Operator '<=' must be spaced. (space-infix-ops)
(#291) Requires a space after '{'. (block-spacing)
(#291) Statement inside of curly braces should be on next line. (brace-style)
(#291) Missing space before opening brace. (space-before-blocks)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A space is required after ','. (comma-spacing)
(#291) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#291) A space is required after ','. (comma-spacing)
(#291) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Expected space(s) after "for". (keyword-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Do not nest ternary expressions. (no-nested-ternary)
(#291) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#291) Operator '<' must be spaced. (space-infix-ops)
(#291) Operator '?' must be spaced. (space-infix-ops)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) Operator ':' must be spaced. (space-infix-ops)
(#291) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#291) Operator '<' must be spaced. (space-infix-ops)
(#291) Operator '?' must be spaced. (space-infix-ops)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) Operator ':' must be spaced. (space-infix-ops)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Operator '<' must be spaced. (space-infix-ops)
(#291) Operator '+' must be spaced. (space-infix-ops)
(#291) Operator '&&' must be spaced. (space-infix-ops)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Requires a space after '{'. (block-spacing)
(#291) Statement inside of curly braces should be on next line. (brace-style)
(#291) Missing space before opening brace. (space-before-blocks)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Expected space(s) after "for". (keyword-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Operator '<' must be spaced. (space-infix-ops)
(#291) Operator '&&' must be spaced. (space-infix-ops)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Requires a space after '{'. (block-spacing)
(#291) Statement inside of curly braces should be on next line. (brace-style)
(#291) Missing space before opening brace. (space-before-blocks)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Operator '*' must be spaced. (space-infix-ops)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#291) Operator '>' must be spaced. (space-infix-ops)
(#291) Operator '&&' must be spaced. (space-infix-ops)
(#291) Operator '||' must be spaced. (space-infix-ops)
(#291) Operator '<=' must be spaced. (space-infix-ops)
(#291) Operator '&&' must be spaced. (space-infix-ops)
(#291) Operator '!==' must be spaced. (space-infix-ops)
(#291) Operator '&&' must be spaced. (space-infix-ops)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#291) Operator '>' must be spaced. (space-infix-ops)
(#291) Operator '&&' must be spaced. (space-infix-ops)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Requires a space before '}'. (block-spacing)
(#291) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#291) Missing semicolon. (@babel/semi)
(#291) Requires a space before '}'. (block-spacing)
(#291) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#291) Requires a space before '}'. (block-spacing)
(#291) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#291) Expected space(s) before "else". (keyword-spacing)
(#291) Expected { after 'else'. (curly)
(#291) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Unexpected use of comma operator. (no-sequences)
(#291) A space is required after ','. (comma-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A space is required after ','. (comma-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Operator '?' must be spaced. (space-infix-ops)
(#291) Operator ':' must be spaced. (space-infix-ops)
(#291) A space is required after ','. (comma-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#291) Operator '===' must be spaced. (space-infix-ops)
(#291) Operator '?' must be spaced. (space-infix-ops)
(#291) Operator ':' must be spaced. (space-infix-ops)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) Operator '/' must be spaced. (space-infix-ops)
(#292) This line has a length of 505. Maximum allowed is 132. (max-len)
(#292) Operator '?' must be spaced. (space-infix-ops)
(#292) Operator ':' must be spaced. (space-infix-ops)
(#292) Operator '*' must be spaced. (space-infix-ops)
(#292) Operator '-' must be spaced. (space-infix-ops)
(#292) Operator '/' must be spaced. (space-infix-ops)
(#292) Operator '?' must be spaced. (space-infix-ops)
(#292) Operator '/' must be spaced. (space-infix-ops)
(#292) Operator ':' must be spaced. (space-infix-ops)
(#292) Operator '||' must be spaced. (space-infix-ops)
(#292) A space is required after ','. (comma-spacing)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#292) A space is required after ','. (comma-spacing)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) Operator '||' must be spaced. (space-infix-ops)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) Operator '/' must be spaced. (space-infix-ops)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#292) Operator '||' must be spaced. (space-infix-ops)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#292) Requires a space before '}'. (block-spacing)
(#292) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#292) Missing semicolon. (@babel/semi)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) Requires a space after '{'. (block-spacing)
(#292) Statement inside of curly braces should be on next line. (brace-style)
(#292) Missing space before opening brace. (space-before-blocks)
(#292) A space is required after ','. (comma-spacing)
(#292) Requires a space before '}'. (block-spacing)
(#292) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#292) Missing semicolon. (@babel/semi)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) Requires a space after '{'. (block-spacing)
(#292) Statement inside of curly braces should be on next line. (brace-style)
(#292) Missing space before opening brace. (space-before-blocks)
(#292) Operator '/' must be spaced. (space-infix-ops)
(#292) Requires a space before '}'. (block-spacing)
(#292) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#292) Missing semicolon. (@babel/semi)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Requires a space before '}'. (block-spacing)
(#292) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#292) Missing semicolon. (@babel/semi)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) Requires a space before '}'. (block-spacing)
(#292) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#292) Missing semicolon. (@babel/semi)
(#292) Operator '||' must be spaced. (space-infix-ops)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Requires a space before '}'. (block-spacing)
(#292) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#292) Missing semicolon. (@babel/semi)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) Requires a space after '{'. (block-spacing)
(#292) Statement inside of curly braces should be on next line. (brace-style)
(#292) Missing space before opening brace. (space-before-blocks)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) A space is required after ','. (comma-spacing)
(#292) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) A space is required after ','. (comma-spacing)
(#292) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) A space is required after ','. (comma-spacing)
(#292) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Requires a space after '{'. (block-spacing)
(#292) Statement inside of curly braces should be on next line. (brace-style)
(#292) Missing space before opening brace. (space-before-blocks)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) A space is required after ','. (comma-spacing)
(#292) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#293) This line has a length of 511. Maximum allowed is 132. (max-len)
(#293) A space is required after ','. (comma-spacing)
(#293) Requires a space after '{'. (block-spacing)
(#293) Statement inside of curly braces should be on next line. (brace-style)
(#293) Missing space before opening brace. (space-before-blocks)
(#293) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#293) Operator '||' must be spaced. (space-infix-ops)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#293) Operator '===' must be spaced. (space-infix-ops)
(#293) Operator '&&' must be spaced. (space-infix-ops)
(#293) A space is required after ','. (comma-spacing)
(#293) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#293) A space is required after ','. (comma-spacing)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#293) Requires a space before '}'. (block-spacing)
(#293) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#293) Missing semicolon. (@babel/semi)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#293) Requires a space after '{'. (block-spacing)
(#293) Statement inside of curly braces should be on next line. (brace-style)
(#293) Missing space before opening brace. (space-before-blocks)
(#293) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#293) Unexpected empty function 'a'. (no-empty-function)
(#293) Missing space before opening brace. (space-before-blocks)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Function has a complexity of 23. Maximum allowed is 20. (complexity)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) Requires a space after '{'. (block-spacing)
(#293) Statement inside of curly braces should be on next line. (brace-style)
(#293) Missing space before opening brace. (space-before-blocks)
(#293) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#293) Operator '===' must be spaced. (space-infix-ops)
(#293) Operator '&&' must be spaced. (space-infix-ops)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Missing space before value for key 'value'. (key-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) Missing space before value for key 'force'. (key-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) Missing space before value for key 'acrossPanes'. (key-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) A space is required after ','. (comma-spacing)
(#293) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#293) Operator '||' must be spaced. (space-infix-ops)
(#293) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#293) Operator '||' must be spaced. (space-infix-ops)
(#293) Operator '<' must be spaced. (space-infix-ops)
(#293) Operator '&&' must be spaced. (space-infix-ops)
(#293) Operator '<' must be spaced. (space-infix-ops)
(#293) Operator '||' must be spaced. (space-infix-ops)
(#293) Operator '>' must be spaced. (space-infix-ops)
(#293) Operator '&&' must be spaced. (space-infix-ops)
(#293) Operator '>' must be spaced. (space-infix-ops)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Missing space before value for key 'value'. (key-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) Missing space before value for key 'force'. (key-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) Missing space before value for key 'acrossPanes'. (key-spacing)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Expected space(s) after "if". (keyword-spacing)
(#293) Operator '&&' must be spaced. (space-infix-ops)
(#293) Requires a space after '{'. (block-spacing)
(#293) Statement inside of curly braces should be on next line. (brace-style)
(#293) Missing space before opening brace. (space-before-blocks)
(#293) Expected space(s) after "if". (keyword-spacing)
(#293) Requires a space after '{'. (block-spacing)
(#293) Statement inside of curly braces should be on next line. (brace-style)
(#293) Missing space before opening brace. (space-before-blocks)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Operator '===' must be spaced. (space-infix-ops)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Requires a space before '}'. (block-spacing)
(#293) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#293) Missing semicolon. (@babel/semi)
(#293) Expected space(s) before "for". (keyword-spacing)
(#293) Expected space(s) after "for". (keyword-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '<' must be spaced. (space-infix-ops)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '+=' must be spaced. (space-infix-ops)
(#294) This line has a length of 509. Maximum allowed is 132. (max-len)
(#294) Requires a space after '{'. (block-spacing)
(#294) Statement inside of curly braces should be on next line. (brace-style)
(#294) Missing space before opening brace. (space-before-blocks)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) A space is required after ','. (comma-spacing)
(#294) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) Operator '+' must be spaced. (space-infix-ops)
(#294) A space is required after ','. (comma-spacing)
(#294) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) A space is required after ','. (comma-spacing)
(#294) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) Operator '+' must be spaced. (space-infix-ops)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#294) Operator '!==' must be spaced. (space-infix-ops)
(#294) Operator '&&' must be spaced. (space-infix-ops)
(#294) Operator '!==' must be spaced. (space-infix-ops)
(#294) Operator '||' must be spaced. (space-infix-ops)
(#294) Operator '!==' must be spaced. (space-infix-ops)
(#294) Operator '&&' must be spaced. (space-infix-ops)
(#294) Operator '!==' must be spaced. (space-infix-ops)
(#294) Operator '||' must be spaced. (space-infix-ops)
(#294) Operator '!==' must be spaced. (space-infix-ops)
(#294) Operator '&&' must be spaced. (space-infix-ops)
(#294) Operator '!==' must be spaced. (space-infix-ops)
(#294) Operator '||' must be spaced. (space-infix-ops)
(#294) Operator '!==' must be spaced. (space-infix-ops)
(#294) Operator '&&' must be spaced. (space-infix-ops)
(#294) Operator '!==' must be spaced. (space-infix-ops)
(#294) Operator '||' must be spaced. (space-infix-ops)
(#294) Operator '&&' must be spaced. (space-infix-ops)
(#294) Operator '===' must be spaced. (space-infix-ops)
(#294) Operator '?' must be spaced. (space-infix-ops)
(#294) Operator '+=' must be spaced. (space-infix-ops)
(#294) A space is required after ','. (comma-spacing)
(#294) Operator '+=' must be spaced. (space-infix-ops)
(#294) Operator ':' must be spaced. (space-infix-ops)
(#294) Operator '||' must be spaced. (space-infix-ops)
(#294) Operator '!==' must be spaced. (space-infix-ops)
(#294) Operator '||' must be spaced. (space-infix-ops)
(#294) Operator '+=' must be spaced. (space-infix-ops)
(#294) A space is required after ','. (comma-spacing)
(#294) Operator '+=' must be spaced. (space-infix-ops)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) 'q' declared on line 293 column 456 is used outside of binding context. (block-scoped-var)
(#294) Requires a space before '}'. (block-spacing)
(#294) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#294) Missing semicolon. (@babel/semi)
(#294) Requires a space before '}'. (block-spacing)
(#294) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#294) Expected space(s) before "return". (keyword-spacing)
(#294) Requires a space before '}'. (block-spacing)
(#294) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#294) Missing semicolon. (@babel/semi)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) Requires a space after '{'. (block-spacing)
(#294) Statement inside of curly braces should be on next line. (brace-style)
(#294) Missing space before opening brace. (space-before-blocks)
(#294) A space is required after ','. (comma-spacing)
(#294) Requires a space before '}'. (block-spacing)
(#294) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#294) Missing semicolon. (@babel/semi)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) Requires a space after '{'. (block-spacing)
(#294) Statement inside of curly braces should be on next line. (brace-style)
(#294) Missing space before opening brace. (space-before-blocks)
(#294) A space is required after ','. (comma-spacing)
(#294) Requires a space before '}'. (block-spacing)
(#294) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#294) Missing semicolon. (@babel/semi)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#295) This line has a length of 504. Maximum allowed is 132. (max-len)
(#295) Requires a space after '{'. (block-spacing)
(#295) Statement inside of curly braces should be on next line. (brace-style)
(#295) Missing space before opening brace. (space-before-blocks)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) A space is required after ','. (comma-spacing)
(#295) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) A space is required after ','. (comma-spacing)
(#295) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) A space is required after ','. (comma-spacing)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#295) Operator '&&' must be spaced. (space-infix-ops)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Expected space(s) after "if". (keyword-spacing)
(#295) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#295) Requires a space after '{'. (block-spacing)
(#295) Statement inside of curly braces should be on next line. (brace-style)
(#295) Missing space before opening brace. (space-before-blocks)
(#295) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#295) Operator '||' must be spaced. (space-infix-ops)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) A space is required after ','. (comma-spacing)
(#295) Operator '||' must be spaced. (space-infix-ops)
(#295) Operator '||' must be spaced. (space-infix-ops)
(#295) Requires a space after '{'. (block-spacing)
(#295) Statement inside of curly braces should be on next line. (brace-style)
(#295) Missing space before opening brace. (space-before-blocks)
(#295) Requires a space before '}'. (block-spacing)
(#295) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#295) Missing semicolon. (@babel/semi)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Expected space(s) after "if". (keyword-spacing)
(#295) Requires a space after '{'. (block-spacing)
(#295) Statement inside of curly braces should be on next line. (brace-style)
(#295) Missing space before opening brace. (space-before-blocks)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) Operator '||' must be spaced. (space-infix-ops)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) Requires a space before '}'. (block-spacing)
(#295) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#295) Missing semicolon. (@babel/semi)
(#295) Expected space(s) before "this". (keyword-spacing)
(#295) Requires a space before '}'. (block-spacing)
(#295) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#295) Missing semicolon. (@babel/semi)
(#295) Expected space(s) before "return". (keyword-spacing)
(#295) Requires a space before '}'. (block-spacing)
(#295) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#295) Missing semicolon. (@babel/semi)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) Requires a space after '{'. (block-spacing)
(#295) Statement inside of curly braces should be on next line. (brace-style)
(#295) Missing space before opening brace. (space-before-blocks)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) A space is required after ','. (comma-spacing)
(#295) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) A space is required after ','. (comma-spacing)
(#295) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Expected space(s) after "if". (keyword-spacing)
(#295) Requires a space after '{'. (block-spacing)
(#295) Statement inside of curly braces should be on next line. (brace-style)
(#295) Missing space before opening brace. (space-before-blocks)
(#295) Expected space(s) after "for". (keyword-spacing)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Expected { after 'for' condition. (curly)
(#295) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#295) Operator '===' must be spaced. (space-infix-ops)
(#295) Operator '&&' must be spaced. (space-infix-ops)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Operator '||' must be spaced. (space-infix-ops)
(#295) A space is required after ','. (comma-spacing)
(#295) Operator '||' must be spaced. (space-infix-ops)
(#295) A space is required after ','. (comma-spacing)
(#295) Operator '||' must be spaced. (space-infix-ops)
(#296) This line has a length of 501. Maximum allowed is 132. (max-len)
(#296) A space is required after ','. (comma-spacing)
(#296) Operator '||' must be spaced. (space-infix-ops)
(#296) Requires a space after '{'. (block-spacing)
(#296) Statement inside of curly braces should be on next line. (brace-style)
(#296) Missing space before opening brace. (space-before-blocks)
(#296) Expected space(s) after "for". (keyword-spacing)
(#296) 'g' declared on line 295 column 415 is used outside of binding context. (block-scoped-var)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) 'g' declared on line 295 column 415 is used outside of binding context. (block-scoped-var)
(#296) Expected { after 'for' condition. (curly)
(#296) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#296) 'g' declared on line 295 column 415 is used outside of binding context. (block-scoped-var)
(#296) Operator '||' must be spaced. (space-infix-ops)
(#296) Operator '===' must be spaced. (space-infix-ops)
(#296) Operator '&&' must be spaced. (space-infix-ops)
(#296) A space is required after ','. (comma-spacing)
(#296) 'g' declared on line 295 column 415 is used outside of binding context. (block-scoped-var)
(#296) Requires a space before '}'. (block-spacing)
(#296) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#296) Missing semicolon. (@babel/semi)
(#296) Requires a space before '}'. (block-spacing)
(#296) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#296) Missing semicolon. (@babel/semi)
(#296) Requires a space before '}'. (block-spacing)
(#296) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) Requires a space after '{'. (block-spacing)
(#296) Statement inside of curly braces should be on next line. (brace-style)
(#296) Missing space before opening brace. (space-before-blocks)
(#296) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#296) Requires a space before '}'. (block-spacing)
(#296) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#296) Missing semicolon. (@babel/semi)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) Requires a space after '{'. (block-spacing)
(#296) Statement inside of curly braces should be on next line. (brace-style)
(#296) Missing space before opening brace. (space-before-blocks)
(#296) Requires a space before '}'. (block-spacing)
(#296) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#296) Missing semicolon. (@babel/semi)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Requires a space before '}'. (block-spacing)
(#296) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#296) Missing semicolon. (@babel/semi)
(#296) Requires a space before '}'. (block-spacing)
(#296) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#296) Missing semicolon. (@babel/semi)
(#296) Operator '||' must be spaced. (space-infix-ops)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Requires a space before '}'. (block-spacing)
(#296) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#296) Missing semicolon. (@babel/semi)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) Requires a space after '{'. (block-spacing)
(#296) Statement inside of curly braces should be on next line. (brace-style)
(#296) Missing space before opening brace. (space-before-blocks)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) A space is required after ','. (comma-spacing)
(#296) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) A space is required after ','. (comma-spacing)
(#296) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) A space is required after ','. (comma-spacing)
(#296) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) A space is required after ','. (comma-spacing)
(#296) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) A space is required after ','. (comma-spacing)
(#296) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#297) This line has a length of 503. Maximum allowed is 132. (max-len)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#297) Requires a space after '{'. (block-spacing)
(#297) Statement inside of curly braces should be on next line. (brace-style)
(#297) Missing space before opening brace. (space-before-blocks)
(#297) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#297) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#297) A space is required after ','. (comma-spacing)
(#297) Requires a space after '{'. (block-spacing)
(#297) Statement inside of curly braces should be on next line. (brace-style)
(#297) Missing space before opening brace. (space-before-blocks)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#297) Operator '&&' must be spaced. (space-infix-ops)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) Requires a space before '}'. (block-spacing)
(#297) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#297) Missing semicolon. (@babel/semi)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) Requires a space after '{'. (block-spacing)
(#297) Statement inside of curly braces should be on next line. (brace-style)
(#297) Missing space before opening brace. (space-before-blocks)
(#297) A space is required after ','. (comma-spacing)
(#297) Requires a space before '}'. (block-spacing)
(#297) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#297) Missing semicolon. (@babel/semi)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) Function has a complexity of 47. Maximum allowed is 20. (complexity)
(#297) Requires a space after '{'. (block-spacing)
(#297) Statement inside of curly braces should be on next line. (brace-style)
(#297) Missing space before opening brace. (space-before-blocks)
(#297) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#297) A space is required after ','. (comma-spacing)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) Operator '&&' must be spaced. (space-infix-ops)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) Missing space before value for key 'class'. (key-spacing)
(#297) Operator '+' must be spaced. (space-infix-ops)
(#297) Operator '?' must be spaced. (space-infix-ops)
(#297) Operator ':' must be spaced. (space-infix-ops)
(#297) Operator '+' must be spaced. (space-infix-ops)
(#297) Operator '||' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) Operator '?' must be spaced. (space-infix-ops)
(#297) Operator ':' must be spaced. (space-infix-ops)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#297) Operator '&&' must be spaced. (space-infix-ops)
(#298) This line has a length of 507. Maximum allowed is 132. (max-len)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) A space is required after ','. (comma-spacing)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) A space is required after ','. (comma-spacing)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#298) Operator '||' must be spaced. (space-infix-ops)
(#298) Operator '?' must be spaced. (space-infix-ops)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Operator '||' must be spaced. (space-infix-ops)
(#298) A space is required after ','. (comma-spacing)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Operator '&&' must be spaced. (space-infix-ops)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Operator ':' must be spaced. (space-infix-ops)
(#298) Operator '&&' must be spaced. (space-infix-ops)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Operator '||' must be spaced. (space-infix-ops)
(#298) A space is required after ','. (comma-spacing)
(#298) Operator '&&' must be spaced. (space-infix-ops)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) A space is required after ','. (comma-spacing)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Operator '+=' must be spaced. (space-infix-ops)
(#298) Operator '+' must be spaced. (space-infix-ops)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Operator '||' must be spaced. (space-infix-ops)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Operator '+' must be spaced. (space-infix-ops)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#298) Operator '&&' must be spaced. (space-infix-ops)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Expected space(s) after "if". (keyword-spacing)
(#298) Expected { after 'if' condition. (curly)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Missing space before value for key 'value'. (key-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing space before value for key 'lineWidth'. (key-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing space before value for key 'acrossPanes'. (key-spacing)
(#299) This line has a length of 524. Maximum allowed is 132. (max-len)
(#299) Expected space(s) after "if". (keyword-spacing)
(#299) Expected { after 'if' condition. (curly)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) Expected { after 'else'. (curly)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#299) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) Requires a space after '{'. (block-spacing)
(#299) Statement inside of curly braces should be on next line. (brace-style)
(#299) Missing space before opening brace. (space-before-blocks)
(#299) A space is required after ','. (comma-spacing)
(#299) Requires a space after '{'. (block-spacing)
(#299) Statement inside of curly braces should be on next line. (brace-style)
(#299) Missing space before opening brace. (space-before-blocks)
(#299) A space is required after ','. (comma-spacing)
(#299) Requires a space before '}'. (block-spacing)
(#299) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#299) Missing semicolon. (@babel/semi)
(#299) Requires a space before '}'. (block-spacing)
(#299) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#299) Missing semicolon. (@babel/semi)
(#299) A space is required after ','. (comma-spacing)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#299) Operator '||' must be spaced. (space-infix-ops)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) Operator '?' must be spaced. (space-infix-ops)
(#299) Missing space before value for key 'd'. (key-spacing)
(#299) Operator ':' must be spaced. (space-infix-ops)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) Operator '?' must be spaced. (space-infix-ops)
(#299) A space is required after ','. (comma-spacing)
(#299) Missing space before value for key 'd'. (key-spacing)
(#299) Operator ':' must be spaced. (space-infix-ops)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) A space is required after ','. (comma-spacing)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) Operator '||' must be spaced. (space-infix-ops)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) Operator '<' must be spaced. (space-infix-ops)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) Operator '<' must be spaced. (space-infix-ops)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) Operator '?' must be spaced. (space-infix-ops)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) Missing space before value for key 'align'. (key-spacing)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) A space is required after ','. (comma-spacing)
(#299) Missing space before value for key 'x'. (key-spacing)
(#299) Operator '?' must be spaced. (space-infix-ops)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) Operator ':' must be spaced. (space-infix-ops)
(#299) A space is required after ','. (comma-spacing)
(#299) Missing space before value for key 'verticalAlign'. (key-spacing)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) A space is required after ','. (comma-spacing)
(#299) Missing space before value for key 'y'. (key-spacing)
(#299) Do not nest ternary expressions. (no-nested-ternary)
(#299) Operator '?' must be spaced. (space-infix-ops)
(#299) Operator '?' must be spaced. (space-infix-ops)
(#299) Operator ':' must be spaced. (space-infix-ops)
(#299) Operator ':' must be spaced. (space-infix-ops)
(#299) Operator '?' must be spaced. (space-infix-ops)
(#299) Operator ':' must be spaced. (space-infix-ops)
(#299) A space is required after ','. (comma-spacing)
(#299) Missing space before value for key 'rotation'. (key-spacing)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) Operator ':' must be spaced. (space-infix-ops)
(#299) Operator '&&' must be spaced. (space-infix-ops)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) Function expected no return value. (consistent-return)
(#299) Requires a space before '}'. (block-spacing)
(#299) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#299) Missing semicolon. (@babel/semi)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#300) This line has a length of 511. Maximum allowed is 132. (max-len)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Requires a space after '{'. (block-spacing)
(#300) Statement inside of curly braces should be on next line. (brace-style)
(#300) Missing space before opening brace. (space-before-blocks)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) A space is required after ','. (comma-spacing)
(#300) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) A space is required after ','. (comma-spacing)
(#300) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#300) Operator '||' must be spaced. (space-infix-ops)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing space before value for key 'align'. (key-spacing)
(#300) Operator '||' must be spaced. (space-infix-ops)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing space before value for key 'rotation'. (key-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing space before value for key 'class'. (key-spacing)
(#300) Operator '+' must be spaced. (space-infix-ops)
(#300) Operator '?' must be spaced. (space-infix-ops)
(#300) Operator ':' must be spaced. (space-infix-ops)
(#300) Operator '+' must be spaced. (space-infix-ops)
(#300) Operator '+' must be spaced. (space-infix-ops)
(#300) Operator '||' must be spaced. (space-infix-ops)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing space before value for key 'zIndex'. (key-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Operator '||' must be spaced. (space-infix-ops)
(#300) Missing space before value for key 'textOverflow'. (key-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) Operator '||' must be spaced. (space-infix-ops)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Operator '?' must be spaced. (space-infix-ops)
(#300) Operator ':' must be spaced. (space-infix-ops)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) Operator '||' must be spaced. (space-infix-ops)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Operator '?' must be spaced. (space-infix-ops)
(#300) Operator ':' must be spaced. (space-infix-ops)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing space before value for key 'x'. (key-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing space before value for key 'y'. (key-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing space before value for key 'width'. (key-spacing)
(#300) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#300) Operator '-' must be spaced. (space-infix-ops)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing space before value for key 'height'. (key-spacing)
(#300) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#300) Operator '-' must be spaced. (space-infix-ops)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#300) Operator '&&' must be spaced. (space-infix-ops)
(#301) This line has a length of 523. Maximum allowed is 132. (max-len)
(#301) Operator '!==' must be spaced. (space-infix-ops)
(#301) Operator '||' must be spaced. (space-infix-ops)
(#301) Missing space before value for key 'width'. (key-spacing)
(#301) Operator '===' must be spaced. (space-infix-ops)
(#301) Operator '?' must be spaced. (space-infix-ops)
(#301) Operator '-' must be spaced. (space-infix-ops)
(#301) Operator '-' must be spaced. (space-infix-ops)
(#301) Operator ':' must be spaced. (space-infix-ops)
(#301) Operator '-' must be spaced. (space-infix-ops)
(#301) Operator '-' must be spaced. (space-infix-ops)
(#301) Operator '+' must be spaced. (space-infix-ops)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Requires a space before '}'. (block-spacing)
(#301) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#301) Missing semicolon. (@babel/semi)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) Requires a space after '{'. (block-spacing)
(#301) Statement inside of curly braces should be on next line. (brace-style)
(#301) Missing space before opening brace. (space-before-blocks)
(#301) Operator '?' must be spaced. (space-infix-ops)
(#301) Operator ':' must be spaced. (space-infix-ops)
(#301) Requires a space before '}'. (block-spacing)
(#301) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#301) Missing semicolon. (@babel/semi)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) Requires a space after '{'. (block-spacing)
(#301) Statement inside of curly braces should be on next line. (brace-style)
(#301) Missing space before opening brace. (space-before-blocks)
(#301) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#301) A space is required after ','. (comma-spacing)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#301) Requires a space before '}'. (block-spacing)
(#301) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#301) Missing semicolon. (@babel/semi)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Requires a space before '}'. (block-spacing)
(#301) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#301) Missing semicolon. (@babel/semi)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Requires a space before '}'. (block-spacing)
(#301) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#301) Missing semicolon. (@babel/semi)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#302) This line has a length of 532. Maximum allowed is 132. (max-len)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) Requires a space after '{'. (block-spacing)
(#302) Statement inside of curly braces should be on next line. (brace-style)
(#302) Missing space before opening brace. (space-before-blocks)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#302) Requires a space after '{'. (block-spacing)
(#302) Statement inside of curly braces should be on next line. (brace-style)
(#302) Missing space before opening brace. (space-before-blocks)
(#302) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#302) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#302) A space is required after ','. (comma-spacing)
(#302) Requires a space after '{'. (block-spacing)
(#302) Statement inside of curly braces should be on next line. (brace-style)
(#302) Missing space before opening brace. (space-before-blocks)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) Requires a space before '}'. (block-spacing)
(#302) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#302) Missing semicolon. (@babel/semi)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) Requires a space after '{'. (block-spacing)
(#302) Statement inside of curly braces should be on next line. (brace-style)
(#302) Missing space before opening brace. (space-before-blocks)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Missing space before value for key 'tagName'. (key-spacing)
(#303) This line has a length of 519. Maximum allowed is 132. (max-len)
(#303) Missing space before value for key 'attributes'. (key-spacing)
(#303) Missing space before value for key 'id'. (key-spacing)
(#303) Operator '+' must be spaced. (space-infix-ops)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'opacity'. (key-spacing)
(#303) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'children'. (key-spacing)
(#303) Missing space before value for key 'tagName'. (key-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'attributes'. (key-spacing)
(#303) Missing space before value for key 'in'. (key-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'stdDeviation'. (key-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'tagName'. (key-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'attributes'. (key-spacing)
(#303) Missing space before value for key 'dx'. (key-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'dy'. (key-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'tagName'. (key-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'children'. (key-spacing)
(#303) Missing space before value for key 'tagName'. (key-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'attributes'. (key-spacing)
(#303) Missing space before value for key 'type'. (key-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'slope'. (key-spacing)
(#303) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'tagName'. (key-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'children'. (key-spacing)
(#303) Missing space before value for key 'tagName'. (key-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'tagName'. (key-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'attributes'. (key-spacing)
(#303) Missing space before value for key 'in'. (key-spacing)
(#303) Requires a space before '}'. (block-spacing)
(#303) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#303) Missing semicolon. (@babel/semi)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) Operator '=' must be spaced. (space-infix-ops)
(#303) Requires a space after '{'. (block-spacing)
(#303) Statement inside of curly braces should be on next line. (brace-style)
(#303) Missing space before opening brace. (space-before-blocks)
(#303) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#303) Requires a space after '{'. (block-spacing)
(#303) Statement inside of curly braces should be on next line. (brace-style)
(#303) Missing space before opening brace. (space-before-blocks)
(#303) Operator '=' must be spaced. (space-infix-ops)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) Expected space(s) after "return". (keyword-spacing)
(#303) Operator '||' must be spaced. (space-infix-ops)
(#304) This line has a length of 512. Maximum allowed is 132. (max-len)
(#304) Operator '+' must be spaced. (space-infix-ops)
(#304) Operator '||' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) Operator '||' must be spaced. (space-infix-ops)
(#304) Operator '+' must be spaced. (space-infix-ops)
(#304) Operator '||' must be spaced. (space-infix-ops)
(#304) Requires a space before '}'. (block-spacing)
(#304) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#304) Missing semicolon. (@babel/semi)
(#304) Requires a space before '}'. (block-spacing)
(#304) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#304) Missing semicolon. (@babel/semi)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Requires a space after '{'. (block-spacing)
(#304) Statement inside of curly braces should be on next line. (brace-style)
(#304) Missing space before opening brace. (space-before-blocks)
(#304) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#304) Requires a space after '{'. (block-spacing)
(#304) Statement inside of curly braces should be on next line. (brace-style)
(#304) Missing space before opening brace. (space-before-blocks)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Operator '&&' must be spaced. (space-infix-ops)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#304) Operator '&&' must be spaced. (space-infix-ops)
(#304) Operator '||' must be spaced. (space-infix-ops)
(#304) Operator '?' must be spaced. (space-infix-ops)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Operator ':' must be spaced. (space-infix-ops)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Requires a space before '}'. (block-spacing)
(#304) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#304) Missing semicolon. (@babel/semi)
(#304) Requires a space before '}'. (block-spacing)
(#304) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#304) Missing semicolon. (@babel/semi)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Requires a space after '{'. (block-spacing)
(#304) Statement inside of curly braces should be on next line. (brace-style)
(#304) Missing space before opening brace. (space-before-blocks)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Operator '||' must be spaced. (space-infix-ops)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Requires a space before '}'. (block-spacing)
(#304) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#304) Missing semicolon. (@babel/semi)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Requires a space after '{'. (block-spacing)
(#304) Statement inside of curly braces should be on next line. (brace-style)
(#304) Missing space before opening brace. (space-before-blocks)
(#304) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#304) Operator '&&' must be spaced. (space-infix-ops)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#305) This line has a length of 513. Maximum allowed is 132. (max-len)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#305) Operator '&&' must be spaced. (space-infix-ops)
(#305) Operator '&&' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#305) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#305) Operator '&&' must be spaced. (space-infix-ops)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) Requires a space before '}'. (block-spacing)
(#305) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#305) Missing semicolon. (@babel/semi)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) Requires a space after '{'. (block-spacing)
(#305) Statement inside of curly braces should be on next line. (brace-style)
(#305) Missing space before opening brace. (space-before-blocks)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#305) Do not nest ternary expressions. (no-nested-ternary)
(#305) Operator '&&' must be spaced. (space-infix-ops)
(#305) Operator '?' must be spaced. (space-infix-ops)
(#305) Operator '===' must be spaced. (space-infix-ops)
(#305) Operator '&&' must be spaced. (space-infix-ops)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) Operator '-' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) Operator '-' must be spaced. (space-infix-ops)
(#305) Operator ':' must be spaced. (space-infix-ops)
(#305) Operator '?' must be spaced. (space-infix-ops)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) Operator ':' must be spaced. (space-infix-ops)
(#305) Requires a space after '{'. (block-spacing)
(#305) Statement inside of curly braces should be on next line. (brace-style)
(#305) Missing space before opening brace. (space-before-blocks)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#306) This line has a length of 510. Maximum allowed is 132. (max-len)
(#306) Missing whitespace after semicolon. (semi-spacing)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) Missing whitespace after semicolon. (semi-spacing)
(#306) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#306) Operator '+=' must be spaced. (space-infix-ops)
(#306) Operator '||' must be spaced. (space-infix-ops)
(#306) Missing whitespace after semicolon. (semi-spacing)
(#306) Operator '+=' must be spaced. (space-infix-ops)
(#306) Operator '?' must be spaced. (space-infix-ops)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) Operator '||' must be spaced. (space-infix-ops)
(#306) Operator '/' must be spaced. (space-infix-ops)
(#306) Operator ':' must be spaced. (space-infix-ops)
(#306) Operator '||' must be spaced. (space-infix-ops)
(#306) Missing whitespace after semicolon. (semi-spacing)
(#306) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#306) Operator '&&' must be spaced. (space-infix-ops)
(#306) Operator '&&' must be spaced. (space-infix-ops)
(#306) Operator '?' must be spaced. (space-infix-ops)
(#306) Operator '+=' must be spaced. (space-infix-ops)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) Operator '-' must be spaced. (space-infix-ops)
(#306) Operator '-' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) Operator '+=' must be spaced. (space-infix-ops)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) Operator '-' must be spaced. (space-infix-ops)
(#306) Operator '-' must be spaced. (space-infix-ops)
(#306) Operator ':' must be spaced. (space-infix-ops)
(#306) Operator '+=' must be spaced. (space-infix-ops)
(#306) Operator '-' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) Operator '+=' must be spaced. (space-infix-ops)
(#306) Operator '-' must be spaced. (space-infix-ops)
(#306) Requires a space before '}'. (block-spacing)
(#306) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#306) Missing semicolon. (@babel/semi)
(#306) A space is required after ','. (comma-spacing)
(#306) Operator '/=' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) Operator '/=' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) Operator '?' must be spaced. (space-infix-ops)
(#306) Operator '-' must be spaced. (space-infix-ops)
(#306) Operator ':' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) Operator '?' must be spaced. (space-infix-ops)
(#306) Operator '-' must be spaced. (space-infix-ops)
(#306) Operator ':' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) Operator '&&' must be spaced. (space-infix-ops)
(#306) Operator '<' must be spaced. (space-infix-ops)
(#306) Operator '&&' must be spaced. (space-infix-ops)
(#306) Operator '&&' must be spaced. (space-infix-ops)
(#306) Operator '?' must be spaced. (space-infix-ops)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) Operator '-' must be spaced. (space-infix-ops)
(#306) Operator ':' must be spaced. (space-infix-ops)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) Operator '-' must be spaced. (space-infix-ops)
(#306) Missing whitespace after semicolon. (semi-spacing)
(#306) Requires a space before '}'. (block-spacing)
(#306) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#306) Missing semicolon. (@babel/semi)
(#306) Missing whitespace after semicolon. (semi-spacing)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) Function has a complexity of 22. Maximum allowed is 20. (complexity)
(#306) Requires a space after '{'. (block-spacing)
(#306) Statement inside of curly braces should be on next line. (brace-style)
(#306) Missing space before opening brace. (space-before-blocks)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) Operator '&&' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) Operator '?' must be spaced. (space-infix-ops)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) Operator ':' must be spaced. (space-infix-ops)
(#307) This line has a length of 501. Maximum allowed is 132. (max-len)
(#307) A space is required after ','. (comma-spacing)
(#307) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) Operator '||' must be spaced. (space-infix-ops)
(#307) Operator '&&' must be spaced. (space-infix-ops)
(#307) Operator '?' must be spaced. (space-infix-ops)
(#307) Operator ':' must be spaced. (space-infix-ops)
(#307) A space is required after ','. (comma-spacing)
(#307) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) Requires a space after '{'. (block-spacing)
(#307) Statement inside of curly braces should be on next line. (brace-style)
(#307) Missing space before opening brace. (space-before-blocks)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) Requires a space before '}'. (block-spacing)
(#307) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#307) Missing semicolon. (@babel/semi)
(#307) A space is required after ','. (comma-spacing)
(#307) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) Requires a space after '{'. (block-spacing)
(#307) Statement inside of curly braces should be on next line. (brace-style)
(#307) Missing space before opening brace. (space-before-blocks)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) Missing whitespace after semicolon. (semi-spacing)
(#307) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) Operator '&&' must be spaced. (space-infix-ops)
(#307) A space is required after ','. (comma-spacing)
(#307) Missing whitespace after semicolon. (semi-spacing)
(#307) Expected space(s) after "if". (keyword-spacing)
(#307) Operator '&&' must be spaced. (space-infix-ops)
(#307) Operator '&&' must be spaced. (space-infix-ops)
(#307) Expected { after 'if' condition. (curly)
(#307) Requires a space before '}'. (block-spacing)
(#307) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#307) Missing semicolon. (@babel/semi)
(#307) A space is required after ','. (comma-spacing)
(#307) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#307) A space is required after ','. (comma-spacing)
(#307) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) Missing whitespace after semicolon. (semi-spacing)
(#307) Expected space(s) after "if". (keyword-spacing)
(#307) Requires a space after '{'. (block-spacing)
(#307) Statement inside of curly braces should be on next line. (brace-style)
(#307) Missing space before opening brace. (space-before-blocks)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) Missing whitespace after semicolon. (semi-spacing)
(#307) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#307) Operator '&&' must be spaced. (space-infix-ops)
(#307) Operator '||' must be spaced. (space-infix-ops)
(#307) Operator '&&' must be spaced. (space-infix-ops)
(#307) Operator '&&' must be spaced. (space-infix-ops)
(#307) Requires a space before '}'. (block-spacing)
(#307) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#307) Missing semicolon. (@babel/semi)
(#307) Expected space(s) before "if". (keyword-spacing)
(#307) Expected space(s) after "if". (keyword-spacing)
(#307) Requires a space after '{'. (block-spacing)
(#307) Statement inside of curly braces should be on next line. (brace-style)
(#307) Missing space before opening brace. (space-before-blocks)
(#307) Expected space(s) after "if". (keyword-spacing)
(#307) Requires a space after '{'. (block-spacing)
(#307) Statement inside of curly braces should be on next line. (brace-style)
(#307) Missing space before opening brace. (space-before-blocks)
(#307) 'z' declared on line 307 column 342 is used outside of binding context. (block-scoped-var)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) Missing whitespace after semicolon. (semi-spacing)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#308) This line has a length of 504. Maximum allowed is 132. (max-len)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#308) A space is required after ','. (comma-spacing)
(#308) Missing space before value for key 'position'. (key-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) Missing space before value for key 'top'. (key-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) Missing space before value for key 'pointerEvents'. (key-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) Missing space before value for key 'zIndex'. (key-spacing)
(#308) Operator '||' must be spaced. (space-infix-ops)
(#308) A space is required after ','. (comma-spacing)
(#308) 'z' declared on line 307 column 342 is used outside of binding context. (block-scoped-var)
(#308) Operator '&&' must be spaced. (space-infix-ops)
(#308) 'z' declared on line 307 column 342 is used outside of binding context. (block-scoped-var)
(#308) Operator '||' must be spaced. (space-infix-ops)
(#308) Operator '+' must be spaced. (space-infix-ops)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) 'z' declared on line 307 column 342 is used outside of binding context. (block-scoped-var)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) Requires a space before '}'. (block-spacing)
(#308) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#308) Missing semicolon. (@babel/semi)
(#308) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#308) Operator '?' must be spaced. (space-infix-ops)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Operator ':' must be spaced. (space-infix-ops)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) Missing space before value for key 'padding'. (key-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) Missing space before value for key 'r'. (key-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) Operator '||' must be spaced. (space-infix-ops)
(#308) Missing space before value for key 'fill'. (key-spacing)
(#309) This line has a length of 504. Maximum allowed is 132. (max-len)
(#309) Missing space before value for key 'stroke-width'. (key-spacing)
(#309) Missing space before value for key 'pointerEvents'. (key-spacing)
(#309) Missing whitespace after semicolon. (semi-spacing)
(#309) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#309) Operator '&&' must be spaced. (space-infix-ops)
(#309) Operator '&&' must be spaced. (space-infix-ops)
(#309) A space is required after ','. (comma-spacing)
(#309) Missing space before value for key 'filter'. (key-spacing)
(#309) Operator '+' must be spaced. (space-infix-ops)
(#309) Operator '+' must be spaced. (space-infix-ops)
(#309) Missing whitespace after semicolon. (semi-spacing)
(#309) Expected space(s) after "if". (keyword-spacing)
(#309) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#309) Operator '&&' must be spaced. (space-infix-ops)
(#309) Requires a space after '{'. (block-spacing)
(#309) Statement inside of curly braces should be on next line. (brace-style)
(#309) Missing space before opening brace. (space-before-blocks)
(#309) Operator '=' must be spaced. (space-infix-ops)
(#309) A space is required after ','. (comma-spacing)
(#309) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#309) Operator '=' must be spaced. (space-infix-ops)
(#309) A space is required after ','. (comma-spacing)
(#309) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#309) Operator '=' must be spaced. (space-infix-ops)
(#309) Missing whitespace after semicolon. (semi-spacing)
(#309) Operator '=' must be spaced. (space-infix-ops)
(#309) Requires a space after '{'. (block-spacing)
(#309) Statement inside of curly braces should be on next line. (brace-style)
(#309) Missing space before opening brace. (space-before-blocks)
(#309) A space is required after ','. (comma-spacing)
(#309) Missing whitespace after semicolon. (semi-spacing)
(#309) Operator '=' must be spaced. (space-infix-ops)
(#309) Operator '+' must be spaced. (space-infix-ops)
(#309) Requires a space before '}'. (block-spacing)
(#309) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#309) Missing semicolon. (@babel/semi)
(#309) Missing whitespace after semicolon. (semi-spacing)
(#309) Operator '=' must be spaced. (space-infix-ops)
(#309) Requires a space after '{'. (block-spacing)
(#309) Statement inside of curly braces should be on next line. (brace-style)
(#309) Missing space before opening brace. (space-before-blocks)
(#309) A space is required after ','. (comma-spacing)
(#309) Missing whitespace after semicolon. (semi-spacing)
(#309) Operator '=' must be spaced. (space-infix-ops)
(#309) Operator '+' must be spaced. (space-infix-ops)
(#309) Requires a space before '}'. (block-spacing)
(#309) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#309) Missing semicolon. (@babel/semi)
(#309) Requires a space before '}'. (block-spacing)
(#309) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#309) Missing semicolon. (@babel/semi)
(#309) Expected space(s) before "this". (keyword-spacing)
(#309) A space is required after ','. (comma-spacing)
(#309) A space is required after ','. (comma-spacing)
(#309) Missing space before value for key 'zIndex'. (key-spacing)
(#309) Requires a space before '}'. (block-spacing)
(#309) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#309) Missing semicolon. (@babel/semi)
(#309) Expected space(s) before "return". (keyword-spacing)
(#309) Requires a space before '}'. (block-spacing)
(#309) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#309) Missing semicolon. (@babel/semi)
(#309) Missing whitespace after semicolon. (semi-spacing)
(#309) Operator '=' must be spaced. (space-infix-ops)
(#310) This line has a length of 502. Maximum allowed is 132. (max-len)
(#310) A space is required after ','. (comma-spacing)
(#310) Requires a space after '{'. (block-spacing)
(#310) Statement inside of curly braces should be on next line. (brace-style)
(#310) Missing space before opening brace. (space-before-blocks)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Operator '&&' must be spaced. (space-infix-ops)
(#310) Operator '||' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Operator '-' must be spaced. (space-infix-ops)
(#310) Operator '*' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Requires a space after '{'. (block-spacing)
(#310) Statement inside of curly braces should be on next line. (brace-style)
(#310) Missing space before opening brace. (space-before-blocks)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Operator '===' must be spaced. (space-infix-ops)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Expected space(s) after "return". (keyword-spacing)
(#310) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#310) A space is required after ','. (comma-spacing)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Operator '*' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) Operator '*' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Operator '-' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Operator '*' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) Operator '-' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Operator '*' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#311) This line has a length of 502. Maximum allowed is 132. (max-len)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) A space is required after ','. (comma-spacing)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) A space is required after ','. (comma-spacing)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Requires a space before '}'. (block-spacing)
(#311) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#311) Missing semicolon. (@babel/semi)
(#311) A space is required after ','. (comma-spacing)
(#311) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) A space is required after ','. (comma-spacing)
(#311) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) A space is required after ','. (comma-spacing)
(#311) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#311) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#311) Operator '&&' must be spaced. (space-infix-ops)
(#311) Operator '&&' must be spaced. (space-infix-ops)
(#311) Operator '&&' must be spaced. (space-infix-ops)
(#311) Operator '&&' must be spaced. (space-infix-ops)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Operator '&&' must be spaced. (space-infix-ops)
(#311) A space is required after ','. (comma-spacing)
(#311) Operator '===' must be spaced. (space-infix-ops)
(#311) A space is required after ','. (comma-spacing)
(#311) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Expected to return a value at the end of function. (consistent-return)
(#311) A space is required after ','. (comma-spacing)
(#311) A space is required after ','. (comma-spacing)
(#311) A space is required after ','. (comma-spacing)
(#311) A space is required after ','. (comma-spacing)
(#311) A space is required after ','. (comma-spacing)
(#311) A space is required after ','. (comma-spacing)
(#311) Requires a space after '{'. (block-spacing)
(#311) Statement inside of curly braces should be on next line. (brace-style)
(#311) Missing space before opening brace. (space-before-blocks)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Do not nest ternary expressions. (no-nested-ternary)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Operator '===' must be spaced. (space-infix-ops)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Operator '*' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) Operator '*' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) A space is required after ','. (comma-spacing)
(#311) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Operator '-' must be spaced. (space-infix-ops)
(#311) Operator '/' must be spaced. (space-infix-ops)
(#311) A space is required after ','. (comma-spacing)
(#311) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Operator '<' must be spaced. (space-infix-ops)
(#311) Operator '-' must be spaced. (space-infix-ops)
(#311) A space is required after ','. (comma-spacing)
(#311) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '<' must be spaced. (space-infix-ops)
(#311) A space is required after ','. (comma-spacing)
(#311) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Operator '-' must be spaced. (space-infix-ops)
(#311) Operator '-' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '-' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Expected space(s) after "if". (keyword-spacing)
(#311) Operator '&&' must be spaced. (space-infix-ops)
(#311) Expected { after 'if' condition. (curly)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Expected space(s) after "if". (keyword-spacing)
(#311) Operator '&&' must be spaced. (space-infix-ops)
(#311) Expected { after 'if' condition. (curly)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Expected space(s) after "if". (keyword-spacing)
(#311) Expected { after 'if' condition. (curly)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Operator '-' must be spaced. (space-infix-ops)
(#311) A space is required after ','. (comma-spacing)
(#311) Operator '>' must be spaced. (space-infix-ops)
(#311) Operator '-' must be spaced. (space-infix-ops)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) Operator '-' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Expected space(s) after "if". (keyword-spacing)
(#311) Expected { after 'if' condition. (curly)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) A space is required after ','. (comma-spacing)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#312) This line has a length of 510. Maximum allowed is 132. (max-len)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Operator '>' must be spaced. (space-infix-ops)
(#312) Operator '?' must be spaced. (space-infix-ops)
(#312) Operator ':' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Expected { after 'else'. (curly)
(#312) Expected space(s) after "return". (keyword-spacing)
(#312) Requires a space before '}'. (block-spacing)
(#312) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#312) Missing semicolon. (@babel/semi)
(#312) A space is required after ','. (comma-spacing)
(#312) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) A space is required after ','. (comma-spacing)
(#312) A space is required after ','. (comma-spacing)
(#312) A space is required after ','. (comma-spacing)
(#312) A space is required after ','. (comma-spacing)
(#312) Requires a space after '{'. (block-spacing)
(#312) Statement inside of curly braces should be on next line. (brace-style)
(#312) Missing space before opening brace. (space-before-blocks)
(#312) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#312) Operator '<' must be spaced. (space-infix-ops)
(#312) Operator '||' must be spaced. (space-infix-ops)
(#312) Operator '>' must be spaced. (space-infix-ops)
(#312) Operator '-' must be spaced. (space-infix-ops)
(#312) Operator '?' must be spaced. (space-infix-ops)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Operator ':' must be spaced. (space-infix-ops)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Do not nest ternary expressions. (no-nested-ternary)
(#312) Operator '<' must be spaced. (space-infix-ops)
(#312) Operator '/' must be spaced. (space-infix-ops)
(#312) Operator '?' must be spaced. (space-infix-ops)
(#312) Operator ':' must be spaced. (space-infix-ops)
(#312) Operator '>' must be spaced. (space-infix-ops)
(#312) Operator '-' must be spaced. (space-infix-ops)
(#312) Operator '/' must be spaced. (space-infix-ops)
(#312) Operator '?' must be spaced. (space-infix-ops)
(#312) Operator '-' must be spaced. (space-infix-ops)
(#312) Operator '-' must be spaced. (space-infix-ops)
(#312) Operator ':' must be spaced. (space-infix-ops)
(#312) Operator '-' must be spaced. (space-infix-ops)
(#312) Operator '/' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Requires a space before '}'. (block-spacing)
(#312) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#312) Missing semicolon. (@babel/semi)
(#312) A space is required after ','. (comma-spacing)
(#312) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Requires a space after '{'. (block-spacing)
(#312) Statement inside of curly braces should be on next line. (brace-style)
(#312) Missing space before opening brace. (space-before-blocks)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Requires a space before '}'. (block-spacing)
(#312) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#312) Missing semicolon. (@babel/semi)
(#312) A space is required after ','. (comma-spacing)
(#312) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Requires a space after '{'. (block-spacing)
(#312) Statement inside of curly braces should be on next line. (brace-style)
(#312) Missing space before opening brace. (space-before-blocks)
(#312) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#312) Do not nest ternary expressions. (no-nested-ternary)
(#312) Operator '!==' must be spaced. (space-infix-ops)
(#312) A space is required after ','. (comma-spacing)
(#312) Operator '?' must be spaced. (space-infix-ops)
(#312) Operator '!==' must be spaced. (space-infix-ops)
(#312) A space is required after ','. (comma-spacing)
(#312) Operator '||' must be spaced. (space-infix-ops)
(#312) Operator '||' must be spaced. (space-infix-ops)
(#312) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#312) A space is required after ','. (comma-spacing)
(#312) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#312) Operator ':' must be spaced. (space-infix-ops)
(#312) Operator '?' must be spaced. (space-infix-ops)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Operator ':' must be spaced. (space-infix-ops)
(#312) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#312) A space is required after ','. (comma-spacing)
(#312) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#312) Requires a space before '}'. (block-spacing)
(#312) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#312) Missing semicolon. (@babel/semi)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#312) Operator '||' must be spaced. (space-infix-ops)
(#312) Operator '<' must be spaced. (space-infix-ops)
(#312) Operator '&&' must be spaced. (space-infix-ops)
(#312) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Requires a space before '}'. (block-spacing)
(#312) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#312) Missing semicolon. (@babel/semi)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Requires a space after '{'. (block-spacing)
(#312) Statement inside of curly braces should be on next line. (brace-style)
(#312) Missing space before opening brace. (space-before-blocks)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) A space is required after ','. (comma-spacing)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#312) Operator '||' must be spaced. (space-infix-ops)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Requires a space after '{'. (block-spacing)
(#312) Statement inside of curly braces should be on next line. (brace-style)
(#312) Missing space before opening brace. (space-before-blocks)
(#312) Operator '?' must be spaced. (space-infix-ops)
(#312) Operator ':' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Requires a space before '}'. (block-spacing)
(#312) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#312) Missing semicolon. (@babel/semi)
(#312) A space is required after ','. (comma-spacing)
(#312) Requires a space before '}'. (block-spacing)
(#312) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#312) Missing semicolon. (@babel/semi)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#313) This line has a length of 516. Maximum allowed is 132. (max-len)
(#313) Requires a space after '{'. (block-spacing)
(#313) Statement inside of curly braces should be on next line. (brace-style)
(#313) Missing space before opening brace. (space-before-blocks)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) Missing space before value for key 'x'. (key-spacing)
(#313) A space is required after ','. (comma-spacing)
(#313) Missing space before value for key 'y'. (key-spacing)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) Operator '&&' must be spaced. (space-infix-ops)
(#313) Operator '&&' must be spaced. (space-infix-ops)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) Operator '||' must be spaced. (space-infix-ops)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) A space is required after ','. (comma-spacing)
(#313) Operator '&&' must be spaced. (space-infix-ops)
(#313) Requires a space before '}'. (block-spacing)
(#313) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#313) Missing semicolon. (@babel/semi)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) Requires a space after '{'. (block-spacing)
(#313) Statement inside of curly braces should be on next line. (brace-style)
(#313) Missing space before opening brace. (space-before-blocks)
(#313) Expected space(s) after "return". (keyword-spacing)
(#313) Operator '||' must be spaced. (space-infix-ops)
(#313) Requires a space before '}'. (block-spacing)
(#313) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#313) Missing semicolon. (@babel/semi)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) Requires a space after '{'. (block-spacing)
(#313) Statement inside of curly braces should be on next line. (brace-style)
(#313) Missing space before opening brace. (space-before-blocks)
(#313) Expected space(s) after "return". (keyword-spacing)
(#313) Operator '||' must be spaced. (space-infix-ops)
(#313) Requires a space before '}'. (block-spacing)
(#313) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#313) Missing semicolon. (@babel/semi)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) A space is required after ','. (comma-spacing)
(#313) A space is required after ','. (comma-spacing)
(#313) A space is required after ','. (comma-spacing)
(#313) Requires a space after '{'. (block-spacing)
(#313) Statement inside of curly braces should be on next line. (brace-style)
(#313) Missing space before opening brace. (space-before-blocks)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) A space is required after ','. (comma-spacing)
(#313) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) A space is required after ','. (comma-spacing)
(#313) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) Operator '!==' must be spaced. (space-infix-ops)
(#313) Operator '&&' must be spaced. (space-infix-ops)
(#314) This line has a length of 511. Maximum allowed is 132. (max-len)
(#314) Operator '&&' must be spaced. (space-infix-ops)
(#314) Operator '<' must be spaced. (space-infix-ops)
(#314) Operator '-' must be spaced. (space-infix-ops)
(#314) Operator '||' must be spaced. (space-infix-ops)
(#314) Operator '<' must be spaced. (space-infix-ops)
(#314) Operator '-' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) Operator '||' must be spaced. (space-infix-ops)
(#314) Operator '<' must be spaced. (space-infix-ops)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) Missing space before value for key 'x'. (key-spacing)
(#314) Operator '?' must be spaced. (space-infix-ops)
(#314) Operator '*' must be spaced. (space-infix-ops)
(#314) Operator '+' must be spaced. (space-infix-ops)
(#314) Operator '/' must be spaced. (space-infix-ops)
(#314) Operator ':' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Missing space before value for key 'y'. (key-spacing)
(#314) Operator '?' must be spaced. (space-infix-ops)
(#314) Operator '+' must be spaced. (space-infix-ops)
(#314) Operator '/' must be spaced. (space-infix-ops)
(#314) Operator ':' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Missing space before value for key 'anchorX'. (key-spacing)
(#314) Do not nest ternary expressions. (no-nested-ternary)
(#314) Operator '?' must be spaced. (space-infix-ops)
(#314) Operator ':' must be spaced. (space-infix-ops)
(#314) Operator '?' must be spaced. (space-infix-ops)
(#314) Operator '*' must be spaced. (space-infix-ops)
(#314) Operator '+' must be spaced. (space-infix-ops)
(#314) Operator '/' must be spaced. (space-infix-ops)
(#314) Operator ':' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Missing space before value for key 'anchorY'. (key-spacing)
(#314) Do not nest ternary expressions. (no-nested-ternary)
(#314) Operator '?' must be spaced. (space-infix-ops)
(#314) Operator ':' must be spaced. (space-infix-ops)
(#314) Operator '?' must be spaced. (space-infix-ops)
(#314) Operator '+' must be spaced. (space-infix-ops)
(#314) Operator '/' must be spaced. (space-infix-ops)
(#314) Operator ':' must be spaced. (space-infix-ops)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#314) Operator '&&' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) Requires a space after '{'. (block-spacing)
(#314) Statement inside of curly braces should be on next line. (brace-style)
(#314) Missing space before opening brace. (space-before-blocks)
(#314) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#314) Operator '&&' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) Requires a space before '}'. (block-spacing)
(#314) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#314) Missing semicolon. (@babel/semi)
(#314) A space is required after ','. (comma-spacing)
(#314) Requires a space before '}'. (block-spacing)
(#314) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#314) Missing semicolon. (@babel/semi)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) Function has a complexity of 28. Maximum allowed is 20. (complexity)
(#314) A space is required after ','. (comma-spacing)
(#314) Requires a space after '{'. (block-spacing)
(#314) Statement inside of curly braces should be on next line. (brace-style)
(#314) Missing space before opening brace. (space-before-blocks)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) Operator '||' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Expected space(s) after "if". (keyword-spacing)
(#314) Operator '&&' must be spaced. (space-infix-ops)
(#315) This line has a length of 507. Maximum allowed is 132. (max-len)
(#315) Requires a space after '{'. (block-spacing)
(#315) Statement inside of curly braces should be on next line. (brace-style)
(#315) Missing space before opening brace. (space-before-blocks)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) Operator '&&' must be spaced. (space-infix-ops)
(#315) Operator '&&' must be spaced. (space-infix-ops)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) Operator '&&' must be spaced. (space-infix-ops)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) A space is required after ','. (comma-spacing)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) A space is required after ','. (comma-spacing)
(#315) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#315) Operator '&&' must be spaced. (space-infix-ops)
(#315) Operator '?' must be spaced. (space-infix-ops)
(#315) A space is required after ','. (comma-spacing)
(#315) Requires a space after '{'. (block-spacing)
(#315) Statement inside of curly braces should be on next line. (brace-style)
(#315) Missing space before opening brace. (space-before-blocks)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Requires a space before '}'. (block-spacing)
(#315) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#315) Missing semicolon. (@babel/semi)
(#315) A space is required after ','. (comma-spacing)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) Missing space before value for key 'x'. (key-spacing)
(#315) A space is required after ','. (comma-spacing)
(#315) Missing space before value for key 'y'. (key-spacing)
(#315) A space is required after ','. (comma-spacing)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) Operator ':' must be spaced. (space-infix-ops)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) A space is required after ','. (comma-spacing)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) A space is required after ','. (comma-spacing)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Expected space(s) after "if". (keyword-spacing)
(#315) Operator '===' must be spaced. (space-infix-ops)
(#315) Expected { after 'if' condition. (curly)
(#315) Expected space(s) before "this". (keyword-spacing)
(#316) This line has a length of 507. Maximum allowed is 132. (max-len)
(#316) Expected space(s) after "else". (keyword-spacing)
(#316) Requires a space after '{'. (block-spacing)
(#316) Statement inside of curly braces should be on next line. (brace-style)
(#316) Expected space(s) after "if". (keyword-spacing)
(#316) Operator '&&' must be spaced. (space-infix-ops)
(#316) Expected { after 'if' condition. (curly)
(#316) Expected space(s) before "this". (keyword-spacing)
(#316) A space is required after ','. (comma-spacing)
(#316) Missing whitespace after semicolon. (semi-spacing)
(#316) Expected space(s) after "else". (keyword-spacing)
(#316) Requires a space after '{'. (block-spacing)
(#316) Statement inside of curly braces should be on next line. (brace-style)
(#316) Operator '=' must be spaced. (space-infix-ops)
(#316) A space is required after ','. (comma-spacing)
(#316) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#316) Operator '=' must be spaced. (space-infix-ops)
(#316) Missing whitespace after semicolon. (semi-spacing)
(#316) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#316) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#316) Operator '&&' must be spaced. (space-infix-ops)
(#316) Operator '&&' must be spaced. (space-infix-ops)
(#316) Operator '=' must be spaced. (space-infix-ops)
(#316) Operator '-' must be spaced. (space-infix-ops)
(#316) A space is required after ','. (comma-spacing)
(#316) Operator '=' must be spaced. (space-infix-ops)
(#316) Operator '-' must be spaced. (space-infix-ops)
(#316) Missing whitespace after semicolon. (semi-spacing)
(#316) Expected space(s) after "if". (keyword-spacing)
(#316) Operator '||' must be spaced. (space-infix-ops)
(#316) Operator '===' must be spaced. (space-infix-ops)
(#316) Operator '||' must be spaced. (space-infix-ops)
(#316) Requires a space after '{'. (block-spacing)
(#316) Statement inside of curly braces should be on next line. (brace-style)
(#316) Missing space before opening brace. (space-before-blocks)
(#316) A space is required after ','. (comma-spacing)
(#316) Requires a space before '}'. (block-spacing)
(#316) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#316) Missing semicolon. (@babel/semi)
(#316) Expected { after 'if' condition. (curly)
(#316) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#316) Operator '=' must be spaced. (space-infix-ops)
(#316) Unexpected use of comma operator. (no-sequences)
(#316) A space is required after ','. (comma-spacing)
(#316) Operator '&&' must be spaced. (space-infix-ops)
(#316) Operator '||' must be spaced. (space-infix-ops)
(#316) Missing space before value for key 'width'. (key-spacing)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) A space is required after ','. (comma-spacing)
(#316) Missing space before value for key 'text'. (key-spacing)
(#316) Operator '&&' must be spaced. (space-infix-ops)
(#316) Operator '?' must be spaced. (space-infix-ops)
(#316) Operator ':' must be spaced. (space-infix-ops)
(#316) A space is required after ','. (comma-spacing)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) A space is required after ','. (comma-spacing)
(#316) A space is required after ','. (comma-spacing)
(#316) Operator '||' must be spaced. (space-infix-ops)
(#316) Missing space before value for key 'stroke'. (key-spacing)
(#316) Operator '||' must be spaced. (space-infix-ops)
(#316) Operator '||' must be spaced. (space-infix-ops)
(#317) This line has a length of 508. Maximum allowed is 132. (max-len)
(#317) Operator '||' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Missing space before value for key 'plotX'. (key-spacing)
(#317) A space is required after ','. (comma-spacing)
(#317) Missing space before value for key 'plotY'. (key-spacing)
(#317) A space is required after ','. (comma-spacing)
(#317) Missing space before value for key 'negative'. (key-spacing)
(#317) A space is required after ','. (comma-spacing)
(#317) Missing space before value for key 'ttBelow'. (key-spacing)
(#317) A space is required after ','. (comma-spacing)
(#317) Missing space before value for key 'h'. (key-spacing)
(#317) Operator '||' must be spaced. (space-infix-ops)
(#317) Missing whitespace after semicolon. (semi-spacing)
(#317) Expected space(s) after "else". (keyword-spacing)
(#317) Requires a space after '{'. (block-spacing)
(#317) Statement inside of curly braces should be on next line. (brace-style)
(#317) Missing whitespace after semicolon. (semi-spacing)
(#317) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#317) Requires a space before '}'. (block-spacing)
(#317) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#317) Missing semicolon. (@babel/semi)
(#317) Requires a space before '}'. (block-spacing)
(#317) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#317) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#317) Expected space(s) before "this". (keyword-spacing)
(#317) Operator '&&' must be spaced. (space-infix-ops)
(#317) Operator '&&' must be spaced. (space-infix-ops)
(#317) Missing space before value for key 'opacity'. (key-spacing)
(#317) Missing whitespace after semicolon. (semi-spacing)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) Requires a space before '}'. (block-spacing)
(#317) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#317) Missing semicolon. (@babel/semi)
(#317) A space is required after ','. (comma-spacing)
(#317) Requires a space before '}'. (block-spacing)
(#317) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#317) Missing semicolon. (@babel/semi)
(#317) Requires a space before '}'. (block-spacing)
(#317) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#317) Missing whitespace after semicolon. (semi-spacing)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Requires a space after '{'. (block-spacing)
(#317) Statement inside of curly braces should be on next line. (brace-style)
(#317) Missing space before opening brace. (space-before-blocks)
(#317) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#317) A space is required after ','. (comma-spacing)
(#317) A space is required after ','. (comma-spacing)
(#317) A space is required after ','. (comma-spacing)
(#317) A space is required after ','. (comma-spacing)
(#317) Requires a space after '{'. (block-spacing)
(#317) Statement inside of curly braces should be on next line. (brace-style)
(#317) Missing space before opening brace. (space-before-blocks)
(#317) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#317) Operator '===' must be spaced. (space-infix-ops)
(#317) Operator '&&' must be spaced. (space-infix-ops)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) Missing whitespace after semicolon. (semi-spacing)
(#317) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#317) Operator '?' must be spaced. (space-infix-ops)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) Operator '?' must be spaced. (space-infix-ops)
(#317) Operator ':' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) Operator '-' must be spaced. (space-infix-ops)
(#317) Operator '/' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) A space is required after ','. (comma-spacing)
(#317) Operator '-' must be spaced. (space-infix-ops)
(#317) Operator '-' must be spaced. (space-infix-ops)
(#317) Operator '?' must be spaced. (space-infix-ops)
(#317) Operator ':' must be spaced. (space-infix-ops)
(#317) Operator ':' must be spaced. (space-infix-ops)
(#317) Operator '-=' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) Operator '?' must be spaced. (space-infix-ops)
(#317) Operator '-' must be spaced. (space-infix-ops)
(#317) Operator '-' must be spaced. (space-infix-ops)
(#317) Operator ':' must be spaced. (space-infix-ops)
(#317) Operator '+' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Operator '?' must be spaced. (space-infix-ops)
(#317) Operator ':' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Missing whitespace after semicolon. (semi-spacing)
(#317) Expected space(s) after "return". (keyword-spacing)
(#317) Missing space before value for key 'x'. (key-spacing)
(#317) A space is required after ','. (comma-spacing)
(#317) Missing space before value for key 'y'. (key-spacing)
(#317) Requires a space before '}'. (block-spacing)
(#317) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#317) Missing semicolon. (@babel/semi)
(#317) Expected space(s) before "var". (keyword-spacing)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#318) This line has a length of 504. Maximum allowed is 132. (max-len)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Operator '===' must be spaced. (space-infix-ops)
(#318) Operator '?' must be spaced. (space-infix-ops)
(#318) Operator ':' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Operator '===' must be spaced. (space-infix-ops)
(#318) Operator '?' must be spaced. (space-infix-ops)
(#318) Missing space before value for key 'scrollLeft'. (key-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) Missing space before value for key 'scrollTop'. (key-spacing)
(#318) Operator ':' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Operator '&&' must be spaced. (space-infix-ops)
(#318) Operator '!==' must be spaced. (space-infix-ops)
(#318) Operator '?' must be spaced. (space-infix-ops)
(#318) Operator ':' must be spaced. (space-infix-ops)
(#318) Missing space before value for key 'left'. (key-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) Missing space before value for key 'right'. (key-spacing)
(#318) Operator '+' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) Missing space before value for key 'top'. (key-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) Missing space before value for key 'bottom'. (key-spacing)
(#318) Operator '+' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Operator '||' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Operator '||' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#319) This line has a length of 526. Maximum allowed is 132. (max-len)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Operator '+' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Operator '-' must be spaced. (space-infix-ops)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#319) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#319) Operator '&&' must be spaced. (space-infix-ops)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) Operator '+' must be spaced. (space-infix-ops)
(#319) Function has a complexity of 23. Maximum allowed is 20. (complexity)
(#319) A space is required after ','. (comma-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) Requires a space after '{'. (block-spacing)
(#319) Statement inside of curly braces should be on next line. (brace-style)
(#319) Missing space before opening brace. (space-before-blocks)
(#319) Expected space(s) after "if". (keyword-spacing)
(#319) Operator '!==' must be spaced. (space-infix-ops)
(#319) Operator '&&' must be spaced. (space-infix-ops)
(#319) Operator '!==' must be spaced. (space-infix-ops)
(#319) Requires a space after '{'. (block-spacing)
(#319) Statement inside of curly braces should be on next line. (brace-style)
(#319) Missing space before opening brace. (space-before-blocks)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Operator '-' must be spaced. (space-infix-ops)
(#319) Operator '||' must be spaced. (space-infix-ops)
(#319) Missing space before value for key 'isHeader'. (key-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) Missing space before value for key 'plotX'. (key-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) Missing space before value for key 'plotY'. (key-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) Missing space before value for key 'series'. (key-spacing)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Operator '?' must be spaced. (space-infix-ops)
(#319) Operator ':' must be spaced. (space-infix-ops)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Operator '+' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#319) Operator '||' must be spaced. (space-infix-ops)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Missing space before value for key 'padding'. (key-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) Missing space before value for key 'r'. (key-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) Operator '||' must be spaced. (space-infix-ops)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) Operator '?' must be spaced. (space-infix-ops)
(#319) Operator ':' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) Operator '?' must be spaced. (space-infix-ops)
(#319) Operator ':' must be spaced. (space-infix-ops)
(#320) This line has a length of 506. Maximum allowed is 132. (max-len)
(#320) Operator '+' must be spaced. (space-infix-ops)
(#320) Operator '+' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#320) Missing space before value for key 'text'. (key-spacing)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#320) Operator '||' must be spaced. (space-infix-ops)
(#320) Missing space before value for key 'stroke'. (key-spacing)
(#320) Operator '||' must be spaced. (space-infix-ops)
(#320) Operator '||' must be spaced. (space-infix-ops)
(#320) Operator '||' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Operator '+' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#320) Operator '&&' must be spaced. (space-infix-ops)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) A space is required after ','. (comma-spacing)
(#320) Operator '+=' must be spaced. (space-infix-ops)
(#320) A space is required after ','. (comma-spacing)
(#320) Operator '&&' must be spaced. (space-infix-ops)
(#320) Operator '-=' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Operator '===' must be spaced. (space-infix-ops)
(#320) Operator '?' must be spaced. (space-infix-ops)
(#320) Operator ':' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Operator '===' must be spaced. (space-infix-ops)
(#320) Operator '?' must be spaced. (space-infix-ops)
(#320) Operator ':' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Expected space(s) after "if". (keyword-spacing)
(#320) Requires a space after '{'. (block-spacing)
(#320) Statement inside of curly braces should be on next line. (brace-style)
(#320) Missing space before opening brace. (space-before-blocks)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Operator '+' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Operator '+' must be spaced. (space-infix-ops)
(#320) Operator '/' must be spaced. (space-infix-ops)
(#320) Requires a space before '}'. (block-spacing)
(#320) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#320) Missing semicolon. (@babel/semi)
(#320) Expected space(s) before "else". (keyword-spacing)
(#320) Expected space(s) after "else". (keyword-spacing)
(#320) Requires a space after '{'. (block-spacing)
(#320) Statement inside of curly braces should be on next line. (brace-style)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) A space is required after ','. (comma-spacing)
(#320) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Operator '+' must be spaced. (space-infix-ops)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) Operator '+' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#320) A space is required after ','. (comma-spacing)
(#320) Operator '-' must be spaced. (space-infix-ops)
(#320) Operator '+' must be spaced. (space-infix-ops)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing space before value for key 'ignoreX'. (key-spacing)
(#320) Operator '&&' must be spaced. (space-infix-ops)
(#320) 'q' declared on line 320 column 347 is used outside of binding context. (block-scoped-var)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Operator '+' must be spaced. (space-infix-ops)
(#320) Requires a space before '}'. (block-spacing)
(#320) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#320) Missing semicolon. (@babel/semi)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) A space is required after ','. (comma-spacing)
(#320) Operator '-' must be spaced. (space-infix-ops)
(#320) A space is required after ','. (comma-spacing)
(#320) Operator '+' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#320) Operator '===' must be spaced. (space-infix-ops)
(#321) This line has a length of 511. Maximum allowed is 132. (max-len)
(#321) 'q' declared on line 320 column 347 is used outside of binding context. (block-scoped-var)
(#321) Operator '?' must be spaced. (space-infix-ops)
(#321) Operator '=' must be spaced. (space-infix-ops)
(#321) Operator '+' must be spaced. (space-infix-ops)
(#321) A space is required after ','. (comma-spacing)
(#321) Operator '=' must be spaced. (space-infix-ops)
(#321) Operator '?' must be spaced. (space-infix-ops)
(#321) A space is required after ','. (comma-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) Operator ':' must be spaced. (space-infix-ops)
(#321) A space is required after ','. (comma-spacing)
(#321) 'q' declared on line 320 column 347 is used outside of binding context. (block-scoped-var)
(#321) A space is required after ','. (comma-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing space before value for key 'align'. (key-spacing)
(#321) Operator '?' must be spaced. (space-infix-ops)
(#321) Operator ':' must be spaced. (space-infix-ops)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing space before value for key 'anchorX'. (key-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) 'q' declared on line 320 column 347 is used outside of binding context. (block-scoped-var)
(#321) Missing space before value for key 'anchorY'. (key-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing space before value for key 'boxWidth'. (key-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing space before value for key 'point'. (key-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing space before value for key 'rank'. (key-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) Operator '?' must be spaced. (space-infix-ops)
(#321) Operator ':' must be spaced. (space-infix-ops)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing space before value for key 'size'. (key-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing space before value for key 'target'. (key-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing space before value for key 'tt'. (key-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing space before value for key 'x'. (key-spacing)
(#321) Operator ':' must be spaced. (space-infix-ops)
(#321) Operator '=' must be spaced. (space-infix-ops)
(#321) Requires a space before '}'. (block-spacing)
(#321) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#321) Missing semicolon. (@babel/semi)
(#321) Expected space(s) before "return". (keyword-spacing)
(#321) Requires a space before '}'. (block-spacing)
(#321) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#321) Missing semicolon. (@babel/semi)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing whitespace after semicolon. (semi-spacing)
(#321) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#321) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#321) Operator '&&' must be spaced. (space-infix-ops)
(#321) Requires a space after '{'. (block-spacing)
(#321) Statement inside of curly braces should be on next line. (brace-style)
(#321) Missing space before opening brace. (space-before-blocks)
(#321) Operator '=' must be spaced. (space-infix-ops)
(#321) Operator '?' must be spaced. (space-infix-ops)
(#321) Operator ':' must be spaced. (space-infix-ops)
(#321) Operator '+' must be spaced. (space-infix-ops)
(#321) Missing whitespace after semicolon. (semi-spacing)
(#321) Operator '<' must be spaced. (space-infix-ops)
(#321) Operator '&&' must be spaced. (space-infix-ops)
(#321) Operator '+' must be spaced. (space-infix-ops)
(#321) Operator '<' must be spaced. (space-infix-ops)
(#321) Operator '?' must be spaced. (space-infix-ops)
(#321) Operator ':' must be spaced. (space-infix-ops)
(#321) Operator '<' must be spaced. (space-infix-ops)
(#321) Operator '-' must be spaced. (space-infix-ops)
(#321) Operator '+' must be spaced. (space-infix-ops)
(#321) Operator '&&' must be spaced. (space-infix-ops)
(#321) Operator '-' must be spaced. (space-infix-ops)
(#321) Operator '>' must be spaced. (space-infix-ops)
(#321) Requires a space before '}'. (block-spacing)
(#321) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#321) Missing semicolon. (@babel/semi)
(#321) Operator '&&' must be spaced. (space-infix-ops)
(#321) Operator '=' must be spaced. (space-infix-ops)
(#321) Requires a space after '{'. (block-spacing)
(#321) Statement inside of curly braces should be on next line. (brace-style)
(#321) Missing space before opening brace. (space-before-blocks)
(#321) Operator '=' must be spaced. (space-infix-ops)
(#321) A space is required after ','. (comma-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing whitespace after semicolon. (semi-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing space before value for key 'target'. (key-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing space before value for key 'x'. (key-spacing)
(#321) Requires a space before '}'. (block-spacing)
(#321) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#321) Missing semicolon. (@babel/semi)
(#321) Missing whitespace after semicolon. (semi-spacing)
(#321) Missing whitespace after semicolon. (semi-spacing)
(#321) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing whitespace after semicolon. (semi-spacing)
(#321) Operator '=' must be spaced. (space-infix-ops)
(#321) A space is required after ','. (comma-spacing)
(#321) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#321) Operator '=' must be spaced. (space-infix-ops)
(#321) Missing whitespace after semicolon. (semi-spacing)
(#321) Requires a space after '{'. (block-spacing)
(#321) Statement inside of curly braces should be on next line. (brace-style)
(#321) Missing space before opening brace. (space-before-blocks)
(#321) Operator '=' must be spaced. (space-infix-ops)
(#322) This line has a length of 501. Maximum allowed is 132. (max-len)
(#322) A space is required after ','. (comma-spacing)
(#322) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#322) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#322) Operator '||' must be spaced. (space-infix-ops)
(#322) Operator '&&' must be spaced. (space-infix-ops)
(#322) Operator '+' must be spaced. (space-infix-ops)
(#322) Operator '<' must be spaced. (space-infix-ops)
(#322) Operator '&&' must be spaced. (space-infix-ops)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Operator '+' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Operator '&&' must be spaced. (space-infix-ops)
(#322) Operator '&&' must be spaced. (space-infix-ops)
(#322) Operator '+' must be spaced. (space-infix-ops)
(#322) Operator '>' must be spaced. (space-infix-ops)
(#322) Operator '&&' must be spaced. (space-infix-ops)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Operator '+' must be spaced. (space-infix-ops)
(#322) Requires a space before '}'. (block-spacing)
(#322) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#322) Missing semicolon. (@babel/semi)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) Requires a space after '{'. (block-spacing)
(#322) Statement inside of curly braces should be on next line. (brace-style)
(#322) Missing space before opening brace. (space-before-blocks)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Missing space before value for key 'visibility'. (key-spacing)
(#322) Operator '===' must be spaced. (space-infix-ops)
(#322) Operator '?' must be spaced. (space-infix-ops)
(#322) Operator ':' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'x'. (key-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'y'. (key-spacing)
(#322) Operator '+' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'anchorX'. (key-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'anchorY'. (key-spacing)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) Expected space(s) after "if". (keyword-spacing)
(#322) Operator '&&' must be spaced. (space-infix-ops)
(#322) Operator '<' must be spaced. (space-infix-ops)
(#322) Requires a space after '{'. (block-spacing)
(#322) Statement inside of curly braces should be on next line. (brace-style)
(#322) Missing space before opening brace. (space-before-blocks)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Operator '-' must be spaced. (space-infix-ops)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#322) Operator '<' must be spaced. (space-infix-ops)
(#322) Operator '&&' must be spaced. (space-infix-ops)
(#322) Operator '||' must be spaced. (space-infix-ops)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Operator '+' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Operator '+' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Operator '&&' must be spaced. (space-infix-ops)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Operator '-' must be spaced. (space-infix-ops)
(#322) Operator '/' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Operator '+' must be spaced. (space-infix-ops)
(#322) Requires a space before '}'. (block-spacing)
(#322) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#322) Missing semicolon. (@babel/semi)
(#322) Requires a space before '}'. (block-spacing)
(#322) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#322) Missing semicolon. (@babel/semi)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#322) Operator '&&' must be spaced. (space-infix-ops)
(#322) Operator '&&' must be spaced. (space-infix-ops)
(#322) Operator '&&' must be spaced. (space-infix-ops)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Operator '+' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Operator '+' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Operator '+' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#323) This line has a length of 516. Maximum allowed is 132. (max-len)
(#323) Operator '+' must be spaced. (space-infix-ops)
(#323) Requires a space before '}'. (block-spacing)
(#323) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#323) Missing semicolon. (@babel/semi)
(#323) Missing whitespace after semicolon. (semi-spacing)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) Requires a space after '{'. (block-spacing)
(#323) Statement inside of curly braces should be on next line. (brace-style)
(#323) Missing space before opening brace. (space-before-blocks)
(#323) Expected space(s) after "if". (keyword-spacing)
(#323) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#323) Operator '||' must be spaced. (space-infix-ops)
(#323) Expected { after 'if' condition. (curly)
(#323) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#323) Expected space(s) before "this". (keyword-spacing)
(#323) Operator '&&' must be spaced. (space-infix-ops)
(#323) Missing whitespace after semicolon. (semi-spacing)
(#323) Expected space(s) after "else". (keyword-spacing)
(#323) Requires a space after '{'. (block-spacing)
(#323) Statement inside of curly braces should be on next line. (brace-style)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) A space is required after ','. (comma-spacing)
(#323) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) A space is required after ','. (comma-spacing)
(#323) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) Operator '?' must be spaced. (space-infix-ops)
(#323) Operator ':' must be spaced. (space-infix-ops)
(#323) Missing whitespace after semicolon. (semi-spacing)
(#323) Expected space(s) after "if". (keyword-spacing)
(#323) Operator '&&' must be spaced. (space-infix-ops)
(#323) Requires a space after '{'. (block-spacing)
(#323) Statement inside of curly braces should be on next line. (brace-style)
(#323) Missing space before opening brace. (space-before-blocks)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) Missing space before value for key 'x'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'y'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'width'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'height'. (key-spacing)
(#323) Missing whitespace after semicolon. (semi-spacing)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) Missing whitespace after semicolon. (semi-spacing)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) Missing whitespace after semicolon. (semi-spacing)
(#323) Operator '+=' must be spaced. (space-infix-ops)
(#323) Operator '-' must be spaced. (space-infix-ops)
(#323) Missing whitespace after semicolon. (semi-spacing)
(#323) Operator '+=' must be spaced. (space-infix-ops)
(#323) Operator '-' must be spaced. (space-infix-ops)
(#323) Missing whitespace after semicolon. (semi-spacing)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing whitespace after semicolon. (semi-spacing)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing whitespace after semicolon. (semi-spacing)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) Operator '>' must be spaced. (space-infix-ops)
(#323) Operator '?' must be spaced. (space-infix-ops)
(#323) A space is required after ','. (comma-spacing)
(#323) Operator '-' must be spaced. (space-infix-ops)
(#323) Operator ':' must be spaced. (space-infix-ops)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing whitespace after semicolon. (semi-spacing)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) Operator '>' must be spaced. (space-infix-ops)
(#323) Operator '?' must be spaced. (space-infix-ops)
(#324) This line has a length of 501. Maximum allowed is 132. (max-len)
(#324) Operator '-' must be spaced. (space-infix-ops)
(#324) Operator ':' must be spaced. (space-infix-ops)
(#324) A space is required after ','. (comma-spacing)
(#324) Missing whitespace after semicolon. (semi-spacing)
(#324) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#324) Operator '?' must be spaced. (space-infix-ops)
(#324) Operator ':' must be spaced. (space-infix-ops)
(#324) Operator '=' must be spaced. (space-infix-ops)
(#324) A space is required after ','. (comma-spacing)
(#324) Operator '||' must be spaced. (space-infix-ops)
(#324) Missing space before value for key 'fill'. (key-spacing)
(#324) Requires a space before '}'. (block-spacing)
(#324) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#324) Missing semicolon. (@babel/semi)
(#324) Requires a space before '}'. (block-spacing)
(#324) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#324) Requires a space before '}'. (block-spacing)
(#324) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#324) Missing whitespace after semicolon. (semi-spacing)
(#324) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#324) Operator '=' must be spaced. (space-infix-ops)
(#324) Requires a space after '{'. (block-spacing)
(#324) Statement inside of curly braces should be on next line. (brace-style)
(#324) Missing space before opening brace. (space-before-blocks)
(#324) A space is required after ','. (comma-spacing)
(#324) A space is required after ','. (comma-spacing)
(#324) Requires a space before '}'. (block-spacing)
(#324) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#324) Missing semicolon. (@babel/semi)
(#324) Missing whitespace after semicolon. (semi-spacing)
(#324) Operator '=' must be spaced. (space-infix-ops)
(#324) A space is required after ','. (comma-spacing)
(#324) Requires a space after '{'. (block-spacing)
(#324) Statement inside of curly braces should be on next line. (brace-style)
(#324) Missing space before opening brace. (space-before-blocks)
(#324) Operator '=' must be spaced. (space-infix-ops)
(#325) This line has a length of 515. Maximum allowed is 132. (max-len)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) Operator '&&' must be spaced. (space-infix-ops)
(#325) Missing whitespace after semicolon. (semi-spacing)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) Missing space before value for key 'isFooter'. (key-spacing)
(#325) A space is required after ','. (comma-spacing)
(#325) Missing space before value for key 'labelConfig'. (key-spacing)
(#325) Missing whitespace after semicolon. (semi-spacing)
(#325) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) Operator '?' must be spaced. (space-infix-ops)
(#325) Operator ':' must be spaced. (space-infix-ops)
(#325) Missing whitespace after semicolon. (semi-spacing)
(#325) A space is required after ','. (comma-spacing)
(#325) A space is required after ','. (comma-spacing)
(#325) A space is required after ','. (comma-spacing)
(#325) Requires a space after '{'. (block-spacing)
(#325) Statement inside of curly braces should be on next line. (brace-style)
(#325) Missing space before opening brace. (space-before-blocks)
(#325) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#325) Operator '&&' must be spaced. (space-infix-ops)
(#325) Operator '&&' must be spaced. (space-infix-ops)
(#325) Operator '&&' must be spaced. (space-infix-ops)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Missing whitespace after semicolon. (semi-spacing)
(#325) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#325) Operator '&&' must be spaced. (space-infix-ops)
(#325) Operator '&&' must be spaced. (space-infix-ops)
(#325) Operator '&&' must be spaced. (space-infix-ops)
(#325) Operator '||' must be spaced. (space-infix-ops)
(#325) Requires a space after '{'. (block-spacing)
(#325) Statement inside of curly braces should be on next line. (brace-style)
(#325) Missing space before opening brace. (space-before-blocks)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) Operator '+' must be spaced. (space-infix-ops)
(#325) Operator '+' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Operator '+' must be spaced. (space-infix-ops)
(#325) Operator '+' must be spaced. (space-infix-ops)
(#325) Operator '+' must be spaced. (space-infix-ops)
(#325) Operator '+' must be spaced. (space-infix-ops)
(#325) Requires a space before '}'. (block-spacing)
(#325) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#325) Missing semicolon. (@babel/semi)
(#325) Missing whitespace after semicolon. (semi-spacing)
(#325) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#325) Operator '&&' must be spaced. (space-infix-ops)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) Missing whitespace after semicolon. (semi-spacing)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#325) A space is required after ','. (comma-spacing)
(#325) Missing space before value for key 'point'. (key-spacing)
(#325) A space is required after ','. (comma-spacing)
(#325) Missing space before value for key 'series'. (key-spacing)
(#325) A space is required after ','. (comma-spacing)
(#325) Requires a space before '}'. (block-spacing)
(#325) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#325) Missing semicolon. (@babel/semi)
(#325) Missing whitespace after semicolon. (semi-spacing)
(#325) Requires a space before '}'. (block-spacing)
(#325) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#325) Missing semicolon. (@babel/semi)
(#325) Missing whitespace after semicolon. (semi-spacing)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) Requires a space after '{'. (block-spacing)
(#325) Statement inside of curly braces should be on next line. (brace-style)
(#325) Missing space before opening brace. (space-before-blocks)
(#326) This line has a length of 502. Maximum allowed is 132. (max-len)
(#326) A space is required after ','. (comma-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) Missing whitespace after semicolon. (semi-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) Requires a space before '}'. (block-spacing)
(#326) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#326) Missing semicolon. (@babel/semi)
(#326) Missing whitespace after semicolon. (semi-spacing)
(#326) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) Requires a space after '{'. (block-spacing)
(#326) Statement inside of curly braces should be on next line. (brace-style)
(#326) Missing space before opening brace. (space-before-blocks)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) A space is required after ','. (comma-spacing)
(#326) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) A space is required after ','. (comma-spacing)
(#326) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) A space is required after ','. (comma-spacing)
(#326) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) Missing whitespace after semicolon. (semi-spacing)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) Missing whitespace after semicolon. (semi-spacing)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) Operator '||' must be spaced. (space-infix-ops)
(#326) A space is required after ','. (comma-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) Operator '+' must be spaced. (space-infix-ops)
(#326) Missing whitespace after semicolon. (semi-spacing)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) Operator '+' must be spaced. (space-infix-ops)
(#326) Missing whitespace after semicolon. (semi-spacing)
(#326) Expected space(s) after "if". (keyword-spacing)
(#326) Requires a space after '{'. (block-spacing)
(#326) Statement inside of curly braces should be on next line. (brace-style)
(#326) Missing space before opening brace. (space-before-blocks)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) Operator '+' must be spaced. (space-infix-ops)
(#326) Operator '*' must be spaced. (space-infix-ops)
(#326) Missing whitespace after semicolon. (semi-spacing)
(#326) Operator '+' must be spaced. (space-infix-ops)
(#326) A space is required after ','. (comma-spacing)
(#326) Operator '+' must be spaced. (space-infix-ops)
(#326) A space is required after ','. (comma-spacing)
(#326) Missing whitespace after semicolon. (semi-spacing)
(#326) Expected space(s) after "if". (keyword-spacing)
(#326) Operator '!==' must be spaced. (space-infix-ops)
(#326) Operator '||' must be spaced. (space-infix-ops)
(#326) Operator '!==' must be spaced. (space-infix-ops)
(#326) Expected { after 'if' condition. (curly)
(#326) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#326) A space is required after ','. (comma-spacing)
(#326) Missing space before value for key 'transform'. (key-spacing)
(#326) Operator '+' must be spaced. (space-infix-ops)
(#326) Operator '+' must be spaced. (space-infix-ops)
(#326) Operator '+' must be spaced. (space-infix-ops)
(#327) This line has a length of 503. Maximum allowed is 132. (max-len)
(#327) Operator '+' must be spaced. (space-infix-ops)
(#327) Unexpected use of comma operator. (no-sequences)
(#327) A space is required after ','. (comma-spacing)
(#327) Operator '*=' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Operator '*=' must be spaced. (space-infix-ops)
(#327) Missing whitespace after semicolon. (semi-spacing)
(#327) Operator '+=' must be spaced. (space-infix-ops)
(#327) Operator '-' must be spaced. (space-infix-ops)
(#327) Missing whitespace after semicolon. (semi-spacing)
(#327) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#327) Operator '+=' must be spaced. (space-infix-ops)
(#327) Operator '-' must be spaced. (space-infix-ops)
(#327) Requires a space before '}'. (block-spacing)
(#327) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#327) Missing semicolon. (@babel/semi)
(#327) Expected space(s) before "this". (keyword-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) Operator '||' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) Requires a space before '}'. (block-spacing)
(#327) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#327) Missing semicolon. (@babel/semi)
(#327) Missing whitespace after semicolon. (semi-spacing)
(#327) Requires a space before '}'. (block-spacing)
(#327) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#327) Missing semicolon. (@babel/semi)
(#327) Missing whitespace after semicolon. (semi-spacing)
(#327) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#327) Missing whitespace after semicolon. (semi-spacing)
(#327) Requires a space before '}'. (block-spacing)
(#327) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#327) Missing semicolon. (@babel/semi)
(#327) Missing whitespace after semicolon. (semi-spacing)
(#327) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) Requires a space after '{'. (block-spacing)
(#327) Statement inside of curly braces should be on next line. (brace-style)
(#327) Missing space before opening brace. (space-before-blocks)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#328) This line has a length of 518. Maximum allowed is 132. (max-len)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#328) Requires a space after '{'. (block-spacing)
(#328) Statement inside of curly braces should be on next line. (brace-style)
(#328) Missing space before opening brace. (space-before-blocks)
(#328) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#328) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#328) Requires a space after '{'. (block-spacing)
(#328) Statement inside of curly braces should be on next line. (brace-style)
(#328) Missing space before opening brace. (space-before-blocks)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Requires a space before '}'. (block-spacing)
(#328) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#328) Missing semicolon. (@babel/semi)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Requires a space after '{'. (block-spacing)
(#328) Statement inside of curly braces should be on next line. (brace-style)
(#328) Missing space before opening brace. (space-before-blocks)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing space before value for key 'x'. (key-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Missing space before value for key 'opacity'. (key-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Requires a space after '{'. (block-spacing)
(#328) Statement inside of curly braces should be on next line. (brace-style)
(#328) Missing space before opening brace. (space-before-blocks)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Operator '===' must be spaced. (space-infix-ops)
(#329) This line has a length of 508. Maximum allowed is 132. (max-len)
(#329) Operator '?' must be spaced. (space-infix-ops)
(#329) Missing space before value for key 'x'. (key-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) Missing space before value for key 'y'. (key-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) Missing space before value for key 'opacity'. (key-spacing)
(#329) Operator ':' must be spaced. (space-infix-ops)
(#329) Requires a space before '}'. (block-spacing)
(#329) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#329) Missing semicolon. (@babel/semi)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Requires a space after '{'. (block-spacing)
(#329) Statement inside of curly braces should be on next line. (brace-style)
(#329) Missing space before opening brace. (space-before-blocks)
(#329) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#329) Requires a space after '{'. (block-spacing)
(#329) Statement inside of curly braces should be on next line. (brace-style)
(#329) Missing space before opening brace. (space-before-blocks)
(#329) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#329) Operator '&&' must be spaced. (space-infix-ops)
(#329) Missing space before value for key 'x'. (key-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) Operator '?' must be spaced. (space-infix-ops)
(#329) Missing space before value for key 'x'. (key-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) Missing space before value for key 'y'. (key-spacing)
(#329) Operator ':' must be spaced. (space-infix-ops)
(#329) Requires a space before '}'. (block-spacing)
(#329) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#329) Missing semicolon. (@babel/semi)
(#329) Requires a space before '}'. (block-spacing)
(#329) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#329) Missing semicolon. (@babel/semi)
(#329) Requires a space before '}'. (block-spacing)
(#329) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#329) Missing semicolon. (@babel/semi)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) A space is required after ','. (comma-spacing)
(#329) Requires a space after '{'. (block-spacing)
(#329) Statement inside of curly braces should be on next line. (brace-style)
(#329) Missing space before opening brace. (space-before-blocks)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) A space is required after ','. (comma-spacing)
(#329) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) Operator '||' must be spaced. (space-infix-ops)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) A space is required after ','. (comma-spacing)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) Operator '?' must be spaced. (space-infix-ops)
(#329) A space is required after ','. (comma-spacing)
(#329) Operator ':' must be spaced. (space-infix-ops)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#329) Operator '&&' must be spaced. (space-infix-ops)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#329) Operator '&&' must be spaced. (space-infix-ops)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#329) Operator '&&' must be spaced. (space-infix-ops)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#330) This line has a length of 511. Maximum allowed is 132. (max-len)
(#330) Missing whitespace after semicolon. (semi-spacing)
(#330) Operator '=' must be spaced. (space-infix-ops)
(#330) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#330) Operator '=' must be spaced. (space-infix-ops)
(#330) Operator '&&' must be spaced. (space-infix-ops)
(#330) A space is required after ','. (comma-spacing)
(#330) Operator '===' must be spaced. (space-infix-ops)
(#330) Operator '||' must be spaced. (space-infix-ops)
(#330) Operator '?' must be spaced. (space-infix-ops)
(#330) Operator ':' must be spaced. (space-infix-ops)
(#330) Missing whitespace after semicolon. (semi-spacing)
(#330) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#330) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#330) Operator '&&' must be spaced. (space-infix-ops)
(#330) Operator '=' must be spaced. (space-infix-ops)
(#330) Missing whitespace after semicolon. (semi-spacing)
(#330) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#330) Operator 'in' must be spaced. (space-infix-ops)
(#330) Operator '&&' must be spaced. (space-infix-ops)
(#330) Operator '===' must be spaced. (space-infix-ops)
(#330) Operator '&&' must be spaced. (space-infix-ops)
(#330) Operator '&&' must be spaced. (space-infix-ops)
(#330) Operator '&&' must be spaced. (space-infix-ops)
(#330) Operator '=' must be spaced. (space-infix-ops)
(#330) Missing whitespace after semicolon. (semi-spacing)
(#330) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#330) Operator '===' must be spaced. (space-infix-ops)
(#330) Operator '&&' must be spaced. (space-infix-ops)
(#330) Operator '?' must be spaced. (space-infix-ops)
(#330) Operator '=' must be spaced. (space-infix-ops)
(#330) Operator '===' must be spaced. (space-infix-ops)
(#330) Operator '?' must be spaced. (space-infix-ops)
(#330) Operator ':' must be spaced. (space-infix-ops)
(#330) Operator ':' must be spaced. (space-infix-ops)
(#330) Operator '&&' must be spaced. (space-infix-ops)
(#330) Operator '&&' must be spaced. (space-infix-ops)
(#330) Operator '=' must be spaced. (space-infix-ops)
(#330) Missing whitespace after semicolon. (semi-spacing)
(#330) Requires a space before '}'. (block-spacing)
(#330) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#330) Missing semicolon. (@babel/semi)
(#330) Missing whitespace after semicolon. (semi-spacing)
(#330) Operator '=' must be spaced. (space-infix-ops)
(#330) Requires a space after '{'. (block-spacing)
(#330) Statement inside of curly braces should be on next line. (brace-style)
(#330) Missing space before opening brace. (space-before-blocks)
(#330) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#330) Requires a space after '{'. (block-spacing)
(#330) Statement inside of curly braces should be on next line. (brace-style)
(#330) Missing space before opening brace. (space-before-blocks)
(#330) Expected space(s) after "if". (keyword-spacing)
(#330) Operator '||' must be spaced. (space-infix-ops)
(#330) Operator '||' must be spaced. (space-infix-ops)
(#330) Expected { after 'if' condition. (curly)
(#330) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#330) Unexpected use of comma operator. (no-sequences)
(#330) A space is required after ','. (comma-spacing)
(#331) This line has a length of 546. Maximum allowed is 132. (max-len)
(#331) Expected space(s) after "for". (keyword-spacing)
(#331) Expected { after 'for-in'. (curly)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) Requires a space before '}'. (block-spacing)
(#331) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#331) Missing semicolon. (@babel/semi)
(#331) Expected space(s) before "var". (keyword-spacing)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) A space is required after ','. (comma-spacing)
(#331) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) A space is required after ','. (comma-spacing)
(#331) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#331) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) A space is required after ','. (comma-spacing)
(#331) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#331) A space is required after ','. (comma-spacing)
(#331) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#331) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#331) Operator '&&' must be spaced. (space-infix-ops)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#331) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#331) Operator '&&' must be spaced. (space-infix-ops)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) Operator '||' must be spaced. (space-infix-ops)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#331) Expected space(s) after "if". (keyword-spacing)
(#331) Operator '===' must be spaced. (space-infix-ops)
(#331) Expected { after 'if' condition. (curly)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#331) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#331) Operator '&&' must be spaced. (space-infix-ops)
(#331) Operator '?' must be spaced. (space-infix-ops)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) Operator ':' must be spaced. (space-infix-ops)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#331) Requires a space before '}'. (block-spacing)
(#331) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#331) Missing semicolon. (@babel/semi)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) Requires a space after '{'. (block-spacing)
(#331) Statement inside of curly braces should be on next line. (brace-style)
(#331) Missing space before opening brace. (space-before-blocks)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#331) Requires a space after '{'. (block-spacing)
(#331) Statement inside of curly braces should be on next line. (brace-style)
(#331) Missing space before opening brace. (space-before-blocks)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) Requires a space before '}'. (block-spacing)
(#331) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#331) Missing semicolon. (@babel/semi)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#331) Requires a space after '{'. (block-spacing)
(#331) Statement inside of curly braces should be on next line. (brace-style)
(#331) Missing space before opening brace. (space-before-blocks)
(#331) Requires a space after '{'. (block-spacing)
(#331) Statement inside of curly braces should be on next line. (brace-style)
(#331) Missing space before opening brace. (space-before-blocks)
(#331) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#331) Operator '&&' must be spaced. (space-infix-ops)
(#332) This line has a length of 504. Maximum allowed is 132. (max-len)
(#332) Requires a space before '}'. (block-spacing)
(#332) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#332) Missing semicolon. (@babel/semi)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#332) Requires a space before '}'. (block-spacing)
(#332) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#332) Missing semicolon. (@babel/semi)
(#332) Requires a space before '}'. (block-spacing)
(#332) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#332) Missing semicolon. (@babel/semi)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#332) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#332) Operator '=' must be spaced. (space-infix-ops)
(#332) A space is required after ','. (comma-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) Requires a space after '{'. (block-spacing)
(#332) Statement inside of curly braces should be on next line. (brace-style)
(#332) Missing space before opening brace. (space-before-blocks)
(#332) Operator '=' must be spaced. (space-infix-ops)
(#332) A space is required after ','. (comma-spacing)
(#332) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#332) Operator '=' must be spaced. (space-infix-ops)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#332) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#332) Operator '||' must be spaced. (space-infix-ops)
(#332) Operator '&&' must be spaced. (space-infix-ops)
(#332) Operator '&&' must be spaced. (space-infix-ops)
(#332) Operator '&&' must be spaced. (space-infix-ops)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#332) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#332) Operator '===' must be spaced. (space-infix-ops)
(#332) Operator '&&' must be spaced. (space-infix-ops)
(#332) Operator '&&' must be spaced. (space-infix-ops)
(#332) Operator '=' must be spaced. (space-infix-ops)
(#332) Requires a space after '{'. (block-spacing)
(#332) Statement inside of curly braces should be on next line. (brace-style)
(#332) Missing space before opening brace. (space-before-blocks)
(#332) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#332) Operator '&&' must be spaced. (space-infix-ops)
(#332) A space is required after ','. (comma-spacing)
(#332) Operator '||' must be spaced. (space-infix-ops)
(#332) Operator '||' must be spaced. (space-infix-ops)
(#332) Requires a space before '}'. (block-spacing)
(#332) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#332) Missing semicolon. (@babel/semi)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) Requires a space before '}'. (block-spacing)
(#332) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#332) Missing semicolon. (@babel/semi)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#332) Operator '=' must be spaced. (space-infix-ops)
(#332) Requires a space after '{'. (block-spacing)
(#332) Statement inside of curly braces should be on next line. (brace-style)
(#332) Missing space before opening brace. (space-before-blocks)
(#332) Expected space(s) after "return". (keyword-spacing)
(#332) Operator '+' must be spaced. (space-infix-ops)
(#332) Operator '?' must be spaced. (space-infix-ops)
(#332) Operator ':' must be spaced. (space-infix-ops)
(#332) Operator '+' must be spaced. (space-infix-ops)
(#332) Operator '?' must be spaced. (space-infix-ops)
(#332) Operator ':' must be spaced. (space-infix-ops)
(#332) Operator '+' must be spaced. (space-infix-ops)
(#332) Operator '?' must be spaced. (space-infix-ops)
(#332) Operator ':' must be spaced. (space-infix-ops)
(#332) Operator '+' must be spaced. (space-infix-ops)
(#333) This line has a length of 502. Maximum allowed is 132. (max-len)
(#333) Operator '!==' must be spaced. (space-infix-ops)
(#333) Operator '?' must be spaced. (space-infix-ops)
(#333) Operator '+' must be spaced. (space-infix-ops)
(#333) Operator ':' must be spaced. (space-infix-ops)
(#333) Operator '+' must be spaced. (space-infix-ops)
(#333) Operator '?' must be spaced. (space-infix-ops)
(#333) Operator '+' must be spaced. (space-infix-ops)
(#333) Operator ':' must be spaced. (space-infix-ops)
(#333) Operator '+' must be spaced. (space-infix-ops)
(#333) Operator '&&' must be spaced. (space-infix-ops)
(#333) Operator '?' must be spaced. (space-infix-ops)
(#333) Operator '+' must be spaced. (space-infix-ops)
(#333) A space is required after ','. (comma-spacing)
(#333) Operator ':' must be spaced. (space-infix-ops)
(#333) Requires a space before '}'. (block-spacing)
(#333) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#333) Missing semicolon. (@babel/semi)
(#333) Missing whitespace after semicolon. (semi-spacing)
(#333) Operator '=' must be spaced. (space-infix-ops)
(#333) Requires a space after '{'. (block-spacing)
(#333) Statement inside of curly braces should be on next line. (brace-style)
(#333) Missing space before opening brace. (space-before-blocks)
(#333) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#333) Operator '=' must be spaced. (space-infix-ops)
(#333) A space is required after ','. (comma-spacing)
(#333) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#333) Operator '=' must be spaced. (space-infix-ops)
(#333) A space is required after ','. (comma-spacing)
(#333) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#333) Operator '=' must be spaced. (space-infix-ops)
(#333) Missing space before value for key 'singular'. (key-spacing)
(#333) A space is required after ','. (comma-spacing)
(#333) Missing space before value for key 'plural'. (key-spacing)
(#333) A space is required after ','. (comma-spacing)
(#333) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#333) Missing whitespace after semicolon. (semi-spacing)
(#333) Operator '=' must be spaced. (space-infix-ops)
(#333) Operator '||' must be spaced. (space-infix-ops)
(#333) Missing space before value for key 'graphic'. (key-spacing)
(#333) A space is required after ','. (comma-spacing)
(#333) Missing space before value for key 'dataLabel'. (key-spacing)
(#333) Missing whitespace after semicolon. (semi-spacing)
(#333) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#333) Operator '&&' must be spaced. (space-infix-ops)
(#333) A space is required after ','. (comma-spacing)
(#333) A space is required after ','. (comma-spacing)
(#333) Missing whitespace after semicolon. (semi-spacing)
(#333) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#333) Operator '&&' must be spaced. (space-infix-ops)
(#333) A space is required after ','. (comma-spacing)
(#333) A space is required after ','. (comma-spacing)
(#333) Missing whitespace after semicolon. (semi-spacing)
(#333) Expected space(s) after "for". (keyword-spacing)
(#333) Operator '=' must be spaced. (space-infix-ops)
(#333) Missing whitespace after semicolon. (semi-spacing)
(#333) Requires a space after '{'. (block-spacing)
(#333) Statement inside of curly braces should be on next line. (brace-style)
(#333) Missing space before opening brace. (space-before-blocks)
(#333) Operator '=' must be spaced. (space-infix-ops)
(#333) Missing whitespace after semicolon. (semi-spacing)
(#333) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#333) Operator '&&' must be spaced. (space-infix-ops)
(#334) This line has a length of 509. Maximum allowed is 132. (max-len)
(#334) Requires a space before '}'. (block-spacing)
(#334) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#334) Missing semicolon. (@babel/semi)
(#334) A space is required after ','. (comma-spacing)
(#334) Requires a space after '{'. (block-spacing)
(#334) Statement inside of curly braces should be on next line. (brace-style)
(#334) Missing space before opening brace. (space-before-blocks)
(#334) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) Operator '+' must be spaced. (space-infix-ops)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#334) Operator '&&' must be spaced. (space-infix-ops)
(#334) Operator '&&' must be spaced. (space-infix-ops)
(#334) Requires a space before '}'. (block-spacing)
(#334) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#334) Missing semicolon. (@babel/semi)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Requires a space before '}'. (block-spacing)
(#334) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#334) Missing semicolon. (@babel/semi)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) Requires a space after '{'. (block-spacing)
(#334) Statement inside of curly braces should be on next line. (brace-style)
(#334) Missing space before opening brace. (space-before-blocks)
(#334) Expected space(s) after "return". (keyword-spacing)
(#334) Missing space before value for key 'x'. (key-spacing)
(#334) A space is required after ','. (comma-spacing)
(#334) Missing space before value for key 'y'. (key-spacing)
(#334) A space is required after ','. (comma-spacing)
(#334) Missing space before value for key 'color'. (key-spacing)
(#334) A space is required after ','. (comma-spacing)
(#334) Missing space before value for key 'colorIndex'. (key-spacing)
(#334) A space is required after ','. (comma-spacing)
(#334) Missing space before value for key 'key'. (key-spacing)
(#334) Operator '||' must be spaced. (space-infix-ops)
(#334) A space is required after ','. (comma-spacing)
(#334) Missing space before value for key 'series'. (key-spacing)
(#334) A space is required after ','. (comma-spacing)
(#334) Missing space before value for key 'point'. (key-spacing)
(#334) A space is required after ','. (comma-spacing)
(#334) Missing space before value for key 'percentage'. (key-spacing)
(#334) A space is required after ','. (comma-spacing)
(#334) Missing space before value for key 'total'. (key-spacing)
(#334) Operator '||' must be spaced. (space-infix-ops)
(#334) Requires a space before '}'. (block-spacing)
(#334) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#334) Missing semicolon. (@babel/semi)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) Expected to return a value at the end of function. (consistent-return)
(#334) Requires a space after '{'. (block-spacing)
(#334) Statement inside of curly braces should be on next line. (brace-style)
(#334) Missing space before opening brace. (space-before-blocks)
(#334) Expected space(s) after "if". (keyword-spacing)
(#334) Expected { after 'if' condition. (curly)
(#334) Expected space(s) before "return". (keyword-spacing)
(#334) Operator '===' must be spaced. (space-infix-ops)
(#334) Operator '?' must be spaced. (space-infix-ops)
(#334) A space is required after ','. (comma-spacing)
(#334) Operator ':' must be spaced. (space-infix-ops)
(#334) Requires a space before '}'. (block-spacing)
(#334) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#334) Missing semicolon. (@babel/semi)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) Requires a space after '{'. (block-spacing)
(#334) Statement inside of curly braces should be on next line. (brace-style)
(#334) Missing space before opening brace. (space-before-blocks)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#335) This line has a length of 506. Maximum allowed is 132. (max-len)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) Operator '||' must be spaced. (space-infix-ops)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#335) A space is required after ','. (comma-spacing)
(#335) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) Expected space(s) after "for". (keyword-spacing)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) Operator '>=' must be spaced. (space-infix-ops)
(#335) Expected { after 'for' condition. (curly)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#335) Operator '||' must be spaced. (space-infix-ops)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) Operator '&&' must be spaced. (space-infix-ops)
(#335) Operator '&&' must be spaced. (space-infix-ops)
(#335) Operator '?' must be spaced. (space-infix-ops)
(#335) Operator ':' must be spaced. (space-infix-ops)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) Requires a space before '}'. (block-spacing)
(#335) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#335) Missing semicolon. (@babel/semi)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) Requires a space after '{'. (block-spacing)
(#335) Statement inside of curly braces should be on next line. (brace-style)
(#335) Missing space before opening brace. (space-before-blocks)
(#335) Expected space(s) after "return". (keyword-spacing)
(#335) Operator '&&' must be spaced. (space-infix-ops)
(#335) Operator '||' must be spaced. (space-infix-ops)
(#335) Operator '!==' must be spaced. (space-infix-ops)
(#335) Requires a space before '}'. (block-spacing)
(#335) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#335) Missing semicolon. (@babel/semi)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) A space is required after ','. (comma-spacing)
(#335) A space is required after ','. (comma-spacing)
(#335) Requires a space after '{'. (block-spacing)
(#335) Statement inside of curly braces should be on next line. (brace-style)
(#335) Missing space before opening brace. (space-before-blocks)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) A space is required after ','. (comma-spacing)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) Operator '?' must be spaced. (space-infix-ops)
(#335) Operator ':' must be spaced. (space-infix-ops)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) A space is required after ','. (comma-spacing)
(#336) This line has a length of 504. Maximum allowed is 132. (max-len)
(#336) Requires a space before '}'. (block-spacing)
(#336) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#336) Missing semicolon. (@babel/semi)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Requires a space after '{'. (block-spacing)
(#336) Statement inside of curly braces should be on next line. (brace-style)
(#336) Missing space before opening brace. (space-before-blocks)
(#336) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) A space is required after ','. (comma-spacing)
(#336) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) A space is required after ','. (comma-spacing)
(#336) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Operator '||' must be spaced. (space-infix-ops)
(#336) Operator '||' must be spaced. (space-infix-ops)
(#336) A space is required after ','. (comma-spacing)
(#336) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) A space is required after ','. (comma-spacing)
(#336) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) A space is required after ','. (comma-spacing)
(#336) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) A space is required after ','. (comma-spacing)
(#336) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Expected space(s) after "if". (keyword-spacing)
(#336) Operator '||' must be spaced. (space-infix-ops)
(#336) Operator '===' must be spaced. (space-infix-ops)
(#336) Expected { after 'if' condition. (curly)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Expected space(s) after "if". (keyword-spacing)
(#336) Expected { after 'if' condition. (curly)
(#336) Expected space(s) before "for". (keyword-spacing)
(#336) Expected space(s) after "for". (keyword-spacing)
(#336) Operator '&&' must be spaced. (space-infix-ops)
(#336) Operator '>' must be spaced. (space-infix-ops)
(#336) Operator '&&' must be spaced. (space-infix-ops)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) A space is required after ','. (comma-spacing)
(#336) Operator '===' must be spaced. (space-infix-ops)
(#336) Operator '?' must be spaced. (space-infix-ops)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Operator ':' must be spaced. (space-infix-ops)
(#336) Operator '===' must be spaced. (space-infix-ops)
(#336) Operator '&&' must be spaced. (space-infix-ops)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) A space is required after ','. (comma-spacing)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Operator '<' must be spaced. (space-infix-ops)
(#336) Expected { after 'for' condition. (curly)
(#336) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#336) Operator '&&' must be spaced. (space-infix-ops)
(#336) Operator '===' must be spaced. (space-infix-ops)
(#336) Operator '||' must be spaced. (space-infix-ops)
(#336) Operator '<' must be spaced. (space-infix-ops)
(#336) Operator '?' must be spaced. (space-infix-ops)
(#336) A space is required after ','. (comma-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) Operator ':' must be spaced. (space-infix-ops)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Unexpected use of comma operator. (no-sequences)
(#336) A space is required after ','. (comma-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Expected space(s) after "else". (keyword-spacing)
(#336) Expected { after 'else'. (curly)
(#336) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#336) Operator '===' must be spaced. (space-infix-ops)
(#336) Operator '&&' must be spaced. (space-infix-ops)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) A space is required after ','. (comma-spacing)
(#336) Operator '&&' must be spaced. (space-infix-ops)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) A space is required after ','. (comma-spacing)
(#336) Operator '&&' must be spaced. (space-infix-ops)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Requires a space before '}'. (block-spacing)
(#336) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#336) Missing semicolon. (@babel/semi)
(#337) This line has a length of 518. Maximum allowed is 132. (max-len)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Requires a space after '{'. (block-spacing)
(#337) Statement inside of curly braces should be on next line. (brace-style)
(#337) Missing space before opening brace. (space-before-blocks)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) A space is required after ','. (comma-spacing)
(#337) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) Expected space(s) after "if". (keyword-spacing)
(#337) Requires a space after '{'. (block-spacing)
(#337) Statement inside of curly braces should be on next line. (brace-style)
(#337) Missing space before opening brace. (space-before-blocks)
(#337) Expected space(s) after "if". (keyword-spacing)
(#337) Requires a space after '{'. (block-spacing)
(#337) Statement inside of curly braces should be on next line. (brace-style)
(#337) Missing space before opening brace. (space-before-blocks)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Operator '||' must be spaced. (space-infix-ops)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Requires a space before '}'. (block-spacing)
(#337) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#337) Missing semicolon. (@babel/semi)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#337) Operator '===' must be spaced. (space-infix-ops)
(#337) Operator '&&' must be spaced. (space-infix-ops)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Requires a space before '}'. (block-spacing)
(#337) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#337) Missing semicolon. (@babel/semi)
(#337) Expected space(s) before "else". (keyword-spacing)
(#337) Expected { after 'else'. (curly)
(#337) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#337) Operator '||' must be spaced. (space-infix-ops)
(#337) 'e' declared on line 337 column 222 is used outside of binding context. (block-scoped-var)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Unexpected use of comma operator. (no-sequences)
(#337) A space is required after ','. (comma-spacing)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) A space is required after ','. (comma-spacing)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) A space is required after ','. (comma-spacing)
(#337) 'e' declared on line 337 column 222 is used outside of binding context. (block-scoped-var)
(#337) Requires a space before '}'. (block-spacing)
(#337) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#337) Missing semicolon. (@babel/semi)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) A space is required after ','. (comma-spacing)
(#337) A space is required after ','. (comma-spacing)
(#337) Requires a space after '{'. (block-spacing)
(#337) Statement inside of curly braces should be on next line. (brace-style)
(#337) Missing space before opening brace. (space-before-blocks)
(#338) This line has a length of 504. Maximum allowed is 132. (max-len)
(#338) A space is required after ','. (comma-spacing)
(#338) A space is required after ','. (comma-spacing)
(#338) Requires a space after '{'. (block-spacing)
(#338) Statement inside of curly braces should be on next line. (brace-style)
(#338) Missing space before opening brace. (space-before-blocks)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Do not nest ternary expressions. (no-nested-ternary)
(#338) Operator '-' must be spaced. (space-infix-ops)
(#338) Operator '===' must be spaced. (space-infix-ops)
(#338) Operator '?' must be spaced. (space-infix-ops)
(#338) Operator ':' must be spaced. (space-infix-ops)
(#338) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#338) A space is required after ','. (comma-spacing)
(#338) Operator '?' must be spaced. (space-infix-ops)
(#338) Operator ':' must be spaced. (space-infix-ops)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) Requires a space before '}'. (block-spacing)
(#338) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#338) Missing semicolon. (@babel/semi)
(#338) A space is required after ','. (comma-spacing)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#338) Requires a space before '}'. (block-spacing)
(#338) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#338) Missing semicolon. (@babel/semi)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Requires a space after '{'. (block-spacing)
(#338) Statement inside of curly braces should be on next line. (brace-style)
(#338) Missing space before opening brace. (space-before-blocks)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) A space is required after ','. (comma-spacing)
(#338) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Operator '||' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Operator '||' must be spaced. (space-infix-ops)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#338) Operator '&&' must be spaced. (space-infix-ops)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) Operator '||' must be spaced. (space-infix-ops)
(#338) Requires a space after '{'. (block-spacing)
(#338) Statement inside of curly braces should be on next line. (brace-style)
(#338) Missing space before opening brace. (space-before-blocks)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Operator '+' must be spaced. (space-infix-ops)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) Expected space(s) after "if". (keyword-spacing)
(#338) Operator '||' must be spaced. (space-infix-ops)
(#338) Expected { after 'if' condition. (curly)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Operator '+' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) A space is required after ','. (comma-spacing)
(#338) Operator '+' must be spaced. (space-infix-ops)
(#338) Operator '+' must be spaced. (space-infix-ops)
(#338) Operator '+' must be spaced. (space-infix-ops)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Operator '+' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) A space is required after ','. (comma-spacing)
(#338) Operator '+' must be spaced. (space-infix-ops)
(#338) Operator '+' must be spaced. (space-infix-ops)
(#338) Operator '+' must be spaced. (space-infix-ops)
(#338) Requires a space before '}'. (block-spacing)
(#338) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#338) Missing semicolon. (@babel/semi)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#338) A space is required after ','. (comma-spacing)
(#338) Missing space before value for key 'point'. (key-spacing)
(#338) A space is required after ','. (comma-spacing)
(#338) Missing space before value for key 'series'. (key-spacing)
(#338) A space is required after ','. (comma-spacing)
(#338) Requires a space before '}'. (block-spacing)
(#338) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#338) Missing semicolon. (@babel/semi)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#339) This line has a length of 502. Maximum allowed is 132. (max-len)
(#339) A space is required after ','. (comma-spacing)
(#339) A space is required after ','. (comma-spacing)
(#339) A space is required after ','. (comma-spacing)
(#339) Requires a space after '{'. (block-spacing)
(#339) Statement inside of curly braces should be on next line. (brace-style)
(#339) Missing space before opening brace. (space-before-blocks)
(#339) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#339) Function 'd' has a complexity of 21. Maximum allowed is 20. (complexity)
(#339) Requires a space after '{'. (block-spacing)
(#339) Statement inside of curly braces should be on next line. (brace-style)
(#339) Missing space before opening brace. (space-before-blocks)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Operator '===' must be spaced. (space-infix-ops)
(#339) Operator '?' must be spaced. (space-infix-ops)
(#339) Operator ':' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) A space is required after ','. (comma-spacing)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#339) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#339) A space is required after ','. (comma-spacing)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) Operator '!==' must be spaced. (space-infix-ops)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) A space is required after ','. (comma-spacing)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) A space is required after ','. (comma-spacing)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) A space is required after ','. (comma-spacing)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#339) A space is required after ','. (comma-spacing)
(#339) Operator '||' must be spaced. (space-infix-ops)
(#339) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#339) A space is required after ','. (comma-spacing)
(#339) Operator '?' must be spaced. (space-infix-ops)
(#339) Operator ':' must be spaced. (space-infix-ops)
(#339) A space is required after ','. (comma-spacing)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#340) This line has a length of 515. Maximum allowed is 132. (max-len)
(#340) Operator '&&' must be spaced. (space-infix-ops)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) Missing whitespace after semicolon. (semi-spacing)
(#340) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#340) Operator '===' must be spaced. (space-infix-ops)
(#340) Operator '&&' must be spaced. (space-infix-ops)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) Missing whitespace after semicolon. (semi-spacing)
(#340) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#340) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#340) Operator '&&' must be spaced. (space-infix-ops)
(#340) Requires a space before '}'. (block-spacing)
(#340) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#340) Missing semicolon. (@babel/semi)
(#340) Expected space(s) before "var". (keyword-spacing)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#340) Missing whitespace after semicolon. (semi-spacing)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Missing whitespace after semicolon. (semi-spacing)
(#340) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#340) Operator '===' must be spaced. (space-infix-ops)
(#340) Operator '?' must be spaced. (space-infix-ops)
(#340) Operator ':' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Missing space before value for key 'options'. (key-spacing)
(#340) A space is required after ','. (comma-spacing)
(#340) Requires a space before '}'. (block-spacing)
(#340) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#340) Missing semicolon. (@babel/semi)
(#340) Missing whitespace after semicolon. (semi-spacing)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Requires a space after '{'. (block-spacing)
(#340) Statement inside of curly braces should be on next line. (brace-style)
(#340) Missing space before opening brace. (space-before-blocks)
(#340) A space is required after ','. (comma-spacing)
(#340) A space is required after ','. (comma-spacing)
(#340) Requires a space before '}'. (block-spacing)
(#340) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#340) Missing semicolon. (@babel/semi)
(#340) Missing whitespace after semicolon. (semi-spacing)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Requires a space after '{'. (block-spacing)
(#340) Statement inside of curly braces should be on next line. (brace-style)
(#340) Missing space before opening brace. (space-before-blocks)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) Missing whitespace after semicolon. (semi-spacing)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Missing whitespace after semicolon. (semi-spacing)
(#340) Operator '?' must be spaced. (space-infix-ops)
(#340) Operator ':' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Missing space before value for key 'accumulate'. (key-spacing)
(#340) A space is required after ','. (comma-spacing)
(#340) Requires a space after '{'. (block-spacing)
(#340) Statement inside of curly braces should be on next line. (brace-style)
(#340) Missing space before opening brace. (space-before-blocks)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#341) This line has a length of 520. Maximum allowed is 132. (max-len)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#341) Operator '&&' must be spaced. (space-infix-ops)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#341) Operator '||' must be spaced. (space-infix-ops)
(#341) Requires a space after '{'. (block-spacing)
(#341) Statement inside of curly braces should be on next line. (brace-style)
(#341) Missing space before opening brace. (space-before-blocks)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#341) Operator '&&' must be spaced. (space-infix-ops)
(#341) Operator '!==' must be spaced. (space-infix-ops)
(#341) Operator '&&' must be spaced. (space-infix-ops)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) A space is required after ','. (comma-spacing)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) A space is required after ','. (comma-spacing)
(#341) Operator '&&' must be spaced. (space-infix-ops)
(#341) Operator '?' must be spaced. (space-infix-ops)
(#341) Operator ':' must be spaced. (space-infix-ops)
(#341) A space is required after ','. (comma-spacing)
(#341) Requires a space before '}'. (block-spacing)
(#341) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#341) Missing semicolon. (@babel/semi)
(#341) Requires a space before '}'. (block-spacing)
(#341) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#341) Missing semicolon. (@babel/semi)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) Requires a space before '}'. (block-spacing)
(#341) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#341) Missing semicolon. (@babel/semi)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) Requires a space after '{'. (block-spacing)
(#341) Statement inside of curly braces should be on next line. (brace-style)
(#341) Missing space before opening brace. (space-before-blocks)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) A space is required after ','. (comma-spacing)
(#341) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) Operator '?' must be spaced. (space-infix-ops)
(#341) Operator ':' must be spaced. (space-infix-ops)
(#341) A space is required after ','. (comma-spacing)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#342) This line has a length of 508. Maximum allowed is 132. (max-len)
(#342) Requires a space before '}'. (block-spacing)
(#342) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#342) Missing semicolon. (@babel/semi)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Operator '=' must be spaced. (space-infix-ops)
(#342) Requires a space after '{'. (block-spacing)
(#342) Statement inside of curly braces should be on next line. (brace-style)
(#342) Missing space before opening brace. (space-before-blocks)
(#342) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#342) Operator '=' must be spaced. (space-infix-ops)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#342) Operator '||' must be spaced. (space-infix-ops)
(#342) Operator '||' must be spaced. (space-infix-ops)
(#342) Requires a space after '{'. (block-spacing)
(#342) Statement inside of curly braces should be on next line. (brace-style)
(#342) Missing space before opening brace. (space-before-blocks)
(#342) Requires a space before '}'. (block-spacing)
(#342) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#342) Missing semicolon. (@babel/semi)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Operator '=' must be spaced. (space-infix-ops)
(#342) Operator '=' must be spaced. (space-infix-ops)
(#342) Requires a space before '}'. (block-spacing)
(#342) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#342) Missing semicolon. (@babel/semi)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Operator '=' must be spaced. (space-infix-ops)
(#342) Requires a space after '{'. (block-spacing)
(#342) Statement inside of curly braces should be on next line. (brace-style)
(#342) Missing space before opening brace. (space-before-blocks)
(#342) Expected space(s) after "if". (keyword-spacing)
(#342) Requires a space after '{'. (block-spacing)
(#342) Statement inside of curly braces should be on next line. (brace-style)
(#342) Missing space before opening brace. (space-before-blocks)
(#342) Operator '=' must be spaced. (space-infix-ops)
(#342) A space is required after ','. (comma-spacing)
(#342) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#342) Operator '=' must be spaced. (space-infix-ops)
(#342) A space is required after ','. (comma-spacing)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Operator '=' must be spaced. (space-infix-ops)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) A space is required after ','. (comma-spacing)
(#342) A space is required after ','. (comma-spacing)
(#342) Requires a space after '{'. (block-spacing)
(#342) Statement inside of curly braces should be on next line. (brace-style)
(#342) Missing space before opening brace. (space-before-blocks)
(#342) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#342) Operator '&&' must be spaced. (space-infix-ops)
(#342) A space is required after ','. (comma-spacing)
(#342) A space is required after ','. (comma-spacing)
(#342) Requires a space before '}'. (block-spacing)
(#342) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#342) Missing semicolon. (@babel/semi)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Operator '=' must be spaced. (space-infix-ops)
(#342) Requires a space before '}'. (block-spacing)
(#342) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#342) Missing semicolon. (@babel/semi)
(#342) Requires a space before '}'. (block-spacing)
(#342) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Operator '=' must be spaced. (space-infix-ops)
(#342) Function has a complexity of 69. Maximum allowed is 20. (complexity)
(#342) A space is required after ','. (comma-spacing)
(#342) Requires a space after '{'. (block-spacing)
(#342) Statement inside of curly braces should be on next line. (brace-style)
(#342) Missing space before opening brace. (space-before-blocks)
(#342) Operator '=' must be spaced. (space-infix-ops)
(#342) A space is required after ','. (comma-spacing)
(#342) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#342) Operator '=' must be spaced. (space-infix-ops)
(#342) A space is required after ','. (comma-spacing)
(#342) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#342) Operator '=' must be spaced. (space-infix-ops)
(#342) Operator '||' must be spaced. (space-infix-ops)
(#343) This line has a length of 514. Maximum allowed is 132. (max-len)
(#343) Operator '||' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Operator '&&' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Operator '&&' must be spaced. (space-infix-ops)
(#343) Operator '===' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Operator '&&' must be spaced. (space-infix-ops)
(#343) Operator '&&' must be spaced. (space-infix-ops)
(#343) Operator '||' must be spaced. (space-infix-ops)
(#343) Operator '||' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Operator '===' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Operator '||' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Operator '&&' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#343) A space is required after ','. (comma-spacing)
(#343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Missing whitespace after semicolon. (semi-spacing)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Operator '||' must be spaced. (space-infix-ops)
(#343) Missing whitespace after semicolon. (semi-spacing)
(#343) Expected space(s) after "if". (keyword-spacing)
(#343) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#343) Operator '===' must be spaced. (space-infix-ops)
(#343) Operator '&&' must be spaced. (space-infix-ops)
(#343) Operator '||' must be spaced. (space-infix-ops)
(#343) Operator '&&' must be spaced. (space-infix-ops)
(#343) Operator '!==' must be spaced. (space-infix-ops)
(#343) Operator '||' must be spaced. (space-infix-ops)
(#343) Operator '===' must be spaced. (space-infix-ops)
(#343) Operator '||' must be spaced. (space-infix-ops)
(#343) Operator '&&' must be spaced. (space-infix-ops)
(#343) Operator '||' must be spaced. (space-infix-ops)
(#343) Operator '&&' must be spaced. (space-infix-ops)
(#343) Operator '===' must be spaced. (space-infix-ops)
(#343) Operator '||' must be spaced. (space-infix-ops)
(#343) Operator '&&' must be spaced. (space-infix-ops)
(#343) Operator '&&' must be spaced. (space-infix-ops)
(#343) Operator '&&' must be spaced. (space-infix-ops)
(#343) Operator '===' must be spaced. (space-infix-ops)
(#343) Requires a space after '{'. (block-spacing)
(#343) Statement inside of curly braces should be on next line. (brace-style)
(#343) Missing space before opening brace. (space-before-blocks)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Missing whitespace after semicolon. (semi-spacing)
(#343) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#343) Operator '&&' must be spaced. (space-infix-ops)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Missing whitespace after semicolon. (semi-spacing)
(#343) Expected space(s) after "if". (keyword-spacing)
(#343) Operator '&&' must be spaced. (space-infix-ops)
(#343) Requires a space after '{'. (block-spacing)
(#343) Statement inside of curly braces should be on next line. (brace-style)
(#343) Missing space before opening brace. (space-before-blocks)
(#343) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#343) Operator '&&' must be spaced. (space-infix-ops)
(#343) Operator '+' must be spaced. (space-infix-ops)
(#344) This line has a length of 508. Maximum allowed is 132. (max-len)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#344) Operator '&&' must be spaced. (space-infix-ops)
(#344) Operator '+' must be spaced. (space-infix-ops)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Expected space(s) after "if". (keyword-spacing)
(#344) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#344) Requires a space after '{'. (block-spacing)
(#344) Statement inside of curly braces should be on next line. (brace-style)
(#344) Missing space before opening brace. (space-before-blocks)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#344) Operator '&&' must be spaced. (space-infix-ops)
(#344) Operator '&&' must be spaced. (space-infix-ops)
(#344) Operator '||' must be spaced. (space-infix-ops)
(#344) Requires a space after '{'. (block-spacing)
(#344) Statement inside of curly braces should be on next line. (brace-style)
(#344) Missing space before opening brace. (space-before-blocks)
(#344) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#344) Operator '&&' must be spaced. (space-infix-ops)
(#344) Missing space before value for key 'opacity'. (key-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) Requires a space before '}'. (block-spacing)
(#344) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#344) Missing semicolon. (@babel/semi)
(#344) A space is required after ','. (comma-spacing)
(#344) Operator '&&' must be spaced. (space-infix-ops)
(#344) Missing space before value for key 'opacity'. (key-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) Requires a space before '}'. (block-spacing)
(#344) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#344) Missing semicolon. (@babel/semi)
(#344) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#344) Operator '&&' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#344) Operator '&&' must be spaced. (space-infix-ops)
(#344) Requires a space before '}'. (block-spacing)
(#344) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#344) Missing semicolon. (@babel/semi)
(#344) Expected space(s) before "else". (keyword-spacing)
(#344) Expected space(s) after "else". (keyword-spacing)
(#344) Requires a space after '{'. (block-spacing)
(#344) Statement inside of curly braces should be on next line. (brace-style)
(#344) Expected space(s) after "if". (keyword-spacing)
(#344) Operator '&&' must be spaced. (space-infix-ops)
(#344) Requires a space after '{'. (block-spacing)
(#344) Statement inside of curly braces should be on next line. (brace-style)
(#344) Missing space before opening brace. (space-before-blocks)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Operator '||' must be spaced. (space-infix-ops)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#344) Operator '&&' must be spaced. (space-infix-ops)
(#344) Operator '!==' must be spaced. (space-infix-ops)
(#345) This line has a length of 505. Maximum allowed is 132. (max-len)
(#345) Operator '&&' must be spaced. (space-infix-ops)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Missing whitespace after semicolon. (semi-spacing)
(#345) Expected space(s) after "if". (keyword-spacing)
(#345) Expected { after 'if' condition. (curly)
(#345) Expected space(s) before "if". (keyword-spacing)
(#345) Expected space(s) after "if". (keyword-spacing)
(#345) Expected { after 'if' condition. (curly)
(#345) Operator '?' must be spaced. (space-infix-ops)
(#345) Operator ':' must be spaced. (space-infix-ops)
(#345) Missing space before value for key 'x'. (key-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) Missing space before value for key 'y'. (key-spacing)
(#345) Missing whitespace after semicolon. (semi-spacing)
(#345) Expected { after 'else'. (curly)
(#345) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#345) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#345) Operator '&&' must be spaced. (space-infix-ops)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) A space is required after ','. (comma-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Missing whitespace after semicolon. (semi-spacing)
(#345) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#345) Operator '&&' must be spaced. (space-infix-ops)
(#345) Operator '&&' must be spaced. (space-infix-ops)
(#345) Operator '!==' must be spaced. (space-infix-ops)
(#345) Operator '&&' must be spaced. (space-infix-ops)
(#345) A space is required after ','. (comma-spacing)
(#345) Requires a space before '}'. (block-spacing)
(#345) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#345) Missing semicolon. (@babel/semi)
(#345) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#345) Operator '&&' must be spaced. (space-infix-ops)
(#345) Operator '&&' must be spaced. (space-infix-ops)
(#345) Operator '?' must be spaced. (space-infix-ops)
(#345) Operator ':' must be spaced. (space-infix-ops)
(#345) A space is required after ','. (comma-spacing)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) A space is required after ','. (comma-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) Requires a space before '}'. (block-spacing)
(#345) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#345) Missing semicolon. (@babel/semi)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Missing whitespace after semicolon. (semi-spacing)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Operator '||' must be spaced. (space-infix-ops)
(#345) Operator '&&' must be spaced. (space-infix-ops)
(#345) Operator '||' must be spaced. (space-infix-ops)
(#345) Missing whitespace after semicolon. (semi-spacing)
(#345) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#345) Operator '&&' must be spaced. (space-infix-ops)
(#345) Operator '&&' must be spaced. (space-infix-ops)
(#345) Operator '&&' must be spaced. (space-infix-ops)
(#345) Operator '!==' must be spaced. (space-infix-ops)
(#345) Operator '&&' must be spaced. (space-infix-ops)
(#345) Operator '?' must be spaced. (space-infix-ops)
(#345) Operator '||' must be spaced. (space-infix-ops)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#346) This line has a length of 554. Maximum allowed is 132. (max-len)
(#346) Operator '?' must be spaced. (space-infix-ops)
(#346) Operator ':' must be spaced. (space-infix-ops)
(#346) Missing space before value for key 'd'. (key-spacing)
(#346) A space is required after ','. (comma-spacing)
(#346) Missing space before value for key 'class'. (key-spacing)
(#346) Operator '+' must be spaced. (space-infix-ops)
(#346) A space is required after ','. (comma-spacing)
(#346) Operator '+' must be spaced. (space-infix-ops)
(#346) Operator '?' must be spaced. (space-infix-ops)
(#346) Operator '+' must be spaced. (space-infix-ops)
(#346) Operator ':' must be spaced. (space-infix-ops)
(#346) A space is required after ','. (comma-spacing)
(#346) Missing space before value for key 'visibility'. (key-spacing)
(#346) A space is required after ','. (comma-spacing)
(#346) Missing space before value for key 'zIndex'. (key-spacing)
(#346) A space is required after ','. (comma-spacing)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) A space is required after ','. (comma-spacing)
(#346) Operator '||' must be spaced. (space-infix-ops)
(#346) Missing space before value for key 'fill'. (key-spacing)
(#346) Operator '||' must be spaced. (space-infix-ops)
(#346) A space is required after ','. (comma-spacing)
(#346) Missing space before value for key 'fill-opacity'. (key-spacing)
(#346) A space is required after ','. (comma-spacing)
(#346) Operator '||' must be spaced. (space-infix-ops)
(#346) Operator ':' must be spaced. (space-infix-ops)
(#346) Operator '&&' must be spaced. (space-infix-ops)
(#346) Operator '&&' must be spaced. (space-infix-ops)
(#346) Operator '&&' must be spaced. (space-infix-ops)
(#346) Missing space before value for key 'd'. (key-spacing)
(#346) A space is required after ','. (comma-spacing)
(#346) A space is required after ','. (comma-spacing)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) A space is required after ','. (comma-spacing)
(#346) A space is required after ','. (comma-spacing)
(#346) Missing space before value for key 'state'. (key-spacing)
(#346) Requires a space before '}'. (block-spacing)
(#346) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#346) Missing semicolon. (@babel/semi)
(#346) Requires a space before '}'. (block-spacing)
(#346) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Requires a space after '{'. (block-spacing)
(#346) Statement inside of curly braces should be on next line. (brace-style)
(#346) Missing space before opening brace. (space-before-blocks)
(#346) Operator '-' must be spaced. (space-infix-ops)
(#347) This line has a length of 508. Maximum allowed is 132. (max-len)
(#347) A space is required after ','. (comma-spacing)
(#347) Operator '-' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Operator '*' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Operator '*' must be spaced. (space-infix-ops)
(#347) Requires a space before '}'. (block-spacing)
(#347) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#347) Missing semicolon. (@babel/semi)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Requires a space before '}'. (block-spacing)
(#347) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#347) Missing semicolon. (@babel/semi)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#347) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Requires a space before '}'. (block-spacing)
(#347) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#347) Missing semicolon. (@babel/semi)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#347) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) Requires a space after '{'. (block-spacing)
(#347) Statement inside of curly braces should be on next line. (brace-style)
(#347) Missing space before opening brace. (space-before-blocks)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#347) Requires a space after '{'. (block-spacing)
(#347) Statement inside of curly braces should be on next line. (brace-style)
(#347) Missing space before opening brace. (space-before-blocks)
(#347) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#347) A space is required after ','. (comma-spacing)
(#347) Requires a space after '{'. (block-spacing)
(#347) Statement inside of curly braces should be on next line. (brace-style)
(#347) Missing space before opening brace. (space-before-blocks)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#348) This line has a length of 512. Maximum allowed is 132. (max-len)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#348) A space is required after ','. (comma-spacing)
(#348) Requires a space before '}'. (block-spacing)
(#348) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#348) Missing semicolon. (@babel/semi)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) Requires a space after '{'. (block-spacing)
(#348) Statement inside of curly braces should be on next line. (brace-style)
(#348) Missing space before opening brace. (space-before-blocks)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) A space is required after ','. (comma-spacing)
(#348) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) Operator '||' must be spaced. (space-infix-ops)
(#348) Requires a space after '{'. (block-spacing)
(#348) Statement inside of curly braces should be on next line. (brace-style)
(#348) Missing space before opening brace. (space-before-blocks)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#348) Operator '&&' must be spaced. (space-infix-ops)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#348) Operator '&&' must be spaced. (space-infix-ops)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#348) Operator '&&' must be spaced. (space-infix-ops)
(#348) Requires a space before '}'. (block-spacing)
(#348) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#348) Missing semicolon. (@babel/semi)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) Requires a space after '{'. (block-spacing)
(#348) Statement inside of curly braces should be on next line. (brace-style)
(#348) Missing space before opening brace. (space-before-blocks)
(#348) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#348) Operator '===' must be spaced. (space-infix-ops)
(#348) Operator '?' must be spaced. (space-infix-ops)
(#348) A space is required after ','. (comma-spacing)
(#348) Operator ':' must be spaced. (space-infix-ops)
(#348) Operator '&&' must be spaced. (space-infix-ops)
(#348) Requires a space before '}'. (block-spacing)
(#348) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#348) Missing semicolon. (@babel/semi)
(#348) Requires a space before '}'. (block-spacing)
(#348) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#348) Missing semicolon. (@babel/semi)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) Requires a space after '{'. (block-spacing)
(#348) Statement inside of curly braces should be on next line. (brace-style)
(#348) Missing space before opening brace. (space-before-blocks)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) Requires a space after '{'. (block-spacing)
(#348) Statement inside of curly braces should be on next line. (brace-style)
(#348) Missing space before opening brace. (space-before-blocks)
(#348) Requires a space before '}'. (block-spacing)
(#348) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#348) Missing semicolon. (@babel/semi)
(#349) This line has a length of 506. Maximum allowed is 132. (max-len)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#349) Operator '||' must be spaced. (space-infix-ops)
(#349) Operator '&&' must be spaced. (space-infix-ops)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) A space is required after ','. (comma-spacing)
(#349) Operator '&&' must be spaced. (space-infix-ops)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) Requires a space after '{'. (block-spacing)
(#349) Statement inside of curly braces should be on next line. (brace-style)
(#349) Missing space before opening brace. (space-before-blocks)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Requires a space before '}'. (block-spacing)
(#349) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#349) Missing semicolon. (@babel/semi)
(#349) Requires a space before '}'. (block-spacing)
(#349) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#349) Missing semicolon. (@babel/semi)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Function has a complexity of 33. Maximum allowed is 20. (complexity)
(#349) Requires a space after '{'. (block-spacing)
(#349) Statement inside of curly braces should be on next line. (brace-style)
(#349) Missing space before opening brace. (space-before-blocks)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) A space is required after ','. (comma-spacing)
(#349) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) A space is required after ','. (comma-spacing)
(#349) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) A space is required after ','. (comma-spacing)
(#349) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) A space is required after ','. (comma-spacing)
(#349) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) A space is required after ','. (comma-spacing)
(#349) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) A space is required after ','. (comma-spacing)
(#349) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) A space is required after ','. (comma-spacing)
(#349) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) A space is required after ','. (comma-spacing)
(#349) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Operator '||' must be spaced. (space-infix-ops)
(#349) A space is required after ','. (comma-spacing)
(#349) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Operator '||' must be spaced. (space-infix-ops)
(#349) A space is required after ','. (comma-spacing)
(#349) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Operator '?' must be spaced. (space-infix-ops)
(#349) Operator '&&' must be spaced. (space-infix-ops)
(#349) Operator ':' must be spaced. (space-infix-ops)
(#350) This line has a length of 511. Maximum allowed is 132. (max-len)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) Operator '&&' must be spaced. (space-infix-ops)
(#350) Operator '+' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Expected space(s) after "if". (keyword-spacing)
(#350) Operator '||' must be spaced. (space-infix-ops)
(#350) Expected { after 'if' condition. (curly)
(#350) Expected space(s) before "if". (keyword-spacing)
(#350) Expected space(s) after "if". (keyword-spacing)
(#350) Operator '<' must be spaced. (space-infix-ops)
(#350) Operator '?' must be spaced. (space-infix-ops)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) Operator ':' must be spaced. (space-infix-ops)
(#350) Operator '>' must be spaced. (space-infix-ops)
(#350) Operator '+' must be spaced. (space-infix-ops)
(#350) Operator '&&' must be spaced. (space-infix-ops)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) Operator '+' must be spaced. (space-infix-ops)
(#350) Unexpected use of comma operator. (no-sequences)
(#350) A space is required after ','. (comma-spacing)
(#350) Operator '<' must be spaced. (space-infix-ops)
(#350) Operator '?' must be spaced. (space-infix-ops)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) Operator ':' must be spaced. (space-infix-ops)
(#350) Operator '>' must be spaced. (space-infix-ops)
(#350) Operator '+' must be spaced. (space-infix-ops)
(#350) Operator '&&' must be spaced. (space-infix-ops)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) Operator '+' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) Operator '-' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Operator '+' must be spaced. (space-infix-ops)
(#350) Operator '-' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) Operator '<' must be spaced. (space-infix-ops)
(#350) Requires a space after '{'. (block-spacing)
(#350) Statement inside of curly braces should be on next line. (brace-style)
(#350) Missing space before opening brace. (space-before-blocks)
(#350) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) Operator '-' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Operator '-' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Missing space before value for key 'visiblePlotOnly'. (key-spacing)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#350) Operator '&&' must be spaced. (space-infix-ops)
(#350) Operator '||' must be spaced. (space-infix-ops)
(#350) Operator '&&' must be spaced. (space-infix-ops)
(#350) Operator '||' must be spaced. (space-infix-ops)
(#350) Operator '||' must be spaced. (space-infix-ops)
(#350) Operator '||' must be spaced. (space-infix-ops)
(#350) Operator '||' must be spaced. (space-infix-ops)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) Operator '?' must be spaced. (space-infix-ops)
(#350) Operator ':' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Operator '?' must be spaced. (space-infix-ops)
(#350) Operator ':' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Missing space before value for key 'class'. (key-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) Missing space before value for key 'zIndex'. (key-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) Operator '||' must be spaced. (space-infix-ops)
(#350) Missing space before value for key 'fill'. (key-spacing)
(#350) Operator '||' must be spaced. (space-infix-ops)
(#351) This line has a length of 505. Maximum allowed is 132. (max-len)
(#351) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#351) Operator '&&' must be spaced. (space-infix-ops)
(#351) Operator '&&' must be spaced. (space-infix-ops)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Operator '-' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) Missing space before value for key 'width'. (key-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) Missing space before value for key 'x'. (key-spacing)
(#351) Operator '<' must be spaced. (space-infix-ops)
(#351) Operator '?' must be spaced. (space-infix-ops)
(#351) Operator ':' must be spaced. (space-infix-ops)
(#351) Operator '+' must be spaced. (space-infix-ops)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#351) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#351) Operator '&&' must be spaced. (space-infix-ops)
(#351) Operator '&&' must be spaced. (space-infix-ops)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Operator '-' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) Missing space before value for key 'height'. (key-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) Missing space before value for key 'y'. (key-spacing)
(#351) Operator '<' must be spaced. (space-infix-ops)
(#351) Operator '?' must be spaced. (space-infix-ops)
(#351) Operator ':' must be spaced. (space-infix-ops)
(#351) Operator '+' must be spaced. (space-infix-ops)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#351) Operator '&&' must be spaced. (space-infix-ops)
(#351) Operator '&&' must be spaced. (space-infix-ops)
(#351) Operator '&&' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) Requires a space before '}'. (block-spacing)
(#351) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#351) Missing semicolon. (@babel/semi)
(#351) Requires a space before '}'. (block-spacing)
(#351) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Requires a space after '{'. (block-spacing)
(#351) Statement inside of curly braces should be on next line. (brace-style)
(#351) Missing space before opening brace. (space-before-blocks)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Requires a space before '}'. (block-spacing)
(#351) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#351) Missing semicolon. (@babel/semi)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Requires a space after '{'. (block-spacing)
(#351) Statement inside of curly braces should be on next line. (brace-style)
(#351) Missing space before opening brace. (space-before-blocks)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Expected space(s) after "if". (keyword-spacing)
(#351) Requires a space after '{'. (block-spacing)
(#351) Statement inside of curly braces should be on next line. (brace-style)
(#351) Missing space before opening brace. (space-before-blocks)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Operator '?' must be spaced. (space-infix-ops)
(#351) Operator ':' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Operator '?' must be spaced. (space-infix-ops)
(#352) This line has a length of 516. Maximum allowed is 132. (max-len)
(#352) Operator ':' must be spaced. (space-infix-ops)
(#352) A space is required after ','. (comma-spacing)
(#352) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Operator '?' must be spaced. (space-infix-ops)
(#352) Operator ':' must be spaced. (space-infix-ops)
(#352) A space is required after ','. (comma-spacing)
(#352) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Operator '?' must be spaced. (space-infix-ops)
(#352) Operator ':' must be spaced. (space-infix-ops)
(#352) A space is required after ','. (comma-spacing)
(#352) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Missing space before value for key 'originalEvent'. (key-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing space before value for key 'xAxis'. (key-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing space before value for key 'yAxis'. (key-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing space before value for key 'x'. (key-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing space before value for key 'y'. (key-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing space before value for key 'width'. (key-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing space before value for key 'height'. (key-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Expected space(s) after "if". (keyword-spacing)
(#352) Operator '||' must be spaced. (space-infix-ops)
(#352) Expected { after 'if' condition. (curly)
(#352) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#352) Requires a space after '{'. (block-spacing)
(#352) Statement inside of curly braces should be on next line. (brace-style)
(#352) Missing space before opening brace. (space-before-blocks)
(#352) Expected space(s) after "if". (keyword-spacing)
(#352) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#352) Operator '&&' must be spaced. (space-infix-ops)
(#352) Operator '&&' must be spaced. (space-infix-ops)
(#352) Operator '||' must be spaced. (space-infix-ops)
(#352) Missing space before value for key 'xAxis'. (key-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing space before value for key 'yAxis'. (key-spacing)
(#352) Operator '&&' must be spaced. (space-infix-ops)
(#352) Operator '&&' must be spaced. (space-infix-ops)
(#352) Requires a space after '{'. (block-spacing)
(#352) Statement inside of curly braces should be on next line. (brace-style)
(#352) Missing space before opening brace. (space-before-blocks)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) A space is required after ','. (comma-spacing)
(#352) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Operator '===' must be spaced. (space-infix-ops)
(#352) Operator '?' must be spaced. (space-infix-ops)
(#352) Operator ':' must be spaced. (space-infix-ops)
(#352) A space is required after ','. (comma-spacing)
(#352) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Operator '?' must be spaced. (space-infix-ops)
(#352) Operator ':' must be spaced. (space-infix-ops)
(#352) Operator '+' must be spaced. (space-infix-ops)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Operator '?' must be spaced. (space-infix-ops)
(#352) Operator '+' must be spaced. (space-infix-ops)
(#352) Operator ':' must be spaced. (space-infix-ops)
(#352) Operator '+' must be spaced. (space-infix-ops)
(#352) Operator '-' must be spaced. (space-infix-ops)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Missing space before value for key 'axis'. (key-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing space before value for key 'min'. (key-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing space before value for key 'max'. (key-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Requires a space before '}'. (block-spacing)
(#352) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#352) Missing semicolon. (@babel/semi)
(#352) Requires a space before '}'. (block-spacing)
(#352) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#352) Unexpected use of comma operator. (no-sequences)
(#352) A space is required after ','. (comma-spacing)
(#352) Operator '&&' must be spaced. (space-infix-ops)
(#352) A space is required after ','. (comma-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Requires a space after '{'. (block-spacing)
(#352) Statement inside of curly braces should be on next line. (brace-style)
(#352) Missing space before opening brace. (space-before-blocks)
(#353) This line has a length of 502. Maximum allowed is 132. (max-len)
(#353) Operator '?' must be spaced. (space-infix-ops)
(#353) Missing space before value for key 'animation'. (key-spacing)
(#353) Operator ':' must be spaced. (space-infix-ops)
(#353) Requires a space before '}'. (block-spacing)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Missing semicolon. (@babel/semi)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#353) Operator '&&' must be spaced. (space-infix-ops)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#353) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#353) Operator '&&' must be spaced. (space-infix-ops)
(#353) Requires a space before '}'. (block-spacing)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Missing semicolon. (@babel/semi)
(#353) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#353) Operator '&&' must be spaced. (space-infix-ops)
(#353) Operator '&&' must be spaced. (space-infix-ops)
(#353) A space is required after ','. (comma-spacing)
(#353) Missing space before value for key 'cursor'. (key-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) Operator '<' must be spaced. (space-infix-ops)
(#353) A space is required after ','. (comma-spacing)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) A space is required after ','. (comma-spacing)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) Requires a space before '}'. (block-spacing)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Missing semicolon. (@babel/semi)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) Requires a space after '{'. (block-spacing)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) A space is required after ','. (comma-spacing)
(#353) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Expected space(s) after "if". (keyword-spacing)
(#353) Operator '&&' must be spaced. (space-infix-ops)
(#353) Operator '&&' must be spaced. (space-infix-ops)
(#353) Expected { after 'if' condition. (curly)
(#353) Expected space(s) before "return". (keyword-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Requires a space after '{'. (block-spacing)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) Operator '&&' must be spaced. (space-infix-ops)
(#353) Operator '&&' must be spaced. (space-infix-ops)
(#353) Operator '>' must be spaced. (space-infix-ops)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#354) This line has a length of 513. Maximum allowed is 132. (max-len)
(#354) A space is required after ','. (comma-spacing)
(#354) Missing whitespace after semicolon. (semi-spacing)
(#354) Expected space(s) after "if". (keyword-spacing)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) A space is required after ','. (comma-spacing)
(#354) Operator '&&' must be spaced. (space-infix-ops)
(#354) Operator '&&' must be spaced. (space-infix-ops)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) A space is required after ','. (comma-spacing)
(#354) Requires a space after '{'. (block-spacing)
(#354) Statement inside of curly braces should be on next line. (brace-style)
(#354) Missing space before opening brace. (space-before-blocks)
(#354) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) Operator '-' must be spaced. (space-infix-ops)
(#354) Missing whitespace after semicolon. (semi-spacing)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) Operator '-' must be spaced. (space-infix-ops)
(#354) A space is required after ','. (comma-spacing)
(#354) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) Operator '&&' must be spaced. (space-infix-ops)
(#354) Operator '-' must be spaced. (space-infix-ops)
(#354) Operator '&&' must be spaced. (space-infix-ops)
(#354) Missing whitespace after semicolon. (semi-spacing)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) Operator '<' must be spaced. (space-infix-ops)
(#354) Do not nest ternary expressions. (no-nested-ternary)
(#354) Operator '!==' must be spaced. (space-infix-ops)
(#354) Operator '&&' must be spaced. (space-infix-ops)
(#354) Operator '?' must be spaced. (space-infix-ops)
(#354) Operator ':' must be spaced. (space-infix-ops)
(#354) Do not nest ternary expressions. (no-nested-ternary)
(#354) Operator '!==' must be spaced. (space-infix-ops)
(#354) Operator '?' must be spaced. (space-infix-ops)
(#354) Operator ':' must be spaced. (space-infix-ops)
(#354) Do not nest ternary expressions. (no-nested-ternary)
(#354) Operator '!==' must be spaced. (space-infix-ops)
(#354) Operator '?' must be spaced. (space-infix-ops)
(#354) Operator ':' must be spaced. (space-infix-ops)
(#354) Operator '>' must be spaced. (space-infix-ops)
(#354) Operator '?' must be spaced. (space-infix-ops)
(#354) Operator ':' must be spaced. (space-infix-ops)
(#354) Requires a space before '}'. (block-spacing)
(#354) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#354) Missing semicolon. (@babel/semi)
(#354) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#354) Operator '&&' must be spaced. (space-infix-ops)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) Requires a space before '}'. (block-spacing)
(#354) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#354) Missing semicolon. (@babel/semi)
(#354) Missing whitespace after semicolon. (semi-spacing)
(#354) Requires a space before '}'. (block-spacing)
(#354) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#354) Missing semicolon. (@babel/semi)
(#354) Missing whitespace after semicolon. (semi-spacing)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) Expected to return a value at the end of function. (consistent-return)
(#354) A space is required after ','. (comma-spacing)
(#354) Requires a space after '{'. (block-spacing)
(#354) Statement inside of curly braces should be on next line. (brace-style)
(#354) Missing space before opening brace. (space-before-blocks)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) A space is required after ','. (comma-spacing)
(#354) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) Missing whitespace after semicolon. (semi-spacing)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) Missing whitespace after semicolon. (semi-spacing)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) Missing whitespace after semicolon. (semi-spacing)
(#354) Expected space(s) after "if". (keyword-spacing)
(#354) Operator '&&' must be spaced. (space-infix-ops)
(#354) Requires a space after '{'. (block-spacing)
(#354) Statement inside of curly braces should be on next line. (brace-style)
(#354) Missing space before opening brace. (space-before-blocks)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) Operator '||' must be spaced. (space-infix-ops)
(#354) Missing whitespace after semicolon. (semi-spacing)
(#354) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#354) Operator '&&' must be spaced. (space-infix-ops)
(#354) Operator '&&' must be spaced. (space-infix-ops)
(#354) Operator '&&' must be spaced. (space-infix-ops)
(#354) Operator '&&' must be spaced. (space-infix-ops)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) A space is required after ','. (comma-spacing)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) Missing whitespace after semicolon. (semi-spacing)
(#354) Operator '?' must be spaced. (space-infix-ops)
(#354) Missing space before value for key 'chartX'. (key-spacing)
(#354) Operator '+' must be spaced. (space-infix-ops)
(#354) Operator '-' must be spaced. (space-infix-ops)
(#354) A space is required after ','. (comma-spacing)
(#354) Missing space before value for key 'chartY'. (key-spacing)
(#354) Operator '+' must be spaced. (space-infix-ops)
(#355) This line has a length of 532. Maximum allowed is 132. (max-len)
(#355) Operator '-' must be spaced. (space-infix-ops)
(#355) Operator ':' must be spaced. (space-infix-ops)
(#355) Missing space before value for key 'chartX'. (key-spacing)
(#355) Operator '+' must be spaced. (space-infix-ops)
(#355) A space is required after ','. (comma-spacing)
(#355) Missing space before value for key 'chartY'. (key-spacing)
(#355) Operator '+' must be spaced. (space-infix-ops)
(#355) Requires a space before '}'. (block-spacing)
(#355) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#355) Missing semicolon. (@babel/semi)
(#355) Expected space(s) before "if". (keyword-spacing)
(#355) Expected space(s) after "if". (keyword-spacing)
(#355) Operator '&&' must be spaced. (space-infix-ops)
(#355) Operator '&&' must be spaced. (space-infix-ops)
(#355) Expected { after 'if' condition. (curly)
(#355) Expected space(s) before "return". (keyword-spacing)
(#355) Expected space(s) after "return". (keyword-spacing)
(#355) Missing space before value for key 'chartX'. (key-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) Missing space before value for key 'chartY'. (key-spacing)
(#355) Requires a space before '}'. (block-spacing)
(#355) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#355) Missing semicolon. (@babel/semi)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#355) Operator '=' must be spaced. (space-infix-ops)
(#355) Requires a space after '{'. (block-spacing)
(#355) Statement inside of curly braces should be on next line. (brace-style)
(#355) Missing space before opening brace. (space-before-blocks)
(#355) Expected space(s) after "if". (keyword-spacing)
(#355) Expected { after 'if' condition. (curly)
(#355) Expected space(s) before "return". (keyword-spacing)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) Operator '=' must be spaced. (space-infix-ops)
(#355) A space is required after ','. (comma-spacing)
(#355) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#355) Operator '=' must be spaced. (space-infix-ops)
(#355) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) Operator '=' must be spaced. (space-infix-ops)
(#355) Missing space before value for key 'left'. (key-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) Missing space before value for key 'top'. (key-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) Missing space before value for key 'scaleX'. (key-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) Missing space before value for key 'scaleY'. (key-spacing)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) Operator '=' must be spaced. (space-infix-ops)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) Operator '=' must be spaced. (space-infix-ops)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#355) Operator '<' must be spaced. (space-infix-ops)
(#355) Operator '&&' must be spaced. (space-infix-ops)
(#355) Operator '<' must be spaced. (space-infix-ops)
(#355) Operator '&&' must be spaced. (space-infix-ops)
(#355) Operator '=' must be spaced. (space-infix-ops)
(#355) Operator '/' must be spaced. (space-infix-ops)
(#355) A space is required after ','. (comma-spacing)
(#355) Operator '=' must be spaced. (space-infix-ops)
(#355) Operator '/' must be spaced. (space-infix-ops)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) Requires a space before '}'. (block-spacing)
(#355) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#355) Missing semicolon. (@babel/semi)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) Operator '=' must be spaced. (space-infix-ops)
(#355) Requires a space after '{'. (block-spacing)
(#355) Statement inside of curly braces should be on next line. (brace-style)
(#355) Missing space before opening brace. (space-before-blocks)
(#355) Operator '=' must be spaced. (space-infix-ops)
(#355) Missing space before value for key 'xAxis'. (key-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) Missing space before value for key 'yAxis'. (key-spacing)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) Requires a space after '{'. (block-spacing)
(#355) Statement inside of curly braces should be on next line. (brace-style)
(#355) Missing space before opening brace. (space-before-blocks)
(#355) Operator '?' must be spaced. (space-infix-ops)
(#356) This line has a length of 510. Maximum allowed is 132. (max-len)
(#356) Operator ':' must be spaced. (space-infix-ops)
(#356) Missing space before value for key 'axis'. (key-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) Missing space before value for key 'value'. (key-spacing)
(#356) Operator '?' must be spaced. (space-infix-ops)
(#356) Operator ':' must be spaced. (space-infix-ops)
(#356) Requires a space before '}'. (block-spacing)
(#356) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#356) Missing semicolon. (@babel/semi)
(#356) Missing whitespace after semicolon. (semi-spacing)
(#356) Requires a space before '}'. (block-spacing)
(#356) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#356) Missing semicolon. (@babel/semi)
(#356) Missing whitespace after semicolon. (semi-spacing)
(#356) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#356) Operator '=' must be spaced. (space-infix-ops)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) Requires a space after '{'. (block-spacing)
(#356) Statement inside of curly braces should be on next line. (brace-style)
(#356) Missing space before opening brace. (space-before-blocks)
(#356) Operator '=' must be spaced. (space-infix-ops)
(#356) Missing whitespace after semicolon. (semi-spacing)
(#356) Operator '=' must be spaced. (space-infix-ops)
(#356) Operator '||' must be spaced. (space-infix-ops)
(#356) Missing whitespace after semicolon. (semi-spacing)
(#356) Operator '=' must be spaced. (space-infix-ops)
(#356) Missing space before value for key 'chartX'. (key-spacing)
(#356) Operator '?' must be spaced. (space-infix-ops)
(#356) Operator ':' must be spaced. (space-infix-ops)
(#356) A space is required after ','. (comma-spacing)
(#356) Missing space before value for key 'chartY'. (key-spacing)
(#356) Operator '?' must be spaced. (space-infix-ops)
(#356) Operator ':' must be spaced. (space-infix-ops)
(#356) A space is required after ','. (comma-spacing)
(#356) Missing space before value for key 'shared'. (key-spacing)
(#356) Missing whitespace after semicolon. (semi-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) Missing whitespace after semicolon. (semi-spacing)
(#356) Operator '=' must be spaced. (space-infix-ops)
(#356) Operator '&&' must be spaced. (space-infix-ops)
(#356) Operator '?' must be spaced. (space-infix-ops)
(#356) Operator ':' must be spaced. (space-infix-ops)
(#356) Requires a space after '{'. (block-spacing)
(#356) Statement inside of curly braces should be on next line. (brace-style)
(#356) Missing space before opening brace. (space-before-blocks)
(#356) Operator '?' must be spaced. (space-infix-ops)
(#356) Operator ':' must be spaced. (space-infix-ops)
(#356) Operator '&&' must be spaced. (space-infix-ops)
(#356) Operator '&&' must be spaced. (space-infix-ops)
(#356) Operator '&&' must be spaced. (space-infix-ops)
(#356) A space is required after ','. (comma-spacing)
(#356) Operator '&&' must be spaced. (space-infix-ops)
(#356) Requires a space before '}'. (block-spacing)
(#356) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#356) Missing semicolon. (@babel/semi)
(#356) Missing whitespace after semicolon. (semi-spacing)
(#356) Operator '=' must be spaced. (space-infix-ops)
(#356) Operator '||' must be spaced. (space-infix-ops)
(#356) Operator '?' must be spaced. (space-infix-ops)
(#356) Operator ':' must be spaced. (space-infix-ops)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) Missing whitespace after semicolon. (semi-spacing)
(#356) Operator '=' must be spaced. (space-infix-ops)
(#356) Operator '&&' must be spaced. (space-infix-ops)
(#356) Missing whitespace after semicolon. (semi-spacing)
(#356) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#356) Operator '&&' must be spaced. (space-infix-ops)
(#356) Operator '&&' must be spaced. (space-infix-ops)
(#356) Operator '?' must be spaced. (space-infix-ops)
(#357) This line has a length of 507. Maximum allowed is 132. (max-len)
(#357) Operator '=' must be spaced. (space-infix-ops)
(#357) Requires a space after '{'. (block-spacing)
(#357) Statement inside of curly braces should be on next line. (brace-style)
(#357) Missing space before opening brace. (space-before-blocks)
(#357) Operator '?' must be spaced. (space-infix-ops)
(#357) Operator ':' must be spaced. (space-infix-ops)
(#357) Operator '&&' must be spaced. (space-infix-ops)
(#357) Operator '&&' must be spaced. (space-infix-ops)
(#357) Operator '&&' must be spaced. (space-infix-ops)
(#357) A space is required after ','. (comma-spacing)
(#357) Operator '&&' must be spaced. (space-infix-ops)
(#357) Requires a space before '}'. (block-spacing)
(#357) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#357) Missing semicolon. (@babel/semi)
(#357) A space is required after ','. (comma-spacing)
(#357) Requires a space after '{'. (block-spacing)
(#357) Statement inside of curly braces should be on next line. (brace-style)
(#357) Missing space before opening brace. (space-before-blocks)
(#357) Operator '=' must be spaced. (space-infix-ops)
(#357) A space is required after ','. (comma-spacing)
(#357) Requires a space after '{'. (block-spacing)
(#357) Statement inside of curly braces should be on next line. (brace-style)
(#357) Missing space before opening brace. (space-before-blocks)
(#357) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#357) Operator '===' must be spaced. (space-infix-ops)
(#357) Operator '&&' must be spaced. (space-infix-ops)
(#357) Requires a space before '}'. (block-spacing)
(#357) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#357) Missing semicolon. (@babel/semi)
(#357) Missing whitespace after semicolon. (semi-spacing)
(#357) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#357) Operator '&&' must be spaced. (space-infix-ops)
(#357) Operator '&&' must be spaced. (space-infix-ops)
(#357) Operator '=' must be spaced. (space-infix-ops)
(#357) A space is required after ','. (comma-spacing)
(#357) Requires a space before '}'. (block-spacing)
(#357) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#357) Missing semicolon. (@babel/semi)
(#357) Operator ':' must be spaced. (space-infix-ops)
(#357) Missing whitespace after semicolon. (semi-spacing)
(#357) Operator '=' must be spaced. (space-infix-ops)
(#357) Missing space before value for key 'hoverPoint'. (key-spacing)
(#357) Missing whitespace after semicolon. (semi-spacing)
(#357) A space is required after ','. (comma-spacing)
(#357) A space is required after ','. (comma-spacing)
(#357) Missing whitespace after semicolon. (semi-spacing)
(#357) Expected space(s) after "return". (keyword-spacing)
(#357) Missing space before value for key 'hoverPoint'. (key-spacing)
(#357) A space is required after ','. (comma-spacing)
(#357) Missing space before value for key 'hoverSeries'. (key-spacing)
(#357) A space is required after ','. (comma-spacing)
(#357) Missing space before value for key 'hoverPoints'. (key-spacing)
(#357) Requires a space before '}'. (block-spacing)
(#357) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#357) Missing semicolon. (@babel/semi)
(#357) Missing whitespace after semicolon. (semi-spacing)
(#357) Operator '=' must be spaced. (space-infix-ops)
(#357) Requires a space after '{'. (block-spacing)
(#357) Statement inside of curly braces should be on next line. (brace-style)
(#357) Missing space before opening brace. (space-before-blocks)
(#357) Operator '=' must be spaced. (space-infix-ops)
(#357) Missing whitespace after semicolon. (semi-spacing)
(#357) Expected space(s) after "for". (keyword-spacing)
(#357) Missing whitespace after semicolon. (semi-spacing)
(#357) Operator '&&' must be spaced. (space-infix-ops)
(#357) Expected { after 'for' condition. (curly)
(#357) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#357) Operator '=' must be spaced. (space-infix-ops)
(#357) Unexpected use of comma operator. (no-sequences)
(#357) A space is required after ','. (comma-spacing)
(#357) Operator '=' must be spaced. (space-infix-ops)
(#357) Missing whitespace after semicolon. (semi-spacing)
(#357) 'c' declared on line 357 column 464 is used outside of binding context. (block-scoped-var)
(#357) Requires a space before '}'. (block-spacing)
(#357) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#357) Missing semicolon. (@babel/semi)
(#358) This line has a length of 505. Maximum allowed is 132. (max-len)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) Requires a space after '{'. (block-spacing)
(#358) Statement inside of curly braces should be on next line. (brace-style)
(#358) Missing space before opening brace. (space-before-blocks)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) Operator '||' must be spaced. (space-infix-ops)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Expected space(s) after "if". (keyword-spacing)
(#358) Operator '||' must be spaced. (space-infix-ops)
(#358) Operator '||' must be spaced. (space-infix-ops)
(#358) Operator '||' must be spaced. (space-infix-ops)
(#358) A space is required after ','. (comma-spacing)
(#358) Operator '||' must be spaced. (space-infix-ops)
(#358) A space is required after ','. (comma-spacing)
(#358) Operator '+' must be spaced. (space-infix-ops)
(#358) Operator '&&' must be spaced. (space-infix-ops)
(#358) A space is required after ','. (comma-spacing)
(#358) Expected { after 'if' condition. (curly)
(#358) Requires a space before '}'. (block-spacing)
(#358) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#358) Missing semicolon. (@babel/semi)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) Expected to return a value at the end of function. (consistent-return)
(#358) A space is required after ','. (comma-spacing)
(#358) Requires a space after '{'. (block-spacing)
(#358) Statement inside of curly braces should be on next line. (brace-style)
(#358) Missing space before opening brace. (space-before-blocks)
(#358) Expected space(s) after "for". (keyword-spacing)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Requires a space after '{'. (block-spacing)
(#358) Statement inside of curly braces should be on next line. (brace-style)
(#358) Missing space before opening brace. (space-before-blocks)
(#358) Expected space(s) after "if". (keyword-spacing)
(#358) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) A space is required after ','. (comma-spacing)
(#358) Requires a space after '{'. (block-spacing)
(#358) Statement inside of curly braces should be on next line. (brace-style)
(#358) Missing space before opening brace. (space-before-blocks)
(#358) Expected space(s) after "if". (keyword-spacing)
(#358) Operator '!==' must be spaced. (space-infix-ops)
(#358) Expected { after 'if' condition. (curly)
(#358) Expected space(s) before "return". (keyword-spacing)
(#358) Expected space(s) after "return". (keyword-spacing)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Expected space(s) after "if". (keyword-spacing)
(#358) Operator '!==' must be spaced. (space-infix-ops)
(#358) Expected { after 'if' condition. (curly)
(#358) Expected space(s) before "return". (keyword-spacing)
(#358) Expected space(s) after "return". (keyword-spacing)
(#358) Requires a space before '}'. (block-spacing)
(#358) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#358) Missing semicolon. (@babel/semi)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) Requires a space before '}'. (block-spacing)
(#358) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#358) Missing semicolon. (@babel/semi)
(#358) Requires a space before '}'. (block-spacing)
(#358) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) A space is required after ','. (comma-spacing)
(#358) Requires a space after '{'. (block-spacing)
(#358) Statement inside of curly braces should be on next line. (brace-style)
(#358) Missing space before opening brace. (space-before-blocks)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#359) This line has a length of 516. Maximum allowed is 132. (max-len)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Operator '=' must be spaced. (space-infix-ops)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#359) Operator '=' must be spaced. (space-infix-ops)
(#359) Operator '||' must be spaced. (space-infix-ops)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Operator '=' must be spaced. (space-infix-ops)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Operator '=' must be spaced. (space-infix-ops)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#359) Operator '&&' must be spaced. (space-infix-ops)
(#359) Operator '=' must be spaced. (space-infix-ops)
(#359) A space is required after ','. (comma-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) Operator '=' must be spaced. (space-infix-ops)
(#359) A space is required after ','. (comma-spacing)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Requires a space before '}'. (block-spacing)
(#359) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#359) Missing semicolon. (@babel/semi)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Operator '=' must be spaced. (space-infix-ops)
(#359) A space is required after ','. (comma-spacing)
(#359) Requires a space after '{'. (block-spacing)
(#359) Statement inside of curly braces should be on next line. (brace-style)
(#359) Missing space before opening brace. (space-before-blocks)
(#359) Operator '=' must be spaced. (space-infix-ops)
(#359) A space is required after ','. (comma-spacing)
(#359) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#359) Operator '=' must be spaced. (space-infix-ops)
(#359) Do not nest ternary expressions. (no-nested-ternary)
(#359) Operator '?' must be spaced. (space-infix-ops)
(#359) Operator '?' must be spaced. (space-infix-ops)
(#359) Operator ':' must be spaced. (space-infix-ops)
(#359) A space is required after ','. (comma-spacing)
(#359) Operator ':' must be spaced. (space-infix-ops)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#359) Operator '||' must be spaced. (space-infix-ops)
(#359) Operator '=' must be spaced. (space-infix-ops)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Operator '=' must be spaced. (space-infix-ops)
(#359) Operator '-' must be spaced. (space-infix-ops)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Operator '=' must be spaced. (space-infix-ops)
(#359) Operator '-' must be spaced. (space-infix-ops)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Operator '/=' must be spaced. (space-infix-ops)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Operator '/=' must be spaced. (space-infix-ops)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) Missing space before value for key 'chartX'. (key-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) Missing space before value for key 'chartY'. (key-spacing)
(#359) Requires a space before '}'. (block-spacing)
(#359) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#359) Missing semicolon. (@babel/semi)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Operator '=' must be spaced. (space-infix-ops)
(#360) This line has a length of 501. Maximum allowed is 132. (max-len)
(#360) Requires a space after '{'. (block-spacing)
(#360) Statement inside of curly braces should be on next line. (brace-style)
(#360) Missing space before opening brace. (space-before-blocks)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#360) Operator '||' must be spaced. (space-infix-ops)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) Operator '?' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 'point'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) Operator ':' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Operator '-' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) Operator '-' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 'visiblePlotOnly'. (key-spacing)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Requires a space before '}'. (block-spacing)
(#360) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#360) Missing semicolon. (@babel/semi)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Requires a space after '{'. (block-spacing)
(#360) Statement inside of curly braces should be on next line. (brace-style)
(#360) Missing space before opening brace. (space-before-blocks)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Operator '===' must be spaced. (space-infix-ops)
(#360) Unexpected use of '&'. (no-bitwise)
(#360) Operator '||' must be spaced. (space-infix-ops)
(#360) Operator '&' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected space(s) after "if". (keyword-spacing)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#360) Operator '!==' must be spaced. (space-infix-ops)
(#360) Expected { after 'if' condition. (curly)
(#360) Expected space(s) before "this". (keyword-spacing)
(#361) This line has a length of 516. Maximum allowed is 132. (max-len)
(#361) Expected space(s) after "if". (keyword-spacing)
(#361) Operator '===' must be spaced. (space-infix-ops)
(#361) Operator '||' must be spaced. (space-infix-ops)
(#361) Expected { after 'if' condition. (curly)
(#361) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#361) Expected space(s) before "this". (keyword-spacing)
(#361) Unexpected use of comma operator. (no-sequences)
(#361) A space is required after ','. (comma-spacing)
(#361) Operator '&&' must be spaced. (space-infix-ops)
(#361) Operator '&&' must be spaced. (space-infix-ops)
(#361) A space is required after ','. (comma-spacing)
(#361) Requires a space before '}'. (block-spacing)
(#361) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#361) Missing semicolon. (@babel/semi)
(#361) Missing whitespace after semicolon. (semi-spacing)
(#361) Operator '=' must be spaced. (space-infix-ops)
(#361) Requires a space after '{'. (block-spacing)
(#361) Statement inside of curly braces should be on next line. (brace-style)
(#361) Missing space before opening brace. (space-before-blocks)
(#361) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#361) Operator '=' must be spaced. (space-infix-ops)
(#361) A space is required after ','. (comma-spacing)
(#361) A space is required after ','. (comma-spacing)
(#361) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#361) Operator '=' must be spaced. (space-infix-ops)
(#361) Missing whitespace after semicolon. (semi-spacing)
(#361) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#361) Operator '&&' must be spaced. (space-infix-ops)
(#361) Operator '&&' must be spaced. (space-infix-ops)
(#361) A space is required after ','. (comma-spacing)
(#361) Operator '||' must be spaced. (space-infix-ops)
(#361) Operator '=' must be spaced. (space-infix-ops)
(#361) A space is required after ','. (comma-spacing)
(#361) Operator '&&' must be spaced. (space-infix-ops)
(#361) Operator '||' must be spaced. (space-infix-ops)
(#361) Operator '&&' must be spaced. (space-infix-ops)
(#361) A space is required after ','. (comma-spacing)
(#361) Operator '=' must be spaced. (space-infix-ops)
(#361) A space is required after ','. (comma-spacing)
(#361) Operator '&&' must be spaced. (space-infix-ops)
(#361) Operator '&&' must be spaced. (space-infix-ops)
(#361) Requires a space before '}'. (block-spacing)
(#361) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#361) Missing semicolon. (@babel/semi)
(#361) Missing whitespace after semicolon. (semi-spacing)
(#361) Operator '=' must be spaced. (space-infix-ops)
(#361) 'a' is defined but never used. (no-unused-vars)
(#361) Requires a space after '{'. (block-spacing)
(#361) Statement inside of curly braces should be on next line. (brace-style)
(#361) Missing space before opening brace. (space-before-blocks)
(#361) Requires a space before '}'. (block-spacing)
(#361) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#361) Missing semicolon. (@babel/semi)
(#362) This line has a length of 508. Maximum allowed is 132. (max-len)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) Requires a space after '{'. (block-spacing)
(#362) Statement inside of curly braces should be on next line. (brace-style)
(#362) Missing space before opening brace. (space-before-blocks)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#362) Operator '||' must be spaced. (space-infix-ops)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#362) Operator '===' must be spaced. (space-infix-ops)
(#362) Operator '||' must be spaced. (space-infix-ops)
(#362) Operator '&&' must be spaced. (space-infix-ops)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#362) Operator '||' must be spaced. (space-infix-ops)
(#362) A space is required after ','. (comma-spacing)
(#362) Operator '&&' must be spaced. (space-infix-ops)
(#362) Operator '-' must be spaced. (space-infix-ops)
(#362) A space is required after ','. (comma-spacing)
(#362) Operator '-' must be spaced. (space-infix-ops)
(#362) A space is required after ','. (comma-spacing)
(#362) Missing space before value for key 'visiblePlotOnly'. (key-spacing)
(#362) Operator '||' must be spaced. (space-infix-ops)
(#362) A space is required after ','. (comma-spacing)
(#362) Operator '?' must be spaced. (space-infix-ops)
(#362) A space is required after ','. (comma-spacing)
(#362) Operator ':' must be spaced. (space-infix-ops)
(#362) Requires a space before '}'. (block-spacing)
(#362) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#362) Missing semicolon. (@babel/semi)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) Requires a space after '{'. (block-spacing)
(#362) Statement inside of curly braces should be on next line. (brace-style)
(#362) Missing space before opening brace. (space-before-blocks)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#363) This line has a length of 511. Maximum allowed is 132. (max-len)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#363) Operator '&&' must be spaced. (space-infix-ops)
(#363) Requires a space before '}'. (block-spacing)
(#363) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#363) Missing semicolon. (@babel/semi)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Requires a space after '{'. (block-spacing)
(#363) Statement inside of curly braces should be on next line. (brace-style)
(#363) Missing space before opening brace. (space-before-blocks)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "this". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected { after 'else'. (curly)
(#363) Requires a space before '}'. (block-spacing)
(#363) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#363) Missing semicolon. (@babel/semi)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Requires a space after '{'. (block-spacing)
(#363) Statement inside of curly braces should be on next line. (brace-style)
(#363) Missing space before opening brace. (space-before-blocks)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "this". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected { after 'else'. (curly)
(#363) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#363) Unexpected use of comma operator. (no-sequences)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Requires a space before '}'. (block-spacing)
(#363) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#363) Missing semicolon. (@babel/semi)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Requires a space after '{'. (block-spacing)
(#363) Statement inside of curly braces should be on next line. (brace-style)
(#363) Missing space before opening brace. (space-before-blocks)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) A space is required after ','. (comma-spacing)
(#363) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#363) Operator '||' must be spaced. (space-infix-ops)
(#363) Operator '&&' must be spaced. (space-infix-ops)
(#363) Operator '||' must be spaced. (space-infix-ops)
(#363) Operator '-' must be spaced. (space-infix-ops)
(#363) A space is required after ','. (comma-spacing)
(#363) Operator '-' must be spaced. (space-infix-ops)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'visiblePlotOnly'. (key-spacing)
(#363) Operator '||' must be spaced. (space-infix-ops)
(#364) This line has a length of 501. Maximum allowed is 132. (max-len)
(#364) A space is required after ','. (comma-spacing)
(#364) Operator '||' must be spaced. (space-infix-ops)
(#364) Requires a space before '}'. (block-spacing)
(#364) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#364) Missing semicolon. (@babel/semi)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Requires a space after '{'. (block-spacing)
(#364) Statement inside of curly braces should be on next line. (brace-style)
(#364) Missing space before opening brace. (space-before-blocks)
(#364) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#364) Operator '&&' must be spaced. (space-infix-ops)
(#364) Requires a space before '}'. (block-spacing)
(#364) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#364) Missing semicolon. (@babel/semi)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Requires a space after '{'. (block-spacing)
(#364) Statement inside of curly braces should be on next line. (brace-style)
(#364) Missing space before opening brace. (space-before-blocks)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Operator '||' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Operator '===' must be spaced. (space-infix-ops)
(#364) Operator '&&' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) Operator '&&' must be spaced. (space-infix-ops)
(#364) Operator '||' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#364) Operator '<' must be spaced. (space-infix-ops)
(#364) Operator '?' must be spaced. (space-infix-ops)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Operator ':' must be spaced. (space-infix-ops)
(#364) Operator '===' must be spaced. (space-infix-ops)
(#364) Operator '&&' must be spaced. (space-infix-ops)
(#364) Operator '&&' must be spaced. (space-infix-ops)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#364) Operator '&&' must be spaced. (space-infix-ops)
(#364) Operator '&&' must be spaced. (space-infix-ops)
(#364) Operator '&&' must be spaced. (space-infix-ops)
(#364) Operator '!==' must be spaced. (space-infix-ops)
(#364) Operator '&&' must be spaced. (space-infix-ops)
(#365) This line has a length of 504. Maximum allowed is 132. (max-len)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Requires a space after '{'. (block-spacing)
(#365) Statement inside of curly braces should be on next line. (brace-style)
(#365) Missing space before opening brace. (space-before-blocks)
(#365) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#365) Requires a space before '}'. (block-spacing)
(#365) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#365) Missing semicolon. (@babel/semi)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#365) Do not nest ternary expressions. (no-nested-ternary)
(#365) Operator '===' must be spaced. (space-infix-ops)
(#365) Operator '?' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Requires a space after '{'. (block-spacing)
(#365) Statement inside of curly braces should be on next line. (brace-style)
(#365) Missing space before opening brace. (space-before-blocks)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing space before value for key 'chartX'. (key-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'chartY'. (key-spacing)
(#365) Requires a space before '}'. (block-spacing)
(#365) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#365) Missing semicolon. (@babel/semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '&&' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '&&' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) Requires a space after '{'. (block-spacing)
(#365) Statement inside of curly braces should be on next line. (brace-style)
(#365) Missing space before opening brace. (space-before-blocks)
(#365) Expected space(s) after "if". (keyword-spacing)
(#365) Requires a space after '{'. (block-spacing)
(#365) Statement inside of curly braces should be on next line. (brace-style)
(#365) Missing space before opening brace. (space-before-blocks)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Operator '?' must be spaced. (space-infix-ops)
(#365) Operator ':' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#366) This line has a length of 535. Maximum allowed is 132. (max-len)
(#366) Operator '-' must be spaced. (space-infix-ops)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Operator '+' must be spaced. (space-infix-ops)
(#366) A space is required after ','. (comma-spacing)
(#366) Operator '+' must be spaced. (space-infix-ops)
(#366) Requires a space before '}'. (block-spacing)
(#366) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#366) Missing semicolon. (@babel/semi)
(#366) Requires a space before '}'. (block-spacing)
(#366) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#366) A space is required after ','. (comma-spacing)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Operator ':' must be spaced. (space-infix-ops)
(#366) Operator '&&' must be spaced. (space-infix-ops)
(#366) Operator '===' must be spaced. (space-infix-ops)
(#366) Operator '?' must be spaced. (space-infix-ops)
(#366) Operator ':' must be spaced. (space-infix-ops)
(#366) Operator '&&' must be spaced. (space-infix-ops)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) Missing space before value for key 'originalEvent'. (key-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) Requires a space after '{'. (block-spacing)
(#366) Statement inside of curly braces should be on next line. (brace-style)
(#366) Missing space before opening brace. (space-before-blocks)
(#366) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#366) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#366) Operator '||' must be spaced. (space-infix-ops)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Missing space before value for key 'destroy'. (key-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) Missing space before value for key 'touch'. (key-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) Requires a space before '}'. (block-spacing)
(#366) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#366) Missing semicolon. (@babel/semi)
(#366) A space is required after ','. (comma-spacing)
(#366) Operator '&&' must be spaced. (space-infix-ops)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) Requires a space before '}'. (block-spacing)
(#366) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#366) Missing semicolon. (@babel/semi)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) Requires a space after '{'. (block-spacing)
(#366) Statement inside of curly braces should be on next line. (brace-style)
(#366) Missing space before opening brace. (space-before-blocks)
(#366) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#366) Operator '&&' must be spaced. (space-infix-ops)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#366) Operator '&&' must be spaced. (space-infix-ops)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) Requires a space before '}'. (block-spacing)
(#366) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#366) Missing semicolon. (@babel/semi)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#367) This line has a length of 509. Maximum allowed is 132. (max-len)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) Requires a space after '{'. (block-spacing)
(#367) Statement inside of curly braces should be on next line. (brace-style)
(#367) Missing space before opening brace. (space-before-blocks)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '?' must be spaced. (space-infix-ops)
(#367) Operator ':' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '?' must be spaced. (space-infix-ops)
(#367) Operator ':' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '+' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '?' must be spaced. (space-infix-ops)
(#367) Operator ':' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '+' must be spaced. (space-infix-ops)
(#367) Operator '?' must be spaced. (space-infix-ops)
(#367) Operator ':' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '?' must be spaced. (space-infix-ops)
(#367) Operator ':' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '===' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '&&' must be spaced. (space-infix-ops)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Requires a space after '{'. (block-spacing)
(#367) Statement inside of curly braces should be on next line. (brace-style)
(#367) Missing space before opening brace. (space-before-blocks)
(#367) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#367) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#367) Operator '===' must be spaced. (space-infix-ops)
(#367) Operator '&&' must be spaced. (space-infix-ops)
(#367) Operator '<' must be spaced. (space-infix-ops)
(#367) Operator '-' must be spaced. (space-infix-ops)
(#367) Operator '&&' must be spaced. (space-infix-ops)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '||' must be spaced. (space-infix-ops)
(#367) Operator '-' must be spaced. (space-infix-ops)
(#367) Operator '/' must be spaced. (space-infix-ops)
(#367) Operator '-' must be spaced. (space-infix-ops)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '-' must be spaced. (space-infix-ops)
(#367) Operator '/' must be spaced. (space-infix-ops)
(#367) Operator '+' must be spaced. (space-infix-ops)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '+' must be spaced. (space-infix-ops)
(#367) Operator '?' must be spaced. (space-infix-ops)
(#367) Operator ':' must be spaced. (space-infix-ops)
(#367) Operator '/' must be spaced. (space-infix-ops)
(#367) Requires a space before '}'. (block-spacing)
(#367) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#367) Missing semicolon. (@babel/semi)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '||' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '&&' must be spaced. (space-infix-ops)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected space(s) after "if". (keyword-spacing)
(#367) Operator '<' must be spaced. (space-infix-ops)
(#367) Requires a space after '{'. (block-spacing)
(#367) Statement inside of curly braces should be on next line. (brace-style)
(#367) Missing space before opening brace. (space-before-blocks)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Requires a space before '}'. (block-spacing)
(#367) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#367) Missing semicolon. (@babel/semi)
(#367) Expected space(s) before "else". (keyword-spacing)
(#367) Expected { after 'else'. (curly)
(#367) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#367) Operator '+' must be spaced. (space-infix-ops)
(#367) Operator '>' must be spaced. (space-infix-ops)
(#367) Operator '&&' must be spaced. (space-infix-ops)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '-' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) 'u' declared on line 367 column 410 is used outside of binding context. (block-scoped-var)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) 'u' declared on line 367 column 410 is used outside of binding context. (block-scoped-var)
(#367) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#367) Operator '?' must be spaced. (space-infix-ops)
(#367) Operator '-=' must be spaced. (space-infix-ops)
(#367) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#367) Operator '*' must be spaced. (space-infix-ops)
(#367) Operator '-' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Operator '===' must be spaced. (space-infix-ops)
(#367) Operator '&&' must be spaced. (space-infix-ops)
(#367) Operator '-=' must be spaced. (space-infix-ops)
(#367) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#367) Operator '*' must be spaced. (space-infix-ops)
(#367) Operator '-' must be spaced. (space-infix-ops)
(#368) This line has a length of 524. Maximum allowed is 132. (max-len)
(#368) Operator ':' must be spaced. (space-infix-ops)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) A space is required after ','. (comma-spacing)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#368) Operator '||' must be spaced. (space-infix-ops)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Operator '-' must be spaced. (space-infix-ops)
(#368) A space is required after ','. (comma-spacing)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Operator '?' must be spaced. (space-infix-ops)
(#368) Operator '/' must be spaced. (space-infix-ops)
(#368) Operator ':' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Do not nest ternary expressions. (no-nested-ternary)
(#368) Operator '?' must be spaced. (space-infix-ops)
(#368) Operator '?' must be spaced. (space-infix-ops)
(#368) Operator ':' must be spaced. (space-infix-ops)
(#368) Operator ':' must be spaced. (space-infix-ops)
(#368) Operator '+' must be spaced. (space-infix-ops)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Operator '+' must be spaced. (space-infix-ops)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Operator '*' must be spaced. (space-infix-ops)
(#368) Operator '+' must be spaced. (space-infix-ops)
(#368) Operator '-' must be spaced. (space-infix-ops)
(#368) Operator '*' must be spaced. (space-infix-ops)
(#368) Requires a space before '}'. (block-spacing)
(#368) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#368) Missing semicolon. (@babel/semi)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) A space is required after ','. (comma-spacing)
(#368) Requires a space after '{'. (block-spacing)
(#368) Statement inside of curly braces should be on next line. (brace-style)
(#368) Missing space before opening brace. (space-before-blocks)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) A space is required after ','. (comma-spacing)
(#368) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) A space is required after ','. (comma-spacing)
(#368) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) A space is required after ','. (comma-spacing)
(#368) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) A space is required after ','. (comma-spacing)
(#368) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) A space is required after ','. (comma-spacing)
(#368) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) Operator '?' must be spaced. (space-infix-ops)
(#368) Operator ':' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) Requires a space after '{'. (block-spacing)
(#368) Statement inside of curly braces should be on next line. (brace-style)
(#368) Missing space before opening brace. (space-before-blocks)
(#368) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) Operator '===' must be spaced. (space-infix-ops)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Requires a space before '}'. (block-spacing)
(#368) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#368) Missing semicolon. (@babel/semi)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected space(s) after "if". (keyword-spacing)
(#368) Expected { after 'if' condition. (curly)
(#368) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) A space is required after ','. (comma-spacing)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) Operator '?' must be spaced. (space-infix-ops)
(#368) Requires a space after '{'. (block-spacing)
(#368) Statement inside of curly braces should be on next line. (brace-style)
(#368) Missing space before opening brace. (space-before-blocks)
(#368) A space is required after ','. (comma-spacing)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#369) This line has a length of 501. Maximum allowed is 132. (max-len)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Requires a space before '}'. (block-spacing)
(#369) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#369) Missing semicolon. (@babel/semi)
(#369) Operator ':' must be spaced. (space-infix-ops)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) A space is required after ','. (comma-spacing)
(#369) Requires a space after '{'. (block-spacing)
(#369) Statement inside of curly braces should be on next line. (brace-style)
(#369) Missing space before opening brace. (space-before-blocks)
(#369) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) Operator '===' must be spaced. (space-infix-ops)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Requires a space before '}'. (block-spacing)
(#369) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#369) Missing semicolon. (@babel/semi)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "else". (keyword-spacing)
(#369) Requires a space after '{'. (block-spacing)
(#369) Statement inside of curly braces should be on next line. (brace-style)
(#369) Expected space(s) after "if". (keyword-spacing)
(#369) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#369) Expected { after 'if' condition. (curly)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) Requires a space after '{'. (block-spacing)
(#369) Statement inside of curly braces should be on next line. (brace-style)
(#369) Missing space before opening brace. (space-before-blocks)
(#369) Requires a space before '}'. (block-spacing)
(#369) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#369) Missing semicolon. (@babel/semi)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "if". (keyword-spacing)
(#369) Expected { after 'if' condition. (curly)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Requires a space after '{'. (block-spacing)
(#369) Statement inside of curly braces should be on next line. (brace-style)
(#369) Missing space before opening brace. (space-before-blocks)
(#369) Requires a space before '}'. (block-spacing)
(#369) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#369) Missing semicolon. (@babel/semi)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Requires a space before '}'. (block-spacing)
(#369) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#369) Missing semicolon. (@babel/semi)
(#369) Requires a space before '}'. (block-spacing)
(#369) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Function has a complexity of 30. Maximum allowed is 20. (complexity)
(#369) A space is required after ','. (comma-spacing)
(#369) Requires a space after '{'. (block-spacing)
(#369) Statement inside of curly braces should be on next line. (brace-style)
(#369) Missing space before opening brace. (space-before-blocks)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#370) This line has a length of 506. Maximum allowed is 132. (max-len)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) Operator '?' must be spaced. (space-infix-ops)
(#370) Operator ':' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Operator '?' must be spaced. (space-infix-ops)
(#370) Operator ':' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Operator '||' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) Operator '||' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) Operator '||' must be spaced. (space-infix-ops)
(#370) Operator '!==' must be spaced. (space-infix-ops)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) Operator '||' must be spaced. (space-infix-ops)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "if". (keyword-spacing)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) Operator '!==' must be spaced. (space-infix-ops)
(#370) Operator '||' must be spaced. (space-infix-ops)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) Requires a space after '{'. (block-spacing)
(#370) Statement inside of curly braces should be on next line. (brace-style)
(#370) Missing space before opening brace. (space-before-blocks)
(#370) Operator '||' must be spaced. (space-infix-ops)
(#370) Requires a space after '{'. (block-spacing)
(#370) Statement inside of curly braces should be on next line. (brace-style)
(#370) Missing space before opening brace. (space-before-blocks)
(#370) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#370) Operator '===' must be spaced. (space-infix-ops)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) Requires a space before '}'. (block-spacing)
(#370) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#370) Missing semicolon. (@babel/semi)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "if". (keyword-spacing)
(#370) Operator '!==' must be spaced. (space-infix-ops)
(#371) This line has a length of 512. Maximum allowed is 132. (max-len)
(#371) Expected { after 'if' condition. (curly)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#371) Operator '||' must be spaced. (space-infix-ops)
(#371) Requires a space after '{'. (block-spacing)
(#371) Statement inside of curly braces should be on next line. (brace-style)
(#371) Missing space before opening brace. (space-before-blocks)
(#371) Requires a space before '}'. (block-spacing)
(#371) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#371) Missing semicolon. (@babel/semi)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "if". (keyword-spacing)
(#371) Expected { after 'if' condition. (curly)
(#371) Expected space(s) before "return". (keyword-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Requires a space after '{'. (block-spacing)
(#371) Statement inside of curly braces should be on next line. (brace-style)
(#371) Missing space before opening brace. (space-before-blocks)
(#371) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) Operator '?' must be spaced. (space-infix-ops)
(#371) Operator ':' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Requires a space before '}'. (block-spacing)
(#371) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#371) Missing semicolon. (@babel/semi)
(#371) Requires a space before '}'. (block-spacing)
(#371) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#371) Missing semicolon. (@babel/semi)
(#371) Expected space(s) before "else". (keyword-spacing)
(#371) Expected { after 'else'. (curly)
(#371) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'visiblePlotOnly'. (key-spacing)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) Missing space before value for key 'plotX'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'plotY'. (key-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#371) Operator '||' must be spaced. (space-infix-ops)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#371) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Requires a space after '{'. (block-spacing)
(#371) Statement inside of curly braces should be on next line. (brace-style)
(#371) Missing space before opening brace. (space-before-blocks)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#372) This line has a length of 502. Maximum allowed is 132. (max-len)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected space(s) after "if". (keyword-spacing)
(#372) Expected { after 'if' condition. (curly)
(#372) Requires a space before '}'. (block-spacing)
(#372) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#372) Missing semicolon. (@babel/semi)
(#372) A space is required after ','. (comma-spacing)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#372) Requires a space after '{'. (block-spacing)
(#372) Statement inside of curly braces should be on next line. (brace-style)
(#372) Missing space before opening brace. (space-before-blocks)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Operator '||' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#372) Operator '&&' must be spaced. (space-infix-ops)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Operator '&&' must be spaced. (space-infix-ops)
(#372) Operator '===' must be spaced. (space-infix-ops)
(#372) Operator '||' must be spaced. (space-infix-ops)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) Requires a space after '{'. (block-spacing)
(#372) Statement inside of curly braces should be on next line. (brace-style)
(#372) Missing space before opening brace. (space-before-blocks)
(#372) Operator '&&' must be spaced. (space-infix-ops)
(#372) Operator '===' must be spaced. (space-infix-ops)
(#372) Requires a space before '}'. (block-spacing)
(#372) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#372) Missing semicolon. (@babel/semi)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#372) Operator '||' must be spaced. (space-infix-ops)
(#372) Operator '?' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) Operator ':' must be spaced. (space-infix-ops)
(#372) Requires a space before '}'. (block-spacing)
(#372) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#372) Missing semicolon. (@babel/semi)
(#372) Requires a space before '}'. (block-spacing)
(#372) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#372) Missing semicolon. (@babel/semi)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) Requires a space after '{'. (block-spacing)
(#372) Statement inside of curly braces should be on next line. (brace-style)
(#372) Missing space before opening brace. (space-before-blocks)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Requires a space after '{'. (block-spacing)
(#372) Statement inside of curly braces should be on next line. (brace-style)
(#372) Missing space before opening brace. (space-before-blocks)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Operator '||' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#372) Operator '&&' must be spaced. (space-infix-ops)
(#372) Operator '&&' must be spaced. (space-infix-ops)
(#372) Operator '||' must be spaced. (space-infix-ops)
(#372) Operator '&&' must be spaced. (space-infix-ops)
(#373) This line has a length of 513. Maximum allowed is 132. (max-len)
(#373) Operator '&&' must be spaced. (space-infix-ops)
(#373) A space is required after ','. (comma-spacing)
(#373) Operator '?' must be spaced. (space-infix-ops)
(#373) Operator ':' must be spaced. (space-infix-ops)
(#373) A space is required after ','. (comma-spacing)
(#373) Operator '&&' must be spaced. (space-infix-ops)
(#373) Requires a space before '}'. (block-spacing)
(#373) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#373) Missing semicolon. (@babel/semi)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Operator '||' must be spaced. (space-infix-ops)
(#373) Requires a space before '}'. (block-spacing)
(#373) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#373) Missing semicolon. (@babel/semi)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) Requires a space after '{'. (block-spacing)
(#373) Statement inside of curly braces should be on next line. (brace-style)
(#373) Missing space before opening brace. (space-before-blocks)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) A space is required after ','. (comma-spacing)
(#373) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) A space is required after ','. (comma-spacing)
(#373) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#373) A space is required after ','. (comma-spacing)
(#374) This line has a length of 501. Maximum allowed is 132. (max-len)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#374) Operator '||' must be spaced. (space-infix-ops)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected space(s) after "for". (keyword-spacing)
(#374) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) Operator '!==' must be spaced. (space-infix-ops)
(#374) Expected { after 'for' condition. (curly)
(#374) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#374) Expected space(s) before "this". (keyword-spacing)
(#374) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Requires a space after '{'. (block-spacing)
(#374) Statement inside of curly braces should be on next line. (brace-style)
(#374) Missing space before opening brace. (space-before-blocks)
(#374) Requires a space before '}'. (block-spacing)
(#374) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#374) Missing semicolon. (@babel/semi)
(#374) Unexpected use of comma operator. (no-sequences)
(#374) A space is required after ','. (comma-spacing)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'passive'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'passive'. (key-spacing)
(#375) This line has a length of 505. Maximum allowed is 132. (max-len)
(#375) Operator '||' must be spaced. (space-infix-ops)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#375) A space is required after ','. (comma-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'passive'. (key-spacing)
(#375) Requires a space before '}'. (block-spacing)
(#375) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#375) Missing semicolon. (@babel/semi)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Requires a space after '{'. (block-spacing)
(#375) Statement inside of curly braces should be on next line. (brace-style)
(#375) Missing space before opening brace. (space-before-blocks)
(#375) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) A space is required after ','. (comma-spacing)
(#375) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected space(s) after "if". (keyword-spacing)
(#375) Operator '&&' must be spaced. (space-infix-ops)
(#375) Operator '!==' must be spaced. (space-infix-ops)
(#375) Expected { after 'if' condition. (curly)
(#375) Missing space before value for key 'relatedTarget'. (key-spacing)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#375) Operator '&&' must be spaced. (space-infix-ops)
(#375) Operator '||' must be spaced. (space-infix-ops)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Requires a space before '}'. (block-spacing)
(#375) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#375) Missing semicolon. (@babel/semi)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) A space is required after ','. (comma-spacing)
(#375) Requires a space after '{'. (block-spacing)
(#375) Statement inside of curly braces should be on next line. (brace-style)
(#375) Missing space before opening brace. (space-before-blocks)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) A space is required after ','. (comma-spacing)
(#375) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected space(s) after "if". (keyword-spacing)
(#375) Operator '===' must be spaced. (space-infix-ops)
(#375) Expected { after 'if' condition. (curly)
(#375) Expected space(s) before "if". (keyword-spacing)
(#375) Expected space(s) after "if". (keyword-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Unexpected use of comma operator. (no-sequences)
(#375) A space is required after ','. (comma-spacing)
(#375) 'e' is assigned a value but never used. (no-unused-vars)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Operator '-' must be spaced. (space-infix-ops)
(#375) A space is required after ','. (comma-spacing)
(#375) Operator '-' must be spaced. (space-infix-ops)
(#376) This line has a length of 503. Maximum allowed is 132. (max-len)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'visiblePlotOnly'. (key-spacing)
(#376) Operator '&&' must be spaced. (space-infix-ops)
(#376) Requires a space after '{'. (block-spacing)
(#376) Statement inside of curly braces should be on next line. (brace-style)
(#376) Missing space before opening brace. (space-before-blocks)
(#376) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#376) Operator '&&' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected space(s) after "if". (keyword-spacing)
(#376) Operator '===' must be spaced. (space-infix-ops)
(#376) Requires a space after '{'. (block-spacing)
(#376) Statement inside of curly braces should be on next line. (brace-style)
(#376) Missing space before opening brace. (space-before-blocks)
(#376) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Operator '?' must be spaced. (space-infix-ops)
(#376) Operator '<=' must be spaced. (space-infix-ops)
(#376) Operator '-' must be spaced. (space-infix-ops)
(#376) A space is required after ','. (comma-spacing)
(#376) Operator '+' must be spaced. (space-infix-ops)
(#376) Operator '-' must be spaced. (space-infix-ops)
(#376) A space is required after ','. (comma-spacing)
(#376) Operator ':' must be spaced. (space-infix-ops)
(#376) Requires a space before '}'. (block-spacing)
(#376) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#376) Missing semicolon. (@babel/semi)
(#376) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#376) 'd' declared on line 376 column 121 is used outside of binding context. (block-scoped-var)
(#376) A space is required after ','. (comma-spacing)
(#376) Operator '&&' must be spaced. (space-infix-ops)
(#376) Requires a space before '}'. (block-spacing)
(#376) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#376) Missing semicolon. (@babel/semi)
(#376) Expected space(s) before "else". (keyword-spacing)
(#376) Expected { after 'else'. (curly)
(#376) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#376) Operator '&&' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected { after 'else'. (curly)
(#376) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#376) Operator '===' must be spaced. (space-infix-ops)
(#376) Operator '&&' must be spaced. (space-infix-ops)
(#376) Requires a space before '}'. (block-spacing)
(#376) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#376) Missing semicolon. (@babel/semi)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Requires a space after '{'. (block-spacing)
(#376) Statement inside of curly braces should be on next line. (brace-style)
(#376) Missing space before opening brace. (space-before-blocks)
(#376) Expected space(s) after "return". (keyword-spacing)
(#376) Operator '||' must be spaced. (space-infix-ops)
(#376) Operator '||' must be spaced. (space-infix-ops)
(#376) Operator '!==' must be spaced. (space-infix-ops)
(#376) Requires a space before '}'. (block-spacing)
(#376) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#376) Missing semicolon. (@babel/semi)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Requires a space after '{'. (block-spacing)
(#376) Statement inside of curly braces should be on next line. (brace-style)
(#376) Missing space before opening brace. (space-before-blocks)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) A space is required after ','. (comma-spacing)
(#376) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#377) This line has a length of 502. Maximum allowed is 132. (max-len)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Operator '||' must be spaced. (space-infix-ops)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#377) Operator '&&' must be spaced. (space-infix-ops)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Operator '&&' must be spaced. (space-infix-ops)
(#377) Operator '||' must be spaced. (space-infix-ops)
(#377) Operator '&&' must be spaced. (space-infix-ops)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Operator '&&' must be spaced. (space-infix-ops)
(#377) Operator '||' must be spaced. (space-infix-ops)
(#377) Operator '&&' must be spaced. (space-infix-ops)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Operator '||' must be spaced. (space-infix-ops)
(#377) Requires a space before '}'. (block-spacing)
(#377) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#377) Missing semicolon. (@babel/semi)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Requires a space before '}'. (block-spacing)
(#377) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#377) Missing semicolon. (@babel/semi)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Requires a space before '}'. (block-spacing)
(#377) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#377) Missing semicolon. (@babel/semi)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Requires a space after '{'. (block-spacing)
(#377) Statement inside of curly braces should be on next line. (brace-style)
(#377) Missing space before opening brace. (space-before-blocks)
(#377) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#377) Requires a space after '{'. (block-spacing)
(#377) Statement inside of curly braces should be on next line. (brace-style)
(#377) Missing space before opening brace. (space-before-blocks)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Requires a space after '{'. (block-spacing)
(#377) Statement inside of curly braces should be on next line. (brace-style)
(#377) Missing space before opening brace. (space-before-blocks)
(#377) Requires a space before '}'. (block-spacing)
(#377) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#377) Missing semicolon. (@babel/semi)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Requires a space after '{'. (block-spacing)
(#377) Statement inside of curly braces should be on next line. (brace-style)
(#377) Missing space before opening brace. (space-before-blocks)
(#377) Missing space before value for key 'pageX'. (key-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'pageY'. (key-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'target'. (key-spacing)
(#377) Requires a space before '}'. (block-spacing)
(#377) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#377) Missing semicolon. (@babel/semi)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Requires a space before '}'. (block-spacing)
(#377) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#377) Missing semicolon. (@babel/semi)
(#377) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#377) Expected space(s) before "function". (keyword-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Requires a space after '{'. (block-spacing)
(#377) Statement inside of curly braces should be on next line. (brace-style)
(#377) Missing space before opening brace. (space-before-blocks)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Operator '||' must be spaced. (space-infix-ops)
(#378) This line has a length of 507. Maximum allowed is 132. (max-len)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#378) Operator '!==' must be spaced. (space-infix-ops)
(#378) Operator '&&' must be spaced. (space-infix-ops)
(#378) Operator '!==' must be spaced. (space-infix-ops)
(#378) Operator '||' must be spaced. (space-infix-ops)
(#378) Operator '||' must be spaced. (space-infix-ops)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) Missing space before value for key 'type'. (key-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) Missing space before value for key 'target'. (key-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) Missing space before value for key 'preventDefault'. (key-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) Missing space before value for key 'touches'. (key-spacing)
(#378) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#378) Requires a space before '}'. (block-spacing)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Missing semicolon. (@babel/semi)
(#378) Expected space(s) before "var". (keyword-spacing)
(#378) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Operator '&&' must be spaced. (space-infix-ops)
(#378) Operator '||' must be spaced. (space-infix-ops)
(#378) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#378) Requires a space after '{'. (block-spacing)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) A space is required after ','. (comma-spacing)
(#378) Requires a space after '{'. (block-spacing)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Operator '||' must be spaced. (space-infix-ops)
(#378) Missing space before value for key '__proto__'. (key-spacing)
(#378) Operator 'instanceof' must be spaced. (space-infix-ops)
(#378) Operator '&&' must be spaced. (space-infix-ops)
(#378) A space is required after ','. (comma-spacing)
(#378) Requires a space after '{'. (block-spacing)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) The '__proto__' property is deprecated. (no-proto)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Requires a space before '}'. (block-spacing)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Missing semicolon. (@babel/semi)
(#378) Operator '||' must be spaced. (space-infix-ops)
(#378) A space is required after ','. (comma-spacing)
(#378) Requires a space after '{'. (block-spacing)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Expected space(s) after "for". (keyword-spacing)
(#378) Expected { after 'for-in'. (curly)
(#378) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#378) Operator '&&' must be spaced. (space-infix-ops)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Requires a space before '}'. (block-spacing)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Missing semicolon. (@babel/semi)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) Requires a space before '}'. (block-spacing)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Missing semicolon. (@babel/semi)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) Requires a space after '{'. (block-spacing)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#378) Requires a space after '{'. (block-spacing)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Requires a space before '}'. (block-spacing)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Missing semicolon. (@babel/semi)
(#378) A space is required after ','. (comma-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Operator '===' must be spaced. (space-infix-ops)
(#378) Operator '?' must be spaced. (space-infix-ops)
(#378) Operator ':' must be spaced. (space-infix-ops)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#379) This line has a length of 502. Maximum allowed is 132. (max-len)
(#379) Missing '()' invoking a constructor. (new-parens)
(#379) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#379) Requires a space before '}'. (block-spacing)
(#379) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#379) Missing semicolon. (@babel/semi)
(#379) Requires a space before '}'. (block-spacing)
(#379) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#379) Missing semicolon. (@babel/semi)
(#379) A space is required after ','. (comma-spacing)
(#379) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#379) Requires a space after '{'. (block-spacing)
(#379) Statement inside of curly braces should be on next line. (brace-style)
(#379) Missing space before opening brace. (space-before-blocks)
(#379) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#379) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#379) Requires a space after '{'. (block-spacing)
(#379) Statement inside of curly braces should be on next line. (brace-style)
(#379) Missing space before opening brace. (space-before-blocks)
(#379) Operator '!==' must be spaced. (space-infix-ops)
(#379) Operator '&&' must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Operator '||' must be spaced. (space-infix-ops)
(#379) Requires a space before '}'. (block-spacing)
(#379) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#379) Missing semicolon. (@babel/semi)
(#379) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#379) A space is required after ','. (comma-spacing)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) Requires a space after '{'. (block-spacing)
(#379) Statement inside of curly braces should be on next line. (brace-style)
(#379) Missing space before opening brace. (space-before-blocks)
(#379) Expected space(s) after "return". (keyword-spacing)
(#379) Operator '||' must be spaced. (space-infix-ops)
(#379) Operator '&&' must be spaced. (space-infix-ops)
(#379) Requires a space before '}'. (block-spacing)
(#379) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#379) Missing semicolon. (@babel/semi)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) Requires a space after '{'. (block-spacing)
(#379) Statement inside of curly braces should be on next line. (brace-style)
(#379) Missing space before opening brace. (space-before-blocks)
(#379) A space is required after ','. (comma-spacing)
(#379) Operator '?' must be spaced. (space-infix-ops)
(#379) Operator ':' must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) A space is required after ','. (comma-spacing)
(#379) Operator '?' must be spaced. (space-infix-ops)
(#379) Operator ':' must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) A space is required after ','. (comma-spacing)
(#379) Operator '?' must be spaced. (space-infix-ops)
(#380) This line has a length of 503. Maximum allowed is 132. (max-len)
(#380) Operator ':' must be spaced. (space-infix-ops)
(#380) A space is required after ','. (comma-spacing)
(#380) Requires a space before '}'. (block-spacing)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Missing semicolon. (@babel/semi)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) Requires a space after '{'. (block-spacing)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Requires a space before '}'. (block-spacing)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Missing semicolon. (@babel/semi)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) A space is required after ','. (comma-spacing)
(#380) Requires a space after '{'. (block-spacing)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) A space is required after ','. (comma-spacing)
(#380) A space is required after ','. (comma-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#380) Operator '&&' must be spaced. (space-infix-ops)
(#380) A space is required after ','. (comma-spacing)
(#380) Missing space before value for key '-ms-touch-action'. (key-spacing)
(#380) A space is required after ','. (comma-spacing)
(#380) Missing space before value for key 'touch-action'. (key-spacing)
(#380) Requires a space before '}'. (block-spacing)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Missing semicolon. (@babel/semi)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) Requires a space after '{'. (block-spacing)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) A space is required after ','. (comma-spacing)
(#380) A space is required after ','. (comma-spacing)
(#380) A space is required after ','. (comma-spacing)
(#380) Requires a space after '{'. (block-spacing)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) Missing space before value for key 'pageX'. (key-spacing)
(#380) A space is required after ','. (comma-spacing)
(#380) Missing space before value for key 'pageY'. (key-spacing)
(#380) A space is required after ','. (comma-spacing)
(#380) Missing space before value for key 'target'. (key-spacing)
(#380) Requires a space before '}'. (block-spacing)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Missing semicolon. (@babel/semi)
(#380) Requires a space before '}'. (block-spacing)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Missing semicolon. (@babel/semi)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) Requires a space after '{'. (block-spacing)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Missing space before opening brace. (space-before-blocks)
(#381) This line has a length of 523. Maximum allowed is 132. (max-len)
(#381) A space is required after ','. (comma-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) Requires a space after '{'. (block-spacing)
(#381) Statement inside of curly braces should be on next line. (brace-style)
(#381) Missing space before opening brace. (space-before-blocks)
(#381) Operator '=' must be spaced. (space-infix-ops)
(#381) Missing space before value for key 'pageX'. (key-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) Missing space before value for key 'pageY'. (key-spacing)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#381) Operator '||' must be spaced. (space-infix-ops)
(#381) Operator '=' must be spaced. (space-infix-ops)
(#381) Requires a space before '}'. (block-spacing)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Missing semicolon. (@babel/semi)
(#381) Requires a space before '}'. (block-spacing)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Missing semicolon. (@babel/semi)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#381) Operator '=' must be spaced. (space-infix-ops)
(#381) Requires a space after '{'. (block-spacing)
(#381) Statement inside of curly braces should be on next line. (brace-style)
(#381) Missing space before opening brace. (space-before-blocks)
(#381) A space is required after ','. (comma-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) Requires a space after '{'. (block-spacing)
(#381) Statement inside of curly braces should be on next line. (brace-style)
(#381) Missing space before opening brace. (space-before-blocks)
(#381) Requires a space before '}'. (block-spacing)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Missing semicolon. (@babel/semi)
(#381) Requires a space before '}'. (block-spacing)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Missing semicolon. (@babel/semi)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Operator '=' must be spaced. (space-infix-ops)
(#381) Requires a space after '{'. (block-spacing)
(#381) Statement inside of curly braces should be on next line. (brace-style)
(#381) Missing space before opening brace. (space-before-blocks)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#381) Operator '||' must be spaced. (space-infix-ops)
(#381) Operator '&&' must be spaced. (space-infix-ops)
(#381) Requires a space before '}'. (block-spacing)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Missing semicolon. (@babel/semi)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Requires a space before '}'. (block-spacing)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Missing semicolon. (@babel/semi)
(#381) Requires a space before '}'. (block-spacing)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Missing semicolon. (@babel/semi)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#381) A space is required after ','. (comma-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) A space is required after ','. (comma-spacing)
(#382) This line has a length of 505. Maximum allowed is 132. (max-len)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Requires a space after '{'. (block-spacing)
(#382) Statement inside of curly braces should be on next line. (brace-style)
(#382) Missing space before opening brace. (space-before-blocks)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#382) Requires a space after '{'. (block-spacing)
(#382) Statement inside of curly braces should be on next line. (brace-style)
(#382) Missing space before opening brace. (space-before-blocks)
(#382) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#382) A space is required after ','. (comma-spacing)
(#382) Requires a space after '{'. (block-spacing)
(#382) Statement inside of curly braces should be on next line. (brace-style)
(#382) Missing space before opening brace. (space-before-blocks)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#383) This line has a length of 510. Maximum allowed is 132. (max-len)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) A space is required after ','. (comma-spacing)
(#383) Requires a space before '}'. (block-spacing)
(#383) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#383) Missing semicolon. (@babel/semi)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) A space is required after ','. (comma-spacing)
(#383) Requires a space after '{'. (block-spacing)
(#383) Statement inside of curly braces should be on next line. (brace-style)
(#383) Missing space before opening brace. (space-before-blocks)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#384) This line has a length of 507. Maximum allowed is 132. (max-len)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#384) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#384) Operator '&&' must be spaced. (space-infix-ops)
(#384) A space is required after ','. (comma-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) Requires a space after '{'. (block-spacing)
(#384) Statement inside of curly braces should be on next line. (brace-style)
(#384) Missing space before opening brace. (space-before-blocks)
(#384) Requires a space before '}'. (block-spacing)
(#384) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#384) Missing semicolon. (@babel/semi)
(#384) A space is required after ','. (comma-spacing)
(#384) Operator '?' must be spaced. (space-infix-ops)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) A space is required after ','. (comma-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) Requires a space after '{'. (block-spacing)
(#384) Statement inside of curly braces should be on next line. (brace-style)
(#384) Missing space before opening brace. (space-before-blocks)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Requires a space before '}'. (block-spacing)
(#384) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#384) Missing semicolon. (@babel/semi)
(#384) Operator ':' must be spaced. (space-infix-ops)
(#384) Operator '&&' must be spaced. (space-infix-ops)
(#384) Requires a space before '}'. (block-spacing)
(#384) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#384) Missing semicolon. (@babel/semi)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) Requires a space after '{'. (block-spacing)
(#384) Statement inside of curly braces should be on next line. (brace-style)
(#384) Missing space before opening brace. (space-before-blocks)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) A space is required after ','. (comma-spacing)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#384) Operator '||' must be spaced. (space-infix-ops)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) A space is required after ','. (comma-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) A space is required after ','. (comma-spacing)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) Operator '||' must be spaced. (space-infix-ops)
(#385) This line has a length of 508. Maximum allowed is 132. (max-len)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Operator '||' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Operator '-' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Operator '===' must be spaced. (space-infix-ops)
(#385) Operator '&&' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Requires a space before '}'. (block-spacing)
(#385) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#385) Missing semicolon. (@babel/semi)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) A space is required after ','. (comma-spacing)
(#385) Requires a space after '{'. (block-spacing)
(#385) Statement inside of curly braces should be on next line. (brace-style)
(#385) Missing space before opening brace. (space-before-blocks)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#385) A space is required after ','. (comma-spacing)
(#385) Operator '&&' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#385) A space is required after ','. (comma-spacing)
(#385) Requires a space before '}'. (block-spacing)
(#385) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#385) Missing semicolon. (@babel/semi)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) A space is required after ','. (comma-spacing)
(#385) Requires a space after '{'. (block-spacing)
(#385) Statement inside of curly braces should be on next line. (brace-style)
(#385) Missing space before opening brace. (space-before-blocks)
(#385) Operator '?' must be spaced. (space-infix-ops)
(#385) Operator ':' must be spaced. (space-infix-ops)
(#386) This line has a length of 512. Maximum allowed is 132. (max-len)
(#386) Expected space(s) after "if". (keyword-spacing)
(#386) Requires a space after '{'. (block-spacing)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) A space is required after ','. (comma-spacing)
(#386) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) A space is required after ','. (comma-spacing)
(#386) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) A space is required after ','. (comma-spacing)
(#386) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) A space is required after ','. (comma-spacing)
(#386) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Operator '?' must be spaced. (space-infix-ops)
(#386) Operator ':' must be spaced. (space-infix-ops)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Operator '?' must be spaced. (space-infix-ops)
(#386) Operator '||' must be spaced. (space-infix-ops)
(#386) Operator ':' must be spaced. (space-infix-ops)
(#386) A space is required after ','. (comma-spacing)
(#386) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Operator '&&' must be spaced. (space-infix-ops)
(#386) A space is required after ','. (comma-spacing)
(#386) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Missing space before value for key 'fill'. (key-spacing)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#386) Operator '&&' must be spaced. (space-infix-ops)
(#386) Missing space before value for key 'fill'. (key-spacing)
(#386) A space is required after ','. (comma-spacing)
(#386) Missing space before value for key 'color'. (key-spacing)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#386) Operator '&&' must be spaced. (space-infix-ops)
(#386) Missing space before value for key 'stroke'. (key-spacing)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#386) Operator '&&' must be spaced. (space-infix-ops)
(#386) Operator '&&' must be spaced. (space-infix-ops)
(#386) Operator '&&' must be spaced. (space-infix-ops)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) A space is required after ','. (comma-spacing)
(#386) Operator '||' must be spaced. (space-infix-ops)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) A space is required after ','. (comma-spacing)
(#386) Requires a space before '}'. (block-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Missing semicolon. (@babel/semi)
(#386) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#386) A space is required after ','. (comma-spacing)
(#386) A space is required after ','. (comma-spacing)
(#386) Missing space before value for key 'item'. (key-spacing)
(#386) A space is required after ','. (comma-spacing)
(#386) Missing space before value for key 'visible'. (key-spacing)
(#386) Requires a space before '}'. (block-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Missing semicolon. (@babel/semi)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Requires a space after '{'. (block-spacing)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) A space is required after ','. (comma-spacing)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#386) Operator '||' must be spaced. (space-infix-ops)
(#386) Requires a space before '}'. (block-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Missing semicolon. (@babel/semi)
(#387) This line has a length of 509. Maximum allowed is 132. (max-len)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#387) Operator '&&' must be spaced. (space-infix-ops)
(#387) Operator '&&' must be spaced. (space-infix-ops)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Missing space before value for key 'translateX'. (key-spacing)
(#387) Operator '?' must be spaced. (space-infix-ops)
(#387) Operator ':' must be spaced. (space-infix-ops)
(#387) Operator '-' must be spaced. (space-infix-ops)
(#387) Operator '-' must be spaced. (space-infix-ops)
(#387) Operator '*' must be spaced. (space-infix-ops)
(#387) Operator '-' must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Missing space before value for key 'translateY'. (key-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#387) A space is required after ','. (comma-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) Missing space before value for key 'item'. (key-spacing)
(#387) Requires a space before '}'. (block-spacing)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Missing semicolon. (@babel/semi)
(#387) A space is required after ','. (comma-spacing)
(#387) Operator '?' must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) Operator ':' must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#387) Operator '&&' must be spaced. (space-infix-ops)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Requires a space before '}'. (block-spacing)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Missing semicolon. (@babel/semi)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#387) Operator '&&' must be spaced. (space-infix-ops)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Requires a space before '}'. (block-spacing)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Missing semicolon. (@babel/semi)
(#388) This line has a length of 501. Maximum allowed is 132. (max-len)
(#388) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#388) Operator '&&' must be spaced. (space-infix-ops)
(#388) Requires a space before '}'. (block-spacing)
(#388) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#388) Missing semicolon. (@babel/semi)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Requires a space after '{'. (block-spacing)
(#388) Statement inside of curly braces should be on next line. (brace-style)
(#388) Missing space before opening brace. (space-before-blocks)
(#388) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#388) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#388) Requires a space after '{'. (block-spacing)
(#388) Statement inside of curly braces should be on next line. (brace-style)
(#388) Missing space before opening brace. (space-before-blocks)
(#388) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#388) Operator '&&' must be spaced. (space-infix-ops)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Requires a space before '}'. (block-spacing)
(#388) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#388) Missing semicolon. (@babel/semi)
(#388) Expected space(s) before "this". (keyword-spacing)
(#388) Requires a space after '{'. (block-spacing)
(#388) Statement inside of curly braces should be on next line. (brace-style)
(#388) Missing space before opening brace. (space-before-blocks)
(#388) A space is required after ','. (comma-spacing)
(#388) A space is required after ','. (comma-spacing)
(#388) Requires a space before '}'. (block-spacing)
(#388) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#388) Missing semicolon. (@babel/semi)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) A space is required after ','. (comma-spacing)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Requires a space before '}'. (block-spacing)
(#388) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#388) Missing semicolon. (@babel/semi)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Requires a space after '{'. (block-spacing)
(#388) Statement inside of curly braces should be on next line. (brace-style)
(#388) Missing space before opening brace. (space-before-blocks)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Operator '&&' must be spaced. (space-infix-ops)
(#388) A space is required after ','. (comma-spacing)
(#388) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Operator '||' must be spaced. (space-infix-ops)
(#388) A space is required after ','. (comma-spacing)
(#388) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Expected space(s) after "if". (keyword-spacing)
(#388) Requires a space after '{'. (block-spacing)
(#388) Statement inside of curly braces should be on next line. (brace-style)
(#388) Missing space before opening brace. (space-before-blocks)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Requires a space after '{'. (block-spacing)
(#388) Statement inside of curly braces should be on next line. (brace-style)
(#388) Missing space before opening brace. (space-before-blocks)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Expected space(s) after "if". (keyword-spacing)
(#388) Requires a space after '{'. (block-spacing)
(#388) Statement inside of curly braces should be on next line. (brace-style)
(#388) Missing space before opening brace. (space-before-blocks)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Operator '+' must be spaced. (space-infix-ops)
(#389) This line has a length of 509. Maximum allowed is 132. (max-len)
(#389) Operator '+' must be spaced. (space-infix-ops)
(#389) Operator '+' must be spaced. (space-infix-ops)
(#389) Operator '||' must be spaced. (space-infix-ops)
(#389) Operator '+' must be spaced. (space-infix-ops)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) A space is required after ','. (comma-spacing)
(#389) Missing space before value for key 'left'. (key-spacing)
(#389) Operator '+' must be spaced. (space-infix-ops)
(#389) Operator '+' must be spaced. (space-infix-ops)
(#389) Operator '-' must be spaced. (space-infix-ops)
(#389) Operator '+' must be spaced. (space-infix-ops)
(#389) A space is required after ','. (comma-spacing)
(#389) Missing space before value for key 'top'. (key-spacing)
(#389) Operator '+' must be spaced. (space-infix-ops)
(#389) A space is required after ','. (comma-spacing)
(#389) Missing space before value for key 'display'. (key-spacing)
(#389) Operator '||' must be spaced. (space-infix-ops)
(#389) Operator '>' must be spaced. (space-infix-ops)
(#389) Operator '-' must be spaced. (space-infix-ops)
(#389) Operator '&&' must be spaced. (space-infix-ops)
(#389) Operator '<' must be spaced. (space-infix-ops)
(#389) Operator '+' must be spaced. (space-infix-ops)
(#389) Operator '-' must be spaced. (space-infix-ops)
(#389) Operator '?' must be spaced. (space-infix-ops)
(#389) Operator ':' must be spaced. (space-infix-ops)
(#389) Requires a space before '}'. (block-spacing)
(#389) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#389) Missing semicolon. (@babel/semi)
(#389) Requires a space before '}'. (block-spacing)
(#389) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#389) A space is required after ','. (comma-spacing)
(#389) Requires a space before '}'. (block-spacing)
(#389) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#389) Missing semicolon. (@babel/semi)
(#389) Requires a space before '}'. (block-spacing)
(#389) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) Requires a space after '{'. (block-spacing)
(#389) Statement inside of curly braces should be on next line. (brace-style)
(#389) Missing space before opening brace. (space-before-blocks)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) A space is required after ','. (comma-spacing)
(#389) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) A space is required after ','. (comma-spacing)
(#389) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) A space is required after ','. (comma-spacing)
(#389) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#389) Operator '&&' must be spaced. (space-infix-ops)
(#389) Operator '||' must be spaced. (space-infix-ops)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) A space is required after ','. (comma-spacing)
(#389) Operator '-' must be spaced. (space-infix-ops)
(#389) A space is required after ','. (comma-spacing)
(#389) Operator '-' must be spaced. (space-infix-ops)
(#389) A space is required after ','. (comma-spacing)
(#389) A space is required after ','. (comma-spacing)
(#389) A space is required after ','. (comma-spacing)
(#389) A space is required after ','. (comma-spacing)
(#389) A space is required after ','. (comma-spacing)
(#389) A space is required after ','. (comma-spacing)
(#389) Missing space before value for key 'zIndex'. (key-spacing)
(#389) A space is required after ','. (comma-spacing)
(#389) Operator '||' must be spaced. (space-infix-ops)
(#389) A space is required after ','. (comma-spacing)
(#389) A space is required after ','. (comma-spacing)
(#389) Operator '||' must be spaced. (space-infix-ops)
(#389) Missing space before value for key 'width'. (key-spacing)
(#389) Operator '+' must be spaced. (space-infix-ops)
(#390) This line has a length of 503. Maximum allowed is 132. (max-len)
(#390) A space is required after ','. (comma-spacing)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) A space is required after ','. (comma-spacing)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) A space is required after ','. (comma-spacing)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) A space is required after ','. (comma-spacing)
(#390) Missing space before value for key 'translateY'. (key-spacing)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) Requires a space before '}'. (block-spacing)
(#390) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#390) Missing semicolon. (@babel/semi)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) Requires a space after '{'. (block-spacing)
(#390) Statement inside of curly braces should be on next line. (brace-style)
(#390) Missing space before opening brace. (space-before-blocks)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) Missing space before value for key 'text'. (key-spacing)
(#390) Operator '?' must be spaced. (space-infix-ops)
(#390) A space is required after ','. (comma-spacing)
(#390) A space is required after ','. (comma-spacing)
(#390) Operator ':' must be spaced. (space-infix-ops)
(#390) Requires a space before '}'. (block-spacing)
(#390) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#390) Missing semicolon. (@babel/semi)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) Function has a complexity of 36. Maximum allowed is 20. (complexity)
(#390) Requires a space after '{'. (block-spacing)
(#390) Statement inside of curly braces should be on next line. (brace-style)
(#390) Missing space before opening brace. (space-before-blocks)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) A space is required after ','. (comma-spacing)
(#390) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) A space is required after ','. (comma-spacing)
(#390) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) A space is required after ','. (comma-spacing)
(#390) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) A space is required after ','. (comma-spacing)
(#390) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) Operator '||' must be spaced. (space-infix-ops)
(#390) A space is required after ','. (comma-spacing)
(#390) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) A space is required after ','. (comma-spacing)
(#390) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) A space is required after ','. (comma-spacing)
(#390) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) Operator '===' must be spaced. (space-infix-ops)
(#390) Operator '?' must be spaced. (space-infix-ops)
(#390) A space is required after ','. (comma-spacing)
(#390) Operator ':' must be spaced. (space-infix-ops)
(#390) A space is required after ','. (comma-spacing)
(#390) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) A space is required after ','. (comma-spacing)
(#390) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#391) This line has a length of 520. Maximum allowed is 132. (max-len)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Operator '&&' must be spaced. (space-infix-ops)
(#391) Operator '?' must be spaced. (space-infix-ops)
(#391) Operator ':' must be spaced. (space-infix-ops)
(#391) A space is required after ','. (comma-spacing)
(#391) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) A space is required after ','. (comma-spacing)
(#391) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Operator '&&' must be spaced. (space-infix-ops)
(#391) Operator '&&' must be spaced. (space-infix-ops)
(#391) A space is required after ','. (comma-spacing)
(#391) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) A space is required after ','. (comma-spacing)
(#391) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) A space is required after ','. (comma-spacing)
(#391) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Operator '+' must be spaced. (space-infix-ops)
(#391) Operator '+' must be spaced. (space-infix-ops)
(#391) Operator '+' must be spaced. (space-infix-ops)
(#391) Operator '?' must be spaced. (space-infix-ops)
(#391) Operator ':' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#391) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#391) Operator '||' must be spaced. (space-infix-ops)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Operator '+' must be spaced. (space-infix-ops)
(#391) Operator '+' must be spaced. (space-infix-ops)
(#391) Operator '+' must be spaced. (space-infix-ops)
(#391) Operator '+' must be spaced. (space-infix-ops)
(#391) Operator '?' must be spaced. (space-infix-ops)
(#391) Operator '+' must be spaced. (space-infix-ops)
(#391) Operator ':' must be spaced. (space-infix-ops)
(#391) Operator '+' must be spaced. (space-infix-ops)
(#391) Operator '?' must be spaced. (space-infix-ops)
(#391) Operator '+' must be spaced. (space-infix-ops)
(#391) Operator ':' must be spaced. (space-infix-ops)
(#391) Missing space before value for key 'zIndex'. (key-spacing)
(#391) A space is required after ','. (comma-spacing)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) A space is required after ','. (comma-spacing)
(#391) Operator '?' must be spaced. (space-infix-ops)
(#391) Operator '+' must be spaced. (space-infix-ops)
(#391) Operator ':' must be spaced. (space-infix-ops)
(#391) A space is required after ','. (comma-spacing)
(#391) Operator '||' must be spaced. (space-infix-ops)
(#391) A space is required after ','. (comma-spacing)
(#391) A space is required after ','. (comma-spacing)
(#391) Operator '||' must be spaced. (space-infix-ops)
(#391) Operator '?' must be spaced. (space-infix-ops)
(#391) Operator ':' must be spaced. (space-infix-ops)
(#391) A space is required after ','. (comma-spacing)
(#391) Missing space before value for key 'align'. (key-spacing)
(#391) Operator '?' must be spaced. (space-infix-ops)
(#391) Operator ':' must be spaced. (space-infix-ops)
(#391) A space is required after ','. (comma-spacing)
(#391) Missing space before value for key 'zIndex'. (key-spacing)
(#392) This line has a length of 508. Maximum allowed is 132. (max-len)
(#392) Operator '||' must be spaced. (space-infix-ops)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Operator '?' must be spaced. (space-infix-ops)
(#392) Operator ':' must be spaced. (space-infix-ops)
(#392) A space is required after ','. (comma-spacing)
(#392) A space is required after ','. (comma-spacing)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Operator '+' must be spaced. (space-infix-ops)
(#392) Operator '+' must be spaced. (space-infix-ops)
(#392) A space is required after ','. (comma-spacing)
(#392) A space is required after ','. (comma-spacing)
(#392) A space is required after ','. (comma-spacing)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Operator '||' must be spaced. (space-infix-ops)
(#392) A space is required after ','. (comma-spacing)
(#392) Operator '&&' must be spaced. (space-infix-ops)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) A space is required after ','. (comma-spacing)
(#392) A space is required after ','. (comma-spacing)
(#392) A space is required after ','. (comma-spacing)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Operator '+' must be spaced. (space-infix-ops)
(#392) Operator '+' must be spaced. (space-infix-ops)
(#392) Operator '+' must be spaced. (space-infix-ops)
(#392) Operator '?' must be spaced. (space-infix-ops)
(#392) Operator ':' must be spaced. (space-infix-ops)
(#392) A space is required after ','. (comma-spacing)
(#392) Operator '&&' must be spaced. (space-infix-ops)
(#392) A space is required after ','. (comma-spacing)
(#392) Operator '+' must be spaced. (space-infix-ops)
(#392) A space is required after ','. (comma-spacing)
(#392) A space is required after ','. (comma-spacing)
(#392) A space is required after ','. (comma-spacing)
(#392) Operator '&&' must be spaced. (space-infix-ops)
(#392) A space is required after ','. (comma-spacing)
(#392) A space is required after ','. (comma-spacing)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#392) Operator '&&' must be spaced. (space-infix-ops)
(#392) Operator '&&' must be spaced. (space-infix-ops)
(#392) Operator '&&' must be spaced. (space-infix-ops)
(#393) This line has a length of 507. Maximum allowed is 132. (max-len)
(#393) A space is required after ','. (comma-spacing)
(#393) Missing whitespace after semicolon. (semi-spacing)
(#393) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#393) Operator '&&' must be spaced. (space-infix-ops)
(#393) Operator '||' must be spaced. (space-infix-ops)
(#393) Missing space before value for key 'width'. (key-spacing)
(#393) Operator '||' must be spaced. (space-infix-ops)
(#393) Operator '||' must be spaced. (space-infix-ops)
(#393) Operator '-' must be spaced. (space-infix-ops)
(#393) Operator '+' must be spaced. (space-infix-ops)
(#393) Missing whitespace after semicolon. (semi-spacing)
(#393) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#393) Missing whitespace after semicolon. (semi-spacing)
(#393) Operator '=' must be spaced. (space-infix-ops)
(#393) Missing whitespace after semicolon. (semi-spacing)
(#393) Operator '=' must be spaced. (space-infix-ops)
(#393) Operator '&&' must be spaced. (space-infix-ops)
(#393) Operator '||' must be spaced. (space-infix-ops)
(#393) Missing whitespace after semicolon. (semi-spacing)
(#393) Operator '=' must be spaced. (space-infix-ops)
(#393) Operator '=' must be spaced. (space-infix-ops)
(#393) Operator '||' must be spaced. (space-infix-ops)
(#393) Operator '||' must be spaced. (space-infix-ops)
(#393) Operator '+' must be spaced. (space-infix-ops)
(#393) Missing whitespace after semicolon. (semi-spacing)
(#393) Operator '=' must be spaced. (space-infix-ops)
(#393) A space is required after ','. (comma-spacing)
(#393) Missing whitespace after semicolon. (semi-spacing)
(#393) Operator '+=' must be spaced. (space-infix-ops)
(#393) Missing whitespace after semicolon. (semi-spacing)
(#393) Operator '=' must be spaced. (space-infix-ops)
(#393) Operator '=' must be spaced. (space-infix-ops)
(#393) Operator '||' must be spaced. (space-infix-ops)
(#393) Operator '>' must be spaced. (space-infix-ops)
(#393) Operator '*' must be spaced. (space-infix-ops)
(#393) Operator '?' must be spaced. (space-infix-ops)
(#393) Operator ':' must be spaced. (space-infix-ops)
(#393) Requires a space before '}'. (block-spacing)
(#393) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#393) Missing semicolon. (@babel/semi)
(#393) Missing whitespace after semicolon. (semi-spacing)
(#393) Operator '=' must be spaced. (space-infix-ops)
(#393) Requires a space after '{'. (block-spacing)
(#393) Statement inside of curly braces should be on next line. (brace-style)
(#393) Missing space before opening brace. (space-before-blocks)
(#393) Operator '=' must be spaced. (space-infix-ops)
(#394) This line has a length of 515. Maximum allowed is 132. (max-len)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) Operator '===' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) Operator '?' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Operator ':' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) Operator '&&' must be spaced. (space-infix-ops)
(#394) Operator '>' must be spaced. (space-infix-ops)
(#394) Operator '?' must be spaced. (space-infix-ops)
(#394) Operator ':' must be spaced. (space-infix-ops)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#394) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#394) Operator '&&' must be spaced. (space-infix-ops)
(#394) Operator '-' must be spaced. (space-infix-ops)
(#394) Operator '+' must be spaced. (space-infix-ops)
(#394) Operator '>' must be spaced. (space-infix-ops)
(#394) Operator '&&' must be spaced. (space-infix-ops)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Operator '&&' must be spaced. (space-infix-ops)
(#394) Operator '+=' must be spaced. (space-infix-ops)
(#394) Operator '+' must be spaced. (space-infix-ops)
(#394) Operator '+' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) Operator '+' must be spaced. (space-infix-ops)
(#394) Operator '+' must be spaced. (space-infix-ops)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#394) Operator '?' must be spaced. (space-infix-ops)
(#394) Operator '+=' must be spaced. (space-infix-ops)
(#394) Operator ':' must be spaced. (space-infix-ops)
(#394) Operator '+=' must be spaced. (space-infix-ops)
(#394) Operator '+' must be spaced. (space-infix-ops)
(#394) Operator '+' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#395) This line has a length of 501. Maximum allowed is 132. (max-len)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Operator '=' must be spaced. (space-infix-ops)
(#395) Operator '||' must be spaced. (space-infix-ops)
(#395) Operator '?' must be spaced. (space-infix-ops)
(#395) Operator '-' must be spaced. (space-infix-ops)
(#395) Operator '-' must be spaced. (space-infix-ops)
(#395) Operator '?' must be spaced. (space-infix-ops)
(#395) Operator ':' must be spaced. (space-infix-ops)
(#395) Operator ':' must be spaced. (space-infix-ops)
(#395) Operator '+' must be spaced. (space-infix-ops)
(#395) A space is required after ','. (comma-spacing)
(#395) Requires a space before '}'. (block-spacing)
(#395) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#395) Missing semicolon. (@babel/semi)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#395) Operator '=' must be spaced. (space-infix-ops)
(#395) Requires a space after '{'. (block-spacing)
(#395) Statement inside of curly braces should be on next line. (brace-style)
(#395) Missing space before opening brace. (space-before-blocks)
(#395) Operator '=' must be spaced. (space-infix-ops)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Requires a space after '{'. (block-spacing)
(#395) Statement inside of curly braces should be on next line. (brace-style)
(#395) Missing space before opening brace. (space-before-blocks)
(#395) Operator '=' must be spaced. (space-infix-ops)
(#395) Operator '&&' must be spaced. (space-infix-ops)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#395) Operator '&&' must be spaced. (space-infix-ops)
(#395) A space is required after ','. (comma-spacing)
(#395) Operator '?' must be spaced. (space-infix-ops)
(#395) Operator ':' must be spaced. (space-infix-ops)
(#395) A space is required after ','. (comma-spacing)
(#395) Operator '&&' must be spaced. (space-infix-ops)
(#395) Operator '=' must be spaced. (space-infix-ops)
(#395) Operator '||' must be spaced. (space-infix-ops)
(#395) Operator '===' must be spaced. (space-infix-ops)
(#395) Operator '?' must be spaced. (space-infix-ops)
(#395) Operator ':' must be spaced. (space-infix-ops)
(#395) Requires a space before '}'. (block-spacing)
(#395) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#395) Missing semicolon. (@babel/semi)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#395) A space is required after ','. (comma-spacing)
(#395) A space is required after ','. (comma-spacing)
(#395) Missing space before value for key 'allItems'. (key-spacing)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Requires a space before '}'. (block-spacing)
(#395) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#395) Missing semicolon. (@babel/semi)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Operator '=' must be spaced. (space-infix-ops)
(#395) Requires a space after '{'. (block-spacing)
(#395) Statement inside of curly braces should be on next line. (brace-style)
(#395) Missing space before opening brace. (space-before-blocks)
(#395) Operator '=' must be spaced. (space-infix-ops)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Do not nest ternary expressions. (no-nested-ternary)
(#395) Operator '?' must be spaced. (space-infix-ops)
(#395) Operator '+' must be spaced. (space-infix-ops)
(#395) Operator ':' must be spaced. (space-infix-ops)
(#395) Operator '?' must be spaced. (space-infix-ops)
(#395) Operator ':' must be spaced. (space-infix-ops)
(#395) Operator '+' must be spaced. (space-infix-ops)
(#396) This line has a length of 532. Maximum allowed is 132. (max-len)
(#396) Operator '+' must be spaced. (space-infix-ops)
(#396) Requires a space before '}'. (block-spacing)
(#396) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#396) Missing semicolon. (@babel/semi)
(#396) Missing whitespace after semicolon. (semi-spacing)
(#396) Operator '=' must be spaced. (space-infix-ops)
(#396) A space is required after ','. (comma-spacing)
(#396) Requires a space after '{'. (block-spacing)
(#396) Statement inside of curly braces should be on next line. (brace-style)
(#396) Missing space before opening brace. (space-before-blocks)
(#396) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#396) Operator '=' must be spaced. (space-infix-ops)
(#396) A space is required after ','. (comma-spacing)
(#396) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#396) Operator '=' must be spaced. (space-infix-ops)
(#396) A space is required after ','. (comma-spacing)
(#396) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#396) Operator '=' must be spaced. (space-infix-ops)
(#396) Missing whitespace after semicolon. (semi-spacing)
(#396) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#396) Operator '&&' must be spaced. (space-infix-ops)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) Requires a space after '{'. (block-spacing)
(#396) Statement inside of curly braces should be on next line. (brace-style)
(#396) Missing space before opening brace. (space-before-blocks)
(#396) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#396) Operator '&&' must be spaced. (space-infix-ops)
(#396) Operator '&&' must be spaced. (space-infix-ops)
(#396) Operator '=' must be spaced. (space-infix-ops)
(#396) A space is required after ','. (comma-spacing)
(#396) Operator '+' must be spaced. (space-infix-ops)
(#396) Operator '%' must be spaced. (space-infix-ops)
(#396) Operator '?' must be spaced. (space-infix-ops)
(#396) Operator ':' must be spaced. (space-infix-ops)
(#396) Operator '+' must be spaced. (space-infix-ops)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) Operator '*' must be spaced. (space-infix-ops)
(#396) Operator '%' must be spaced. (space-infix-ops)
(#396) Operator '?' must be spaced. (space-infix-ops)
(#396) Operator ':' must be spaced. (space-infix-ops)
(#396) Operator '+' must be spaced. (space-infix-ops)
(#396) A space is required after ','. (comma-spacing)
(#396) Operator '+' must be spaced. (space-infix-ops)
(#396) Operator '+' must be spaced. (space-infix-ops)
(#396) Operator '||' must be spaced. (space-infix-ops)
(#396) Requires a space before '}'. (block-spacing)
(#396) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#396) Missing semicolon. (@babel/semi)
(#396) Requires a space before '}'. (block-spacing)
(#396) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#396) Missing semicolon. (@babel/semi)
(#396) Missing whitespace after semicolon. (semi-spacing)
(#396) Operator '=' must be spaced. (space-infix-ops)
(#396) Requires a space after '{'. (block-spacing)
(#396) Statement inside of curly braces should be on next line. (brace-style)
(#396) Missing space before opening brace. (space-before-blocks)
(#396) Operator '=' must be spaced. (space-infix-ops)
(#396) A space is required after ','. (comma-spacing)
(#396) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#396) Operator '=' must be spaced. (space-infix-ops)
(#396) A space is required after ','. (comma-spacing)
(#396) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#396) Operator '=' must be spaced. (space-infix-ops)
(#396) Operator '===' must be spaced. (space-infix-ops)
(#396) Missing whitespace after semicolon. (semi-spacing)
(#396) Requires a space after '{'. (block-spacing)
(#396) Statement inside of curly braces should be on next line. (brace-style)
(#396) Missing space before opening brace. (space-before-blocks)
(#397) This line has a length of 506. Maximum allowed is 132. (max-len)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Expected space(s) after "if". (keyword-spacing)
(#397) Requires a space after '{'. (block-spacing)
(#397) Statement inside of curly braces should be on next line. (brace-style)
(#397) Missing space before opening brace. (space-before-blocks)
(#397) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#397) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#397) Operator '&&' must be spaced. (space-infix-ops)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#397) Operator '&&' must be spaced. (space-infix-ops)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Operator '?' must be spaced. (space-infix-ops)
(#397) Operator ':' must be spaced. (space-infix-ops)
(#397) A space is required after ','. (comma-spacing)
(#397) Requires a space after '{'. (block-spacing)
(#397) Statement inside of curly braces should be on next line. (brace-style)
(#397) Missing space before opening brace. (space-before-blocks)
(#397) Requires a space before '}'. (block-spacing)
(#397) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#397) Missing semicolon. (@babel/semi)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Operator '+' must be spaced. (space-infix-ops)
(#397) Operator '+' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Operator '-' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#397) Operator '?' must be spaced. (space-infix-ops)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Operator '?' must be spaced. (space-infix-ops)
(#397) Operator ':' must be spaced. (space-infix-ops)
(#397) A space is required after ','. (comma-spacing)
(#397) Operator '+=' must be spaced. (space-infix-ops)
(#397) Operator '-' must be spaced. (space-infix-ops)
(#397) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#397) Operator '*' must be spaced. (space-infix-ops)
(#397) Operator ':' must be spaced. (space-infix-ops)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Operator '+' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Missing space before value for key 'target'. (key-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) Missing space before value for key 'size'. (key-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) Missing space before value for key 'item'. (key-spacing)
(#397) Requires a space before '}'. (block-spacing)
(#397) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#397) Missing semicolon. (@babel/semi)
(#397) Requires a space before '}'. (block-spacing)
(#397) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#397) A space is required after ','. (comma-spacing)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) Requires a space after '{'. (block-spacing)
(#397) Statement inside of curly braces should be on next line. (brace-style)
(#397) Missing space before opening brace. (space-before-blocks)
(#397) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#397) Operator '&&' must be spaced. (space-infix-ops)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Operator '-' must be spaced. (space-infix-ops)
(#397) Operator '+' must be spaced. (space-infix-ops)
(#397) Requires a space before '}'. (block-spacing)
(#397) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#397) Missing semicolon. (@babel/semi)
(#397) Requires a space before '}'. (block-spacing)
(#397) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#397) Missing semicolon. (@babel/semi)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Requires a space after '{'. (block-spacing)
(#397) Statement inside of curly braces should be on next line. (brace-style)
(#397) Missing space before opening brace. (space-before-blocks)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#398) This line has a length of 509. Maximum allowed is 132. (max-len)
(#398) A space is required after ','. (comma-spacing)
(#398) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) Operator '-' must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Operator '-' must be spaced. (space-infix-ops)
(#398) Operator '*' must be spaced. (space-infix-ops)
(#398) Operator '-' must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#398) Operator '<' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) Operator '&&' must be spaced. (space-infix-ops)
(#398) Operator '/=' must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Operator '||' must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#398) Operator '||' must be spaced. (space-infix-ops)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Operator '||' must be spaced. (space-infix-ops)
(#398) Missing space before value for key 'zIndex'. (key-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Missing space before value for key 'zIndex'. (key-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#399) This line has a length of 501. Maximum allowed is 132. (max-len)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#399) A space is required after ','. (comma-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) Requires a space after '{'. (block-spacing)
(#399) Statement inside of curly braces should be on next line. (brace-style)
(#399) Missing space before opening brace. (space-before-blocks)
(#399) Expected space(s) after "return". (keyword-spacing)
(#399) Operator '&&' must be spaced. (space-infix-ops)
(#399) Operator '||' must be spaced. (space-infix-ops)
(#399) Operator '-' must be spaced. (space-infix-ops)
(#399) Operator '&&' must be spaced. (space-infix-ops)
(#399) Operator '||' must be spaced. (space-infix-ops)
(#399) Requires a space before '}'. (block-spacing)
(#399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#399) Missing semicolon. (@babel/semi)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#399) Operator '&&' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Operator '||' must be spaced. (space-infix-ops)
(#399) Operator '+' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Operator '+' must be spaced. (space-infix-ops)
(#399) Operator '+' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '+=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#399) Operator '||' must be spaced. (space-infix-ops)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#400) This line has a length of 511. Maximum allowed is 132. (max-len)
(#400) Missing space before value for key 'r'. (key-spacing)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#400) Operator '||' must be spaced. (space-infix-ops)
(#400) Missing space before value for key 'stroke'. (key-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) Missing space before value for key 'stroke-width'. (key-spacing)
(#400) Operator '||' must be spaced. (space-infix-ops)
(#400) A space is required after ','. (comma-spacing)
(#400) Missing space before value for key 'fill'. (key-spacing)
(#400) Operator '||' must be spaced. (space-infix-ops)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Expected space(s) after "if". (keyword-spacing)
(#400) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#400) Operator '<' must be spaced. (space-infix-ops)
(#400) Operator '&&' must be spaced. (space-infix-ops)
(#400) Operator '<' must be spaced. (space-infix-ops)
(#400) Expected { after 'if' condition. (curly)
(#400) Operator '?' must be spaced. (space-infix-ops)
(#400) Operator ':' must be spaced. (space-infix-ops)
(#400) A space is required after ','. (comma-spacing)
(#400) Missing space before value for key 'x'. (key-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) Missing space before value for key 'y'. (key-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) Missing space before value for key 'width'. (key-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) Missing space before value for key 'height'. (key-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Operator '?' must be spaced. (space-infix-ops)
(#400) Operator ':' must be spaced. (space-infix-ops)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#400) Operator '&&' must be spaced. (space-infix-ops)
(#400) Operator '===' must be spaced. (space-infix-ops)
(#400) Operator '&&' must be spaced. (space-infix-ops)
(#400) Operator '=' must be spaced. (space-infix-ops)
(#400) Operator '=' must be spaced. (space-infix-ops)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Operator '=' must be spaced. (space-infix-ops)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Operator '=' must be spaced. (space-infix-ops)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#400) Operator '&&' must be spaced. (space-infix-ops)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#400) Operator '||' must be spaced. (space-infix-ops)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#400) A space is required after ','. (comma-spacing)
(#400) Requires a space before '}'. (block-spacing)
(#400) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#400) Missing semicolon. (@babel/semi)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Operator '=' must be spaced. (space-infix-ops)
(#401) This line has a length of 508. Maximum allowed is 132. (max-len)
(#401) Requires a space after '{'. (block-spacing)
(#401) Statement inside of curly braces should be on next line. (brace-style)
(#401) Missing space before opening brace. (space-before-blocks)
(#401) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#401) Operator '===' must be spaced. (space-infix-ops)
(#401) Operator '&&' must be spaced. (space-infix-ops)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) A space is required after ','. (comma-spacing)
(#401) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) A space is required after ','. (comma-spacing)
(#401) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#401) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#401) Operator '&&' must be spaced. (space-infix-ops)
(#401) Operator '<' must be spaced. (space-infix-ops)
(#401) Operator '?' must be spaced. (space-infix-ops)
(#401) Operator '+=' must be spaced. (space-infix-ops)
(#401) Operator ':' must be spaced. (space-infix-ops)
(#401) Operator '&&' must be spaced. (space-infix-ops)
(#401) Operator '<' must be spaced. (space-infix-ops)
(#401) Operator '&&' must be spaced. (space-infix-ops)
(#401) Operator '-=' must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#401) Operator '!==' must be spaced. (space-infix-ops)
(#401) Operator '&&' must be spaced. (space-infix-ops)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) A space is required after ','. (comma-spacing)
(#401) Missing space before value for key 'y'. (key-spacing)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#401) Operator '||' must be spaced. (space-infix-ops)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) A space is required after ','. (comma-spacing)
(#401) Missing space before value for key 'width'. (key-spacing)
(#401) A space is required after ','. (comma-spacing)
(#401) Missing space before value for key 'height'. (key-spacing)
(#401) A space is required after ','. (comma-spacing)
(#401) Missing space before value for key 'verticalAlign'. (key-spacing)
(#401) Operator '?' must be spaced. (space-infix-ops)
(#401) Operator ':' must be spaced. (space-infix-ops)
(#401) A space is required after ','. (comma-spacing)
(#401) A space is required after ','. (comma-spacing)
(#401) Requires a space before '}'. (block-spacing)
(#401) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#401) Missing semicolon. (@babel/semi)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) Requires a space after '{'. (block-spacing)
(#401) Statement inside of curly braces should be on next line. (brace-style)
(#401) Missing space before opening brace. (space-before-blocks)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) A space is required after ','. (comma-spacing)
(#401) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#402) This line has a length of 504. Maximum allowed is 132. (max-len)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) Operator '===' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) A space is required after ','. (comma-spacing)
(#402) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) Operator '||' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) Requires a space after '{'. (block-spacing)
(#402) Statement inside of curly braces should be on next line. (brace-style)
(#402) Missing space before opening brace. (space-before-blocks)
(#402) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#402) Operator '===' must be spaced. (space-infix-ops)
(#402) Operator '?' must be spaced. (space-infix-ops)
(#402) Missing space before value for key 'height'. (key-spacing)
(#402) Operator ':' must be spaced. (space-infix-ops)
(#402) Operator '&&' must be spaced. (space-infix-ops)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Missing whitespace after semicolon. (semi-spacing)
(#402) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#402) Operator '&&' must be spaced. (space-infix-ops)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) Operator '?' must be spaced. (space-infix-ops)
(#402) Operator '+' must be spaced. (space-infix-ops)
(#402) Operator '+' must be spaced. (space-infix-ops)
(#402) Operator '+' must be spaced. (space-infix-ops)
(#402) Operator '+' must be spaced. (space-infix-ops)
(#402) Operator '+' must be spaced. (space-infix-ops)
(#402) Operator ':' must be spaced. (space-infix-ops)
(#402) Requires a space before '}'. (block-spacing)
(#402) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#402) Missing semicolon. (@babel/semi)
(#402) A space is required after ','. (comma-spacing)
(#402) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) Requires a space after '{'. (block-spacing)
(#402) Statement inside of curly braces should be on next line. (brace-style)
(#402) Missing space before opening brace. (space-before-blocks)
(#402) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) A space is required after ','. (comma-spacing)
(#402) Operator '*' must be spaced. (space-infix-ops)
(#402) Operator '/' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Operator '/' must be spaced. (space-infix-ops)
(#402) Missing whitespace after semicolon. (semi-spacing)
(#402) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#402) Operator '||' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Missing whitespace after semicolon. (semi-spacing)
(#402) Requires a space before '}'. (block-spacing)
(#402) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#402) Missing semicolon. (@babel/semi)
(#403) This line has a length of 502. Maximum allowed is 132. (max-len)
(#403) A space is required after ','. (comma-spacing)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) Operator '+' must be spaced. (space-infix-ops)
(#403) Operator '?' must be spaced. (space-infix-ops)
(#403) Operator ':' must be spaced. (space-infix-ops)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) A space is required after ','. (comma-spacing)
(#403) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#403) Operator '!==' must be spaced. (space-infix-ops)
(#403) Operator '||' must be spaced. (space-infix-ops)
(#403) Operator '===' must be spaced. (space-infix-ops)
(#403) Operator '||' must be spaced. (space-infix-ops)
(#403) Operator '||' must be spaced. (space-infix-ops)
(#403) Operator '/=' must be spaced. (space-infix-ops)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#403) Operator '&&' must be spaced. (space-infix-ops)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) A space is required after ','. (comma-spacing)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#403) Operator '&&' must be spaced. (space-infix-ops)
(#403) Operator '<' must be spaced. (space-infix-ops)
(#403) Operator '&&' must be spaced. (space-infix-ops)
(#403) Operator '>' must be spaced. (space-infix-ops)
(#403) Operator '&&' must be spaced. (space-infix-ops)
(#403) Operator '!==' must be spaced. (space-infix-ops)
(#403) Operator '?' must be spaced. (space-infix-ops)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) Requires a space after '{'. (block-spacing)
(#403) Statement inside of curly braces should be on next line. (brace-style)
(#403) Missing space before opening brace. (space-before-blocks)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) A space is required after ','. (comma-spacing)
(#403) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) A space is required after ','. (comma-spacing)
(#403) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Expected space(s) after "if". (keyword-spacing)
(#403) Operator '||' must be spaced. (space-infix-ops)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) Operator '>' must be spaced. (space-infix-ops)
(#403) Operator '&&' must be spaced. (space-infix-ops)
(#403) Operator '||' must be spaced. (space-infix-ops)
(#403) Operator '!==' must be spaced. (space-infix-ops)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) Expected { after 'if' condition. (curly)
(#403) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#403) Operator '||' must be spaced. (space-infix-ops)
(#403) Unexpected use of comma operator. (no-sequences)
(#403) A space is required after ','. (comma-spacing)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#403) Operator '&&' must be spaced. (space-infix-ops)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#404) This line has a length of 512. Maximum allowed is 132. (max-len)
(#404) Missing whitespace after semicolon. (semi-spacing)
(#404) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#404) Operator '===' must be spaced. (space-infix-ops)
(#404) Operator '-' must be spaced. (space-infix-ops)
(#404) Operator '&&' must be spaced. (space-infix-ops)
(#404) Operator '+' must be spaced. (space-infix-ops)
(#404) Operator '-' must be spaced. (space-infix-ops)
(#404) Operator '-' must be spaced. (space-infix-ops)
(#404) Operator '>' must be spaced. (space-infix-ops)
(#404) Operator '&&' must be spaced. (space-infix-ops)
(#404) Operator '<=' must be spaced. (space-infix-ops)
(#404) Operator '&&' must be spaced. (space-infix-ops)
(#404) A space is required after ','. (comma-spacing)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) Missing whitespace after semicolon. (semi-spacing)
(#404) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#404) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#404) Operator '!==' must be spaced. (space-infix-ops)
(#404) Operator '&&' must be spaced. (space-infix-ops)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) Requires a space before '}'. (block-spacing)
(#404) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#404) Missing semicolon. (@babel/semi)
(#404) A space is required after ','. (comma-spacing)
(#404) Operator '||' must be spaced. (space-infix-ops)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) Operator '||' must be spaced. (space-infix-ops)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) Missing space before value for key 'zIndex'. (key-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) Requires a space after '{'. (block-spacing)
(#404) Statement inside of curly braces should be on next line. (brace-style)
(#404) Missing space before opening brace. (space-before-blocks)
(#404) A space is required after ','. (comma-spacing)
(#404) Requires a space before '}'. (block-spacing)
(#404) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#404) Missing semicolon. (@babel/semi)
(#404) A space is required after ','. (comma-spacing)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) Operator '&&' must be spaced. (space-infix-ops)
(#404) Operator '&&' must be spaced. (space-infix-ops)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#405) This line has a length of 524. Maximum allowed is 132. (max-len)
(#405) Requires a space after '{'. (block-spacing)
(#405) Statement inside of curly braces should be on next line. (brace-style)
(#405) Missing space before opening brace. (space-before-blocks)
(#405) A space is required after ','. (comma-spacing)
(#405) Requires a space before '}'. (block-spacing)
(#405) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#405) Missing semicolon. (@babel/semi)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) Operator ':' must be spaced. (space-infix-ops)
(#405) Operator '&&' must be spaced. (space-infix-ops)
(#405) A space is required after ','. (comma-spacing)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) A space is required after ','. (comma-spacing)
(#405) Missing space before value for key 'translateY'. (key-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Requires a space before '}'. (block-spacing)
(#405) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#405) Missing semicolon. (@babel/semi)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) A space is required after ','. (comma-spacing)
(#405) Requires a space after '{'. (block-spacing)
(#405) Statement inside of curly braces should be on next line. (brace-style)
(#405) Missing space before opening brace. (space-before-blocks)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) A space is required after ','. (comma-spacing)
(#405) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) A space is required after ','. (comma-spacing)
(#405) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) A space is required after ','. (comma-spacing)
(#405) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) A space is required after ','. (comma-spacing)
(#405) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) A space is required after ','. (comma-spacing)
(#405) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) A space is required after ','. (comma-spacing)
(#405) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) A space is required after ','. (comma-spacing)
(#405) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) A space is required after ','. (comma-spacing)
(#405) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) Operator '+' must be spaced. (space-infix-ops)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#405) Operator '>' must be spaced. (space-infix-ops)
(#405) Operator '&&' must be spaced. (space-infix-ops)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#405) Operator '<' must be spaced. (space-infix-ops)
(#405) Operator '&&' must be spaced. (space-infix-ops)
(#405) Operator '!==' must be spaced. (space-infix-ops)
(#405) Operator '&&' must be spaced. (space-infix-ops)
(#405) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) Missing space before value for key 'translateX'. (key-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) Missing space before value for key 'translateY'. (key-spacing)
(#405) Operator '+' must be spaced. (space-infix-ops)
(#405) Operator '+' must be spaced. (space-infix-ops)
(#405) Operator '+' must be spaced. (space-infix-ops)
(#405) A space is required after ','. (comma-spacing)
(#405) Missing space before value for key 'visibility'. (key-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) Requires a space after '{'. (block-spacing)
(#405) Statement inside of curly braces should be on next line. (brace-style)
(#405) Missing space before opening brace. (space-before-blocks)
(#405) Missing space before value for key 'class'. (key-spacing)
(#405) Operator '===' must be spaced. (space-infix-ops)
(#406) This line has a length of 513. Maximum allowed is 132. (max-len)
(#406) Operator '?' must be spaced. (space-infix-ops)
(#406) Operator ':' must be spaced. (space-infix-ops)
(#406) Requires a space before '}'. (block-spacing)
(#406) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#406) Missing semicolon. (@babel/semi)
(#406) A space is required after ','. (comma-spacing)
(#406) Missing space before value for key 'text'. (key-spacing)
(#406) Operator '+' must be spaced. (space-infix-ops)
(#406) Operator '+' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) Requires a space after '{'. (block-spacing)
(#406) Statement inside of curly braces should be on next line. (brace-style)
(#406) Missing space before opening brace. (space-before-blocks)
(#406) Missing space before value for key 'x'. (key-spacing)
(#406) Operator '+' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) Missing space before value for key 'class'. (key-spacing)
(#406) Operator '===' must be spaced. (space-infix-ops)
(#406) Operator '?' must be spaced. (space-infix-ops)
(#406) Operator ':' must be spaced. (space-infix-ops)
(#406) Requires a space before '}'. (block-spacing)
(#406) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#406) Missing semicolon. (@babel/semi)
(#406) A space is required after ','. (comma-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) Operator '||' must be spaced. (space-infix-ops)
(#406) Missing space before value for key 'fill'. (key-spacing)
(#406) Operator '===' must be spaced. (space-infix-ops)
(#406) Operator '?' must be spaced. (space-infix-ops)
(#406) Operator ':' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) Missing space before value for key 'cursor'. (key-spacing)
(#406) Operator '===' must be spaced. (space-infix-ops)
(#406) Operator '?' must be spaced. (space-infix-ops)
(#406) Operator ':' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) Missing space before value for key 'fill'. (key-spacing)
(#406) Operator '===' must be spaced. (space-infix-ops)
(#406) Operator '?' must be spaced. (space-infix-ops)
(#406) Operator ':' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) Missing space before value for key 'cursor'. (key-spacing)
(#406) Operator '===' must be spaced. (space-infix-ops)
(#406) Operator '?' must be spaced. (space-infix-ops)
(#406) Operator ':' must be spaced. (space-infix-ops)
(#407) This line has a length of 503. Maximum allowed is 132. (max-len)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) Operator '-' must be spaced. (space-infix-ops)
(#407) Operator '+' must be spaced. (space-infix-ops)
(#407) A space is required after ','. (comma-spacing)
(#407) Missing space before value for key 'translateY'. (key-spacing)
(#407) A space is required after ','. (comma-spacing)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) A space is required after ','. (comma-spacing)
(#407) A space is required after ','. (comma-spacing)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#407) A space is required after ','. (comma-spacing)
(#407) A space is required after ','. (comma-spacing)
(#407) A space is required after ','. (comma-spacing)
(#407) Requires a space after '{'. (block-spacing)
(#407) Statement inside of curly braces should be on next line. (brace-style)
(#407) Missing space before opening brace. (space-before-blocks)
(#407) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#407) A space is required after ','. (comma-spacing)
(#407) A space is required after ','. (comma-spacing)
(#407) Missing space before value for key 'currentPage'. (key-spacing)
(#407) Requires a space before '}'. (block-spacing)
(#407) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#407) Missing semicolon. (@babel/semi)
(#407) A space is required after ','. (comma-spacing)
(#407) Requires a space before '}'. (block-spacing)
(#407) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#407) Missing semicolon. (@babel/semi)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) A space is required after ','. (comma-spacing)
(#407) A space is required after ','. (comma-spacing)
(#407) Requires a space after '{'. (block-spacing)
(#407) Statement inside of curly braces should be on next line. (brace-style)
(#407) Missing space before opening brace. (space-before-blocks)
(#407) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) A space is required after ','. (comma-spacing)
(#407) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) A space is required after ','. (comma-spacing)
(#407) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) A space is required after ','. (comma-spacing)
(#407) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) Operator '+' must be spaced. (space-infix-ops)
(#407) Operator '?' must be spaced. (space-infix-ops)
(#407) Operator ':' must be spaced. (space-infix-ops)
(#407) Operator '+' must be spaced. (space-infix-ops)
(#407) A space is required after ','. (comma-spacing)
(#407) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) A space is required after ','. (comma-spacing)
(#407) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) Requires a space after '{'. (block-spacing)
(#407) Statement inside of curly braces should be on next line. (brace-style)
(#407) Missing space before opening brace. (space-before-blocks)
(#407) Requires a space after '{'. (block-spacing)
(#407) Statement inside of curly braces should be on next line. (brace-style)
(#407) Missing space before opening brace. (space-before-blocks)
(#407) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#407) Operator '!==' must be spaced. (space-infix-ops)
(#407) Operator '&&' must be spaced. (space-infix-ops)
(#407) Operator '||' must be spaced. (space-infix-ops)
(#408) This line has a length of 511. Maximum allowed is 132. (max-len)
(#408) Requires a space after '{'. (block-spacing)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) A space is required after ','. (comma-spacing)
(#408) Requires a space before '}'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Missing semicolon. (@babel/semi)
(#408) Requires a space before '}'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Missing semicolon. (@babel/semi)
(#408) Requires a space before '}'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Missing semicolon. (@babel/semi)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Operator '?' must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Operator ':' must be spaced. (space-infix-ops)
(#408) Requires a space after '{'. (block-spacing)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Expected space(s) after "if". (keyword-spacing)
(#408) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#408) Expected { after 'if' condition. (curly)
(#408) A space is required after ','. (comma-spacing)
(#408) Requires a space after '{'. (block-spacing)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#408) Operator '&&' must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#408) Operator '&&' must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#408) Operator '||' must be spaced. (space-infix-ops)
(#408) Requires a space before '}'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Missing semicolon. (@babel/semi)
(#408) A space is required after ','. (comma-spacing)
(#408) Requires a space after '{'. (block-spacing)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#408) Operator '||' must be spaced. (space-infix-ops)
(#408) Operator '?' must be spaced. (space-infix-ops)
(#408) Operator ':' must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Requires a space before '}'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Missing semicolon. (@babel/semi)
(#408) A space is required after ','. (comma-spacing)
(#408) Requires a space after '{'. (block-spacing)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) Requires a space after '{'. (block-spacing)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#408) Operator '&&' must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Operator '?' must be spaced. (space-infix-ops)
(#408) Operator ':' must be spaced. (space-infix-ops)
(#408) Requires a space before '}'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Missing semicolon. (@babel/semi)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) Missing space before value for key 'browserEvent'. (key-spacing)
(#409) This line has a length of 506. Maximum allowed is 132. (max-len)
(#409) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#409) Operator '?' must be spaced. (space-infix-ops)
(#409) A space is required after ','. (comma-spacing)
(#409) A space is required after ','. (comma-spacing)
(#409) Operator ':' must be spaced. (space-infix-ops)
(#409) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#409) A space is required after ','. (comma-spacing)
(#409) A space is required after ','. (comma-spacing)
(#409) A space is required after ','. (comma-spacing)
(#409) Requires a space before '}'. (block-spacing)
(#409) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#409) Missing semicolon. (@babel/semi)
(#409) Requires a space before '}'. (block-spacing)
(#409) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#409) Missing semicolon. (@babel/semi)
(#409) Requires a space before '}'. (block-spacing)
(#409) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#409) Missing semicolon. (@babel/semi)
(#409) Missing whitespace after semicolon. (semi-spacing)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) Requires a space after '{'. (block-spacing)
(#409) Statement inside of curly braces should be on next line. (brace-style)
(#409) Missing space before opening brace. (space-before-blocks)
(#409) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) A space is required after ','. (comma-spacing)
(#409) Missing space before value for key 'type'. (key-spacing)
(#409) A space is required after ','. (comma-spacing)
(#409) Missing space before value for key 'className'. (key-spacing)
(#409) A space is required after ','. (comma-spacing)
(#409) Missing space before value for key 'checked'. (key-spacing)
(#409) A space is required after ','. (comma-spacing)
(#409) Missing space before value for key 'defaultChecked'. (key-spacing)
(#409) A space is required after ','. (comma-spacing)
(#409) A space is required after ','. (comma-spacing)
(#409) Missing whitespace after semicolon. (semi-spacing)
(#409) A space is required after ','. (comma-spacing)
(#409) A space is required after ','. (comma-spacing)
(#409) Requires a space after '{'. (block-spacing)
(#409) Statement inside of curly braces should be on next line. (brace-style)
(#409) Missing space before opening brace. (space-before-blocks)
(#409) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#409) Operator '||' must be spaced. (space-infix-ops)
(#409) A space is required after ','. (comma-spacing)
(#409) A space is required after ','. (comma-spacing)
(#409) Missing space before value for key 'checked'. (key-spacing)
(#409) A space is required after ','. (comma-spacing)
(#409) Missing space before value for key 'item'. (key-spacing)
(#409) A space is required after ','. (comma-spacing)
(#409) Requires a space after '{'. (block-spacing)
(#409) Statement inside of curly braces should be on next line. (brace-style)
(#409) Missing space before opening brace. (space-before-blocks)
(#409) Requires a space before '}'. (block-spacing)
(#409) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#409) Missing semicolon. (@babel/semi)
(#409) Requires a space before '}'. (block-spacing)
(#409) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#409) Missing semicolon. (@babel/semi)
(#409) Requires a space before '}'. (block-spacing)
(#409) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#409) Missing semicolon. (@babel/semi)
(#409) Missing whitespace after semicolon. (semi-spacing)
(#409) Requires a space before '}'. (block-spacing)
(#409) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#409) Missing semicolon. (@babel/semi)
(#409) Missing whitespace after semicolon. (semi-spacing)
(#409) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#409) Operator '&&' must be spaced. (space-infix-ops)
(#409) Operator '||' must be spaced. (space-infix-ops)
(#410) This line has a length of 507. Maximum allowed is 132. (max-len)
(#410) Operator '&&' must be spaced. (space-infix-ops)
(#410) A space is required after ','. (comma-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) Requires a space after '{'. (block-spacing)
(#410) Statement inside of curly braces should be on next line. (brace-style)
(#410) Missing space before opening brace. (space-before-blocks)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) A space is required after ','. (comma-spacing)
(#410) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) Requires a space after '{'. (block-spacing)
(#410) Statement inside of curly braces should be on next line. (brace-style)
(#410) Missing space before opening brace. (space-before-blocks)
(#410) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#410) Operator '&&' must be spaced. (space-infix-ops)
(#410) A space is required after ','. (comma-spacing)
(#410) Requires a space before '}'. (block-spacing)
(#410) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#410) Missing semicolon. (@babel/semi)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#410) Operator '||' must be spaced. (space-infix-ops)
(#410) Requires a space before '}'. (block-spacing)
(#410) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#410) Missing semicolon. (@babel/semi)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Requires a space before '}'. (block-spacing)
(#410) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#410) Missing semicolon. (@babel/semi)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#410) A space is required after ','. (comma-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) Requires a space after '{'. (block-spacing)
(#410) Statement inside of curly braces should be on next line. (brace-style)
(#410) Missing space before opening brace. (space-before-blocks)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) A space is required after ','. (comma-spacing)
(#410) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) A space is required after ','. (comma-spacing)
(#410) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) A space is required after ','. (comma-spacing)
(#410) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) A space is required after ','. (comma-spacing)
(#410) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Requires a space after '{'. (block-spacing)
(#410) Statement inside of curly braces should be on next line. (brace-style)
(#410) Missing space before opening brace. (space-before-blocks)
(#410) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#410) A space is required after ','. (comma-spacing)
(#410) Requires a space after '{'. (block-spacing)
(#410) Statement inside of curly braces should be on next line. (brace-style)
(#410) Missing space before opening brace. (space-before-blocks)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) Operator '||' must be spaced. (space-infix-ops)
(#410) A space is required after ','. (comma-spacing)
(#410) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#410) Operator '||' must be spaced. (space-infix-ops)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#411) This line has a length of 506. Maximum allowed is 132. (max-len)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#411) Operator '&&' must be spaced. (space-infix-ops)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Requires a space before '}'. (block-spacing)
(#411) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#411) Missing semicolon. (@babel/semi)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) A space is required after ','. (comma-spacing)
(#411) Requires a space after '{'. (block-spacing)
(#411) Statement inside of curly braces should be on next line. (brace-style)
(#411) Missing space before opening brace. (space-before-blocks)
(#411) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#411) Operator '===' must be spaced. (space-infix-ops)
(#411) Operator '&&' must be spaced. (space-infix-ops)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Operator '||' must be spaced. (space-infix-ops)
(#411) Operator '||' must be spaced. (space-infix-ops)
(#411) Operator '||' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#411) Operator '||' must be spaced. (space-infix-ops)
(#411) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#411) A space is required after ','. (comma-spacing)
(#411) A space is required after ','. (comma-spacing)
(#411) A space is required after ','. (comma-spacing)
(#411) Missing space before value for key 'missingModuleFor'. (key-spacing)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Missing '()' invoking a constructor. (new-parens)
(#411) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#411) Operator '===' must be spaced. (space-infix-ops)
(#411) Operator '&&' must be spaced. (space-infix-ops)
(#411) A space is required after ','. (comma-spacing)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Requires a space before '}'. (block-spacing)
(#411) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#411) Missing semicolon. (@babel/semi)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) A space is required after ','. (comma-spacing)
(#411) A space is required after ','. (comma-spacing)
(#411) A space is required after ','. (comma-spacing)
(#411) A space is required after ','. (comma-spacing)
(#411) Requires a space after '{'. (block-spacing)
(#411) Statement inside of curly braces should be on next line. (brace-style)
(#411) Missing space before opening brace. (space-before-blocks)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Operator '||' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Operator '||' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#411) A space is required after ','. (comma-spacing)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) A space is required after ','. (comma-spacing)
(#411) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#411) Operator '||' must be spaced. (space-infix-ops)
(#411) Unexpected empty function. (no-empty-function)
(#411) Missing space before opening brace. (space-before-blocks)
(#411) A space is required after ','. (comma-spacing)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#411) Operator '&&' must be spaced. (space-infix-ops)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#412) This line has a length of 507. Maximum allowed is 132. (max-len)
(#412) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#412) A space is required after ','. (comma-spacing)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) Requires a space before '}'. (block-spacing)
(#412) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#412) Missing semicolon. (@babel/semi)
(#412) Requires a space before '}'. (block-spacing)
(#412) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#412) Missing semicolon. (@babel/semi)
(#412) Operator '||' must be spaced. (space-infix-ops)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#412) Requires a space before '}'. (block-spacing)
(#412) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#412) Missing semicolon. (@babel/semi)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#412) A space is required after ','. (comma-spacing)
(#412) A space is required after ','. (comma-spacing)
(#412) A space is required after ','. (comma-spacing)
(#412) A space is required after ','. (comma-spacing)
(#412) A space is required after ','. (comma-spacing)
(#412) A space is required after ','. (comma-spacing)
(#412) A space is required after ','. (comma-spacing)
(#412) A space is required after ','. (comma-spacing)
(#412) A space is required after ','. (comma-spacing)
(#412) A space is required after ','. (comma-spacing)
(#412) A space is required after ','. (comma-spacing)
(#412) A space is required after ','. (comma-spacing)
(#412) A space is required after ','. (comma-spacing)
(#412) A space is required after ','. (comma-spacing)
(#412) A space is required after ','. (comma-spacing)
(#412) A space is required after ','. (comma-spacing)
(#413) This line has a length of 516. Maximum allowed is 132. (max-len)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#414) This line has a length of 510. Maximum allowed is 132. (max-len)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) A space is required after ','. (comma-spacing)
(#414) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) A space is required after ','. (comma-spacing)
(#414) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) A space is required after ','. (comma-spacing)
(#414) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#414) Requires a space after '{'. (block-spacing)
(#414) Statement inside of curly braces should be on next line. (brace-style)
(#414) Missing space before opening brace. (space-before-blocks)
(#414) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#414) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#414) A space is required after ','. (comma-spacing)
(#414) A space is required after ','. (comma-spacing)
(#414) Requires a space after '{'. (block-spacing)
(#414) Statement inside of curly braces should be on next line. (brace-style)
(#414) Missing space before opening brace. (space-before-blocks)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#415) This line has a length of 508. Maximum allowed is 132. (max-len)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Requires a space before '}'. (block-spacing)
(#415) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#415) Missing semicolon. (@babel/semi)
(#415) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) A space is required after ','. (comma-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Requires a space after '{'. (block-spacing)
(#415) Statement inside of curly braces should be on next line. (brace-style)
(#415) Missing space before opening brace. (space-before-blocks)
(#415) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#415) A space is required after ','. (comma-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Requires a space before '}'. (block-spacing)
(#415) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#415) Missing semicolon. (@babel/semi)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) A space is required after ','. (comma-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Requires a space after '{'. (block-spacing)
(#415) Statement inside of curly braces should be on next line. (brace-style)
(#415) Missing space before opening brace. (space-before-blocks)
(#415) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#415) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#415) Operator '||' must be spaced. (space-infix-ops)
(#415) Operator '?' must be spaced. (space-infix-ops)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) A space is required after ','. (comma-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Operator ':' must be spaced. (space-infix-ops)
(#415) A space is required after ','. (comma-spacing)
(#415) Requires a space before '}'. (block-spacing)
(#415) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#415) Missing semicolon. (@babel/semi)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) A space is required after ','. (comma-spacing)
(#415) Requires a space after '{'. (block-spacing)
(#415) Statement inside of curly braces should be on next line. (brace-style)
(#415) Missing space before opening brace. (space-before-blocks)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) Operator '||' must be spaced. (space-infix-ops)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#415) A space is required after ','. (comma-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing space before value for key 'args'. (key-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Requires a space after '{'. (block-spacing)
(#415) Statement inside of curly braces should be on next line. (brace-style)
(#415) Missing space before opening brace. (space-before-blocks)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#415) A space is required after ','. (comma-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#415) A space is required after ','. (comma-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Requires a space after '{'. (block-spacing)
(#415) Statement inside of curly braces should be on next line. (brace-style)
(#415) Missing space before opening brace. (space-before-blocks)
(#415) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#415) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#415) Operator '&&' must be spaced. (space-infix-ops)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) Operator '&&' must be spaced. (space-infix-ops)
(#415) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#415) Operator '||' must be spaced. (space-infix-ops)
(#415) Requires a space before '}'. (block-spacing)
(#415) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#415) Missing semicolon. (@babel/semi)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) Operator '&&' must be spaced. (space-infix-ops)
(#416) This line has a length of 501. Maximum allowed is 132. (max-len)
(#416) Operator '&&' must be spaced. (space-infix-ops)
(#416) Operator '||' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing space before value for key 'h'. (key-spacing)
(#416) A space is required after ','. (comma-spacing)
(#416) Missing space before value for key 'v'. (key-spacing)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Operator '&&' must be spaced. (space-infix-ops)
(#416) Operator '?' must be spaced. (space-infix-ops)
(#416) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#416) Operator ':' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Operator '||' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) A space is required after ','. (comma-spacing)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#417) This line has a length of 537. Maximum allowed is 132. (max-len)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#417) A space is required after ','. (comma-spacing)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#417) Requires a space before '}'. (block-spacing)
(#417) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#417) Missing semicolon. (@babel/semi)
(#417) Requires a space before '}'. (block-spacing)
(#417) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#417) Missing semicolon. (@babel/semi)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) Requires a space after '{'. (block-spacing)
(#417) Statement inside of curly braces should be on next line. (brace-style)
(#417) Missing space before opening brace. (space-before-blocks)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) Operator '||' must be spaced. (space-infix-ops)
(#417) Operator '||' must be spaced. (space-infix-ops)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#417) Operator '||' must be spaced. (space-infix-ops)
(#417) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#417) A space is required after ','. (comma-spacing)
(#417) A space is required after ','. (comma-spacing)
(#417) A space is required after ','. (comma-spacing)
(#417) Missing space before value for key 'missingModuleFor'. (key-spacing)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) Missing '()' invoking a constructor. (new-parens)
(#417) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#417) Operator '===' must be spaced. (space-infix-ops)
(#417) Operator '&&' must be spaced. (space-infix-ops)
(#417) A space is required after ','. (comma-spacing)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) Requires a space before '}'. (block-spacing)
(#417) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#417) Missing semicolon. (@babel/semi)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) Requires a space after '{'. (block-spacing)
(#417) Statement inside of curly braces should be on next line. (brace-style)
(#417) Missing space before opening brace. (space-before-blocks)
(#417) Requires a space after '{'. (block-spacing)
(#417) Statement inside of curly braces should be on next line. (brace-style)
(#417) Missing space before opening brace. (space-before-blocks)
(#417) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#417) Operator '||' must be spaced. (space-infix-ops)
(#417) Operator '||' must be spaced. (space-infix-ops)
(#417) Operator '||' must be spaced. (space-infix-ops)
(#417) A space is required after ','. (comma-spacing)
(#417) Requires a space before '}'. (block-spacing)
(#417) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#417) Missing semicolon. (@babel/semi)
(#417) Requires a space before '}'. (block-spacing)
(#417) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#417) Missing semicolon. (@babel/semi)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) Requires a space after '{'. (block-spacing)
(#417) Statement inside of curly braces should be on next line. (brace-style)
(#417) Missing space before opening brace. (space-before-blocks)
(#418) This line has a length of 503. Maximum allowed is 132. (max-len)
(#418) Requires a space after '{'. (block-spacing)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Missing space before opening brace. (space-before-blocks)
(#418) Operator '||' must be spaced. (space-infix-ops)
(#418) Operator '?' must be spaced. (space-infix-ops)
(#418) Operator '-' must be spaced. (space-infix-ops)
(#418) Operator ':' must be spaced. (space-infix-ops)
(#418) Requires a space before '}'. (block-spacing)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Missing semicolon. (@babel/semi)
(#418) Requires a space before '}'. (block-spacing)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Missing semicolon. (@babel/semi)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Requires a space after '{'. (block-spacing)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Missing space before opening brace. (space-before-blocks)
(#418) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Operator '||' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Expected space(s) after "for". (keyword-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Operator '<' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Expected { after 'for' condition. (curly)
(#418) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#418) Operator '&&' must be spaced. (space-infix-ops)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Requires a space before '}'. (block-spacing)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Missing semicolon. (@babel/semi)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Function has a complexity of 23. Maximum allowed is 20. (complexity)
(#418) A space is required after ','. (comma-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) Requires a space after '{'. (block-spacing)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Missing space before opening brace. (space-before-blocks)
(#418) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#418) Operator '===' must be spaced. (space-infix-ops)
(#418) Operator '&&' must be spaced. (space-infix-ops)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#418) Operator '&&' must be spaced. (space-infix-ops)
(#418) Operator '&&' must be spaced. (space-infix-ops)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#419) This line has a length of 502. Maximum allowed is 132. (max-len)
(#419) Operator '=' must be spaced. (space-infix-ops)
(#419) Missing whitespace after semicolon. (semi-spacing)
(#419) Operator '=' must be spaced. (space-infix-ops)
(#419) Operator '&&' must be spaced. (space-infix-ops)
(#419) Operator '||' must be spaced. (space-infix-ops)
(#419) Missing whitespace after semicolon. (semi-spacing)
(#419) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#419) Operator '=' must be spaced. (space-infix-ops)
(#419) Operator '?' must be spaced. (space-infix-ops)
(#419) Operator ':' must be spaced. (space-infix-ops)
(#419) Missing whitespace after semicolon. (semi-spacing)
(#419) Operator '=' must be spaced. (space-infix-ops)
(#419) Operator '?' must be spaced. (space-infix-ops)
(#419) Operator ':' must be spaced. (space-infix-ops)
(#419) Missing whitespace after semicolon. (semi-spacing)
(#419) Operator '=' must be spaced. (space-infix-ops)
(#419) Missing space before value for key 'x'. (key-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) Missing space before value for key 'y'. (key-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) Missing space before value for key 'isInsidePlot'. (key-spacing)
(#419) Missing whitespace after semicolon. (semi-spacing)
(#419) Expected space(s) after "if". (keyword-spacing)
(#419) Requires a space after '{'. (block-spacing)
(#419) Statement inside of curly braces should be on next line. (brace-style)
(#419) Missing space before opening brace. (space-before-blocks)
(#419) Operator '=' must be spaced. (space-infix-ops)
(#419) Operator '&&' must be spaced. (space-infix-ops)
(#419) Operator '?' must be spaced. (space-infix-ops)
(#419) Operator ':' must be spaced. (space-infix-ops)
(#419) Operator '||' must be spaced. (space-infix-ops)
(#419) Missing space before value for key 'pos'. (key-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) Missing space before value for key 'len'. (key-spacing)
(#419) Missing whitespace after semicolon. (semi-spacing)
(#419) Operator '=' must be spaced. (space-infix-ops)
(#419) Operator '?' must be spaced. (space-infix-ops)
(#419) Operator '+' must be spaced. (space-infix-ops)
(#419) Operator ':' must be spaced. (space-infix-ops)
(#419) Operator '+' must be spaced. (space-infix-ops)
(#419) Missing whitespace after semicolon. (semi-spacing)
(#419) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#419) Operator '>=' must be spaced. (space-infix-ops)
(#419) Operator '+' must be spaced. (space-infix-ops)
(#419) A space is required after ','. (comma-spacing)
(#419) Operator '&&' must be spaced. (space-infix-ops)
(#419) Operator '<=' must be spaced. (space-infix-ops)
(#419) Operator '+' must be spaced. (space-infix-ops)
(#419) Operator '+' must be spaced. (space-infix-ops)
(#419) A space is required after ','. (comma-spacing)
(#419) Operator '+' must be spaced. (space-infix-ops)
(#419) Operator '||' must be spaced. (space-infix-ops)
(#419) Operator '=' must be spaced. (space-infix-ops)
(#419) Requires a space before '}'. (block-spacing)
(#419) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#419) Missing semicolon. (@babel/semi)
(#419) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#419) Operator '&&' must be spaced. (space-infix-ops)
(#419) Operator '&&' must be spaced. (space-infix-ops)
(#419) Operator '=' must be spaced. (space-infix-ops)
(#419) Operator '&&' must be spaced. (space-infix-ops)
(#419) Operator '?' must be spaced. (space-infix-ops)
(#419) Operator ':' must be spaced. (space-infix-ops)
(#419) Operator '||' must be spaced. (space-infix-ops)
(#419) Missing space before value for key 'pos'. (key-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) Missing space before value for key 'len'. (key-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) Operator '=' must be spaced. (space-infix-ops)
(#419) Operator '?' must be spaced. (space-infix-ops)
(#419) Operator '+' must be spaced. (space-infix-ops)
(#419) Operator ':' must be spaced. (space-infix-ops)
(#419) Operator '+' must be spaced. (space-infix-ops)
(#419) A space is required after ','. (comma-spacing)
(#419) Operator '>=' must be spaced. (space-infix-ops)
(#419) Operator '+' must be spaced. (space-infix-ops)
(#419) A space is required after ','. (comma-spacing)
(#419) Operator '&&' must be spaced. (space-infix-ops)
(#419) Operator '<=' must be spaced. (space-infix-ops)
(#419) Operator '+' must be spaced. (space-infix-ops)
(#419) Operator '+' must be spaced. (space-infix-ops)
(#419) A space is required after ','. (comma-spacing)
(#419) Operator '+' must be spaced. (space-infix-ops)
(#419) Operator '||' must be spaced. (space-infix-ops)
(#419) Operator '=' must be spaced. (space-infix-ops)
(#419) Missing whitespace after semicolon. (semi-spacing)
(#419) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#419) A space is required after ','. (comma-spacing)
(#420) This line has a length of 515. Maximum allowed is 132. (max-len)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Requires a space before '}'. (block-spacing)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Missing semicolon. (@babel/semi)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) Requires a space after '{'. (block-spacing)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Missing space before opening brace. (space-before-blocks)
(#420) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) Operator '?' must be spaced. (space-infix-ops)
(#420) Operator ':' must be spaced. (space-infix-ops)
(#420) Operator '||' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#420) Operator '&&' must be spaced. (space-infix-ops)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#420) Operator '?' must be spaced. (space-infix-ops)
(#420) Operator ':' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#420) Operator '&&' must be spaced. (space-infix-ops)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Expected space(s) after "for". (keyword-spacing)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Requires a space after '{'. (block-spacing)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Missing space before opening brace. (space-before-blocks)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Expected space(s) after "if". (keyword-spacing)
(#420) Operator '||' must be spaced. (space-infix-ops)
(#420) Requires a space after '{'. (block-spacing)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Missing space before opening brace. (space-before-blocks)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Expected space(s) after "if". (keyword-spacing)
(#420) Requires a space after '{'. (block-spacing)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Missing space before opening brace. (space-before-blocks)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#421) This line has a length of 506. Maximum allowed is 132. (max-len)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Requires a space before '}'. (block-spacing)
(#421) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#421) Missing semicolon. (@babel/semi)
(#421) Requires a space before '}'. (block-spacing)
(#421) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#421) Requires a space before '}'. (block-spacing)
(#421) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#421) Expected space(s) before "if". (keyword-spacing)
(#421) Expected space(s) after "if". (keyword-spacing)
(#421) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#421) 'n' declared on line 420 column 514 is used outside of binding context. (block-scoped-var)
(#421) Expected { after 'if' condition. (curly)
(#421) Expected space(s) before "for". (keyword-spacing)
(#421) Expected space(s) after "for". (keyword-spacing)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) 'p' declared on line 420 column 429 is used outside of binding context. (block-scoped-var)
(#421) Expected { after 'for' condition. (curly)
(#421) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) Unexpected use of comma operator. (no-sequences)
(#421) A space is required after ','. (comma-spacing)
(#421) 'p' declared on line 420 column 429 is used outside of binding context. (block-scoped-var)
(#421) Operator '&&' must be spaced. (space-infix-ops)
(#421) 'p' declared on line 420 column 429 is used outside of binding context. (block-scoped-var)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Requires a space after '{'. (block-spacing)
(#421) Statement inside of curly braces should be on next line. (brace-style)
(#421) Missing space before opening brace. (space-before-blocks)
(#421) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#421) Operator '&&' must be spaced. (space-infix-ops)
(#421) Operator '===' must be spaced. (space-infix-ops)
(#421) Operator '?' must be spaced. (space-infix-ops)
(#421) Operator '===' must be spaced. (space-infix-ops)
(#421) Operator '&&' must be spaced. (space-infix-ops)
(#421) A space is required after ','. (comma-spacing)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) Operator ':' must be spaced. (space-infix-ops)
(#421) Operator '&&' must be spaced. (space-infix-ops)
(#421) Operator '||' must be spaced. (space-infix-ops)
(#421) Operator '&&' must be spaced. (space-infix-ops)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#421) Operator '&&' must be spaced. (space-infix-ops)
(#421) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#421) A space is required after ','. (comma-spacing)
(#421) Requires a space before '}'. (block-spacing)
(#421) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#421) Missing semicolon. (@babel/semi)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#421) Operator '&&' must be spaced. (space-infix-ops)
(#421) Operator '&&' must be spaced. (space-infix-ops)
(#421) Operator '&&' must be spaced. (space-infix-ops)
(#421) A space is required after ','. (comma-spacing)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) 'G' declared on line 420 column 491 is used outside of binding context. (block-scoped-var)
(#421) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#421) Operator '&&' must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Requires a space after '{'. (block-spacing)
(#421) Statement inside of curly braces should be on next line. (brace-style)
(#421) Missing space before opening brace. (space-before-blocks)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Requires a space before '}'. (block-spacing)
(#421) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#421) Missing semicolon. (@babel/semi)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Requires a space after '{'. (block-spacing)
(#421) Statement inside of curly braces should be on next line. (brace-style)
(#421) Missing space before opening brace. (space-before-blocks)
(#421) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#421) Operator '&&' must be spaced. (space-infix-ops)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) Requires a space before '}'. (block-spacing)
(#421) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#421) Missing semicolon. (@babel/semi)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Requires a space after '{'. (block-spacing)
(#421) Statement inside of curly braces should be on next line. (brace-style)
(#421) Missing space before opening brace. (space-before-blocks)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#422) This line has a length of 508. Maximum allowed is 132. (max-len)
(#422) Operator '+' must be spaced. (space-infix-ops)
(#422) Operator '+' must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#422) Operator '!==' must be spaced. (space-infix-ops)
(#422) Operator '&&' must be spaced. (space-infix-ops)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) Requires a space after '{'. (block-spacing)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#422) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#422) A space is required after ','. (comma-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#422) A space is required after ','. (comma-spacing)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Requires a space before '}'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Missing semicolon. (@babel/semi)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#422) Operator '||' must be spaced. (space-infix-ops)
(#422) 'G' declared on line 420 column 491 is used outside of binding context. (block-scoped-var)
(#422) Operator '&&' must be spaced. (space-infix-ops)
(#422) Requires a space before '}'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Missing semicolon. (@babel/semi)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#422) Operator '&&' must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#422) A space is required after ','. (comma-spacing)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Requires a space after '{'. (block-spacing)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#422) Operator '||' must be spaced. (space-infix-ops)
(#422) Operator '&&' must be spaced. (space-infix-ops)
(#422) Operator '&&' must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) Requires a space before '}'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Missing semicolon. (@babel/semi)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#422) Operator '&&' must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#422) A space is required after ','. (comma-spacing)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#422) A space is required after ','. (comma-spacing)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#422) Operator '&&' must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Requires a space after '{'. (block-spacing)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Requires a space before '}'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Missing semicolon. (@babel/semi)
(#422) Requires a space before '}'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Missing semicolon. (@babel/semi)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) Requires a space after '{'. (block-spacing)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#422) Requires a space after '{'. (block-spacing)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Operator '===' must be spaced. (space-infix-ops)
(#422) Operator '||' must be spaced. (space-infix-ops)
(#422) Operator '&&' must be spaced. (space-infix-ops)
(#422) Operator '===' must be spaced. (space-infix-ops)
(#422) Requires a space before '}'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Missing semicolon. (@babel/semi)
(#422) Expected space(s) before "for". (keyword-spacing)
(#422) Expected space(s) after "for". (keyword-spacing)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#423) This line has a length of 516. Maximum allowed is 132. (max-len)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) A space is required after ','. (comma-spacing)
(#423) Operator '||' must be spaced. (space-infix-ops)
(#423) A space is required after ','. (comma-spacing)
(#423) A space is required after ','. (comma-spacing)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) Missing whitespace after semicolon. (semi-spacing)
(#423) Operator '&&' must be spaced. (space-infix-ops)
(#423) Operator '<' must be spaced. (space-infix-ops)
(#423) Missing whitespace after semicolon. (semi-spacing)
(#423) Expected { after 'for' condition. (curly)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) Operator '||' must be spaced. (space-infix-ops)
(#423) A space is required after ','. (comma-spacing)
(#423) Missing whitespace after semicolon. (semi-spacing)
(#423) 'd' declared on line 423 column 1 is used outside of binding context. (block-scoped-var)
(#423) Requires a space before '}'. (block-spacing)
(#423) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#423) Missing semicolon. (@babel/semi)
(#423) Missing whitespace after semicolon. (semi-spacing)
(#423) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) Requires a space after '{'. (block-spacing)
(#423) Statement inside of curly braces should be on next line. (brace-style)
(#423) Missing space before opening brace. (space-before-blocks)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) A space is required after ','. (comma-spacing)
(#423) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) A space is required after ','. (comma-spacing)
(#423) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) Operator '||' must be spaced. (space-infix-ops)
(#423) Missing whitespace after semicolon. (semi-spacing)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) Operator '||' must be spaced. (space-infix-ops)
(#423) Missing whitespace after semicolon. (semi-spacing)
(#423) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#423) A space is required after ','. (comma-spacing)
(#423) Missing whitespace after semicolon. (semi-spacing)
(#423) A space is required after ','. (comma-spacing)
(#423) Requires a space after '{'. (block-spacing)
(#423) Statement inside of curly braces should be on next line. (brace-style)
(#423) Missing space before opening brace. (space-before-blocks)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) Missing whitespace after semicolon. (semi-spacing)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) Requires a space before '}'. (block-spacing)
(#423) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#423) Missing semicolon. (@babel/semi)
(#423) Missing whitespace after semicolon. (semi-spacing)
(#423) A space is required after ','. (comma-spacing)
(#423) Requires a space after '{'. (block-spacing)
(#423) Statement inside of curly braces should be on next line. (brace-style)
(#423) Missing space before opening brace. (space-before-blocks)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) Requires a space before '}'. (block-spacing)
(#423) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#423) Missing semicolon. (@babel/semi)
(#423) Missing whitespace after semicolon. (semi-spacing)
(#423) Requires a space after '{'. (block-spacing)
(#423) Statement inside of curly braces should be on next line. (brace-style)
(#423) Missing space before opening brace. (space-before-blocks)
(#423) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#423) A space is required after ','. (comma-spacing)
(#423) Requires a space before '}'. (block-spacing)
(#423) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#423) Missing semicolon. (@babel/semi)
(#423) Missing whitespace after semicolon. (semi-spacing)
(#423) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#423) A space is required after ','. (comma-spacing)
(#423) Requires a space before '}'. (block-spacing)
(#423) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#423) Missing semicolon. (@babel/semi)
(#423) Missing whitespace after semicolon. (semi-spacing)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) Requires a space after '{'. (block-spacing)
(#423) Statement inside of curly braces should be on next line. (brace-style)
(#423) Missing space before opening brace. (space-before-blocks)
(#423) A space is required after ','. (comma-spacing)
(#423) Requires a space after '{'. (block-spacing)
(#423) Statement inside of curly braces should be on next line. (brace-style)
(#423) Missing space before opening brace. (space-before-blocks)
(#423) Requires a space after '{'. (block-spacing)
(#423) Statement inside of curly braces should be on next line. (brace-style)
(#423) Missing space before opening brace. (space-before-blocks)
(#423) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#423) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#424) This line has a length of 504. Maximum allowed is 132. (max-len)
(#424) Operator '&&' must be spaced. (space-infix-ops)
(#424) Requires a space before '}'. (block-spacing)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Missing semicolon. (@babel/semi)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Requires a space before '}'. (block-spacing)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Missing semicolon. (@babel/semi)
(#424) A space is required after ','. (comma-spacing)
(#424) Requires a space before '}'. (block-spacing)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Missing semicolon. (@babel/semi)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Requires a space after '{'. (block-spacing)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Missing space before opening brace. (space-before-blocks)
(#424) Requires a space after '{'. (block-spacing)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Missing space before opening brace. (space-before-blocks)
(#424) Requires a space before '}'. (block-spacing)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Missing semicolon. (@babel/semi)
(#424) Requires a space before '}'. (block-spacing)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Missing semicolon. (@babel/semi)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) Requires a space after '{'. (block-spacing)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Missing space before opening brace. (space-before-blocks)
(#424) A space is required after ','. (comma-spacing)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Requires a space before '}'. (block-spacing)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Missing semicolon. (@babel/semi)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) A space is required after ','. (comma-spacing)
(#424) Requires a space after '{'. (block-spacing)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Missing space before opening brace. (space-before-blocks)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) A space is required after ','. (comma-spacing)
(#424) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Operator '===' must be spaced. (space-infix-ops)
(#424) Operator '?' must be spaced. (space-infix-ops)
(#424) Missing space before value for key 'color'. (key-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) Missing space before value for key 'fontSize'. (key-spacing)
(#424) Operator '?' must be spaced. (space-infix-ops)
(#424) Operator ':' must be spaced. (space-infix-ops)
(#424) Operator ':' must be spaced. (space-infix-ops)
(#424) Missing space before value for key 'color'. (key-spacing)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#424) Operator '&&' must be spaced. (space-infix-ops)
(#424) Missing space before value for key 'style'. (key-spacing)
(#425) This line has a length of 510. Maximum allowed is 132. (max-len)
(#425) A space is required after ','. (comma-spacing)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#425) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#425) Operator '&&' must be spaced. (space-infix-ops)
(#425) Operator '&&' must be spaced. (space-infix-ops)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#425) Operator '&&' must be spaced. (space-infix-ops)
(#425) Operator '&&' must be spaced. (space-infix-ops)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) A space is required after ','. (comma-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) Missing space before value for key 'align'. (key-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) Missing space before value for key 'class'. (key-spacing)
(#425) Operator '+' must be spaced. (space-infix-ops)
(#425) A space is required after ','. (comma-spacing)
(#425) Missing space before value for key 'zIndex'. (key-spacing)
(#425) Operator '||' must be spaced. (space-infix-ops)
(#425) A space is required after ','. (comma-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Requires a space after '{'. (block-spacing)
(#425) Statement inside of curly braces should be on next line. (brace-style)
(#425) Missing space before opening brace. (space-before-blocks)
(#425) Missing space before value for key 'title'. (key-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) Missing space before value for key 'subtitle'. (key-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) Missing space before value for key 'caption'. (key-spacing)
(#425) Requires a space before '}'. (block-spacing)
(#425) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#425) Missing semicolon. (@babel/semi)
(#425) A space is required after ','. (comma-spacing)
(#425) Operator '||' must be spaced. (space-infix-ops)
(#425) A space is required after ','. (comma-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Requires a space before '}'. (block-spacing)
(#425) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#425) Missing semicolon. (@babel/semi)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Requires a space after '{'. (block-spacing)
(#425) Statement inside of curly braces should be on next line. (brace-style)
(#425) Missing space before opening brace. (space-before-blocks)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) A space is required after ','. (comma-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) A space is required after ','. (comma-spacing)
(#425) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) Requires a space after '{'. (block-spacing)
(#425) Statement inside of curly braces should be on next line. (brace-style)
(#425) Missing space before opening brace. (space-before-blocks)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) A space is required after ','. (comma-spacing)
(#425) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) A space is required after ','. (comma-spacing)
(#425) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Operator '||' must be spaced. (space-infix-ops)
(#426) This line has a length of 504. Maximum allowed is 132. (max-len)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) Do not nest ternary expressions. (no-nested-ternary)
(#426) Operator '===' must be spaced. (space-infix-ops)
(#426) Operator '?' must be spaced. (space-infix-ops)
(#426) Operator '===' must be spaced. (space-infix-ops)
(#426) Operator '?' must be spaced. (space-infix-ops)
(#426) Operator ':' must be spaced. (space-infix-ops)
(#426) Operator ':' must be spaced. (space-infix-ops)
(#426) Operator '===' must be spaced. (space-infix-ops)
(#426) Operator '?' must be spaced. (space-infix-ops)
(#426) Operator '+' must be spaced. (space-infix-ops)
(#426) Operator ':' must be spaced. (space-infix-ops)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Expected space(s) after "if". (keyword-spacing)
(#426) Requires a space after '{'. (block-spacing)
(#426) Statement inside of curly braces should be on next line. (brace-style)
(#426) Missing space before opening brace. (space-before-blocks)
(#426) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#426) Operator '||' must be spaced. (space-infix-ops)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) Operator '&&' must be spaced. (space-infix-ops)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) A space is required after ','. (comma-spacing)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Missing space before value for key 'width'. (key-spacing)
(#426) Operator '||' must be spaced. (space-infix-ops)
(#426) Operator '+' must be spaced. (space-infix-ops)
(#426) Operator '||' must be spaced. (space-infix-ops)
(#426) Operator '+' must be spaced. (space-infix-ops)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#426) Missing space before value for key 'y'. (key-spacing)
(#426) Operator '===' must be spaced. (space-infix-ops)
(#426) Operator '?' must be spaced. (space-infix-ops)
(#426) Operator ':' must be spaced. (space-infix-ops)
(#426) Operator '+' must be spaced. (space-infix-ops)
(#426) A space is required after ','. (comma-spacing)
(#426) Missing space before value for key 'height'. (key-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#426) Operator '||' must be spaced. (space-infix-ops)
(#426) Operator '===' must be spaced. (space-infix-ops)
(#426) Operator '?' must be spaced. (space-infix-ops)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) Operator '+' must be spaced. (space-infix-ops)
(#426) Operator ':' must be spaced. (space-infix-ops)
(#426) Operator '===' must be spaced. (space-infix-ops)
(#426) Operator '&&' must be spaced. (space-infix-ops)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) Operator '+' must be spaced. (space-infix-ops)
(#426) Requires a space before '}'. (block-spacing)
(#426) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#426) Missing semicolon. (@babel/semi)
(#426) Requires a space before '}'. (block-spacing)
(#426) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#426) A space is required after ','. (comma-spacing)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#426) Operator '&&' must be spaced. (space-infix-ops)
(#426) Operator '===' must be spaced. (space-infix-ops)
(#426) Operator '||' must be spaced. (space-infix-ops)
(#426) Operator '&&' must be spaced. (space-infix-ops)
(#426) Operator '+=' must be spaced. (space-infix-ops)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#426) Operator '&&' must be spaced. (space-infix-ops)
(#426) Operator '===' must be spaced. (space-infix-ops)
(#427) This line has a length of 508. Maximum allowed is 132. (max-len)
(#427) Operator '&&' must be spaced. (space-infix-ops)
(#427) Operator '+=' must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) Operator '||' must be spaced. (space-infix-ops)
(#427) Operator '!==' must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#427) Operator '&&' must be spaced. (space-infix-ops)
(#427) Operator '&&' must be spaced. (space-infix-ops)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Operator '&&' must be spaced. (space-infix-ops)
(#427) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#427) A space is required after ','. (comma-spacing)
(#427) Operator '&&' must be spaced. (space-infix-ops)
(#427) Operator '&&' must be spaced. (space-infix-ops)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (@babel/semi)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#427) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#427) Operator '||' must be spaced. (space-infix-ops)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#427) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#427) Operator '||' must be spaced. (space-infix-ops)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#428) This line has a length of 524. Maximum allowed is 132. (max-len)
(#428) A space is required after ','. (comma-spacing)
(#428) Operator '||' must be spaced. (space-infix-ops)
(#428) Operator '||' must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Operator '||' must be spaced. (space-infix-ops)
(#428) Operator '<' must be spaced. (space-infix-ops)
(#428) Operator '?' must be spaced. (space-infix-ops)
(#428) Operator ':' must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (@babel/semi)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) before "for". (keyword-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Operator '&&' must be spaced. (space-infix-ops)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#428) Operator '&&' must be spaced. (space-infix-ops)
(#428) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Operator '&&' must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'else'. (curly)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Operator '&&' must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#428) Operator '||' must be spaced. (space-infix-ops)
(#428) Operator '||' must be spaced. (space-infix-ops)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Operator '===' must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Operator '||' must be spaced. (space-infix-ops)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#429) This line has a length of 515. Maximum allowed is 132. (max-len)
(#429) Missing space before value for key 'display'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key 'height'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key 'overflow'. (key-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Missing space before value for key 'display'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key 'overflow'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Operator '!==' must be spaced. (space-infix-ops)
(#429) Operator '&&' must be spaced. (space-infix-ops)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Operator '||' must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#429) Operator '===' must be spaced. (space-infix-ops)
(#429) Expected { after 'if' condition. (curly)
(#429) Expected space(s) before "break". (keyword-spacing)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (@babel/semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Operator '+' must be spaced. (space-infix-ops)
(#429) Operator '||' must be spaced. (space-infix-ops)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (@babel/semi)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#429) Operator '||' must be spaced. (space-infix-ops)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#429) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#429) Operator '&&' must be spaced. (space-infix-ops)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#430) This line has a length of 501. Maximum allowed is 132. (max-len)
(#430) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#430) Operator '||' must be spaced. (space-infix-ops)
(#430) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#430) A space is required after ','. (comma-spacing)
(#430) A space is required after ','. (comma-spacing)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#430) A space is required after ','. (comma-spacing)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#430) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#430) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#430) Operator '&&' must be spaced. (space-infix-ops)
(#430) Operator '&&' must be spaced. (space-infix-ops)
(#430) Operator '&&' must be spaced. (space-infix-ops)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#430) A space is required after ','. (comma-spacing)
(#430) A space is required after ','. (comma-spacing)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#430) Operator '||' must be spaced. (space-infix-ops)
(#430) Operator '||' must be spaced. (space-infix-ops)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#430) A space is required after ','. (comma-spacing)
(#430) Missing space before value for key 'overflow'. (key-spacing)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#430) Operator '||' must be spaced. (space-infix-ops)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#430) Missing space before value for key 'position'. (key-spacing)
(#430) A space is required after ','. (comma-spacing)
(#430) Missing space before value for key 'overflow'. (key-spacing)
(#430) A space is required after ','. (comma-spacing)
(#430) Missing space before value for key 'width'. (key-spacing)
(#430) Operator '+' must be spaced. (space-infix-ops)
(#430) A space is required after ','. (comma-spacing)
(#430) Missing space before value for key 'height'. (key-spacing)
(#430) Operator '+' must be spaced. (space-infix-ops)
(#430) A space is required after ','. (comma-spacing)
(#430) Missing space before value for key 'textAlign'. (key-spacing)
(#430) A space is required after ','. (comma-spacing)
(#430) Missing space before value for key 'lineHeight'. (key-spacing)
(#430) A space is required after ','. (comma-spacing)
(#430) Missing space before value for key 'zIndex'. (key-spacing)
(#430) A space is required after ','. (comma-spacing)
(#430) Missing space before value for key '-webkit-tap-highlight-color'. (key-spacing)
(#430) A space is required after ','. (comma-spacing)
(#430) Missing space before value for key 'userSelect'. (key-spacing)
(#431) This line has a length of 515. Maximum allowed is 132. (max-len)
(#431) Missing space before value for key 'touch-action'. (key-spacing)
(#431) A space is required after ','. (comma-spacing)
(#431) Missing space before value for key 'outline'. (key-spacing)
(#431) A space is required after ','. (comma-spacing)
(#431) Operator '||' must be spaced. (space-infix-ops)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#431) A space is required after ','. (comma-spacing)
(#431) Missing space before value for key 'id'. (key-spacing)
(#431) A space is required after ','. (comma-spacing)
(#431) A space is required after ','. (comma-spacing)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Operator '||' must be spaced. (space-infix-ops)
(#431) Operator '?' must be spaced. (space-infix-ops)
(#431) Operator ':' must be spaced. (space-infix-ops)
(#431) A space is required after ','. (comma-spacing)
(#431) A space is required after ','. (comma-spacing)
(#431) A space is required after ','. (comma-spacing)
(#431) A space is required after ','. (comma-spacing)
(#431) A space is required after ','. (comma-spacing)
(#431) Operator '&&' must be spaced. (space-infix-ops)
(#431) A space is required after ','. (comma-spacing)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#431) A space is required after ','. (comma-spacing)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Expected space(s) after "if". (keyword-spacing)
(#431) Expected { after 'if' condition. (curly)
(#431) Expected space(s) before "for". (keyword-spacing)
(#431) Expected space(s) after "for". (keyword-spacing)
(#431) Expected { after 'for-in'. (curly)
(#431) Expected space(s) before "this". (keyword-spacing)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Expected { after 'else'. (curly)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#431) A space is required after ','. (comma-spacing)
(#431) Requires a space before '}'. (block-spacing)
(#431) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#431) Missing semicolon. (@babel/semi)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#432) This line has a length of 518. Maximum allowed is 132. (max-len)
(#432) Requires a space after '{'. (block-spacing)
(#432) Statement inside of curly braces should be on next line. (brace-style)
(#432) Missing space before opening brace. (space-before-blocks)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#432) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#432) Operator '&&' must be spaced. (space-infix-ops)
(#432) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#432) Operator '&&' must be spaced. (space-infix-ops)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Operator '+' must be spaced. (space-infix-ops)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#432) Operator '&&' must be spaced. (space-infix-ops)
(#432) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#432) Operator '&&' must be spaced. (space-infix-ops)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Operator '+' must be spaced. (space-infix-ops)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#432) Operator '&&' must be spaced. (space-infix-ops)
(#432) Operator '&&' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#432) A space is required after ','. (comma-spacing)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#432) Operator '||' must be spaced. (space-infix-ops)
(#432) Requires a space before '}'. (block-spacing)
(#432) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#432) Missing semicolon. (@babel/semi)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Requires a space after '{'. (block-spacing)
(#432) Statement inside of curly braces should be on next line. (brace-style)
(#432) Missing space before opening brace. (space-before-blocks)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) A space is required after ','. (comma-spacing)
(#432) A space is required after ','. (comma-spacing)
(#432) A space is required after ','. (comma-spacing)
(#432) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Requires a space after '{'. (block-spacing)
(#432) Statement inside of curly braces should be on next line. (brace-style)
(#432) Missing space before opening brace. (space-before-blocks)
(#432) Requires a space after '{'. (block-spacing)
(#432) Statement inside of curly braces should be on next line. (brace-style)
(#432) Missing space before opening brace. (space-before-blocks)
(#432) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#432) Operator '&&' must be spaced. (space-infix-ops)
(#432) Requires a space before '}'. (block-spacing)
(#432) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#432) Missing semicolon. (@babel/semi)
(#432) Requires a space before '}'. (block-spacing)
(#432) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#432) Missing semicolon. (@babel/semi)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#432) Operator '?' must be spaced. (space-infix-ops)
(#433) This line has a length of 512. Maximum allowed is 132. (max-len)
(#433) Operator ':' must be spaced. (space-infix-ops)
(#433) Operator '&&' must be spaced. (space-infix-ops)
(#433) Operator '&&' must be spaced. (space-infix-ops)
(#433) Missing whitespace after semicolon. (semi-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Requires a space after '{'. (block-spacing)
(#433) Statement inside of curly braces should be on next line. (brace-style)
(#433) Missing space before opening brace. (space-before-blocks)
(#433) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#433) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#433) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#433) Operator '||' must be spaced. (space-infix-ops)
(#433) Operator '+=' must be spaced. (space-infix-ops)
(#433) Requires a space before '}'. (block-spacing)
(#433) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#433) Missing semicolon. (@babel/semi)
(#433) Missing whitespace after semicolon. (semi-spacing)
(#433) Requires a space before '}'. (block-spacing)
(#433) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#433) Missing semicolon. (@babel/semi)
(#433) Missing whitespace after semicolon. (semi-spacing)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Requires a space after '{'. (block-spacing)
(#433) Statement inside of curly braces should be on next line. (brace-style)
(#433) Missing space before opening brace. (space-before-blocks)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) A space is required after ','. (comma-spacing)
(#433) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) A space is required after ','. (comma-spacing)
(#433) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) A space is required after ','. (comma-spacing)
(#433) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#433) Operator '&&' must be spaced. (space-infix-ops)
(#433) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#433) A space is required after ','. (comma-spacing)
(#433) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Operator '||' must be spaced. (space-infix-ops)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing whitespace after semicolon. (semi-spacing)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Operator '||' must be spaced. (space-infix-ops)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing whitespace after semicolon. (semi-spacing)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Operator '?' must be spaced. (space-infix-ops)
(#433) Operator ':' must be spaced. (space-infix-ops)
(#433) Missing whitespace after semicolon. (semi-spacing)
(#433) Missing whitespace after semicolon. (semi-spacing)
(#433) Expected space(s) after "if". (keyword-spacing)
(#433) Operator '&&' must be spaced. (space-infix-ops)
(#433) Operator '&&' must be spaced. (space-infix-ops)
(#433) Operator '&&' must be spaced. (space-infix-ops)
(#433) Operator '&&' must be spaced. (space-infix-ops)
(#433) Operator '===' must be spaced. (space-infix-ops)
(#433) Operator '||' must be spaced. (space-infix-ops)
(#433) Operator '===' must be spaced. (space-infix-ops)
(#433) Requires a space after '{'. (block-spacing)
(#433) Statement inside of curly braces should be on next line. (brace-style)
(#433) Missing space before opening brace. (space-before-blocks)
(#433) Expected space(s) after "if". (keyword-spacing)
(#433) Operator '!==' must be spaced. (space-infix-ops)
(#433) Operator '||' must be spaced. (space-infix-ops)
(#433) Operator '!==' must be spaced. (space-infix-ops)
(#433) Expected { after 'if' condition. (curly)
(#433) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#433) Unexpected use of comma operator. (no-sequences)
(#433) A space is required after ','. (comma-spacing)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Requires a space after '{'. (block-spacing)
(#433) Statement inside of curly braces should be on next line. (brace-style)
(#433) Missing space before opening brace. (space-before-blocks)
(#433) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#433) Operator '&&' must be spaced. (space-infix-ops)
(#433) A space is required after ','. (comma-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Requires a space before '}'. (block-spacing)
(#433) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#433) Missing semicolon. (@babel/semi)
(#433) A space is required after ','. (comma-spacing)
(#433) Operator '?' must be spaced. (space-infix-ops)
(#433) Operator ':' must be spaced. (space-infix-ops)
(#433) Missing whitespace after semicolon. (semi-spacing)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#434) This line has a length of 506. Maximum allowed is 132. (max-len)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) Requires a space before '}'. (block-spacing)
(#434) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#434) Missing semicolon. (@babel/semi)
(#434) Requires a space before '}'. (block-spacing)
(#434) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) Requires a space after '{'. (block-spacing)
(#434) Statement inside of curly braces should be on next line. (brace-style)
(#434) Missing space before opening brace. (space-before-blocks)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#434) Operator '===' must be spaced. (space-infix-ops)
(#434) Operator '||' must be spaced. (space-infix-ops)
(#434) Operator '?' must be spaced. (space-infix-ops)
(#434) Operator '===' must be spaced. (space-infix-ops)
(#434) Operator '&&' must be spaced. (space-infix-ops)
(#434) Operator '&&' must be spaced. (space-infix-ops)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) Operator ':' must be spaced. (space-infix-ops)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) A space is required after ','. (comma-spacing)
(#434) A space is required after ','. (comma-spacing)
(#434) Requires a space after '{'. (block-spacing)
(#434) Statement inside of curly braces should be on next line. (brace-style)
(#434) Missing space before opening brace. (space-before-blocks)
(#434) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#434) Operator '&&' must be spaced. (space-infix-ops)
(#434) Requires a space before '}'. (block-spacing)
(#434) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#434) Missing semicolon. (@babel/semi)
(#434) A space is required after ','. (comma-spacing)
(#434) A space is required after ','. (comma-spacing)
(#434) A space is required after ','. (comma-spacing)
(#434) Requires a space before '}'. (block-spacing)
(#434) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#434) Missing semicolon. (@babel/semi)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) A space is required after ','. (comma-spacing)
(#434) A space is required after ','. (comma-spacing)
(#434) Requires a space after '{'. (block-spacing)
(#434) Statement inside of curly braces should be on next line. (brace-style)
(#434) Missing space before opening brace. (space-before-blocks)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) A space is required after ','. (comma-spacing)
(#434) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) Operator '+=' must be spaced. (space-infix-ops)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#434) A space is required after ','. (comma-spacing)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#434) Operator '!==' must be spaced. (space-infix-ops)
(#434) Operator '&&' must be spaced. (space-infix-ops)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#434) Operator '!==' must be spaced. (space-infix-ops)
(#434) Operator '&&' must be spaced. (space-infix-ops)
(#435) This line has a length of 502. Maximum allowed is 132. (max-len)
(#435) Operator '=' must be spaced. (space-infix-ops)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#435) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#435) Operator '||' must be spaced. (space-infix-ops)
(#435) Operator '?' must be spaced. (space-infix-ops)
(#435) Operator ':' must be spaced. (space-infix-ops)
(#435) A space is required after ','. (comma-spacing)
(#435) Missing space before value for key 'width'. (key-spacing)
(#435) Operator '+' must be spaced. (space-infix-ops)
(#435) A space is required after ','. (comma-spacing)
(#435) Missing space before value for key 'height'. (key-spacing)
(#435) Operator '+' must be spaced. (space-infix-ops)
(#435) A space is required after ','. (comma-spacing)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) Requires a space after '{'. (block-spacing)
(#435) Statement inside of curly braces should be on next line. (brace-style)
(#435) Missing space before opening brace. (space-before-blocks)
(#435) Operator '=' must be spaced. (space-infix-ops)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) Requires a space before '}'. (block-spacing)
(#435) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#435) Missing semicolon. (@babel/semi)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) Operator '=' must be spaced. (space-infix-ops)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) Operator '=' must be spaced. (space-infix-ops)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) Operator '=' must be spaced. (space-infix-ops)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#435) A space is required after ','. (comma-spacing)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) Requires a space after '{'. (block-spacing)
(#435) Statement inside of curly braces should be on next line. (brace-style)
(#435) Missing space before opening brace. (space-before-blocks)
(#435) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#435) Operator '&&' must be spaced. (space-infix-ops)
(#435) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#435) A space is required after ','. (comma-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) Requires a space after '{'. (block-spacing)
(#435) Statement inside of curly braces should be on next line. (brace-style)
(#435) Missing space before opening brace. (space-before-blocks)
(#435) Requires a space before '}'. (block-spacing)
(#435) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#435) Missing semicolon. (@babel/semi)
(#435) Requires a space before '}'. (block-spacing)
(#435) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#435) Missing semicolon. (@babel/semi)
(#435) A space is required after ','. (comma-spacing)
(#435) Requires a space before '}'. (block-spacing)
(#435) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#435) Missing semicolon. (@babel/semi)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) Operator '=' must be spaced. (space-infix-ops)
(#435) Requires a space after '{'. (block-spacing)
(#435) Statement inside of curly braces should be on next line. (brace-style)
(#435) Missing space before opening brace. (space-before-blocks)
(#435) Operator '=' must be spaced. (space-infix-ops)
(#436) This line has a length of 502. Maximum allowed is 132. (max-len)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#436) A space is required after ','. (comma-spacing)
(#436) A space is required after ','. (comma-spacing)
(#436) A space is required after ','. (comma-spacing)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) Operator '-' must be spaced. (space-infix-ops)
(#436) Operator '-' must be spaced. (space-infix-ops)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) Operator '-' must be spaced. (space-infix-ops)
(#436) Operator '-' must be spaced. (space-infix-ops)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Operator '?' must be spaced. (space-infix-ops)
(#436) Operator ':' must be spaced. (space-infix-ops)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Operator '?' must be spaced. (space-infix-ops)
(#436) Operator ':' must be spaced. (space-infix-ops)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Operator '||' must be spaced. (space-infix-ops)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Missing space before value for key 'x'. (key-spacing)
(#436) A space is required after ','. (comma-spacing)
(#436) Missing space before value for key 'y'. (key-spacing)
(#436) A space is required after ','. (comma-spacing)
(#436) Missing space before value for key 'width'. (key-spacing)
(#436) Operator '-' must be spaced. (space-infix-ops)
(#436) Operator '-' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) Missing space before value for key 'height'. (key-spacing)
(#436) Operator '-' must be spaced. (space-infix-ops)
(#436) Operator '-' must be spaced. (space-infix-ops)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#437) This line has a length of 508. Maximum allowed is 132. (max-len)
(#437) Operator '=' must be spaced. (space-infix-ops)
(#437) Missing space before value for key 'x'. (key-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) Missing space before value for key 'y'. (key-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) Missing space before value for key 'width'. (key-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) Missing space before value for key 'height'. (key-spacing)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Operator '=' must be spaced. (space-infix-ops)
(#437) Operator '*' must be spaced. (space-infix-ops)
(#437) Operator '/' must be spaced. (space-infix-ops)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#437) Operator '=' must be spaced. (space-infix-ops)
(#437) A space is required after ','. (comma-spacing)
(#437) Operator '/' must be spaced. (space-infix-ops)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Operator '=' must be spaced. (space-infix-ops)
(#437) A space is required after ','. (comma-spacing)
(#437) Operator '/' must be spaced. (space-infix-ops)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Operator '=' must be spaced. (space-infix-ops)
(#437) Missing space before value for key 'x'. (key-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) Missing space before value for key 'y'. (key-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) Missing space before value for key 'width'. (key-spacing)
(#437) Operator '-' must be spaced. (space-infix-ops)
(#437) A space is required after ','. (comma-spacing)
(#437) Operator '/' must be spaced. (space-infix-ops)
(#437) Operator '-' must be spaced. (space-infix-ops)
(#437) A space is required after ','. (comma-spacing)
(#437) Missing space before value for key 'height'. (key-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) Operator '-' must be spaced. (space-infix-ops)
(#437) A space is required after ','. (comma-spacing)
(#437) Operator '/' must be spaced. (space-infix-ops)
(#437) Operator '-' must be spaced. (space-infix-ops)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#437) Operator '||' must be spaced. (space-infix-ops)
(#437) Requires a space after '{'. (block-spacing)
(#437) Statement inside of curly braces should be on next line. (brace-style)
(#437) Missing space before opening brace. (space-before-blocks)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Requires a space before '}'. (block-spacing)
(#437) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#437) Missing semicolon. (@babel/semi)
(#437) A space is required after ','. (comma-spacing)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#437) A space is required after ','. (comma-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) Missing space before value for key 'skipAxes'. (key-spacing)
(#437) Requires a space before '}'. (block-spacing)
(#437) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#437) Missing semicolon. (@babel/semi)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Operator '=' must be spaced. (space-infix-ops)
(#437) Requires a space after '{'. (block-spacing)
(#437) Statement inside of curly braces should be on next line. (brace-style)
(#437) Missing space before opening brace. (space-before-blocks)
(#437) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#437) A space is required after ','. (comma-spacing)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Operator '=' must be spaced. (space-infix-ops)
(#437) A space is required after ','. (comma-spacing)
(#437) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#437) Operator '=' must be spaced. (space-infix-ops)
(#438) This line has a length of 508. Maximum allowed is 132. (max-len)
(#438) A space is required after ','. (comma-spacing)
(#438) Requires a space after '{'. (block-spacing)
(#438) Statement inside of curly braces should be on next line. (brace-style)
(#438) Missing space before opening brace. (space-before-blocks)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#438) Operator '?' must be spaced. (space-infix-ops)
(#438) Operator ':' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) Requires a space after '{'. (block-spacing)
(#438) Statement inside of curly braces should be on next line. (brace-style)
(#438) Missing space before opening brace. (space-before-blocks)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#438) Operator '+' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Missing semicolon. (@babel/semi)
(#438) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Missing semicolon. (@babel/semi)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) Requires a space after '{'. (block-spacing)
(#438) Statement inside of curly braces should be on next line. (brace-style)
(#438) Missing space before opening brace. (space-before-blocks)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#438) A space is required after ','. (comma-spacing)
(#438) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Missing semicolon. (@babel/semi)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Missing semicolon. (@babel/semi)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) Requires a space after '{'. (block-spacing)
(#438) Statement inside of curly braces should be on next line. (brace-style)
(#438) Missing space before opening brace. (space-before-blocks)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#439) This line has a length of 507. Maximum allowed is 132. (max-len)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#439) A space is required after ','. (comma-spacing)
(#439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#439) Operator '||' must be spaced. (space-infix-ops)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Expected space(s) after "if". (keyword-spacing)
(#439) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#439) Expected { after 'if' condition. (curly)
(#439) Expected space(s) before "var". (keyword-spacing)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Expected space(s) after "else". (keyword-spacing)
(#439) Requires a space after '{'. (block-spacing)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) Operator '||' must be spaced. (space-infix-ops)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) Operator '+' must be spaced. (space-infix-ops)
(#439) Operator '?' must be spaced. (space-infix-ops)
(#439) Operator ':' must be spaced. (space-infix-ops)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) Missing space before value for key 'fill'. (key-spacing)
(#439) Operator '||' must be spaced. (space-infix-ops)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Expected space(s) after "if". (keyword-spacing)
(#439) Operator '||' must be spaced. (space-infix-ops)
(#439) Expected { after 'if' condition. (curly)
(#439) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) Unexpected use of comma operator. (no-sequences)
(#439) A space is required after ','. (comma-spacing)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Requires a space before '}'. (block-spacing)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Missing semicolon. (@babel/semi)
(#439) Missing space before value for key 'x'. (key-spacing)
(#439) Operator '/' must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing space before value for key 'y'. (key-spacing)
(#439) Operator '/' must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing space before value for key 'width'. (key-spacing)
(#439) Operator '-' must be spaced. (space-infix-ops)
(#439) Operator '-' must be spaced. (space-infix-ops)
(#439) Operator '%' must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing space before value for key 'height'. (key-spacing)
(#439) Operator '-' must be spaced. (space-infix-ops)
(#439) Operator '-' must be spaced. (space-infix-ops)
(#439) Operator '%' must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing space before value for key 'r'. (key-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#440) This line has a length of 504. Maximum allowed is 132. (max-len)
(#440) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#440) Operator '||' must be spaced. (space-infix-ops)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) A space is required after ','. (comma-spacing)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#440) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#440) Operator '||' must be spaced. (space-infix-ops)
(#440) Missing space before value for key 'fill'. (key-spacing)
(#440) Operator '||' must be spaced. (space-infix-ops)
(#440) A space is required after ','. (comma-spacing)
(#440) Operator '&&' must be spaced. (space-infix-ops)
(#440) Operator '?' must be spaced. (space-infix-ops)
(#440) Operator '!==' must be spaced. (space-infix-ops)
(#440) Operator '&&' must be spaced. (space-infix-ops)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) Operator ':' must be spaced. (space-infix-ops)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#440) Operator '?' must be spaced. (space-infix-ops)
(#440) Missing space before value for key 'width'. (key-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) Missing space before value for key 'height'. (key-spacing)
(#440) Operator ':' must be spaced. (space-infix-ops)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#440) Operator '||' must be spaced. (space-infix-ops)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) A space is required after ','. (comma-spacing)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) Missing space before value for key 'zIndex'. (key-spacing)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#440) Operator '||' must be spaced. (space-infix-ops)
(#440) Missing space before value for key 'stroke'. (key-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) Missing space before value for key 'stroke-width'. (key-spacing)
(#440) Operator '||' must be spaced. (space-infix-ops)
(#441) This line has a length of 503. Maximum allowed is 132. (max-len)
(#441) A space is required after ','. (comma-spacing)
(#441) Missing space before value for key 'fill'. (key-spacing)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Missing space before value for key 'x'. (key-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) Missing space before value for key 'y'. (key-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) Missing space before value for key 'width'. (key-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) Missing space before value for key 'height'. (key-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#441) A space is required after ','. (comma-spacing)
(#441) Requires a space before '}'. (block-spacing)
(#441) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#441) Missing semicolon. (@babel/semi)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Requires a space after '{'. (block-spacing)
(#441) Statement inside of curly braces should be on next line. (brace-style)
(#441) Missing space before opening brace. (space-before-blocks)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) A space is required after ','. (comma-spacing)
(#441) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) A space is required after ','. (comma-spacing)
(#441) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) A space is required after ','. (comma-spacing)
(#441) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) Requires a space after '{'. (block-spacing)
(#441) Statement inside of curly braces should be on next line. (brace-style)
(#441) Missing space before opening brace. (space-before-blocks)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Operator '||' must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Operator '||' must be spaced. (space-infix-ops)
(#441) Operator '&&' must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Expected space(s) after "for". (keyword-spacing)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Operator '&&' must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Operator '&&' must be spaced. (space-infix-ops)
(#441) Expected { after 'for' condition. (curly)
(#441) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Operator '&&' must be spaced. (space-infix-ops)
(#441) Operator '&&' must be spaced. (space-infix-ops)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Requires a space before '}'. (block-spacing)
(#441) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#441) Missing semicolon. (@babel/semi)
(#441) Requires a space before '}'. (block-spacing)
(#441) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#441) Missing semicolon. (@babel/semi)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Requires a space after '{'. (block-spacing)
(#441) Statement inside of curly braces should be on next line. (brace-style)
(#441) Missing space before opening brace. (space-before-blocks)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) A space is required after ','. (comma-spacing)
(#441) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Requires a space after '{'. (block-spacing)
(#441) Statement inside of curly braces should be on next line. (brace-style)
(#441) Missing space before opening brace. (space-before-blocks)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#442) This line has a length of 510. Maximum allowed is 132. (max-len)
(#442) Requires a space before '}'. (block-spacing)
(#442) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#442) Missing semicolon. (@babel/semi)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Requires a space after '{'. (block-spacing)
(#442) Statement inside of curly braces should be on next line. (brace-style)
(#442) Missing space before opening brace. (space-before-blocks)
(#442) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#442) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#442) Operator '&&' must be spaced. (space-infix-ops)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Operator '===' must be spaced. (space-infix-ops)
(#442) Operator '?' must be spaced. (space-infix-ops)
(#442) Operator '-' must be spaced. (space-infix-ops)
(#442) Operator ':' must be spaced. (space-infix-ops)
(#442) Operator '&&' must be spaced. (space-infix-ops)
(#442) Operator '!==' must be spaced. (space-infix-ops)
(#442) Operator '&&' must be spaced. (space-infix-ops)
(#442) A space is required after ','. (comma-spacing)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) A space is required after ','. (comma-spacing)
(#442) Operator '&&' must be spaced. (space-infix-ops)
(#442) A space is required after ','. (comma-spacing)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#442) A space is required after ','. (comma-spacing)
(#442) A space is required after ','. (comma-spacing)
(#442) Requires a space before '}'. (block-spacing)
(#442) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#442) Missing semicolon. (@babel/semi)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#442) A space is required after ','. (comma-spacing)
(#442) Requires a space before '}'. (block-spacing)
(#442) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#442) Missing semicolon. (@babel/semi)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Requires a space after '{'. (block-spacing)
(#442) Statement inside of curly braces should be on next line. (brace-style)
(#442) Missing space before opening brace. (space-before-blocks)
(#442) Requires a space after '{'. (block-spacing)
(#442) Statement inside of curly braces should be on next line. (brace-style)
(#442) Missing space before opening brace. (space-before-blocks)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Requires a space before '}'. (block-spacing)
(#442) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#442) Missing semicolon. (@babel/semi)
(#442) Requires a space before '}'. (block-spacing)
(#442) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#442) Missing semicolon. (@babel/semi)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Requires a space after '{'. (block-spacing)
(#442) Statement inside of curly braces should be on next line. (brace-style)
(#442) Missing space before opening brace. (space-before-blocks)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) A space is required after ','. (comma-spacing)
(#442) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#442) Operator '&&' must be spaced. (space-infix-ops)
(#442) Requires a space after '{'. (block-spacing)
(#442) Statement inside of curly braces should be on next line. (brace-style)
(#442) Missing space before opening brace. (space-before-blocks)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#443) This line has a length of 522. Maximum allowed is 132. (max-len)
(#443) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#443) A space is required after ','. (comma-spacing)
(#443) A space is required after ','. (comma-spacing)
(#443) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Operator '+' must be spaced. (space-infix-ops)
(#443) A space is required after ','. (comma-spacing)
(#443) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Operator '+' must be spaced. (space-infix-ops)
(#443) Operator '+' must be spaced. (space-infix-ops)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) A space is required after ','. (comma-spacing)
(#443) A space is required after ','. (comma-spacing)
(#443) Missing space before value for key 'zIndex'. (key-spacing)
(#443) Requires a space before '}'. (block-spacing)
(#443) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#443) Missing semicolon. (@babel/semi)
(#443) Requires a space before '}'. (block-spacing)
(#443) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#443) Missing semicolon. (@babel/semi)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Requires a space after '{'. (block-spacing)
(#443) Statement inside of curly braces should be on next line. (brace-style)
(#443) Missing space before opening brace. (space-before-blocks)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) A space is required after ','. (comma-spacing)
(#443) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) A space is required after ','. (comma-spacing)
(#443) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) A space is required after ','. (comma-spacing)
(#443) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) A space is required after ','. (comma-spacing)
(#443) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Requires a space after '{'. (block-spacing)
(#443) Statement inside of curly braces should be on next line. (brace-style)
(#443) Missing space before opening brace. (space-before-blocks)
(#443) Requires a space after '{'. (block-spacing)
(#443) Statement inside of curly braces should be on next line. (brace-style)
(#443) Missing space before opening brace. (space-before-blocks)
(#443) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#443) Operator '&&' must be spaced. (space-infix-ops)
(#443) Requires a space before '}'. (block-spacing)
(#443) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#443) Missing semicolon. (@babel/semi)
(#443) Requires a space before '}'. (block-spacing)
(#443) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#443) Missing semicolon. (@babel/semi)
(#443) A space is required after ','. (comma-spacing)
(#443) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) A space is required after ','. (comma-spacing)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#443) Operator '&&' must be spaced. (space-infix-ops)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Array.prototype.some() expects a value to be returned at the end of function. (array-callback-return)
(#443) Expected to return a value at the end of function. (consistent-return)
(#443) Requires a space after '{'. (block-spacing)
(#443) Statement inside of curly braces should be on next line. (brace-style)
(#443) Missing space before opening brace. (space-before-blocks)
(#443) Expected space(s) after "if". (keyword-spacing)
(#443) Operator '&&' must be spaced. (space-infix-ops)
(#443) Operator '&&' must be spaced. (space-infix-ops)
(#443) Operator '&&' must be spaced. (space-infix-ops)
(#444) This line has a length of 520. Maximum allowed is 132. (max-len)
(#444) Expected { after 'if' condition. (curly)
(#444) Expected space(s) before "return". (keyword-spacing)
(#444) Return statement should not contain assignment. (no-return-assign)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Unexpected use of comma operator. (no-sequences)
(#444) A space is required after ','. (comma-spacing)
(#444) Requires a space before '}'. (block-spacing)
(#444) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#444) Missing semicolon. (@babel/semi)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Operator '-' must be spaced. (space-infix-ops)
(#444) A space is required after ','. (comma-spacing)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#444) Requires a space after '{'. (block-spacing)
(#444) Statement inside of curly braces should be on next line. (brace-style)
(#444) Missing space before opening brace. (space-before-blocks)
(#444) Requires a space before '}'. (block-spacing)
(#444) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#444) Missing semicolon. (@babel/semi)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Operator '<' must be spaced. (space-infix-ops)
(#444) Operator '/' must be spaced. (space-infix-ops)
(#444) A space is required after ','. (comma-spacing)
(#444) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Operator '<' must be spaced. (space-infix-ops)
(#444) Operator '/' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Expected space(s) after "if". (keyword-spacing)
(#444) Operator '||' must be spaced. (space-infix-ops)
(#444) Expected { after 'if' condition. (curly)
(#444) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#444) Requires a space after '{'. (block-spacing)
(#444) Statement inside of curly braces should be on next line. (brace-style)
(#444) Missing space before opening brace. (space-before-blocks)
(#444) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#444) Operator '&&' must be spaced. (space-infix-ops)
(#444) Operator '||' must be spaced. (space-infix-ops)
(#444) Operator '&&' must be spaced. (space-infix-ops)
(#444) Operator '&&' must be spaced. (space-infix-ops)
(#444) Requires a space before '}'. (block-spacing)
(#444) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#444) Missing semicolon. (@babel/semi)
(#444) Unexpected use of comma operator. (no-sequences)
(#444) A space is required after ','. (comma-spacing)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#444) Operator '?' must be spaced. (space-infix-ops)
(#444) Operator ':' must be spaced. (space-infix-ops)
(#444) Operator '&&' must be spaced. (space-infix-ops)
(#444) Operator '&&' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#444) Operator '||' must be spaced. (space-infix-ops)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing space before value for key 'zIndex'. (key-spacing)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#444) Operator '&&' must be spaced. (space-infix-ops)
(#445) This line has a length of 518. Maximum allowed is 132. (max-len)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) Requires a space before '}'. (block-spacing)
(#445) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#445) Missing semicolon. (@babel/semi)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) Requires a space after '{'. (block-spacing)
(#445) Statement inside of curly braces should be on next line. (brace-style)
(#445) Missing space before opening brace. (space-before-blocks)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) A space is required after ','. (comma-spacing)
(#445) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#445) A space is required after ','. (comma-spacing)
(#445) A space is required after ','. (comma-spacing)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#445) Operator '&&' must be spaced. (space-infix-ops)
(#445) Operator '&&' must be spaced. (space-infix-ops)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) Operator '+' must be spaced. (space-infix-ops)
(#445) Operator '||' must be spaced. (space-infix-ops)
(#445) A space is required after ','. (comma-spacing)
(#445) A space is required after ','. (comma-spacing)
(#445) A space is required after ','. (comma-spacing)
(#445) Requires a space after '{'. (block-spacing)
(#445) Statement inside of curly braces should be on next line. (brace-style)
(#445) Missing space before opening brace. (space-before-blocks)
(#445) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#445) Operator '&&' must be spaced. (space-infix-ops)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) Requires a space before '}'. (block-spacing)
(#445) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#445) Missing semicolon. (@babel/semi)
(#445) Missing space before value for key 'align'. (key-spacing)
(#445) A space is required after ','. (comma-spacing)
(#445) Missing space before value for key 'zIndex'. (key-spacing)
(#445) A space is required after ','. (comma-spacing)
(#445) Operator '||' must be spaced. (space-infix-ops)
(#445) A space is required after ','. (comma-spacing)
(#445) A space is required after ','. (comma-spacing)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) Requires a space after '{'. (block-spacing)
(#445) Statement inside of curly braces should be on next line. (brace-style)
(#445) Missing space before opening brace. (space-before-blocks)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) Requires a space before '}'. (block-spacing)
(#445) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#445) Missing semicolon. (@babel/semi)
(#445) Requires a space before '}'. (block-spacing)
(#445) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#445) Missing semicolon. (@babel/semi)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#446) This line has a length of 551. Maximum allowed is 132. (max-len)
(#446) Requires a space after '{'. (block-spacing)
(#446) Statement inside of curly braces should be on next line. (brace-style)
(#446) Missing space before opening brace. (space-before-blocks)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) A space is required after ','. (comma-spacing)
(#446) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) A space is required after ','. (comma-spacing)
(#446) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) A space is required after ','. (comma-spacing)
(#446) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) A space is required after ','. (comma-spacing)
(#446) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) Operator '&&' must be spaced. (space-infix-ops)
(#446) A space is required after ','. (comma-spacing)
(#446) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#446) A space is required after ','. (comma-spacing)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#446) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#446) Operator '?' must be spaced. (space-infix-ops)
(#446) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#446) A space is required after ','. (comma-spacing)
(#446) Operator ':' must be spaced. (space-infix-ops)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) Expected space(s) after "for". (keyword-spacing)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) Expected { after 'for' condition. (curly)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#446) Operator '&&' must be spaced. (space-infix-ops)
(#446) Operator '&&' must be spaced. (space-infix-ops)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) Expected space(s) after "for". (keyword-spacing)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) Expected { after 'for' condition. (curly)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) Requires a space after '{'. (block-spacing)
(#446) Statement inside of curly braces should be on next line. (brace-style)
(#446) Missing space before opening brace. (space-before-blocks)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#447) This line has a length of 519. Maximum allowed is 132. (max-len)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#447) Operator '&&' must be spaced. (space-infix-ops)
(#447) Operator '&&' must be spaced. (space-infix-ops)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) Requires a space before '}'. (block-spacing)
(#447) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#447) Missing semicolon. (@babel/semi)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#447) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#447) Operator '&&' must be spaced. (space-infix-ops)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) A space is required after ','. (comma-spacing)
(#447) A space is required after ','. (comma-spacing)
(#447) Operator '&&' must be spaced. (space-infix-ops)
(#447) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#447) A space is required after ','. (comma-spacing)
(#447) A space is required after ','. (comma-spacing)
(#447) Requires a space after '{'. (block-spacing)
(#447) Statement inside of curly braces should be on next line. (brace-style)
(#447) Missing space before opening brace. (space-before-blocks)
(#447) Requires a space before '}'. (block-spacing)
(#447) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#447) Missing semicolon. (@babel/semi)
(#447) Requires a space before '}'. (block-spacing)
(#447) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#447) Missing semicolon. (@babel/semi)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) Requires a space after '{'. (block-spacing)
(#447) Statement inside of curly braces should be on next line. (brace-style)
(#447) Missing space before opening brace. (space-before-blocks)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) A space is required after ','. (comma-spacing)
(#447) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Expected space(s) after "if". (keyword-spacing)
(#447) Operator '||' must be spaced. (space-infix-ops)
(#447) Requires a space after '{'. (block-spacing)
(#447) Statement inside of curly braces should be on next line. (brace-style)
(#447) Missing space before opening brace. (space-before-blocks)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#447) Operator '?' must be spaced. (space-infix-ops)
(#447) Operator ':' must be spaced. (space-infix-ops)
(#447) Requires a space after '{'. (block-spacing)
(#447) Statement inside of curly braces should be on next line. (brace-style)
(#447) Missing space before opening brace. (space-before-blocks)
(#447) Requires a space before '}'. (block-spacing)
(#447) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#447) Missing semicolon. (@babel/semi)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#447) A space is required after ','. (comma-spacing)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#447) Operator '&&' must be spaced. (space-infix-ops)
(#447) Operator '?' must be spaced. (space-infix-ops)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) A space is required after ','. (comma-spacing)
(#447) Operator ':' must be spaced. (space-infix-ops)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#447) A space is required after ','. (comma-spacing)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#448) This line has a length of 507. Maximum allowed is 132. (max-len)
(#448) Expected space(s) after "if". (keyword-spacing)
(#448) Operator '&&' must be spaced. (space-infix-ops)
(#448) Expected { after 'if' condition. (curly)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Requires a space before '}'. (block-spacing)
(#448) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#448) Missing semicolon. (@babel/semi)
(#448) Requires a space before '}'. (block-spacing)
(#448) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Requires a space after '{'. (block-spacing)
(#448) Statement inside of curly braces should be on next line. (brace-style)
(#448) Missing space before opening brace. (space-before-blocks)
(#448) Requires a space after '{'. (block-spacing)
(#448) Statement inside of curly braces should be on next line. (brace-style)
(#448) Missing space before opening brace. (space-before-blocks)
(#448) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#448) Operator '&&' must be spaced. (space-infix-ops)
(#448) Operator '!==' must be spaced. (space-infix-ops)
(#448) Operator '&&' must be spaced. (space-infix-ops)
(#448) A space is required after ','. (comma-spacing)
(#448) Requires a space before '}'. (block-spacing)
(#448) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#448) Missing semicolon. (@babel/semi)
(#448) A space is required after ','. (comma-spacing)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#448) A space is required after ','. (comma-spacing)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#448) A space is required after ','. (comma-spacing)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#448) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#448) Operator '&&' must be spaced. (space-infix-ops)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Requires a space before '}'. (block-spacing)
(#448) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#448) Missing semicolon. (@babel/semi)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Requires a space after '{'. (block-spacing)
(#448) Statement inside of curly braces should be on next line. (brace-style)
(#448) Missing space before opening brace. (space-before-blocks)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Requires a space after '{'. (block-spacing)
(#448) Statement inside of curly braces should be on next line. (brace-style)
(#448) Missing space before opening brace. (space-before-blocks)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Operator '&&' must be spaced. (space-infix-ops)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#448) Operator '||' must be spaced. (space-infix-ops)
(#448) Operator '||' must be spaced. (space-infix-ops)
(#448) Operator '&&' must be spaced. (space-infix-ops)
(#449) This line has a length of 516. Maximum allowed is 132. (max-len)
(#449) Operator '===' must be spaced. (space-infix-ops)
(#449) Operator '||' must be spaced. (space-infix-ops)
(#449) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#449) A space is required after ','. (comma-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) Requires a space before '}'. (block-spacing)
(#449) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#449) Missing semicolon. (@babel/semi)
(#449) A space is required after ','. (comma-spacing)
(#449) Requires a space before '}'. (block-spacing)
(#449) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#449) Missing semicolon. (@babel/semi)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) A space is required after ','. (comma-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) Requires a space after '{'. (block-spacing)
(#449) Statement inside of curly braces should be on next line. (brace-style)
(#449) Missing space before opening brace. (space-before-blocks)
(#449) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) A space is required after ','. (comma-spacing)
(#449) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#449) Operator '&&' must be spaced. (space-infix-ops)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#449) A space is required after ','. (comma-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#449) A space is required after ','. (comma-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) Missing space before value for key 'options'. (key-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) Requires a space after '{'. (block-spacing)
(#449) Statement inside of curly braces should be on next line. (brace-style)
(#449) Missing space before opening brace. (space-before-blocks)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#449) Operator '&&' must be spaced. (space-infix-ops)
(#450) This line has a length of 506. Maximum allowed is 132. (max-len)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#450) A space is required after ','. (comma-spacing)
(#450) A space is required after ','. (comma-spacing)
(#450) Missing space before value for key 'series'. (key-spacing)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#450) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#450) Operator '&&' must be spaced. (space-infix-ops)
(#450) Requires a space before '}'. (block-spacing)
(#450) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#450) Missing semicolon. (@babel/semi)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Requires a space before '}'. (block-spacing)
(#450) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#450) Missing semicolon. (@babel/semi)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) A space is required after ','. (comma-spacing)
(#450) A space is required after ','. (comma-spacing)
(#450) A space is required after ','. (comma-spacing)
(#450) Requires a space after '{'. (block-spacing)
(#450) Statement inside of curly braces should be on next line. (brace-style)
(#450) Missing space before opening brace. (space-before-blocks)
(#450) Operator '?' must be spaced. (space-infix-ops)
(#450) Operator ':' must be spaced. (space-infix-ops)
(#450) A space is required after ','. (comma-spacing)
(#450) Missing space before value for key 'axis'. (key-spacing)
(#450) A space is required after ','. (comma-spacing)
(#450) Missing space before value for key 'redraw'. (key-spacing)
(#450) A space is required after ','. (comma-spacing)
(#450) Missing space before value for key 'animation'. (key-spacing)
(#450) Requires a space before '}'. (block-spacing)
(#450) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#450) Missing semicolon. (@babel/semi)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) A space is required after ','. (comma-spacing)
(#450) A space is required after ','. (comma-spacing)
(#450) Requires a space after '{'. (block-spacing)
(#450) Statement inside of curly braces should be on next line. (brace-style)
(#450) Missing space before opening brace. (space-before-blocks)
(#450) A space is required after ','. (comma-spacing)
(#450) Missing space before value for key 'axis'. (key-spacing)
(#450) A space is required after ','. (comma-spacing)
(#450) Missing space before value for key 'redraw'. (key-spacing)
(#450) A space is required after ','. (comma-spacing)
(#450) Missing space before value for key 'animation'. (key-spacing)
(#450) Requires a space before '}'. (block-spacing)
(#450) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#450) Missing semicolon. (@babel/semi)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) A space is required after ','. (comma-spacing)
(#450) Requires a space after '{'. (block-spacing)
(#450) Statement inside of curly braces should be on next line. (brace-style)
(#450) Missing space before opening brace. (space-before-blocks)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#450) A space is required after ','. (comma-spacing)
(#450) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#450) A space is required after ','. (comma-spacing)
(#450) Missing space before value for key 'index'. (key-spacing)
(#450) A space is required after ','. (comma-spacing)
(#450) Missing space before value for key 'isX'. (key-spacing)
(#450) Operator '===' must be spaced. (space-infix-ops)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#450) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#450) A space is required after ','. (comma-spacing)
(#450) Operator '&&' must be spaced. (space-infix-ops)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Requires a space before '}'. (block-spacing)
(#450) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#450) Missing semicolon. (@babel/semi)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Requires a space after '{'. (block-spacing)
(#450) Statement inside of curly braces should be on next line. (brace-style)
(#450) Missing space before opening brace. (space-before-blocks)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) A space is required after ','. (comma-spacing)
(#450) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) A space is required after ','. (comma-spacing)
(#450) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#451) This line has a length of 510. Maximum allowed is 132. (max-len)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) Requires a space after '{'. (block-spacing)
(#451) Statement inside of curly braces should be on next line. (brace-style)
(#451) Missing space before opening brace. (space-before-blocks)
(#451) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#451) Operator '&&' must be spaced. (space-infix-ops)
(#451) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#451) A space is required after ','. (comma-spacing)
(#451) Missing space before value for key 'left'. (key-spacing)
(#451) Operator '+' must be spaced. (space-infix-ops)
(#451) A space is required after ','. (comma-spacing)
(#451) Missing space before value for key 'top'. (key-spacing)
(#451) Operator '+' must be spaced. (space-infix-ops)
(#451) A space is required after ','. (comma-spacing)
(#451) Missing space before value for key 'width'. (key-spacing)
(#451) Operator '+' must be spaced. (space-infix-ops)
(#451) A space is required after ','. (comma-spacing)
(#451) Missing space before value for key 'height'. (key-spacing)
(#451) Operator '+' must be spaced. (space-infix-ops)
(#451) Requires a space before '}'. (block-spacing)
(#451) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#451) Missing semicolon. (@babel/semi)
(#451) A space is required after ','. (comma-spacing)
(#451) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) A space is required after ','. (comma-spacing)
(#451) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#451) Operator '||' must be spaced. (space-infix-ops)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#451) A space is required after ','. (comma-spacing)
(#451) Missing space before value for key 'className'. (key-spacing)
(#451) A space is required after ','. (comma-spacing)
(#451) A space is required after ','. (comma-spacing)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#451) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#451) Operator '||' must be spaced. (space-infix-ops)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#451) A space is required after ','. (comma-spacing)
(#451) Missing space before value for key 'className'. (key-spacing)
(#451) A space is required after ','. (comma-spacing)
(#451) A space is required after ','. (comma-spacing)
(#451) A space is required after ','. (comma-spacing)
(#451) A space is required after ','. (comma-spacing)
(#451) A space is required after ','. (comma-spacing)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) A space is required after ','. (comma-spacing)
(#451) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#451) A space is required after ','. (comma-spacing)
(#451) A space is required after ','. (comma-spacing)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#451) Operator '||' must be spaced. (space-infix-ops)
(#451) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#451) A space is required after ','. (comma-spacing)
(#451) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#451) A space is required after ','. (comma-spacing)
(#451) Missing space before value for key 'zIndex'. (key-spacing)
(#451) A space is required after ','. (comma-spacing)
(#451) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#451) A space is required after ','. (comma-spacing)
(#451) A space is required after ','. (comma-spacing)
(#451) Operator '||' must be spaced. (space-infix-ops)
(#451) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#451) A space is required after ','. (comma-spacing)
(#451) Missing space before value for key 'opacity'. (key-spacing)
(#452) This line has a length of 510. Maximum allowed is 132. (max-len)
(#452) Missing space before value for key 'display'. (key-spacing)
(#452) A space is required after ','. (comma-spacing)
(#452) A space is required after ','. (comma-spacing)
(#452) Missing space before value for key 'opacity'. (key-spacing)
(#452) Operator '||' must be spaced. (space-infix-ops)
(#452) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#452) A space is required after ','. (comma-spacing)
(#452) Missing space before value for key 'duration'. (key-spacing)
(#452) Operator '||' must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#452) Requires a space before '}'. (block-spacing)
(#452) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#452) Missing semicolon. (@babel/semi)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Requires a space after '{'. (block-spacing)
(#452) Statement inside of curly braces should be on next line. (brace-style)
(#452) Missing space before opening brace. (space-before-blocks)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) A space is required after ','. (comma-spacing)
(#452) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#452) Operator '&&' must be spaced. (space-infix-ops)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) A space is required after ','. (comma-spacing)
(#452) Operator '||' must be spaced. (space-infix-ops)
(#452) A space is required after ','. (comma-spacing)
(#452) Missing space before value for key 'opacity'. (key-spacing)
(#452) A space is required after ','. (comma-spacing)
(#452) Missing space before value for key 'duration'. (key-spacing)
(#452) Operator '||' must be spaced. (space-infix-ops)
(#452) A space is required after ','. (comma-spacing)
(#452) Missing space before value for key 'complete'. (key-spacing)
(#452) Requires a space after '{'. (block-spacing)
(#452) Statement inside of curly braces should be on next line. (brace-style)
(#452) Missing space before opening brace. (space-before-blocks)
(#452) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#452) A space is required after ','. (comma-spacing)
(#452) Missing space before value for key 'display'. (key-spacing)
(#452) Requires a space before '}'. (block-spacing)
(#452) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#452) Missing semicolon. (@babel/semi)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Requires a space before '}'. (block-spacing)
(#452) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#452) Missing semicolon. (@babel/semi)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Function has a complexity of 29. Maximum allowed is 20. (complexity)
(#452) A space is required after ','. (comma-spacing)
(#452) A space is required after ','. (comma-spacing)
(#452) A space is required after ','. (comma-spacing)
(#452) Requires a space after '{'. (block-spacing)
(#452) Statement inside of curly braces should be on next line. (brace-style)
(#452) Missing space before opening brace. (space-before-blocks)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) A space is required after ','. (comma-spacing)
(#452) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Missing space before value for key 'credits'. (key-spacing)
(#452) A space is required after ','. (comma-spacing)
(#452) Missing space before value for key 'title'. (key-spacing)
(#452) A space is required after ','. (comma-spacing)
(#452) Missing space before value for key 'subtitle'. (key-spacing)
(#452) A space is required after ','. (comma-spacing)
(#452) Missing space before value for key 'caption'. (key-spacing)
(#453) This line has a length of 513. Maximum allowed is 132. (max-len)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) A space is required after ','. (comma-spacing)
(#453) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) A space is required after ','. (comma-spacing)
(#453) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#453) A space is required after ','. (comma-spacing)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#453) A space is required after ','. (comma-spacing)
(#453) A space is required after ','. (comma-spacing)
(#453) Missing space before value for key 'options'. (key-spacing)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#453) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#453) Operator '||' must be spaced. (space-infix-ops)
(#453) A space is required after ','. (comma-spacing)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#453) A space is required after ','. (comma-spacing)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#453) A space is required after ','. (comma-spacing)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) Expected space(s) after "if". (keyword-spacing)
(#453) Requires a space after '{'. (block-spacing)
(#453) Statement inside of curly braces should be on next line. (brace-style)
(#453) Missing space before opening brace. (space-before-blocks)
(#453) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#453) A space is required after ','. (comma-spacing)
(#453) A space is required after ','. (comma-spacing)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#453) Operator 'in' must be spaced. (space-infix-ops)
(#453) Operator '&&' must be spaced. (space-infix-ops)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#453) Operator 'in' must be spaced. (space-infix-ops)
(#453) Operator '&&' must be spaced. (space-infix-ops)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) Expected space(s) after "if". (keyword-spacing)
(#453) Operator 'in' must be spaced. (space-infix-ops)
(#453) Operator '||' must be spaced. (space-infix-ops)
(#453) Operator 'in' must be spaced. (space-infix-ops)
(#453) Operator '||' must be spaced. (space-infix-ops)
(#453) Operator 'in' must be spaced. (space-infix-ops)
(#453) Requires a space after '{'. (block-spacing)
(#453) Statement inside of curly braces should be on next line. (brace-style)
(#453) Missing space before opening brace. (space-before-blocks)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) Requires a space before '}'. (block-spacing)
(#453) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#453) Missing semicolon. (@babel/semi)
(#453) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#453) Operator 'in' must be spaced. (space-infix-ops)
(#453) Operator '&&' must be spaced. (space-infix-ops)
(#453) 'G' declared on line 453 column 328 is used outside of binding context. (block-scoped-var)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#453) Operator 'in' must be spaced. (space-infix-ops)
(#453) Operator '&&' must be spaced. (space-infix-ops)
(#453) A space is required after ','. (comma-spacing)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#453) A space is required after ','. (comma-spacing)
(#453) A space is required after ','. (comma-spacing)
(#453) Requires a space after '{'. (block-spacing)
(#453) Statement inside of curly braces should be on next line. (brace-style)
(#453) Missing space before opening brace. (space-before-blocks)
(#453) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#453) Operator '!==' must be spaced. (space-infix-ops)
(#453) Operator '+' must be spaced. (space-infix-ops)
(#453) Operator '&&' must be spaced. (space-infix-ops)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#453) Operator '!==' must be spaced. (space-infix-ops)
(#453) Operator '&&' must be spaced. (space-infix-ops)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#454) This line has a length of 539. Maximum allowed is 132. (max-len)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#454) Operator '!==' must be spaced. (space-infix-ops)
(#454) Operator '&&' must be spaced. (space-infix-ops)
(#454) Operator '?' must be spaced. (space-infix-ops)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Operator ':' must be spaced. (space-infix-ops)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Requires a space before '}'. (block-spacing)
(#454) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#454) Missing semicolon. (@babel/semi)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#454) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#454) Operator '&&' must be spaced. (space-infix-ops)
(#454) Operator '&&' must be spaced. (space-infix-ops)
(#454) Operator '||' must be spaced. (space-infix-ops)
(#454) Requires a space before '}'. (block-spacing)
(#454) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#454) Missing semicolon. (@babel/semi)
(#454) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#454) Operator '&&' must be spaced. (space-infix-ops)
(#454) Operator '&&' must be spaced. (space-infix-ops)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#454) Operator '&&' must be spaced. (space-infix-ops)
(#454) Operator '===' must be spaced. (space-infix-ops)
(#454) Operator '&&' must be spaced. (space-infix-ops)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#454) A space is required after ','. (comma-spacing)
(#454) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#454) A space is required after ','. (comma-spacing)
(#454) A space is required after ','. (comma-spacing)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#454) A space is required after ','. (comma-spacing)
(#454) A space is required after ','. (comma-spacing)
(#454) Requires a space after '{'. (block-spacing)
(#454) Statement inside of curly braces should be on next line. (brace-style)
(#454) Missing space before opening brace. (space-before-blocks)
(#454) Expected space(s) after "if". (keyword-spacing)
(#454) Operator '&&' must be spaced. (space-infix-ops)
(#454) Operator '===' must be spaced. (space-infix-ops)
(#454) Expected { after 'if' condition. (curly)
(#454) A space is required after ','. (comma-spacing)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Expected space(s) after "if". (keyword-spacing)
(#454) Operator '===' must be spaced. (space-infix-ops)
(#454) Expected { after 'if' condition. (curly)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Expected space(s) after "else". (keyword-spacing)
(#454) Expected { after 'else'. (curly)
(#454) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#454) Operator '!==' must be spaced. (space-infix-ops)
(#454) Operator '&&' must be spaced. (space-infix-ops)
(#454) Operator '===' must be spaced. (space-infix-ops)
(#454) Operator '&&' must be spaced. (space-infix-ops)
(#454) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#454) A space is required after ','. (comma-spacing)
(#454) A space is required after ','. (comma-spacing)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#454) Operator '!==' must be spaced. (space-infix-ops)
(#454) Operator '&&' must be spaced. (space-infix-ops)
(#454) Operator '!==' must be spaced. (space-infix-ops)
(#454) Operator '&&' must be spaced. (space-infix-ops)
(#455) This line has a length of 512. Maximum allowed is 132. (max-len)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Requires a space before '}'. (block-spacing)
(#455) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#455) Missing semicolon. (@babel/semi)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Requires a space after '{'. (block-spacing)
(#455) Statement inside of curly braces should be on next line. (brace-style)
(#455) Missing space before opening brace. (space-before-blocks)
(#455) Expected space(s) after "if". (keyword-spacing)
(#455) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#455) Requires a space after '{'. (block-spacing)
(#455) Statement inside of curly braces should be on next line. (brace-style)
(#455) Missing space before opening brace. (space-before-blocks)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) A space is required after ','. (comma-spacing)
(#455) Requires a space after '{'. (block-spacing)
(#455) Statement inside of curly braces should be on next line. (brace-style)
(#455) Missing space before opening brace. (space-before-blocks)
(#455) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#455) Operator '||' must be spaced. (space-infix-ops)
(#455) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#455) A space is required after ','. (comma-spacing)
(#455) Requires a space before '}'. (block-spacing)
(#455) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#455) Missing semicolon. (@babel/semi)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) A space is required after ','. (comma-spacing)
(#455) Requires a space after '{'. (block-spacing)
(#455) Statement inside of curly braces should be on next line. (brace-style)
(#455) Missing space before opening brace. (space-before-blocks)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#455) A space is required after ','. (comma-spacing)
(#455) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#455) Operator '&&' must be spaced. (space-infix-ops)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#455) Operator '&&' must be spaced. (space-infix-ops)
(#455) Operator '&&' must be spaced. (space-infix-ops)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Operator '?' must be spaced. (space-infix-ops)
(#455) Operator ':' must be spaced. (space-infix-ops)
(#455) Operator '&&' must be spaced. (space-infix-ops)
(#455) Operator '&&' must be spaced. (space-infix-ops)
(#455) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#455) Operator '&&' must be spaced. (space-infix-ops)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#455) Operator '&&' must be spaced. (space-infix-ops)
(#455) Operator '===' must be spaced. (space-infix-ops)
(#455) Operator '&&' must be spaced. (space-infix-ops)
(#455) A space is required after ','. (comma-spacing)
(#455) A space is required after ','. (comma-spacing)
(#455) Operator '&&' must be spaced. (space-infix-ops)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#455) Operator '&&' must be spaced. (space-infix-ops)
(#455) Operator '&&' must be spaced. (space-infix-ops)
(#455) Operator '&&' must be spaced. (space-infix-ops)
(#455) A space is required after ','. (comma-spacing)
(#455) Operator '||' must be spaced. (space-infix-ops)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Requires a space before '}'. (block-spacing)
(#455) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#455) Missing semicolon. (@babel/semi)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#455) Operator '&&' must be spaced. (space-infix-ops)
(#455) Requires a space after '{'. (block-spacing)
(#455) Statement inside of curly braces should be on next line. (brace-style)
(#455) Missing space before opening brace. (space-before-blocks)
(#455) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#455) Operator '||' must be spaced. (space-infix-ops)
(#456) This line has a length of 521. Maximum allowed is 132. (max-len)
(#456) Operator '?' must be spaced. (space-infix-ops)
(#456) Operator ':' must be spaced. (space-infix-ops)
(#456) Requires a space before '}'. (block-spacing)
(#456) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#456) Missing semicolon. (@babel/semi)
(#456) Requires a space before '}'. (block-spacing)
(#456) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#456) Missing semicolon. (@babel/semi)
(#456) Requires a space before '}'. (block-spacing)
(#456) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) Requires a space after '{'. (block-spacing)
(#456) Statement inside of curly braces should be on next line. (brace-style)
(#456) Missing space before opening brace. (space-before-blocks)
(#456) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#456) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#456) Operator '&&' must be spaced. (space-infix-ops)
(#456) Operator '&&' must be spaced. (space-infix-ops)
(#456) Requires a space before '}'. (block-spacing)
(#456) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#456) Missing semicolon. (@babel/semi)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) 'G' declared on line 453 column 328 is used outside of binding context. (block-scoped-var)
(#456) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#456) Operator '&&' must be spaced. (space-infix-ops)
(#456) Requires a space after '{'. (block-spacing)
(#456) Statement inside of curly braces should be on next line. (brace-style)
(#456) Missing space before opening brace. (space-before-blocks)
(#456) A space is required after ','. (comma-spacing)
(#456) Requires a space before '}'. (block-spacing)
(#456) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#456) Missing semicolon. (@babel/semi)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#456) Operator '&&' must be spaced. (space-infix-ops)
(#456) Requires a space after '{'. (block-spacing)
(#456) Statement inside of curly braces should be on next line. (brace-style)
(#456) Missing space before opening brace. (space-before-blocks)
(#456) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#456) Operator '&&' must be spaced. (space-infix-ops)
(#456) A space is required after ','. (comma-spacing)
(#456) Requires a space before '}'. (block-spacing)
(#456) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#456) Missing semicolon. (@babel/semi)
(#456) A space is required after ','. (comma-spacing)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) 'G' declared on line 453 column 328 is used outside of binding context. (block-scoped-var)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) Operator '&&' must be spaced. (space-infix-ops)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) Operator '&&' must be spaced. (space-infix-ops)
(#456) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#456) Operator '?' must be spaced. (space-infix-ops)
(#456) A space is required after ','. (comma-spacing)
(#456) 'G' declared on line 453 column 328 is used outside of binding context. (block-scoped-var)
(#456) Operator '||' must be spaced. (space-infix-ops)
(#456) Operator ':' must be spaced. (space-infix-ops)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#456) Operator '||' must be spaced. (space-infix-ops)
(#456) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#456) 'G' declared on line 453 column 328 is used outside of binding context. (block-scoped-var)
(#456) Operator '&&' must be spaced. (space-infix-ops)
(#456) 'G' declared on line 453 column 328 is used outside of binding context. (block-scoped-var)
(#456) Operator '!==' must be spaced. (space-infix-ops)
(#456) Operator '||' must be spaced. (space-infix-ops)
(#456) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#456) Operator '&&' must be spaced. (space-infix-ops)
(#456) Operator '!==' must be spaced. (space-infix-ops)
(#456) Operator '?' must be spaced. (space-infix-ops)
(#456) 'G' declared on line 453 column 328 is used outside of binding context. (block-scoped-var)
(#456) A space is required after ','. (comma-spacing)
(#456) A space is required after ','. (comma-spacing)
(#456) Operator ':' must be spaced. (space-infix-ops)
(#456) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#456) A space is required after ','. (comma-spacing)
(#456) Operator '&&' must be spaced. (space-infix-ops)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#456) A space is required after ','. (comma-spacing)
(#456) A space is required after ','. (comma-spacing)
(#456) Missing space before value for key 'options'. (key-spacing)
(#456) A space is required after ','. (comma-spacing)
(#456) Missing space before value for key 'redraw'. (key-spacing)
(#456) A space is required after ','. (comma-spacing)
(#456) Missing space before value for key 'animation'. (key-spacing)
(#456) Requires a space before '}'. (block-spacing)
(#456) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#456) Missing semicolon. (@babel/semi)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) A space is required after ','. (comma-spacing)
(#456) Requires a space after '{'. (block-spacing)
(#456) Statement inside of curly braces should be on next line. (brace-style)
(#456) Missing space before opening brace. (space-before-blocks)
(#457) This line has a length of 543. Maximum allowed is 132. (max-len)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) Requires a space before '}'. (block-spacing)
(#457) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#457) Missing semicolon. (@babel/semi)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) A space is required after ','. (comma-spacing)
(#457) Requires a space after '{'. (block-spacing)
(#457) Statement inside of curly braces should be on next line. (brace-style)
(#457) Missing space before opening brace. (space-before-blocks)
(#457) A space is required after ','. (comma-spacing)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) Requires a space before '}'. (block-spacing)
(#457) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#457) Missing semicolon. (@babel/semi)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) Requires a space after '{'. (block-spacing)
(#457) Statement inside of curly braces should be on next line. (brace-style)
(#457) Missing space before opening brace. (space-before-blocks)
(#457) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#457) Requires a space after '{'. (block-spacing)
(#457) Statement inside of curly braces should be on next line. (brace-style)
(#457) Missing space before opening brace. (space-before-blocks)
(#457) Requires a space before '}'. (block-spacing)
(#457) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#457) Missing semicolon. (@babel/semi)
(#457) Expected space(s) before "var". (keyword-spacing)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) A space is required after ','. (comma-spacing)
(#457) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) A space is required after ','. (comma-spacing)
(#457) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) A space is required after ','. (comma-spacing)
(#457) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) A space is required after ','. (comma-spacing)
(#457) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) Operator '===' must be spaced. (space-infix-ops)
(#457) Operator '||' must be spaced. (space-infix-ops)
(#457) Operator '===' must be spaced. (space-infix-ops)
(#457) Operator '?' must be spaced. (space-infix-ops)
(#457) Operator ':' must be spaced. (space-infix-ops)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#457) A space is required after ','. (comma-spacing)
(#457) A space is required after ','. (comma-spacing)
(#457) A space is required after ','. (comma-spacing)
(#457) Requires a space after '{'. (block-spacing)
(#457) Statement inside of curly braces should be on next line. (brace-style)
(#457) Missing space before opening brace. (space-before-blocks)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) A space is required after ','. (comma-spacing)
(#457) A space is required after ','. (comma-spacing)
(#457) A space is required after ','. (comma-spacing)
(#457) A space is required after ','. (comma-spacing)
(#457) Missing space before value for key 'align'. (key-spacing)
(#457) A space is required after ','. (comma-spacing)
(#457) Missing space before value for key 'title'. (key-spacing)
(#458) This line has a length of 504. Maximum allowed is 132. (max-len)
(#458) A space is required after ','. (comma-spacing)
(#458) Requires a space before '}'. (block-spacing)
(#458) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#458) Missing semicolon. (@babel/semi)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#458) A space is required after ','. (comma-spacing)
(#458) Requires a space before '}'. (block-spacing)
(#458) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#458) Missing semicolon. (@babel/semi)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Requires a space after '{'. (block-spacing)
(#458) Statement inside of curly braces should be on next line. (brace-style)
(#458) Missing space before opening brace. (space-before-blocks)
(#458) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#458) A space is required after ','. (comma-spacing)
(#458) A space is required after ','. (comma-spacing)
(#458) Missing space before value for key 'resetSelection'. (key-spacing)
(#458) A space is required after ','. (comma-spacing)
(#458) Requires a space before '}'. (block-spacing)
(#458) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#458) Missing semicolon. (@babel/semi)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Requires a space after '{'. (block-spacing)
(#458) Statement inside of curly braces should be on next line. (brace-style)
(#458) Missing space before opening brace. (space-before-blocks)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) A space is required after ','. (comma-spacing)
(#458) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) A space is required after ','. (comma-spacing)
(#458) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Operator '?' must be spaced. (space-infix-ops)
(#458) Operator ':' must be spaced. (space-infix-ops)
(#458) A space is required after ','. (comma-spacing)
(#458) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) A space is required after ','. (comma-spacing)
(#458) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#458) Operator '||' must be spaced. (space-infix-ops)
(#458) Operator '?' must be spaced. (space-infix-ops)
(#458) Requires a space after '{'. (block-spacing)
(#458) Statement inside of curly braces should be on next line. (brace-style)
(#458) Missing space before opening brace. (space-before-blocks)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Requires a space before '}'. (block-spacing)
(#458) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#458) Missing semicolon. (@babel/semi)
(#458) A space is required after ','. (comma-spacing)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Operator ':' must be spaced. (space-infix-ops)
(#458) Requires a space after '{'. (block-spacing)
(#458) Statement inside of curly braces should be on next line. (brace-style)
(#458) Missing space before opening brace. (space-before-blocks)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) A space is required after ','. (comma-spacing)
(#458) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Operator '?' must be spaced. (space-infix-ops)
(#458) Operator ':' must be spaced. (space-infix-ops)
(#458) A space is required after ','. (comma-spacing)
(#458) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Operator '?' must be spaced. (space-infix-ops)
(#458) Operator '+' must be spaced. (space-infix-ops)
(#458) Operator ':' must be spaced. (space-infix-ops)
(#458) Operator '+' must be spaced. (space-infix-ops)
(#458) A space is required after ','. (comma-spacing)
(#458) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) A space is required after ','. (comma-spacing)
(#458) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) Expected space(s) after "if". (keyword-spacing)
(#458) Operator '&&' must be spaced. (space-infix-ops)
(#458) Operator '>=' must be spaced. (space-infix-ops)
(#458) Operator '&&' must be spaced. (space-infix-ops)
(#458) Operator '<=' must be spaced. (space-infix-ops)
(#458) Operator '||' must be spaced. (space-infix-ops)
(#458) Operator '||' must be spaced. (space-infix-ops)
(#458) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#458) Expected { after 'if' condition. (curly)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#458) Operator '?' must be spaced. (space-infix-ops)
(#458) Operator ':' must be spaced. (space-infix-ops)
(#458) Operator '&&' must be spaced. (space-infix-ops)
(#458) Operator '&&' must be spaced. (space-infix-ops)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#459) This line has a length of 504. Maximum allowed is 132. (max-len)
(#459) A space is required after ','. (comma-spacing)
(#459) Operator '&&' must be spaced. (space-infix-ops)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) Requires a space before '}'. (block-spacing)
(#459) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#459) Missing semicolon. (@babel/semi)
(#459) Missing whitespace after semicolon. (semi-spacing)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) Missing whitespace after semicolon. (semi-spacing)
(#459) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#459) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#459) Operator '&&' must be spaced. (space-infix-ops)
(#459) Operator '?' must be spaced. (space-infix-ops)
(#459) Operator ':' must be spaced. (space-infix-ops)
(#459) Operator '&&' must be spaced. (space-infix-ops)
(#459) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#459) Operator '&&' must be spaced. (space-infix-ops)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) Missing whitespace after semicolon. (semi-spacing)
(#459) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#459) Operator '&&' must be spaced. (space-infix-ops)
(#459) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#459) A space is required after ','. (comma-spacing)
(#459) Operator '&&' must be spaced. (space-infix-ops)
(#459) A space is required after ','. (comma-spacing)
(#459) Operator '>' must be spaced. (space-infix-ops)
(#459) Requires a space before '}'. (block-spacing)
(#459) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#459) Missing semicolon. (@babel/semi)
(#459) Missing whitespace after semicolon. (semi-spacing)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) A space is required after ','. (comma-spacing)
(#459) Requires a space after '{'. (block-spacing)
(#459) Statement inside of curly braces should be on next line. (brace-style)
(#459) Missing space before opening brace. (space-before-blocks)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) A space is required after ','. (comma-spacing)
(#459) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) Missing whitespace after semicolon. (semi-spacing)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) Operator '===' must be spaced. (space-infix-ops)
(#459) Operator '?' must be spaced. (space-infix-ops)
(#459) Operator ':' must be spaced. (space-infix-ops)
(#459) Missing space before value for key 'enabled'. (key-spacing)
(#459) A space is required after ','. (comma-spacing)
(#459) Missing space before value for key 'type'. (key-spacing)
(#459) Missing whitespace after semicolon. (semi-spacing)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) A space is required after ','. (comma-spacing)
(#459) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) Operator '&&' must be spaced. (space-infix-ops)
(#459) Missing whitespace after semicolon. (semi-spacing)
(#459) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#459) Operator '&&' must be spaced. (space-infix-ops)
(#459) Operator '&&' must be spaced. (space-infix-ops)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) Missing whitespace after semicolon. (semi-spacing)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) A space is required after ','. (comma-spacing)
(#459) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#459) Missing whitespace after semicolon. (semi-spacing)
(#459) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#459) A space is required after ','. (comma-spacing)
(#459) A space is required after ','. (comma-spacing)
(#459) Missing space before value for key 'originalEvent'. (key-spacing)
(#459) A space is required after ','. (comma-spacing)
(#459) Requires a space after '{'. (block-spacing)
(#459) Statement inside of curly braces should be on next line. (brace-style)
(#459) Missing space before opening brace. (space-before-blocks)
(#459) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#459) Operator '&&' must be spaced. (space-infix-ops)
(#459) Requires a space after '{'. (block-spacing)
(#459) Statement inside of curly braces should be on next line. (brace-style)
(#459) Missing space before opening brace. (space-before-blocks)
(#459) Requires a space before '}'. (block-spacing)
(#459) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#459) Missing semicolon. (@babel/semi)
(#460) This line has a length of 512. Maximum allowed is 132. (max-len)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#460) Operator '===' must be spaced. (space-infix-ops)
(#460) Operator '?' must be spaced. (space-infix-ops)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Operator ':' must be spaced. (space-infix-ops)
(#460) Operator '===' must be spaced. (space-infix-ops)
(#460) Operator '&&' must be spaced. (space-infix-ops)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Function has a complexity of 36. Maximum allowed is 20. (complexity)
(#460) Requires a space after '{'. (block-spacing)
(#460) Statement inside of curly braces should be on next line. (brace-style)
(#460) Missing space before opening brace. (space-before-blocks)
(#460) Expected space(s) after "if". (keyword-spacing)
(#460) Operator '&&' must be spaced. (space-infix-ops)
(#460) Requires a space after '{'. (block-spacing)
(#460) Statement inside of curly braces should be on next line. (brace-style)
(#460) Missing space before opening brace. (space-before-blocks)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Operator '?' must be spaced. (space-infix-ops)
(#460) Operator ':' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Operator '?' must be spaced. (space-infix-ops)
(#460) Operator ':' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Operator '||' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Operator '&&' must be spaced. (space-infix-ops)
(#460) Operator '||' must be spaced. (space-infix-ops)
(#460) Operator '&&' must be spaced. (space-infix-ops)
(#460) Operator '?' must be spaced. (space-infix-ops)
(#460) Operator ':' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Operator '-' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) Operator '+' must be spaced. (space-infix-ops)
(#460) Operator '*' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Operator '+' must be spaced. (space-infix-ops)
(#460) Operator '-' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) Operator '-' must be spaced. (space-infix-ops)
(#460) Operator '*' must be spaced. (space-infix-ops)
(#460) Operator '||' must be spaced. (space-infix-ops)
(#460) Operator '&&' must be spaced. (space-infix-ops)
(#460) Operator '||' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Operator '<' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Operator '?' must be spaced. (space-infix-ops)
(#460) Operator ':' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Operator '?' must be spaced. (space-infix-ops)
(#460) Operator ':' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#460) Operator '||' must be spaced. (space-infix-ops)
(#460) Operator '||' must be spaced. (space-infix-ops)
(#460) Operator '&&' must be spaced. (space-infix-ops)
(#460) Operator '||' must be spaced. (space-infix-ops)
(#461) This line has a length of 517. Maximum allowed is 132. (max-len)
(#461) Requires a space after '{'. (block-spacing)
(#461) Statement inside of curly braces should be on next line. (brace-style)
(#461) Missing space before opening brace. (space-before-blocks)
(#461) Operator '=' must be spaced. (space-infix-ops)
(#461) Missing whitespace after semicolon. (semi-spacing)
(#461) Operator '=' must be spaced. (space-infix-ops)
(#461) A space is required after ','. (comma-spacing)
(#461) Missing whitespace after semicolon. (semi-spacing)
(#461) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#461) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#461) Operator '||' must be spaced. (space-infix-ops)
(#461) Operator '=' must be spaced. (space-infix-ops)
(#461) Missing space before value for key 'startMin'. (key-spacing)
(#461) A space is required after ','. (comma-spacing)
(#461) Missing space before value for key 'startMax'. (key-spacing)
(#461) Missing whitespace after semicolon. (semi-spacing)
(#461) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#461) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#461) Operator '&&' must be spaced. (space-infix-ops)
(#461) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#461) Operator '&&' must be spaced. (space-infix-ops)
(#461) Operator '=' must be spaced. (space-infix-ops)
(#461) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#461) A space is required after ','. (comma-spacing)
(#461) A space is required after ','. (comma-spacing)
(#461) A space is required after ','. (comma-spacing)
(#461) A space is required after ','. (comma-spacing)
(#461) Operator '=' must be spaced. (space-infix-ops)
(#461) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#461) A space is required after ','. (comma-spacing)
(#461) A space is required after ','. (comma-spacing)
(#461) A space is required after ','. (comma-spacing)
(#461) Requires a space before '}'. (block-spacing)
(#461) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#461) Missing semicolon. (@babel/semi)
(#461) Missing whitespace after semicolon. (semi-spacing)
(#461) Operator '=' must be spaced. (space-infix-ops)
(#461) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#461) Operator '&&' must be spaced. (space-infix-ops)
(#461) A space is required after ','. (comma-spacing)
(#461) A space is required after ','. (comma-spacing)
(#461) Operator '?' must be spaced. (space-infix-ops)
(#461) Operator ':' must be spaced. (space-infix-ops)
(#461) Operator '-' must be spaced. (space-infix-ops)
(#461) Missing whitespace after semicolon. (semi-spacing)
(#461) Operator '=' must be spaced. (space-infix-ops)
(#461) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#461) Operator '&&' must be spaced. (space-infix-ops)
(#461) A space is required after ','. (comma-spacing)
(#461) A space is required after ','. (comma-spacing)
(#461) Operator '?' must be spaced. (space-infix-ops)
(#461) Operator ':' must be spaced. (space-infix-ops)
(#461) Operator '+' must be spaced. (space-infix-ops)
(#462) This line has a length of 508. Maximum allowed is 132. (max-len)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#462) Operator '||' must be spaced. (space-infix-ops)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Operator '-' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '<' must be spaced. (space-infix-ops)
(#462) Operator '&&' must be spaced. (space-infix-ops)
(#462) Operator '+=' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Operator '-' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '<' must be spaced. (space-infix-ops)
(#462) Operator '&&' must be spaced. (space-infix-ops)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '-=' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '&&' must be spaced. (space-infix-ops)
(#462) Operator '!==' must be spaced. (space-infix-ops)
(#462) Operator '&&' must be spaced. (space-infix-ops)
(#462) Operator '!==' must be spaced. (space-infix-ops)
(#462) Operator '&&' must be spaced. (space-infix-ops)
(#462) Operator '>=' must be spaced. (space-infix-ops)
(#462) Operator '&&' must be spaced. (space-infix-ops)
(#462) Operator '<=' must be spaced. (space-infix-ops)
(#462) Operator '&&' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) Missing space before value for key 'trigger'. (key-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '||' must be spaced. (space-infix-ops)
(#462) Operator '||' must be spaced. (space-infix-ops)
(#462) Operator '===' must be spaced. (space-infix-ops)
(#462) Operator '||' must be spaced. (space-infix-ops)
(#462) Operator '===' must be spaced. (space-infix-ops)
(#462) Operator '||' must be spaced. (space-infix-ops)
(#462) Operator '||' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Requires a space before '}'. (block-spacing)
(#462) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#462) Missing semicolon. (@babel/semi)
(#462) Requires a space before '}'. (block-spacing)
(#462) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#462) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) Requires a space after '{'. (block-spacing)
(#462) Statement inside of curly braces should be on next line. (brace-style)
(#462) Missing space before opening brace. (space-before-blocks)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Requires a space before '}'. (block-spacing)
(#462) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#462) Missing semicolon. (@babel/semi)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#462) Operator '&&' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#462) A space is required after ','. (comma-spacing)
(#462) Missing space before value for key 'cursor'. (key-spacing)
(#462) Requires a space before '}'. (block-spacing)
(#462) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#462) Missing semicolon. (@babel/semi)
(#462) Requires a space before '}'. (block-spacing)
(#462) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#462) Missing semicolon. (@babel/semi)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Requires a space before '}'. (block-spacing)
(#462) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#462) Missing semicolon. (@babel/semi)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#462) A space is required after ','. (comma-spacing)
(#462) Missing space before value for key 'callbacks'. (key-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) Missing space before value for key 'collectionsWithInit'. (key-spacing)
(#462) Missing space before value for key 'xAxis'. (key-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) Missing space before value for key 'yAxis'. (key-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) Missing space before value for key 'series'. (key-spacing)
(#463) This line has a length of 504. Maximum allowed is 132. (max-len)
(#463) Missing space before value for key 'collectionsWithUpdate'. (key-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing space before value for key 'propsRequireDirtyBox'. (key-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing space before value for key 'propsRequireReflow'. (key-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing space before value for key 'propsRequireUpdateSeries'. (key-spacing)
(#464) This line has a length of 503. Maximum allowed is 132. (max-len)
(#464) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Requires a space before '}'. (block-spacing)
(#464) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#464) Missing semicolon. (@babel/semi)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#464) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) Requires a space after '{'. (block-spacing)
(#464) Statement inside of curly braces should be on next line. (brace-style)
(#464) Missing space before opening brace. (space-before-blocks)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) A space is required after ','. (comma-spacing)
(#464) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) A space is required after ','. (comma-spacing)
(#464) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Requires a space after '{'. (block-spacing)
(#464) Statement inside of curly braces should be on next line. (brace-style)
(#464) Missing space before opening brace. (space-before-blocks)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Requires a space after '{'. (block-spacing)
(#464) Statement inside of curly braces should be on next line. (brace-style)
(#464) Missing space before opening brace. (space-before-blocks)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) A space is required after ','. (comma-spacing)
(#464) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) A space is required after ','. (comma-spacing)
(#464) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) A space is required after ','. (comma-spacing)
(#464) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Operator '/' must be spaced. (space-infix-ops)
(#464) A space is required after ','. (comma-spacing)
(#464) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) A space is required after ','. (comma-spacing)
(#464) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Operator '-' must be spaced. (space-infix-ops)
(#464) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#464) Operator '*' must be spaced. (space-infix-ops)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) A space is required after ','. (comma-spacing)
(#464) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#464) Operator '||' must be spaced. (space-infix-ops)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Missing space before value for key 'stroke-width'. (key-spacing)
(#464) Operator '||' must be spaced. (space-infix-ops)
(#464) A space is required after ','. (comma-spacing)
(#464) Operator '&&' must be spaced. (space-infix-ops)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#465) This line has a length of 506. Maximum allowed is 132. (max-len)
(#465) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#465) Operator '&&' must be spaced. (space-infix-ops)
(#465) Operator '!==' must be spaced. (space-infix-ops)
(#465) Operator '&&' must be spaced. (space-infix-ops)
(#465) Operator '&&' must be spaced. (space-infix-ops)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#465) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) Operator '===' must be spaced. (space-infix-ops)
(#465) Operator '&&' must be spaced. (space-infix-ops)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) A space is required after ','. (comma-spacing)
(#465) Missing space before value for key 'width'. (key-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) Missing space before value for key 'height'. (key-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) A space is required after ','. (comma-spacing)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) A space is required after ','. (comma-spacing)
(#465) Operator '/' must be spaced. (space-infix-ops)
(#465) Operator '-' must be spaced. (space-infix-ops)
(#465) A space is required after ','. (comma-spacing)
(#465) Operator '-' must be spaced. (space-infix-ops)
(#465) A space is required after ','. (comma-spacing)
(#465) Operator '*' must be spaced. (space-infix-ops)
(#465) A space is required after ','. (comma-spacing)
(#465) Operator '*' must be spaced. (space-infix-ops)
(#465) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Requires a space before '}'. (block-spacing)
(#465) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#465) Missing semicolon. (@babel/semi)
(#465) Missing whitespace after semicolon. (semi-spacing)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) A space is required after ','. (comma-spacing)
(#465) Requires a space after '{'. (block-spacing)
(#465) Statement inside of curly braces should be on next line. (brace-style)
(#465) Missing space before opening brace. (space-before-blocks)
(#465) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) A space is required after ','. (comma-spacing)
(#465) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Missing whitespace after semicolon. (semi-spacing)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Operator '?' must be spaced. (space-infix-ops)
(#465) Operator '-' must be spaced. (space-infix-ops)
(#465) Operator '/' must be spaced. (space-infix-ops)
(#465) Operator ':' must be spaced. (space-infix-ops)
(#465) A space is required after ','. (comma-spacing)
(#465) Operator '-' must be spaced. (space-infix-ops)
(#465) Operator '+' must be spaced. (space-infix-ops)
(#465) A space is required after ','. (comma-spacing)
(#465) Operator '?' must be spaced. (space-infix-ops)
(#465) Operator ':' must be spaced. (space-infix-ops)
(#465) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#465) A space is required after ','. (comma-spacing)
(#465) Operator '/' must be spaced. (space-infix-ops)
(#465) Missing space before value for key 'zIndex'. (key-spacing)
(#465) Requires a space before '}'. (block-spacing)
(#465) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#465) Missing semicolon. (@babel/semi)
(#465) Requires a space before '}'. (block-spacing)
(#465) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#465) Missing semicolon. (@babel/semi)
(#465) Operator '||' must be spaced. (space-infix-ops)
(#466) This line has a length of 529. Maximum allowed is 132. (max-len)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#466) Missing whitespace after semicolon. (semi-spacing)
(#466) Requires a space before '}'. (block-spacing)
(#466) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#466) Missing semicolon. (@babel/semi)
(#466) Missing whitespace after semicolon. (semi-spacing)
(#466) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#466) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#466) A space is required after ','. (comma-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Requires a space after '{'. (block-spacing)
(#466) Statement inside of curly braces should be on next line. (brace-style)
(#466) Missing space before opening brace. (space-before-blocks)
(#466) Expected space(s) after "return". (keyword-spacing)
(#466) Missing space before value for key 'lineWidth'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'allowPointSelect'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'crisp'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'showCheckbox'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'animation'. (key-spacing)
(#466) Missing space before value for key 'duration'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'events'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'marker'. (key-spacing)
(#466) Missing space before value for key 'enabledThreshold'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'lineColor'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'lineWidth'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'radius'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'states'. (key-spacing)
(#466) Missing space before value for key 'normal'. (key-spacing)
(#466) Missing space before value for key 'animation'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'hover'. (key-spacing)
(#466) Missing space before value for key 'animation'. (key-spacing)
(#466) Missing space before value for key 'duration'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'enabled'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'radiusPlus'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'lineWidthPlus'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'select'. (key-spacing)
(#466) Missing space before value for key 'fillColor'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'lineColor'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'lineWidth'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'point'. (key-spacing)
(#466) Missing space before value for key 'events'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'dataLabels'. (key-spacing)
(#466) Missing space before value for key 'animation'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'align'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'defer'. (key-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Missing space before value for key 'formatter'. (key-spacing)
(#466) Requires a space after '{'. (block-spacing)
(#466) Statement inside of curly braces should be on next line. (brace-style)
(#466) Missing space before opening brace. (space-before-blocks)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#467) This line has a length of 519. Maximum allowed is 132. (max-len)
(#467) Expected space(s) after "return". (keyword-spacing)
(#467) Operator '!==' must be spaced. (space-infix-ops)
(#467) Operator '?' must be spaced. (space-infix-ops)
(#467) Operator ':' must be spaced. (space-infix-ops)
(#467) A space is required after ','. (comma-spacing)
(#467) Requires a space before '}'. (block-spacing)
(#467) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#467) Missing semicolon. (@babel/semi)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'padding'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'style'. (key-spacing)
(#467) Missing space before value for key 'fontSize'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'fontWeight'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'color'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'textOutline'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'verticalAlign'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'x'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'y'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'cropThreshold'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'opacity'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'pointRange'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'softThreshold'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'states'. (key-spacing)
(#467) Missing space before value for key 'normal'. (key-spacing)
(#467) Missing space before value for key 'animation'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'hover'. (key-spacing)
(#467) Missing space before value for key 'animation'. (key-spacing)
(#467) Missing space before value for key 'duration'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'lineWidthPlus'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'marker'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'halo'. (key-spacing)
(#467) Missing space before value for key 'size'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'opacity'. (key-spacing)
(#467) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'select'. (key-spacing)
(#467) Missing space before value for key 'animation'. (key-spacing)
(#467) Missing space before value for key 'duration'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'inactive'. (key-spacing)
(#467) Missing space before value for key 'animation'. (key-spacing)
(#467) Missing space before value for key 'duration'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'opacity'. (key-spacing)
(#467) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'stickyTracking'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'turboThreshold'. (key-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing space before value for key 'findNearestPointBy'. (key-spacing)
(#467) Requires a space before '}'. (block-spacing)
(#467) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#467) Missing semicolon. (@babel/semi)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#467) A space is required after ','. (comma-spacing)
(#468) This line has a length of 502. Maximum allowed is 132. (max-len)
(#468) A space is required after ','. (comma-spacing)
(#468) A space is required after ','. (comma-spacing)
(#468) A space is required after ','. (comma-spacing)
(#468) A space is required after ','. (comma-spacing)
(#468) A space is required after ','. (comma-spacing)
(#468) A space is required after ','. (comma-spacing)
(#468) A space is required after ','. (comma-spacing)
(#468) A space is required after ','. (comma-spacing)
(#468) A space is required after ','. (comma-spacing)
(#468) A space is required after ','. (comma-spacing)
(#468) A space is required after ','. (comma-spacing)
(#468) A space is required after ','. (comma-spacing)
(#468) A space is required after ','. (comma-spacing)
(#468) A space is required after ','. (comma-spacing)
(#468) A space is required after ','. (comma-spacing)
(#468) A space is required after ','. (comma-spacing)
(#468) A space is required after ','. (comma-spacing)
(#468) A space is required after ','. (comma-spacing)
(#468) A space is required after ','. (comma-spacing)
(#468) Requires a space after '{'. (block-spacing)
(#468) Statement inside of curly braces should be on next line. (brace-style)
(#468) Missing space before opening brace. (space-before-blocks)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) A space is required after ','. (comma-spacing)
(#468) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) A space is required after ','. (comma-spacing)
(#468) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) A space is required after ','. (comma-spacing)
(#468) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) A space is required after ','. (comma-spacing)
(#468) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) A space is required after ','. (comma-spacing)
(#468) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) A space is required after ','. (comma-spacing)
(#468) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) A space is required after ','. (comma-spacing)
(#468) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) A space is required after ','. (comma-spacing)
(#468) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) A space is required after ','. (comma-spacing)
(#468) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) A space is required after ','. (comma-spacing)
(#468) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) A space is required after ','. (comma-spacing)
(#468) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#469) This line has a length of 506. Maximum allowed is 132. (max-len)
(#469) A space is required after ','. (comma-spacing)
(#469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#469) Requires a space after '{'. (block-spacing)
(#469) Statement inside of curly braces should be on next line. (brace-style)
(#469) Missing space before opening brace. (space-before-blocks)
(#469) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#469) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#469) Requires a space after '{'. (block-spacing)
(#469) Statement inside of curly braces should be on next line. (brace-style)
(#469) Missing space before opening brace. (space-before-blocks)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#470) This line has a length of 503. Maximum allowed is 132. (max-len)
(#470) Requires a space before '}'. (block-spacing)
(#470) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#470) Missing semicolon. (@babel/semi)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) A space is required after ','. (comma-spacing)
(#470) Requires a space after '{'. (block-spacing)
(#470) Statement inside of curly braces should be on next line. (brace-style)
(#470) Missing space before opening brace. (space-before-blocks)
(#470) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#470) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#470) A space is required after ','. (comma-spacing)
(#470) A space is required after ','. (comma-spacing)
(#470) Missing space before value for key 'options'. (key-spacing)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) A space is required after ','. (comma-spacing)
(#470) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) A space is required after ','. (comma-spacing)
(#470) Missing space before value for key 'name'. (key-spacing)
(#470) A space is required after ','. (comma-spacing)
(#470) Missing space before value for key 'state'. (key-spacing)
(#470) A space is required after ','. (comma-spacing)
(#470) Missing space before value for key 'visible'. (key-spacing)
(#470) Operator '!==' must be spaced. (space-infix-ops)
(#470) A space is required after ','. (comma-spacing)
(#470) Missing space before value for key 'selected'. (key-spacing)
(#470) Operator '===' must be spaced. (space-infix-ops)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) A space is required after ','. (comma-spacing)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Expected space(s) after "if". (keyword-spacing)
(#470) Operator '&&' must be spaced. (space-infix-ops)
(#470) Operator '||' must be spaced. (space-infix-ops)
(#470) Operator '&&' must be spaced. (space-infix-ops)
(#470) Operator '&&' must be spaced. (space-infix-ops)
(#470) Operator '||' must be spaced. (space-infix-ops)
(#470) Expected { after 'if' condition. (curly)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Requires a space after '{'. (block-spacing)
(#470) Statement inside of curly braces should be on next line. (brace-style)
(#470) Missing space before opening brace. (space-before-blocks)
(#470) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#470) Operator '+' must be spaced. (space-infix-ops)
(#470) Operator '||' must be spaced. (space-infix-ops)
(#470) Operator '+' must be spaced. (space-infix-ops)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Requires a space before '}'. (block-spacing)
(#470) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#470) Missing semicolon. (@babel/semi)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#470) Operator '&&' must be spaced. (space-infix-ops)
(#471) This line has a length of 502. Maximum allowed is 132. (max-len)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#471) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#471) Operator '&&' must be spaced. (space-infix-ops)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Operator '-' must be spaced. (space-infix-ops)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#471) Operator '&&' must be spaced. (space-infix-ops)
(#471) A space is required after ','. (comma-spacing)
(#471) Operator '+' must be spaced. (space-infix-ops)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#471) Operator '&&' must be spaced. (space-infix-ops)
(#471) Operator '?' must be spaced. (space-infix-ops)
(#471) Operator ':' must be spaced. (space-infix-ops)
(#471) Operator '||' must be spaced. (space-infix-ops)
(#471) Operator '||' must be spaced. (space-infix-ops)
(#471) A space is required after ','. (comma-spacing)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#471) A space is required after ','. (comma-spacing)
(#471) Requires a space before '}'. (block-spacing)
(#471) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#471) Missing semicolon. (@babel/semi)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Requires a space after '{'. (block-spacing)
(#471) Statement inside of curly braces should be on next line. (brace-style)
(#471) Missing space before opening brace. (space-before-blocks)
(#471) Operator '&&' must be spaced. (space-infix-ops)
(#471) Requires a space before '}'. (block-spacing)
(#471) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#471) Missing semicolon. (@babel/semi)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Requires a space after '{'. (block-spacing)
(#471) Statement inside of curly braces should be on next line. (brace-style)
(#471) Missing space before opening brace. (space-before-blocks)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) A space is required after ','. (comma-spacing)
(#471) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Expected space(s) after "if". (keyword-spacing)
(#471) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#471) Requires a space after '{'. (block-spacing)
(#471) Statement inside of curly braces should be on next line. (brace-style)
(#471) Missing space before opening brace. (space-before-blocks)
(#471) Expected space(s) after "for". (keyword-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Expected { after 'for' condition. (curly)
(#471) Expected space(s) before "if". (keyword-spacing)
(#471) Expected space(s) after "if". (keyword-spacing)
(#471) Operator '>=' must be spaced. (space-infix-ops)
(#471) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#471) A space is required after ','. (comma-spacing)
(#471) Requires a space after '{'. (block-spacing)
(#471) Statement inside of curly braces should be on next line. (brace-style)
(#471) Missing space before opening brace. (space-before-blocks)
(#471) Operator '+' must be spaced. (space-infix-ops)
(#471) A space is required after ','. (comma-spacing)
(#471) A space is required after ','. (comma-spacing)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Requires a space before '}'. (block-spacing)
(#471) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#471) Missing semicolon. (@babel/semi)
(#471) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#471) Operator '===' must be spaced. (space-infix-ops)
(#471) Operator '&&' must be spaced. (space-infix-ops)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Operator '+=' must be spaced. (space-infix-ops)
(#472) This line has a length of 504. Maximum allowed is 132. (max-len)
(#472) Requires a space before '}'. (block-spacing)
(#472) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#472) Missing semicolon. (@babel/semi)
(#472) Expected space(s) before "else". (keyword-spacing)
(#472) Expected { after 'else'. (curly)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#472) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#472) A space is required after ','. (comma-spacing)
(#472) Operator '-' must be spaced. (space-infix-ops)
(#472) Requires a space before '}'. (block-spacing)
(#472) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#472) Missing semicolon. (@babel/semi)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Requires a space after '{'. (block-spacing)
(#472) Statement inside of curly braces should be on next line. (brace-style)
(#472) Missing space before opening brace. (space-before-blocks)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) A space is required after ','. (comma-spacing)
(#472) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) A space is required after ','. (comma-spacing)
(#472) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) A space is required after ','. (comma-spacing)
(#472) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) Requires a space after '{'. (block-spacing)
(#472) Statement inside of curly braces should be on next line. (brace-style)
(#472) Missing space before opening brace. (space-before-blocks)
(#472) Operator '||' must be spaced. (space-infix-ops)
(#472) Requires a space after '{'. (block-spacing)
(#472) Statement inside of curly braces should be on next line. (brace-style)
(#472) Missing space before opening brace. (space-before-blocks)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Requires a space after '{'. (block-spacing)
(#472) Statement inside of curly braces should be on next line. (brace-style)
(#472) Missing space before opening brace. (space-before-blocks)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Expected space(s) after "if". (keyword-spacing)
(#472) Operator '===' must be spaced. (space-infix-ops)
(#472) Operator '&&' must be spaced. (space-infix-ops)
(#472) Operator '||' must be spaced. (space-infix-ops)
(#472) Operator '!==' must be spaced. (space-infix-ops)
(#472) Operator '&&' must be spaced. (space-infix-ops)
(#472) Operator '===' must be spaced. (space-infix-ops)
(#472) Operator '||' must be spaced. (space-infix-ops)
(#472) Operator '===' must be spaced. (space-infix-ops)
(#472) Operator '&&' must be spaced. (space-infix-ops)
(#472) Operator '===' must be spaced. (space-infix-ops)
(#472) Expected { after 'if' condition. (curly)
(#472) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#472) Unexpected use of comma operator. (no-sequences)
(#472) A space is required after ','. (comma-spacing)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) A space is required after ','. (comma-spacing)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#472) Operator '||' must be spaced. (space-infix-ops)
(#472) Requires a space before '}'. (block-spacing)
(#472) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#472) Missing semicolon. (@babel/semi)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#472) Operator '||' must be spaced. (space-infix-ops)
(#472) Operator '===' must be spaced. (space-infix-ops)
(#472) Operator '||' must be spaced. (space-infix-ops)
(#472) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) Requires a space before '}'. (block-spacing)
(#472) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#472) Missing semicolon. (@babel/semi)
(#472) Requires a space before '}'. (block-spacing)
(#472) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#472) Missing semicolon. (@babel/semi)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#472) A space is required after ','. (comma-spacing)
(#472) Requires a space before '}'. (block-spacing)
(#472) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#472) Missing semicolon. (@babel/semi)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#473) This line has a length of 507. Maximum allowed is 132. (max-len)
(#473) Requires a space after '{'. (block-spacing)
(#473) Statement inside of curly braces should be on next line. (brace-style)
(#473) Missing space before opening brace. (space-before-blocks)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) A space is required after ','. (comma-spacing)
(#473) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) A space is required after ','. (comma-spacing)
(#473) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#473) Operator '?' must be spaced. (space-infix-ops)
(#473) Requires a space after '{'. (block-spacing)
(#473) Statement inside of curly braces should be on next line. (brace-style)
(#473) Missing space before opening brace. (space-before-blocks)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) Operator '===' must be spaced. (space-infix-ops)
(#473) Operator '&&' must be spaced. (space-infix-ops)
(#473) Operator '?' must be spaced. (space-infix-ops)
(#473) Operator ':' must be spaced. (space-infix-ops)
(#473) Missing whitespace after semicolon. (semi-spacing)
(#473) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#473) Operator '+' must be spaced. (space-infix-ops)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) Requires a space before '}'. (block-spacing)
(#473) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#473) Missing semicolon. (@babel/semi)
(#473) Operator ':' must be spaced. (space-infix-ops)
(#473) Requires a space after '{'. (block-spacing)
(#473) Statement inside of curly braces should be on next line. (brace-style)
(#473) Missing space before opening brace. (space-before-blocks)
(#473) Operator '+' must be spaced. (space-infix-ops)
(#473) A space is required after ','. (comma-spacing)
(#473) A space is required after ','. (comma-spacing)
(#473) Requires a space before '}'. (block-spacing)
(#473) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#473) Missing semicolon. (@babel/semi)
(#473) Missing whitespace after semicolon. (semi-spacing)
(#473) Requires a space before '}'. (block-spacing)
(#473) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#473) Missing semicolon. (@babel/semi)
(#473) Missing whitespace after semicolon. (semi-spacing)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) Requires a space after '{'. (block-spacing)
(#473) Statement inside of curly braces should be on next line. (brace-style)
(#473) Missing space before opening brace. (space-before-blocks)
(#473) Operator '&&' must be spaced. (space-infix-ops)
(#473) Operator '!==' must be spaced. (space-infix-ops)
(#473) Operator '&&' must be spaced. (space-infix-ops)
(#473) Operator '!==' must be spaced. (space-infix-ops)
(#473) Operator '||' must be spaced. (space-infix-ops)
(#473) Operator '&&' must be spaced. (space-infix-ops)
(#473) Operator '&&' must be spaced. (space-infix-ops)
(#473) Operator '<' must be spaced. (space-infix-ops)
(#473) Requires a space before '}'. (block-spacing)
(#473) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#473) Missing semicolon. (@babel/semi)
(#473) Missing whitespace after semicolon. (semi-spacing)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) Requires a space after '{'. (block-spacing)
(#473) Statement inside of curly braces should be on next line. (brace-style)
(#473) Missing space before opening brace. (space-before-blocks)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) A space is required after ','. (comma-spacing)
(#473) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) A space is required after ','. (comma-spacing)
(#473) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) A space is required after ','. (comma-spacing)
(#473) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#474) This line has a length of 506. Maximum allowed is 132. (max-len)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) A space is required after ','. (comma-spacing)
(#474) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#474) Operator '&&' must be spaced. (space-infix-ops)
(#474) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#474) Operator '&&' must be spaced. (space-infix-ops)
(#474) Operator '*=' must be spaced. (space-infix-ops)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#474) Operator '&&' must be spaced. (space-infix-ops)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) A space is required after ','. (comma-spacing)
(#474) Do not nest ternary expressions. (no-nested-ternary)
(#474) Operator '===' must be spaced. (space-infix-ops)
(#474) Operator '?' must be spaced. (space-infix-ops)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) Operator '+' must be spaced. (space-infix-ops)
(#474) Operator ':' must be spaced. (space-infix-ops)
(#474) Operator '===' must be spaced. (space-infix-ops)
(#474) Operator '?' must be spaced. (space-infix-ops)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) Operator '+' must be spaced. (space-infix-ops)
(#474) Operator ':' must be spaced. (space-infix-ops)
(#474) Operator '===' must be spaced. (space-infix-ops)
(#474) Operator '&&' must be spaced. (space-infix-ops)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) Operator '+' must be spaced. (space-infix-ops)
(#474) A space is required after ','. (comma-spacing)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Operator '-' must be spaced. (space-infix-ops)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Expected space(s) after "if". (keyword-spacing)
(#474) Operator '&&' must be spaced. (space-infix-ops)
(#474) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#474) Expected { after 'if' condition. (curly)
(#474) Expected space(s) before "return". (keyword-spacing)
(#474) Operator '+' must be spaced. (space-infix-ops)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Operator '+' must be spaced. (space-infix-ops)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Requires a space before '}'. (block-spacing)
(#474) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#474) Missing semicolon. (@babel/semi)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Requires a space after '{'. (block-spacing)
(#474) Statement inside of curly braces should be on next line. (brace-style)
(#474) Missing space before opening brace. (space-before-blocks)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) Missing space before value for key 'requireSorting'. (key-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) Missing space before value for key 'sorted'. (key-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) Missing space before value for key 'enabledDataSorting'. (key-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) Missing space before value for key 'allowDG'. (key-spacing)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#474) Operator '||' must be spaced. (space-infix-ops)
(#475) This line has a length of 504. Maximum allowed is 132. (max-len)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) Requires a space before '}'. (block-spacing)
(#475) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#475) Missing semicolon. (@babel/semi)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) Function has a complexity of 21. Maximum allowed is 20. (complexity)
(#475) Requires a space after '{'. (block-spacing)
(#475) Statement inside of curly braces should be on next line. (brace-style)
(#475) Missing space before opening brace. (space-before-blocks)
(#475) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) Operator '||' must be spaced. (space-infix-ops)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) Missing space before value for key 'plotOptions'. (key-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) Missing space before value for key 'userOptions'. (key-spacing)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) Operator '||' must be spaced. (space-infix-ops)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) Operator '&&' must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#475) A space is required after ','. (comma-spacing)
(#475) Operator '&&' must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) Operator '&&' must be spaced. (space-infix-ops)
(#476) This line has a length of 509. Maximum allowed is 132. (max-len)
(#476) A space is required after ','. (comma-spacing)
(#476) Missing whitespace after semicolon. (semi-spacing)
(#476) Operator '=' must be spaced. (space-infix-ops)
(#476) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#476) A space is required after ','. (comma-spacing)
(#476) Operator '&&' must be spaced. (space-infix-ops)
(#476) A space is required after ','. (comma-spacing)
(#476) Operator '&&' must be spaced. (space-infix-ops)
(#476) A space is required after ','. (comma-spacing)
(#476) Operator '&&' must be spaced. (space-infix-ops)
(#476) Operator '?' must be spaced. (space-infix-ops)
(#476) Operator ':' must be spaced. (space-infix-ops)
(#476) Missing whitespace after semicolon. (semi-spacing)
(#476) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#476) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#476) Operator '===' must be spaced. (space-infix-ops)
(#476) Operator '&&' must be spaced. (space-infix-ops)
(#476) Missing whitespace after semicolon. (semi-spacing)
(#476) Operator '=' must be spaced. (space-infix-ops)
(#476) Missing whitespace after semicolon. (semi-spacing)
(#476) Operator '=' must be spaced. (space-infix-ops)
(#476) Operator '=' must be spaced. (space-infix-ops)
(#476) Operator '||' must be spaced. (space-infix-ops)
(#476) Missing whitespace after semicolon. (semi-spacing)
(#476) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#476) Operator '&&' must be spaced. (space-infix-ops)
(#476) Operator '||' must be spaced. (space-infix-ops)
(#476) Operator '||' must be spaced. (space-infix-ops)
(#476) Operator '=' must be spaced. (space-infix-ops)
(#476) Missing space before value for key 'value'. (key-spacing)
(#476) Operator '+' must be spaced. (space-infix-ops)
(#476) Operator '||' must be spaced. (space-infix-ops)
(#476) Operator '||' must be spaced. (space-infix-ops)
(#476) A space is required after ','. (comma-spacing)
(#476) Missing space before value for key 'className'. (key-spacing)
(#476) A space is required after ','. (comma-spacing)
(#476) Operator '||' must be spaced. (space-infix-ops)
(#476) Operator '=' must be spaced. (space-infix-ops)
(#476) A space is required after ','. (comma-spacing)
(#476) Operator '=' must be spaced. (space-infix-ops)
(#477) This line has a length of 507. Maximum allowed is 132. (max-len)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#477) Operator '&&' must be spaced. (space-infix-ops)
(#477) Operator '-' must be spaced. (space-infix-ops)
(#477) Operator '&&' must be spaced. (space-infix-ops)
(#477) Operator '?' must be spaced. (space-infix-ops)
(#477) Operator ':' must be spaced. (space-infix-ops)
(#477) Missing space before value for key 'color'. (key-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) Missing space before value for key 'fillColor'. (key-spacing)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#477) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) Missing space before value for key 'options'. (key-spacing)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Requires a space before '}'. (block-spacing)
(#477) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#477) Missing semicolon. (@babel/semi)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Requires a space after '{'. (block-spacing)
(#477) Statement inside of curly braces should be on next line. (brace-style)
(#477) Missing space before opening brace. (space-before-blocks)
(#477) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#477) A space is required after ','. (comma-spacing)
(#477) Operator '+' must be spaced. (space-infix-ops)
(#477) Operator '+' must be spaced. (space-infix-ops)
(#477) Requires a space before '}'. (block-spacing)
(#477) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#477) Missing semicolon. (@babel/semi)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) Requires a space after '{'. (block-spacing)
(#477) Statement inside of curly braces should be on next line. (brace-style)
(#477) Missing space before opening brace. (space-before-blocks)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Operator '+' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Operator '+' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Operator '?' must be spaced. (space-infix-ops)
(#477) Operator ':' must be spaced. (space-infix-ops)
(#477) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#477) Operator '+' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Operator '+' must be spaced. (space-infix-ops)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Expected space(s) after "if". (keyword-spacing)
(#477) Requires a space after '{'. (block-spacing)
(#477) Statement inside of curly braces should be on next line. (brace-style)
(#477) Missing space before opening brace. (space-before-blocks)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#477) A space is required after ','. (comma-spacing)
(#477) Operator '+' must be spaced. (space-infix-ops)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#477) Operator '||' must be spaced. (space-infix-ops)
(#477) Operator '||' must be spaced. (space-infix-ops)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Operator '+' must be spaced. (space-infix-ops)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Operator '%' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Operator '+=' must be spaced. (space-infix-ops)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#477) Operator '&&' must be spaced. (space-infix-ops)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Requires a space before '}'. (block-spacing)
(#477) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#477) Missing semicolon. (@babel/semi)
(#477) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#477) Operator '!==' must be spaced. (space-infix-ops)
(#478) This line has a length of 509. Maximum allowed is 132. (max-len)
(#478) 'k' declared on line 477 column 403 is used outside of binding context. (block-scoped-var)
(#478) Operator '&&' must be spaced. (space-infix-ops)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) 'k' declared on line 477 column 403 is used outside of binding context. (block-scoped-var)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) Requires a space before '}'. (block-spacing)
(#478) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#478) Missing semicolon. (@babel/semi)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) Requires a space after '{'. (block-spacing)
(#478) Statement inside of curly braces should be on next line. (brace-style)
(#478) Missing space before opening brace. (space-before-blocks)
(#478) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#478) Do not nest ternary expressions. (no-nested-ternary)
(#478) Operator '?' must be spaced. (space-infix-ops)
(#478) Operator ':' must be spaced. (space-infix-ops)
(#478) Operator '?' must be spaced. (space-infix-ops)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) Operator ':' must be spaced. (space-infix-ops)
(#478) A space is required after ','. (comma-spacing)
(#478) Operator '||' must be spaced. (space-infix-ops)
(#478) A space is required after ','. (comma-spacing)
(#478) Requires a space before '}'. (block-spacing)
(#478) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#478) Missing semicolon. (@babel/semi)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) Requires a space after '{'. (block-spacing)
(#478) Statement inside of curly braces should be on next line. (brace-style)
(#478) Missing space before opening brace. (space-before-blocks)
(#478) Expected space(s) after "return". (keyword-spacing)
(#478) Operator '?' must be spaced. (space-infix-ops)
(#478) Operator ':' must be spaced. (space-infix-ops)
(#478) Operator '||' must be spaced. (space-infix-ops)
(#478) Requires a space before '}'. (block-spacing)
(#478) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#478) Missing semicolon. (@babel/semi)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) Requires a space after '{'. (block-spacing)
(#478) Statement inside of curly braces should be on next line. (brace-style)
(#478) Missing space before opening brace. (space-before-blocks)
(#478) A space is required after ','. (comma-spacing)
(#478) A space is required after ','. (comma-spacing)
(#478) Requires a space before '}'. (block-spacing)
(#478) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#478) Missing semicolon. (@babel/semi)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) Function has a complexity of 23. Maximum allowed is 20. (complexity)
(#479) This line has a length of 521. Maximum allowed is 132. (max-len)
(#479) Requires a space after '{'. (block-spacing)
(#479) Statement inside of curly braces should be on next line. (brace-style)
(#479) Missing space before opening brace. (space-before-blocks)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#479) A space is required after ','. (comma-spacing)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Expected space(s) after "if". (keyword-spacing)
(#479) Expected { after 'if' condition. (curly)
(#479) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Unexpected use of comma operator. (no-sequences)
(#479) A space is required after ','. (comma-spacing)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Expected space(s) after "if". (keyword-spacing)
(#479) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#479) Operator '||' must be spaced. (space-infix-ops)
(#479) Operator '||' must be spaced. (space-infix-ops)
(#479) Expected { after 'if' condition. (curly)
(#479) Expected space(s) before "if". (keyword-spacing)
(#479) Expected space(s) after "if". (keyword-spacing)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Requires a space after '{'. (block-spacing)
(#479) Statement inside of curly braces should be on next line. (brace-style)
(#479) Missing space before opening brace. (space-before-blocks)
(#479) Expected space(s) after "return". (keyword-spacing)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) Operator '===' must be spaced. (space-infix-ops)
(#479) Requires a space before '}'. (block-spacing)
(#479) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#479) Missing semicolon. (@babel/semi)
(#479) Unexpected use of comma operator. (no-sequences)
(#479) A space is required after ','. (comma-spacing)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) Operator '?' must be spaced. (space-infix-ops)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Requires a space after '{'. (block-spacing)
(#479) Statement inside of curly braces should be on next line. (brace-style)
(#479) Missing space before opening brace. (space-before-blocks)
(#479) Expected space(s) after "return". (keyword-spacing)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) Operator '===' must be spaced. (space-infix-ops)
(#479) Requires a space before '}'. (block-spacing)
(#479) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#479) Missing semicolon. (@babel/semi)
(#479) Operator ':' must be spaced. (space-infix-ops)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Requires a space after '{'. (block-spacing)
(#479) Statement inside of curly braces should be on next line. (brace-style)
(#479) Missing space before opening brace. (space-before-blocks)
(#479) Expected space(s) after "return". (keyword-spacing)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) Operator '===' must be spaced. (space-infix-ops)
(#479) Requires a space before '}'. (block-spacing)
(#479) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#479) Missing semicolon. (@babel/semi)
(#479) A space is required after ','. (comma-spacing)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) A space is required after ','. (comma-spacing)
(#479) Expected { after 'if' condition. (curly)
(#479) Expected space(s) before "return". (keyword-spacing)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Expected space(s) after "if". (keyword-spacing)
(#479) Requires a space after '{'. (block-spacing)
(#479) Statement inside of curly braces should be on next line. (brace-style)
(#479) Missing space before opening brace. (space-before-blocks)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#479) Operator '!==' must be spaced. (space-infix-ops)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Requires a space before '}'. (block-spacing)
(#479) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#479) Missing semicolon. (@babel/semi)
(#479) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#479) Operator '===' must be spaced. (space-infix-ops)
(#479) 'l' declared on line 479 column 424 is used outside of binding context. (block-scoped-var)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) 'l' declared on line 479 column 424 is used outside of binding context. (block-scoped-var)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#480) This line has a length of 505. Maximum allowed is 132. (max-len)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#480) Operator '!==' must be spaced. (space-infix-ops)
(#480) 'l' declared on line 479 column 424 is used outside of binding context. (block-scoped-var)
(#480) Operator '&&' must be spaced. (space-infix-ops)
(#480) Operator '!==' must be spaced. (space-infix-ops)
(#480) 'l' declared on line 479 column 424 is used outside of binding context. (block-scoped-var)
(#480) Operator '&&' must be spaced. (space-infix-ops)
(#480) Operator '&&' must be spaced. (space-infix-ops)
(#480) 'l' declared on line 479 column 424 is used outside of binding context. (block-scoped-var)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) 'l' declared on line 479 column 424 is used outside of binding context. (block-scoped-var)
(#480) Operator '>=' must be spaced. (space-infix-ops)
(#480) Operator '?' must be spaced. (space-infix-ops)
(#480) 'l' declared on line 479 column 424 is used outside of binding context. (block-scoped-var)
(#480) Operator '-' must be spaced. (space-infix-ops)
(#480) Operator ':' must be spaced. (space-infix-ops)
(#480) 'l' declared on line 479 column 424 is used outside of binding context. (block-scoped-var)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#480) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#480) Operator '&&' must be spaced. (space-infix-ops)
(#480) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#480) 'l' declared on line 479 column 424 is used outside of binding context. (block-scoped-var)
(#480) Operator '&&' must be spaced. (space-infix-ops)
(#480) 'l' declared on line 479 column 424 is used outside of binding context. (block-scoped-var)
(#480) Operator '&&' must be spaced. (space-infix-ops)
(#480) 'l' declared on line 479 column 424 is used outside of binding context. (block-scoped-var)
(#480) Operator '&&' must be spaced. (space-infix-ops)
(#480) 'l' declared on line 479 column 424 is used outside of binding context. (block-scoped-var)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Function expected no return value. (consistent-return)
(#480) 'l' declared on line 479 column 424 is used outside of binding context. (block-scoped-var)
(#480) Requires a space before '}'. (block-spacing)
(#480) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#480) Missing semicolon. (@babel/semi)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) A space is required after ','. (comma-spacing)
(#480) Requires a space after '{'. (block-spacing)
(#480) Statement inside of curly braces should be on next line. (brace-style)
(#480) Missing space before opening brace. (space-before-blocks)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) A space is required after ','. (comma-spacing)
(#480) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) A space is required after ','. (comma-spacing)
(#480) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) A space is required after ','. (comma-spacing)
(#480) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) A space is required after ','. (comma-spacing)
(#480) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) A space is required after ','. (comma-spacing)
(#480) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Operator '===' must be spaced. (space-infix-ops)
(#480) A space is required after ','. (comma-spacing)
(#480) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#480) A space is required after ','. (comma-spacing)
(#480) A space is required after ','. (comma-spacing)
(#480) A space is required after ','. (comma-spacing)
(#480) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) A space is required after ','. (comma-spacing)
(#480) Requires a space after '{'. (block-spacing)
(#480) Statement inside of curly braces should be on next line. (brace-style)
(#480) Missing space before opening brace. (space-before-blocks)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Operator '&&' must be spaced. (space-infix-ops)
(#480) Missing space before value for key 'series'. (key-spacing)
(#480) A space is required after ','. (comma-spacing)
(#480) Operator '||' must be spaced. (space-infix-ops)
(#480) A space is required after ','. (comma-spacing)
(#480) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Expected space(s) after "if". (keyword-spacing)
(#480) Operator '||' must be spaced. (space-infix-ops)
(#480) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#480) Requires a space after '{'. (block-spacing)
(#480) Statement inside of curly braces should be on next line. (brace-style)
(#480) Missing space before opening brace. (space-before-blocks)
(#480) Expected space(s) after "if". (keyword-spacing)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) A space is required after ','. (comma-spacing)
(#480) Unexpected use of comma operator. (no-sequences)
(#480) A space is required after ','. (comma-spacing)
(#480) Do not nest ternary expressions. (no-nested-ternary)
(#480) Operator '===' must be spaced. (space-infix-ops)
(#480) Operator '||' must be spaced. (space-infix-ops)
(#480) Operator '===' must be spaced. (space-infix-ops)
(#480) Operator '?' must be spaced. (space-infix-ops)
(#480) Operator ':' must be spaced. (space-infix-ops)
(#481) This line has a length of 502. Maximum allowed is 132. (max-len)
(#481) Operator '&&' must be spaced. (space-infix-ops)
(#481) Operator '!==' must be spaced. (space-infix-ops)
(#481) Operator '?' must be spaced. (space-infix-ops)
(#481) A space is required after ','. (comma-spacing)
(#481) A space is required after ','. (comma-spacing)
(#481) A space is required after ','. (comma-spacing)
(#481) A space is required after ','. (comma-spacing)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) A space is required after ','. (comma-spacing)
(#481) Operator '&&' must be spaced. (space-infix-ops)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) Operator '+' must be spaced. (space-infix-ops)
(#481) Operator ':' must be spaced. (space-infix-ops)
(#481) Operator '&&' must be spaced. (space-infix-ops)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) A space is required after ','. (comma-spacing)
(#481) Operator '||' must be spaced. (space-infix-ops)
(#481) Operator '!==' must be spaced. (space-infix-ops)
(#481) Operator '||' must be spaced. (space-infix-ops)
(#481) Operator '&&' must be spaced. (space-infix-ops)
(#481) Operator '||' must be spaced. (space-infix-ops)
(#481) Expected { after 'if' condition. (curly)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) Requires a space before '}'. (block-spacing)
(#481) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#481) Missing semicolon. (@babel/semi)
(#481) Expected space(s) before "else". (keyword-spacing)
(#481) Expected { after 'else'. (curly)
(#481) Requires a space before '}'. (block-spacing)
(#481) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#481) Missing semicolon. (@babel/semi)
(#481) A space is required after ','. (comma-spacing)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Expected space(s) after "if". (keyword-spacing)
(#481) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#481) Expected { after 'if' condition. (curly)
(#481) Expected space(s) before "for". (keyword-spacing)
(#481) Expected space(s) after "for". (keyword-spacing)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Expected { after 'for' condition. (curly)
(#481) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) Operator '&&' must be spaced. (space-infix-ops)
(#481) Operator '&&' must be spaced. (space-infix-ops)
(#481) Operator '&&' must be spaced. (space-infix-ops)
(#481) A space is required after ','. (comma-spacing)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Expected space(s) after "else". (keyword-spacing)
(#481) Expected { after 'else'. (curly)
(#481) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#481) Operator '||' must be spaced. (space-infix-ops)
(#481) Operator '&&' must be spaced. (space-infix-ops)
(#481) Operator '?' must be spaced. (space-infix-ops)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) Operator ':' must be spaced. (space-infix-ops)
(#481) A space is required after ','. (comma-spacing)
(#481) Requires a space after '{'. (block-spacing)
(#481) Statement inside of curly braces should be on next line. (brace-style)
(#481) Missing space before opening brace. (space-before-blocks)
(#481) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#481) Operator '!==' must be spaced. (space-infix-ops)
(#481) Operator '&&' must be spaced. (space-infix-ops)
(#481) Operator '&&' must be spaced. (space-infix-ops)
(#481) A space is required after ','. (comma-spacing)
(#481) A space is required after ','. (comma-spacing)
(#481) A space is required after ','. (comma-spacing)
(#481) Requires a space before '}'. (block-spacing)
(#481) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#481) Missing semicolon. (@babel/semi)
(#481) A space is required after ','. (comma-spacing)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Requires a space after '{'. (block-spacing)
(#481) Statement inside of curly braces should be on next line. (brace-style)
(#481) Missing space before opening brace. (space-before-blocks)
(#481) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#481) Operator '&&' must be spaced. (space-infix-ops)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) Requires a space before '}'. (block-spacing)
(#481) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#481) Missing semicolon. (@babel/semi)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Expected space(s) after "if". (keyword-spacing)
(#481) Expected { after 'if' condition. (curly)
(#481) Expected space(s) before "return". (keyword-spacing)
(#481) Expected space(s) after "return". (keyword-spacing)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Requires a space after '{'. (block-spacing)
(#481) Statement inside of curly braces should be on next line. (brace-style)
(#481) Missing space before opening brace. (space-before-blocks)
(#481) A space is required after ','. (comma-spacing)
(#481) A space is required after ','. (comma-spacing)
(#481) A space is required after ','. (comma-spacing)
(#481) A space is required after ','. (comma-spacing)
(#481) Requires a space before '}'. (block-spacing)
(#481) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#481) Missing semicolon. (@babel/semi)
(#481) A space is required after ','. (comma-spacing)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#481) Operator '===' must be spaced. (space-infix-ops)
(#481) Operator '&&' must be spaced. (space-infix-ops)
(#482) This line has a length of 501. Maximum allowed is 132. (max-len)
(#482) Operator '&&' must be spaced. (space-infix-ops)
(#482) Operator '&&' must be spaced. (space-infix-ops)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) A space is required after ','. (comma-spacing)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) Expected space(s) after "return". (keyword-spacing)
(#482) Requires a space before '}'. (block-spacing)
(#482) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#482) Missing semicolon. (@babel/semi)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) Function has a complexity of 46. Maximum allowed is 20. (complexity)
(#482) A space is required after ','. (comma-spacing)
(#482) A space is required after ','. (comma-spacing)
(#482) A space is required after ','. (comma-spacing)
(#482) Requires a space after '{'. (block-spacing)
(#482) Statement inside of curly braces should be on next line. (brace-style)
(#482) Missing space before opening brace. (space-before-blocks)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) A space is required after ','. (comma-spacing)
(#482) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) A space is required after ','. (comma-spacing)
(#482) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) Operator '&&' must be spaced. (space-infix-ops)
(#482) Operator '||' must be spaced. (space-infix-ops)
(#482) A space is required after ','. (comma-spacing)
(#482) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) A space is required after ','. (comma-spacing)
(#482) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) A space is required after ','. (comma-spacing)
(#482) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) A space is required after ','. (comma-spacing)
(#482) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) A space is required after ','. (comma-spacing)
(#482) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) A space is required after ','. (comma-spacing)
(#482) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) A space is required after ','. (comma-spacing)
(#482) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) A space is required after ','. (comma-spacing)
(#482) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) Operator '&&' must be spaced. (space-infix-ops)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) A space is required after ','. (comma-spacing)
(#482) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#482) A space is required after ','. (comma-spacing)
(#482) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) A space is required after ','. (comma-spacing)
(#482) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) A space is required after ','. (comma-spacing)
(#482) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) Expected space(s) after "if". (keyword-spacing)
(#482) Requires a space after '{'. (block-spacing)
(#482) Statement inside of curly braces should be on next line. (brace-style)
(#482) Missing space before opening brace. (space-before-blocks)
(#482) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#482) Operator '&&' must be spaced. (space-infix-ops)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#482) Operator '&&' must be spaced. (space-infix-ops)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#482) A space is required after ','. (comma-spacing)
(#482) Requires a space before '}'. (block-spacing)
(#482) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#482) Missing semicolon. (@babel/semi)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) 'v' declared on line 482 column 446 is used outside of binding context. (block-scoped-var)
(#482) Operator '||' must be spaced. (space-infix-ops)
(#482) Operator '||' must be spaced. (space-infix-ops)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) 'v' declared on line 482 column 446 is used outside of binding context. (block-scoped-var)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#482) A space is required after ','. (comma-spacing)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#482) Operator '&&' must be spaced. (space-infix-ops)
(#482) Operator '&&' must be spaced. (space-infix-ops)
(#483) This line has a length of 503. Maximum allowed is 132. (max-len)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#483) Operator '&&' must be spaced. (space-infix-ops)
(#483) Operator '!==' must be spaced. (space-infix-ops)
(#483) Operator '&&' must be spaced. (space-infix-ops)
(#483) 'v' declared on line 482 column 446 is used outside of binding context. (block-scoped-var)
(#483) Operator '&&' must be spaced. (space-infix-ops)
(#483) Operator '&&' must be spaced. (space-infix-ops)
(#483) Operator '&&' must be spaced. (space-infix-ops)
(#483) Operator '&&' must be spaced. (space-infix-ops)
(#483) Operator '&&' must be spaced. (space-infix-ops)
(#483) Operator '&&' must be spaced. (space-infix-ops)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) A space is required after ','. (comma-spacing)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Expected space(s) after "if". (keyword-spacing)
(#483) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#483) Requires a space after '{'. (block-spacing)
(#483) Statement inside of curly braces should be on next line. (brace-style)
(#483) Missing space before opening brace. (space-before-blocks)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Requires a space after '{'. (block-spacing)
(#483) Statement inside of curly braces should be on next line. (brace-style)
(#483) Missing space before opening brace. (space-before-blocks)
(#483) Operator '+' must be spaced. (space-infix-ops)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Requires a space before '}'. (block-spacing)
(#483) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#483) Missing semicolon. (@babel/semi)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Expected space(s) after "if". (keyword-spacing)
(#483) Operator '&&' must be spaced. (space-infix-ops)
(#483) 'v' declared on line 482 column 446 is used outside of binding context. (block-scoped-var)
(#483) Operator '>' must be spaced. (space-infix-ops)
(#483) Expected { after 'if' condition. (curly)
(#483) Expected space(s) before "if". (keyword-spacing)
(#483) Expected space(s) after "if". (keyword-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Unexpected use of comma operator. (no-sequences)
(#483) A space is required after ','. (comma-spacing)
(#483) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#483) Expected { after 'if' condition. (curly)
(#483) Expected space(s) before "for". (keyword-spacing)
(#483) Expected space(s) after "for". (keyword-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Operator '<' must be spaced. (space-infix-ops)
(#483) 'v' declared on line 482 column 446 is used outside of binding context. (block-scoped-var)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Expected { after 'for' condition. (curly)
(#483) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Unexpected use of comma operator. (no-sequences)
(#483) A space is required after ','. (comma-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Expected space(s) after "if". (keyword-spacing)
(#483) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#483) Expected { after 'if' condition. (curly)
(#483) Expected space(s) before "if". (keyword-spacing)
(#483) Expected space(s) after "if". (keyword-spacing)
(#483) Expected { after 'if' condition. (curly)
(#483) Expected space(s) before "if". (keyword-spacing)
(#483) Expected space(s) after "if". (keyword-spacing)
(#483) Operator '===' must be spaced. (space-infix-ops)
(#483) Expected { after 'if' condition. (curly)
(#483) Expected space(s) before "for". (keyword-spacing)
(#483) Expected space(s) after "for". (keyword-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Operator '<' must be spaced. (space-infix-ops)
(#483) 'v' declared on line 482 column 446 is used outside of binding context. (block-scoped-var)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Expected { after 'for' condition. (curly)
(#483) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Unexpected use of comma operator. (no-sequences)
(#483) A space is required after ','. (comma-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Expected { after 'else'. (curly)
(#483) Expected space(s) after "for". (keyword-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Operator '<' must be spaced. (space-infix-ops)
(#483) 'v' declared on line 482 column 446 is used outside of binding context. (block-scoped-var)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Expected { after 'for' condition. (curly)
(#483) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Unexpected use of comma operator. (no-sequences)
(#483) A space is required after ','. (comma-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) A space is required after ','. (comma-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) A space is required after ','. (comma-spacing)
(#483) Operator '+' must be spaced. (space-infix-ops)
(#484) This line has a length of 505. Maximum allowed is 132. (max-len)
(#484) Expected space(s) after "if". (keyword-spacing)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) A space is required after ','. (comma-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) A space is required after ','. (comma-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Operator '<=' must be spaced. (space-infix-ops)
(#484) Operator '?' must be spaced. (space-infix-ops)
(#484) Operator ':' must be spaced. (space-infix-ops)
(#484) A space is required after ','. (comma-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Operator '<=' must be spaced. (space-infix-ops)
(#484) Operator '?' must be spaced. (space-infix-ops)
(#484) Operator ':' must be spaced. (space-infix-ops)
(#484) Unexpected use of comma operator. (no-sequences)
(#484) A space is required after ','. (comma-spacing)
(#484) Operator '===' must be spaced. (space-infix-ops)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) A space is required after ','. (comma-spacing)
(#484) Operator '===' must be spaced. (space-infix-ops)
(#484) Expected { after 'if' condition. (curly)
(#484) Expected space(s) before "for". (keyword-spacing)
(#484) Expected space(s) after "for". (keyword-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Operator '<' must be spaced. (space-infix-ops)
(#484) 'v' declared on line 482 column 446 is used outside of binding context. (block-scoped-var)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected { after 'for' condition. (curly)
(#484) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Unexpected use of comma operator. (no-sequences)
(#484) A space is required after ','. (comma-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected { after 'else'. (curly)
(#484) Expected space(s) after "for". (keyword-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Operator '<' must be spaced. (space-infix-ops)
(#484) 'v' declared on line 482 column 446 is used outside of binding context. (block-scoped-var)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected { after 'for' condition. (curly)
(#484) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Unexpected use of comma operator. (no-sequences)
(#484) A space is required after ','. (comma-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) A space is required after ','. (comma-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected { after 'else'. (curly)
(#484) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#484) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#484) A space is required after ','. (comma-spacing)
(#484) A space is required after ','. (comma-spacing)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected { after 'else'. (curly)
(#484) Expected space(s) after "for". (keyword-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Operator '<' must be spaced. (space-infix-ops)
(#484) 'v' declared on line 482 column 446 is used outside of binding context. (block-scoped-var)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected { after 'for' condition. (curly)
(#484) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#484) Operator '!==' must be spaced. (space-infix-ops)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Missing space before value for key 'series'. (key-spacing)
(#484) A space is required after ','. (comma-spacing)
(#484) A space is required after ','. (comma-spacing)
(#484) A space is required after ','. (comma-spacing)
(#484) A space is required after ','. (comma-spacing)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#484) A space is required after ','. (comma-spacing)
(#484) A space is required after ','. (comma-spacing)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected space(s) after "for". (keyword-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected { after 'for' condition. (curly)
(#484) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#485) This line has a length of 525. Maximum allowed is 132. (max-len)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) Requires a space before '}'. (block-spacing)
(#485) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#485) Missing semicolon. (@babel/semi)
(#485) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#485) Operator '===' must be spaced. (space-infix-ops)
(#485) Operator '&&' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#485) Operator '&&' must be spaced. (space-infix-ops)
(#485) Requires a space before '}'. (block-spacing)
(#485) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#485) Missing semicolon. (@babel/semi)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) Requires a space after '{'. (block-spacing)
(#485) Statement inside of curly braces should be on next line. (brace-style)
(#485) Missing space before opening brace. (space-before-blocks)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) Operator '||' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Requires a space after '{'. (block-spacing)
(#485) Statement inside of curly braces should be on next line. (brace-style)
(#485) Missing space before opening brace. (space-before-blocks)
(#485) Operator '&&' must be spaced. (space-infix-ops)
(#485) Missing space before value for key 'series'. (key-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) Operator '||' must be spaced. (space-infix-ops)
(#485) Requires a space before '}'. (block-spacing)
(#485) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#485) Missing semicolon. (@babel/semi)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) Requires a space after '{'. (block-spacing)
(#485) Statement inside of curly braces should be on next line. (brace-style)
(#485) Missing space before opening brace. (space-before-blocks)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) Requires a space before '}'. (block-spacing)
(#485) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#485) Missing semicolon. (@babel/semi)
(#485) A space is required after ','. (comma-spacing)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) Requires a space after '{'. (block-spacing)
(#485) Statement inside of curly braces should be on next line. (brace-style)
(#485) Missing space before opening brace. (space-before-blocks)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#485) A space is required after ','. (comma-spacing)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#485) A space is required after ','. (comma-spacing)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Do not nest ternary expressions. (no-nested-ternary)
(#485) Operator '<' must be spaced. (space-infix-ops)
(#485) Operator '?' must be spaced. (space-infix-ops)
(#485) Operator ':' must be spaced. (space-infix-ops)
(#485) Operator '>' must be spaced. (space-infix-ops)
(#485) Operator '?' must be spaced. (space-infix-ops)
(#485) Operator ':' must be spaced. (space-infix-ops)
(#485) Requires a space before '}'. (block-spacing)
(#485) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#485) Missing semicolon. (@babel/semi)
(#485) A space is required after ','. (comma-spacing)
(#485) Requires a space after '{'. (block-spacing)
(#485) Statement inside of curly braces should be on next line. (brace-style)
(#485) Missing space before opening brace. (space-before-blocks)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) Requires a space before '}'. (block-spacing)
(#485) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#485) Missing semicolon. (@babel/semi)
(#485) A space is required after ','. (comma-spacing)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#485) Operator '&&' must be spaced. (space-infix-ops)
(#485) Requires a space after '{'. (block-spacing)
(#485) Statement inside of curly braces should be on next line. (brace-style)
(#485) Missing space before opening brace. (space-before-blocks)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#486) This line has a length of 511. Maximum allowed is 132. (max-len)
(#486) A space is required after ','. (comma-spacing)
(#486) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#486) Operator '&&' must be spaced. (space-infix-ops)
(#486) Operator '||' must be spaced. (space-infix-ops)
(#486) Operator '||' must be spaced. (space-infix-ops)
(#486) A space is required after ','. (comma-spacing)
(#486) Requires a space after '{'. (block-spacing)
(#486) Statement inside of curly braces should be on next line. (brace-style)
(#486) Missing space before opening brace. (space-before-blocks)
(#486) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) A space is required after ','. (comma-spacing)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#486) Operator '&&' must be spaced. (space-infix-ops)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) A space is required after ','. (comma-spacing)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Requires a space before '}'. (block-spacing)
(#486) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#486) Missing semicolon. (@babel/semi)
(#486) A space is required after ','. (comma-spacing)
(#486) A space is required after ','. (comma-spacing)
(#486) Requires a space before '}'. (block-spacing)
(#486) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#486) Missing semicolon. (@babel/semi)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Requires a space before '}'. (block-spacing)
(#486) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#486) Missing semicolon. (@babel/semi)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Function has a complexity of 27. Maximum allowed is 20. (complexity)
(#486) Requires a space after '{'. (block-spacing)
(#486) Statement inside of curly braces should be on next line. (brace-style)
(#486) Missing space before opening brace. (space-before-blocks)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) A space is required after ','. (comma-spacing)
(#486) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) A space is required after ','. (comma-spacing)
(#486) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) A space is required after ','. (comma-spacing)
(#486) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Operator '||' must be spaced. (space-infix-ops)
(#486) Operator '||' must be spaced. (space-infix-ops)
(#486) A space is required after ','. (comma-spacing)
(#486) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Operator '&&' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Operator '||' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) A space is required after ','. (comma-spacing)
(#486) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) A space is required after ','. (comma-spacing)
(#486) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) A space is required after ','. (comma-spacing)
(#486) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Expected space(s) after "if". (keyword-spacing)
(#486) Requires a space after '{'. (block-spacing)
(#486) Statement inside of curly braces should be on next line. (brace-style)
(#486) Missing space before opening brace. (space-before-blocks)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Operator '||' must be spaced. (space-infix-ops)
(#487) This line has a length of 505. Maximum allowed is 132. (max-len)
(#487) Requires a space before '}'. (block-spacing)
(#487) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#487) Missing semicolon. (@babel/semi)
(#487) Expected space(s) before "if". (keyword-spacing)
(#487) Expected space(s) after "if". (keyword-spacing)
(#487) Operator '&&' must be spaced. (space-infix-ops)
(#487) Operator '&&' must be spaced. (space-infix-ops)
(#487) Operator '&&' must be spaced. (space-infix-ops)
(#487) Operator '||' must be spaced. (space-infix-ops)
(#487) Operator '>' must be spaced. (space-infix-ops)
(#487) Operator '||' must be spaced. (space-infix-ops)
(#487) Expected { after 'if' condition. (curly)
(#487) Expected space(s) before "if". (keyword-spacing)
(#487) Expected space(s) after "if". (keyword-spacing)
(#487) Operator '-' must be spaced. (space-infix-ops)
(#487) Operator '<' must be spaced. (space-infix-ops)
(#487) 'n' declared on line 486 column 473 is used outside of binding context. (block-scoped-var)
(#487) Operator '||' must be spaced. (space-infix-ops)
(#487) Operator '>' must be spaced. (space-infix-ops)
(#487) 'q' declared on line 486 column 485 is used outside of binding context. (block-scoped-var)
(#487) Expected { after 'if' condition. (curly)
(#487) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) Unexpected use of comma operator. (no-sequences)
(#487) A space is required after ','. (comma-spacing)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) Expected space(s) after "if". (keyword-spacing)
(#487) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#487) Operator '&&' must be spaced. (space-infix-ops)
(#487) Operator '<' must be spaced. (space-infix-ops)
(#487) 'n' declared on line 486 column 473 is used outside of binding context. (block-scoped-var)
(#487) Operator '||' must be spaced. (space-infix-ops)
(#487) Operator '-' must be spaced. (space-infix-ops)
(#487) Operator '>' must be spaced. (space-infix-ops)
(#487) 'q' declared on line 486 column 485 is used outside of binding context. (block-scoped-var)
(#487) Requires a space after '{'. (block-spacing)
(#487) Statement inside of curly braces should be on next line. (brace-style)
(#487) Missing space before opening brace. (space-before-blocks)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) A space is required after ','. (comma-spacing)
(#487) A space is required after ','. (comma-spacing)
(#487) 'n' declared on line 486 column 473 is used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'q' declared on line 486 column 485 is used outside of binding context. (block-scoped-var)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) Requires a space before '}'. (block-spacing)
(#487) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#487) Missing semicolon. (@babel/semi)
(#487) Expected space(s) before "for". (keyword-spacing)
(#487) Expected space(s) after "for". (keyword-spacing)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) Operator '||' must be spaced. (space-infix-ops)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) Expected { after 'for' condition. (curly)
(#487) Expected space(s) before "if". (keyword-spacing)
(#487) Expected space(s) after "if". (keyword-spacing)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) Operator '?' must be spaced. (space-infix-ops)
(#487) Operator '-' must be spaced. (space-infix-ops)
(#487) Operator '-' must be spaced. (space-infix-ops)
(#487) Operator ':' must be spaced. (space-infix-ops)
(#487) Operator '-' must be spaced. (space-infix-ops)
(#487) Operator '-' must be spaced. (space-infix-ops)
(#487) Unexpected use of comma operator. (no-sequences)
(#487) A space is required after ','. (comma-spacing)
(#487) Operator '<' must be spaced. (space-infix-ops)
(#487) Operator '&&' must be spaced. (space-infix-ops)
(#487) Operator '===' must be spaced. (space-infix-ops)
(#487) Operator '||' must be spaced. (space-infix-ops)
(#487) Operator '<' must be spaced. (space-infix-ops)
(#487) Expected { after 'if' condition. (curly)
(#487) Expected space(s) before "var". (keyword-spacing)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) Expected { after 'else'. (curly)
(#487) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#487) Operator '>' must be spaced. (space-infix-ops)
(#487) Operator '&&' must be spaced. (space-infix-ops)
(#487) Operator '&&' must be spaced. (space-infix-ops)
(#487) Operator '&&' must be spaced. (space-infix-ops)
(#487) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#487) A space is required after ','. (comma-spacing)
(#487) A space is required after ','. (comma-spacing)
(#487) A space is required after ','. (comma-spacing)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) Expected space(s) after "return". (keyword-spacing)
(#487) Missing space before value for key 'xData'. (key-spacing)
(#487) A space is required after ','. (comma-spacing)
(#487) Missing space before value for key 'yData'. (key-spacing)
(#487) A space is required after ','. (comma-spacing)
(#487) 'r' declared on line 487 column 140 is used outside of binding context. (block-scoped-var)
(#487) Missing space before value for key 'cropped'. (key-spacing)
(#487) A space is required after ','. (comma-spacing)
(#487) Missing space before value for key 'cropStart'. (key-spacing)
(#487) A space is required after ','. (comma-spacing)
(#487) 'G' declared on line 487 column 317 is used outside of binding context. (block-scoped-var)
(#487) Missing space before value for key 'closestPointRange'. (key-spacing)
(#487) Requires a space before '}'. (block-spacing)
(#487) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#487) Missing semicolon. (@babel/semi)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) Expected to return a value at the end of function. (consistent-return)
(#487) Requires a space after '{'. (block-spacing)
(#487) Statement inside of curly braces should be on next line. (brace-style)
(#487) Missing space before opening brace. (space-before-blocks)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) Expected space(s) after "if". (keyword-spacing)
(#487) Operator '&&' must be spaced. (space-infix-ops)
(#488) This line has a length of 507. Maximum allowed is 132. (max-len)
(#488) Operator '&&' must be spaced. (space-infix-ops)
(#488) Operator '&&' must be spaced. (space-infix-ops)
(#488) Operator '&&' must be spaced. (space-infix-ops)
(#488) Expected { after 'if' condition. (curly)
(#488) Expected space(s) before "return". (keyword-spacing)
(#488) Expected space(s) after "return". (keyword-spacing)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#488) A space is required after ','. (comma-spacing)
(#488) Requires a space before '}'. (block-spacing)
(#488) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#488) Missing semicolon. (@babel/semi)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) A space is required after ','. (comma-spacing)
(#488) A space is required after ','. (comma-spacing)
(#488) A space is required after ','. (comma-spacing)
(#488) A space is required after ','. (comma-spacing)
(#488) Requires a space after '{'. (block-spacing)
(#488) Statement inside of curly braces should be on next line. (brace-style)
(#488) Missing space before opening brace. (space-before-blocks)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) A space is required after ','. (comma-spacing)
(#488) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#488) A space is required after ','. (comma-spacing)
(#488) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) A space is required after ','. (comma-spacing)
(#488) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#488) A space is required after ','. (comma-spacing)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Expected space(s) after "for". (keyword-spacing)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Operator '<' must be spaced. (space-infix-ops)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Expected { after 'for' condition. (curly)
(#488) Expected space(s) before "if". (keyword-spacing)
(#488) Expected space(s) after "if". (keyword-spacing)
(#488) Operator '>=' must be spaced. (space-infix-ops)
(#488) Requires a space after '{'. (block-spacing)
(#488) Statement inside of curly braces should be on next line. (brace-style)
(#488) Missing space before opening brace. (space-before-blocks)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) A space is required after ','. (comma-spacing)
(#488) Operator '-' must be spaced. (space-infix-ops)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Requires a space before '}'. (block-spacing)
(#488) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#488) Missing semicolon. (@babel/semi)
(#488) Expected space(s) before "for". (keyword-spacing)
(#488) Expected space(s) after "for". (keyword-spacing)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Operator '<' must be spaced. (space-infix-ops)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Expected { after 'for' condition. (curly)
(#488) Expected space(s) before "if". (keyword-spacing)
(#488) Expected space(s) after "if". (keyword-spacing)
(#488) Operator '>' must be spaced. (space-infix-ops)
(#488) Requires a space after '{'. (block-spacing)
(#488) Statement inside of curly braces should be on next line. (brace-style)
(#488) Missing space before opening brace. (space-before-blocks)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) Operator '+' must be spaced. (space-infix-ops)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Requires a space before '}'. (block-spacing)
(#488) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#488) Missing semicolon. (@babel/semi)
(#488) Expected space(s) before "return". (keyword-spacing)
(#488) Expected space(s) after "return". (keyword-spacing)
(#488) Missing space before value for key 'xData'. (key-spacing)
(#488) A space is required after ','. (comma-spacing)
(#488) A space is required after ','. (comma-spacing)
(#488) Missing space before value for key 'yData'. (key-spacing)
(#489) This line has a length of 511. Maximum allowed is 132. (max-len)
(#489) A space is required after ','. (comma-spacing)
(#489) Missing space before value for key 'start'. (key-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) Missing space before value for key 'end'. (key-spacing)
(#489) Requires a space before '}'. (block-spacing)
(#489) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#489) Missing semicolon. (@babel/semi)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Function has a complexity of 23. Maximum allowed is 20. (complexity)
(#489) Requires a space after '{'. (block-spacing)
(#489) Statement inside of curly braces should be on next line. (brace-style)
(#489) Missing space before opening brace. (space-before-blocks)
(#489) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Operator '||' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Operator '||' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Operator '&&' must be spaced. (space-infix-ops)
(#489) Operator '?' must be spaced. (space-infix-ops)
(#489) Operator ':' must be spaced. (space-infix-ops)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Expected space(s) after "if". (keyword-spacing)
(#489) Operator '&&' must be spaced. (space-infix-ops)
(#489) Requires a space after '{'. (block-spacing)
(#489) Statement inside of curly braces should be on next line. (brace-style)
(#489) Missing space before opening brace. (space-before-blocks)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Requires a space before '}'. (block-spacing)
(#489) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#489) Missing semicolon. (@babel/semi)
(#489) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#489) Operator '&&' must be spaced. (space-infix-ops)
(#489) Operator '&&' must be spaced. (space-infix-ops)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Expected space(s) after "for". (keyword-spacing)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Operator '<' must be spaced. (space-infix-ops)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Requires a space after '{'. (block-spacing)
(#489) Statement inside of curly braces should be on next line. (brace-style)
(#489) Missing space before opening brace. (space-before-blocks)
(#489) 'q' declared on line 489 column 316 is used outside of binding context. (block-scoped-var)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Operator '+' must be spaced. (space-infix-ops)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Expected space(s) after "if". (keyword-spacing)
(#489) Requires a space after '{'. (block-spacing)
(#489) Statement inside of curly braces should be on next line. (brace-style)
(#489) Missing space before opening brace. (space-before-blocks)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Missing '()' invoking a constructor. (new-parens)
(#489) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#489) A space is required after ','. (comma-spacing)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Operator '+' must be spaced. (space-infix-ops)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#489) Operator '&&' must be spaced. (space-infix-ops)
(#490) This line has a length of 503. Maximum allowed is 132. (max-len)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) Requires a space before '}'. (block-spacing)
(#490) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#490) Missing semicolon. (@babel/semi)
(#490) Expected space(s) before "else". (keyword-spacing)
(#490) Expected space(s) after "else". (keyword-spacing)
(#490) Expected { after 'else'. (curly)
(#490) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#490) 'r' declared on line 489 column 415 is used outside of binding context. (block-scoped-var)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) 'q' declared on line 489 column 316 is used outside of binding context. (block-scoped-var)
(#490) Operator '||' must be spaced. (space-infix-ops)
(#490) Operator '===' must be spaced. (space-infix-ops)
(#490) 'q' declared on line 489 column 316 is used outside of binding context. (block-scoped-var)
(#490) Operator '||' must be spaced. (space-infix-ops)
(#490) 'q' declared on line 489 column 316 is used outside of binding context. (block-scoped-var)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) 'r' declared on line 489 column 415 is used outside of binding context. (block-scoped-var)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) Missing '()' invoking a constructor. (new-parens)
(#490) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#490) A space is required after ','. (comma-spacing)
(#490) 'q' declared on line 489 column 316 is used outside of binding context. (block-scoped-var)
(#490) A space is required after ','. (comma-spacing)
(#490) Missing whitespace after semicolon. (semi-spacing)
(#490) 'r' declared on line 489 column 415 is used outside of binding context. (block-scoped-var)
(#490) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#490) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#490) Operator '&&' must be spaced. (space-infix-ops)
(#490) 'r' declared on line 489 column 415 is used outside of binding context. (block-scoped-var)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) Operator '?' must be spaced. (space-infix-ops)
(#490) Operator '+' must be spaced. (space-infix-ops)
(#490) Operator ':' must be spaced. (space-infix-ops)
(#490) 'q' declared on line 489 column 316 is used outside of binding context. (block-scoped-var)
(#490) A space is required after ','. (comma-spacing)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) 'r' declared on line 489 column 415 is used outside of binding context. (block-scoped-var)
(#490) Requires a space before '}'. (block-spacing)
(#490) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#490) Missing semicolon. (@babel/semi)
(#490) Expected space(s) before "this". (keyword-spacing)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) Missing whitespace after semicolon. (semi-spacing)
(#490) Expected space(s) after "if". (keyword-spacing)
(#490) Operator '&&' must be spaced. (space-infix-ops)
(#490) Operator '!==' must be spaced. (space-infix-ops)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) Operator '||' must be spaced. (space-infix-ops)
(#490) Expected { after 'if' condition. (curly)
(#490) Expected space(s) before "for". (keyword-spacing)
(#490) Expected space(s) after "for". (keyword-spacing)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) Missing whitespace after semicolon. (semi-spacing)
(#490) Operator '<' must be spaced. (space-infix-ops)
(#490) Missing whitespace after semicolon. (semi-spacing)
(#490) Expected { after 'for' condition. (curly)
(#490) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#490) Operator '!==' must be spaced. (space-infix-ops)
(#490) Operator '||' must be spaced. (space-infix-ops)
(#490) Operator '||' must be spaced. (space-infix-ops)
(#490) Operator '+=' must be spaced. (space-infix-ops)
(#490) Unexpected use of comma operator. (no-sequences)
(#490) A space is required after ','. (comma-spacing)
(#490) Operator '&&' must be spaced. (space-infix-ops)
(#490) A space is required after ','. (comma-spacing)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) Missing whitespace after semicolon. (semi-spacing)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) Missing whitespace after semicolon. (semi-spacing)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) Missing whitespace after semicolon. (semi-spacing)
(#490) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#490) A space is required after ','. (comma-spacing)
(#490) Requires a space before '}'. (block-spacing)
(#490) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#490) Missing semicolon. (@babel/semi)
(#490) Missing whitespace after semicolon. (semi-spacing)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) Requires a space after '{'. (block-spacing)
(#490) Statement inside of curly braces should be on next line. (brace-style)
(#490) Missing space before opening brace. (space-before-blocks)
(#490) Expected space(s) after "return". (keyword-spacing)
(#490) Missing space before value for key 'min'. (key-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) Missing space before value for key 'max'. (key-spacing)
(#490) Requires a space before '}'. (block-spacing)
(#490) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#490) Missing semicolon. (@babel/semi)
(#490) Missing whitespace after semicolon. (semi-spacing)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) Function has a complexity of 26. Maximum allowed is 20. (complexity)
(#490) A space is required after ','. (comma-spacing)
(#490) Requires a space after '{'. (block-spacing)
(#490) Statement inside of curly braces should be on next line. (brace-style)
(#490) Missing space before opening brace. (space-before-blocks)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) A space is required after ','. (comma-spacing)
(#490) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#491) This line has a length of 507. Maximum allowed is 132. (max-len)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) Operator '||' must be spaced. (space-infix-ops)
(#491) A space is required after ','. (comma-spacing)
(#491) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) A space is required after ','. (comma-spacing)
(#491) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) Operator '?' must be spaced. (space-infix-ops)
(#491) Operator ':' must be spaced. (space-infix-ops)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) Operator '?' must be spaced. (space-infix-ops)
(#491) Operator ':' must be spaced. (space-infix-ops)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#491) A space is required after ','. (comma-spacing)
(#491) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) A space is required after ','. (comma-spacing)
(#491) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) A space is required after ','. (comma-spacing)
(#491) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) Operator '||' must be spaced. (space-infix-ops)
(#491) Operator '||' must be spaced. (space-infix-ops)
(#491) Operator '||' must be spaced. (space-infix-ops)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) Expected space(s) after "if". (keyword-spacing)
(#491) Requires a space after '{'. (block-spacing)
(#491) Statement inside of curly braces should be on next line. (brace-style)
(#491) Missing space before opening brace. (space-before-blocks)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) Requires a space before '}'. (block-spacing)
(#491) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#491) Missing semicolon. (@babel/semi)
(#491) Expected space(s) before "for". (keyword-spacing)
(#491) Expected space(s) after "for". (keyword-spacing)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) Operator '<' must be spaced. (space-infix-ops)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) Requires a space after '{'. (block-spacing)
(#491) Statement inside of curly braces should be on next line. (brace-style)
(#491) Missing space before opening brace. (space-before-blocks)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) 'n' declared on line 491 column 201 is used outside of binding context. (block-scoped-var)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#491) 'n' declared on line 491 column 201 is used outside of binding context. (block-scoped-var)
(#491) Operator '||' must be spaced. (space-infix-ops)
(#491) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#491) 'n' declared on line 491 column 201 is used outside of binding context. (block-scoped-var)
(#491) Operator '&&' must be spaced. (space-infix-ops)
(#491) 'n' declared on line 491 column 201 is used outside of binding context. (block-scoped-var)
(#491) Operator '||' must be spaced. (space-infix-ops)
(#491) Operator '<' must be spaced. (space-infix-ops)
(#491) 'n' declared on line 491 column 201 is used outside of binding context. (block-scoped-var)
(#491) Operator '||' must be spaced. (space-infix-ops)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) Operator '||' must be spaced. (space-infix-ops)
(#491) Operator '||' must be spaced. (space-infix-ops)
(#491) Operator '||' must be spaced. (space-infix-ops)
(#491) Operator '||' must be spaced. (space-infix-ops)
(#491) Operator '||' must be spaced. (space-infix-ops)
(#491) Operator '+' must be spaced. (space-infix-ops)
(#491) Operator '||' must be spaced. (space-infix-ops)
(#491) Operator '>=' must be spaced. (space-infix-ops)
(#491) Operator '&&' must be spaced. (space-infix-ops)
(#491) Operator '-' must be spaced. (space-infix-ops)
(#491) Operator '||' must be spaced. (space-infix-ops)
(#491) Operator '<=' must be spaced. (space-infix-ops)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) Expected space(s) after "if". (keyword-spacing)
(#491) Operator '&&' must be spaced. (space-infix-ops)
(#491) Expected { after 'if' condition. (curly)
(#491) Expected space(s) before "if". (keyword-spacing)
(#491) Expected space(s) after "if". (keyword-spacing)
(#491) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) 'n' declared on line 491 column 201 is used outside of binding context. (block-scoped-var)
(#491) Expected { after 'if' condition. (curly)
(#491) Expected space(s) before "for". (keyword-spacing)
(#491) Expected space(s) after "for". (keyword-spacing)
(#491) Expected { after 'for' condition. (curly)
(#491) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#491) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#491) 'n' declared on line 491 column 201 is used outside of binding context. (block-scoped-var)
(#491) Operator '&&' must be spaced. (space-infix-ops)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) 'n' declared on line 491 column 201 is used outside of binding context. (block-scoped-var)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) Expected { after 'else'. (curly)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) 'n' declared on line 491 column 201 is used outside of binding context. (block-scoped-var)
(#491) Requires a space before '}'. (block-spacing)
(#491) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#491) Missing semicolon. (@babel/semi)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) Missing space before value for key 'activeYData'. (key-spacing)
(#492) This line has a length of 502. Maximum allowed is 132. (max-len)
(#492) Missing space before value for key 'dataMin'. (key-spacing)
(#492) A space is required after ','. (comma-spacing)
(#492) Missing space before value for key 'dataMax'. (key-spacing)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#492) A space is required after ','. (comma-spacing)
(#492) A space is required after ','. (comma-spacing)
(#492) Missing space before value for key 'dataExtremes'. (key-spacing)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#492) Requires a space before '}'. (block-spacing)
(#492) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#492) Missing semicolon. (@babel/semi)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) Requires a space after '{'. (block-spacing)
(#492) Statement inside of curly braces should be on next line. (brace-style)
(#492) Missing space before opening brace. (space-before-blocks)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Requires a space before '}'. (block-spacing)
(#492) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#492) Missing semicolon. (@babel/semi)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) Requires a space after '{'. (block-spacing)
(#492) Statement inside of curly braces should be on next line. (brace-style)
(#492) Missing space before opening brace. (space-before-blocks)
(#492) Expected space(s) after "for". (keyword-spacing)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) A space is required after ','. (comma-spacing)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) A space is required after ','. (comma-spacing)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Operator '===' must be spaced. (space-infix-ops)
(#492) Operator '&&' must be spaced. (space-infix-ops)
(#492) Operator '<' must be spaced. (space-infix-ops)
(#492) Expected { after 'for' condition. (curly)
(#492) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) Unexpected use of comma operator. (no-sequences)
(#492) A space is required after ','. (comma-spacing)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) 'd' declared on line 492 column 266 is used outside of binding context. (block-scoped-var)
(#492) Requires a space before '}'. (block-spacing)
(#492) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#492) Missing semicolon. (@babel/semi)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) Function has a complexity of 44. Maximum allowed is 20. (complexity)
(#492) Requires a space after '{'. (block-spacing)
(#492) Statement inside of curly braces should be on next line. (brace-style)
(#492) Missing space before opening brace. (space-before-blocks)
(#492) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#492) Operator '||' must be spaced. (space-infix-ops)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) A space is required after ','. (comma-spacing)
(#492) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) A space is required after ','. (comma-spacing)
(#492) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) A space is required after ','. (comma-spacing)
(#492) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) A space is required after ','. (comma-spacing)
(#492) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) A space is required after ','. (comma-spacing)
(#492) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#493) This line has a length of 505. Maximum allowed is 132. (max-len)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) Operator '?' must be spaced. (space-infix-ops)
(#493) Operator ':' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) Operator '||' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) A space is required after ','. (comma-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) Missing whitespace after semicolon. (semi-spacing)
(#493) Expected space(s) after "for". (keyword-spacing)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) Missing whitespace after semicolon. (semi-spacing)
(#493) Operator '<' must be spaced. (space-infix-ops)
(#493) Missing whitespace after semicolon. (semi-spacing)
(#493) Requires a space after '{'. (block-spacing)
(#493) Statement inside of curly braces should be on next line. (brace-style)
(#493) Missing space before opening brace. (space-before-blocks)
(#493) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) Operator '&&' must be spaced. (space-infix-ops)
(#493) Operator '&&' must be spaced. (space-infix-ops)
(#493) Operator '&&' must be spaced. (space-infix-ops)
(#493) Operator '<' must be spaced. (space-infix-ops)
(#493) Operator '?' must be spaced. (space-infix-ops)
(#493) Operator ':' must be spaced. (space-infix-ops)
(#493) Operator '?' must be spaced. (space-infix-ops)
(#493) Operator ':' must be spaced. (space-infix-ops)
(#493) Operator '+' must be spaced. (space-infix-ops)
(#493) Missing whitespace after semicolon. (semi-spacing)
(#493) Expected space(s) after "if". (keyword-spacing)
(#493) Operator '&&' must be spaced. (space-infix-ops)
(#493) Operator '||' must be spaced. (space-infix-ops)
(#493) Operator '&&' must be spaced. (space-infix-ops)
(#493) Expected { after 'if' condition. (curly)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) Missing whitespace after semicolon. (semi-spacing)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) Operator '===' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) Missing whitespace after semicolon. (semi-spacing)
(#493) Expected space(s) after "if". (keyword-spacing)
(#493) Operator '&&' must be spaced. (space-infix-ops)
(#493) Operator '&&' must be spaced. (space-infix-ops)
(#494) This line has a length of 504. Maximum allowed is 132. (max-len)
(#494) Operator '&&' must be spaced. (space-infix-ops)
(#494) Requires a space after '{'. (block-spacing)
(#494) Statement inside of curly braces should be on next line. (brace-style)
(#494) Missing space before opening brace. (space-before-blocks)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) Missing whitespace after semicolon. (semi-spacing)
(#494) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#494) Operator '||' must be spaced. (space-infix-ops)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) Requires a space before '}'. (block-spacing)
(#494) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#494) Missing semicolon. (@babel/semi)
(#494) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#494) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#494) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#494) Operator '&&' must be spaced. (space-infix-ops)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) Operator '===' must be spaced. (space-infix-ops)
(#494) Operator '&&' must be spaced. (space-infix-ops)
(#494) 'H' declared on line 494 column 14 is used outside of binding context. (block-scoped-var)
(#494) Operator '===' must be spaced. (space-infix-ops)
(#494) Operator '&&' must be spaced. (space-infix-ops)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#494) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#494) Operator '&&' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) Operator '&&' must be spaced. (space-infix-ops)
(#494) Operator '>=' must be spaced. (space-infix-ops)
(#494) Operator '&&' must be spaced. (space-infix-ops)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) Operator '&&' must be spaced. (space-infix-ops)
(#494) Operator '/' must be spaced. (space-infix-ops)
(#494) Operator '*' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) Operator '||' must be spaced. (space-infix-ops)
(#494) Operator '||' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) Operator '||' must be spaced. (space-infix-ops)
(#494) Missing whitespace after semicolon. (semi-spacing)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) Operator '?' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) Operator ':' must be spaced. (space-infix-ops)
(#494) Missing whitespace after semicolon. (semi-spacing)
(#494) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#494) Operator '&&' must be spaced. (space-infix-ops)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) Missing whitespace after semicolon. (semi-spacing)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) Missing whitespace after semicolon. (semi-spacing)
(#494) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#494) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#494) Operator '&&' must be spaced. (space-infix-ops)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#495) This line has a length of 505. Maximum allowed is 132. (max-len)
(#495) Operator '!==' must be spaced. (space-infix-ops)
(#495) Operator '&&' must be spaced. (space-infix-ops)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) A space is required after ','. (comma-spacing)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Operator '?' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) A space is required after ','. (comma-spacing)
(#495) A space is required after ','. (comma-spacing)
(#495) A space is required after ','. (comma-spacing)
(#495) A space is required after ','. (comma-spacing)
(#495) Operator ':' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Operator '<' must be spaced. (space-infix-ops)
(#495) Operator '+' must be spaced. (space-infix-ops)
(#495) Operator '||' must be spaced. (space-infix-ops)
(#495) Operator '||' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#495) Operator '&&' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Expected space(s) after "if". (keyword-spacing)
(#495) Operator '&&' must be spaced. (space-infix-ops)
(#495) Operator '!==' must be spaced. (space-infix-ops)
(#495) Requires a space after '{'. (block-spacing)
(#495) Statement inside of curly braces should be on next line. (brace-style)
(#495) Missing space before opening brace. (space-before-blocks)
(#495) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#495) Operator '!==' must be spaced. (space-infix-ops)
(#495) Operator '&&' must be spaced. (space-infix-ops)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) Operator '-' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Requires a space before '}'. (block-spacing)
(#495) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#495) Missing semicolon. (@babel/semi)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Operator '?' must be spaced. (space-infix-ops)
(#495) Operator ':' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#495) Operator '&&' must be spaced. (space-infix-ops)
(#495) Operator '&&' must be spaced. (space-infix-ops)
(#495) Operator '&&' must be spaced. (space-infix-ops)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Requires a space before '}'. (block-spacing)
(#495) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#495) Missing semicolon. (@babel/semi)
(#495) Expected space(s) before "this". (keyword-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#495) A space is required after ','. (comma-spacing)
(#495) Requires a space before '}'. (block-spacing)
(#495) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#495) Missing semicolon. (@babel/semi)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) A space is required after ','. (comma-spacing)
(#495) Requires a space after '{'. (block-spacing)
(#495) Statement inside of curly braces should be on next line. (brace-style)
(#495) Missing space before opening brace. (space-before-blocks)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Expected space(s) after "return". (keyword-spacing)
(#495) Operator '||' must be spaced. (space-infix-ops)
(#495) Operator '||' must be spaced. (space-infix-ops)
(#496) This line has a length of 507. Maximum allowed is 132. (max-len)
(#496) Requires a space after '{'. (block-spacing)
(#496) Statement inside of curly braces should be on next line. (brace-style)
(#496) Missing space before opening brace. (space-before-blocks)
(#496) Operator '&&' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) Missing space before value for key 'inverted'. (key-spacing)
(#496) Operator '?' must be spaced. (space-infix-ops)
(#496) Operator ':' must be spaced. (space-infix-ops)
(#496) Operator '!==' must be spaced. (space-infix-ops)
(#496) Operator '&&' must be spaced. (space-infix-ops)
(#496) Operator '||' must be spaced. (space-infix-ops)
(#496) Requires a space before '}'. (block-spacing)
(#496) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#496) Missing semicolon. (@babel/semi)
(#496) Requires a space before '}'. (block-spacing)
(#496) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#496) Missing semicolon. (@babel/semi)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Requires a space after '{'. (block-spacing)
(#496) Statement inside of curly braces should be on next line. (brace-style)
(#496) Missing space before opening brace. (space-before-blocks)
(#496) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#496) Operator '&&' must be spaced. (space-infix-ops)
(#496) Operator '!==' must be spaced. (space-infix-ops)
(#496) Operator '&&' must be spaced. (space-infix-ops)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#496) Operator '&&' must be spaced. (space-infix-ops)
(#496) Operator '!==' must be spaced. (space-infix-ops)
(#496) Operator '&&' must be spaced. (space-infix-ops)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Requires a space before '}'. (block-spacing)
(#496) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#496) Missing semicolon. (@babel/semi)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Requires a space after '{'. (block-spacing)
(#496) Statement inside of curly braces should be on next line. (brace-style)
(#496) Missing space before opening brace. (space-before-blocks)
(#496) Return statement should not contain assignment. (no-return-assign)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Operator '||' must be spaced. (space-infix-ops)
(#496) Operator '+' must be spaced. (space-infix-ops)
(#496) Operator '+' must be spaced. (space-infix-ops)
(#496) Operator '||' must be spaced. (space-infix-ops)
(#496) Requires a space before '}'. (block-spacing)
(#496) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#496) Missing semicolon. (@babel/semi)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Requires a space after '{'. (block-spacing)
(#496) Statement inside of curly braces should be on next line. (brace-style)
(#496) Missing space before opening brace. (space-before-blocks)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#497) This line has a length of 519. Maximum allowed is 132. (max-len)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#497) Operator '?' must be spaced. (space-infix-ops)
(#497) Operator ':' must be spaced. (space-infix-ops)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#497) Operator '&&' must be spaced. (space-infix-ops)
(#497) Operator '===' must be spaced. (space-infix-ops)
(#497) Operator '?' must be spaced. (space-infix-ops)
(#497) Operator ':' must be spaced. (space-infix-ops)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#497) Operator '&&' must be spaced. (space-infix-ops)
(#497) Requires a space before '}'. (block-spacing)
(#497) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#497) Missing semicolon. (@babel/semi)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) Requires a space after '{'. (block-spacing)
(#497) Statement inside of curly braces should be on next line. (brace-style)
(#497) Missing space before opening brace. (space-before-blocks)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) Operator '+' must be spaced. (space-infix-ops)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) Expected space(s) after "if". (keyword-spacing)
(#497) Operator '&&' must be spaced. (space-infix-ops)
(#497) Expected { after 'if' condition. (curly)
(#497) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) Unexpected use of comma operator. (no-sequences)
(#497) A space is required after ','. (comma-spacing)
(#497) Operator '?' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) Operator ':' must be spaced. (space-infix-ops)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) Operator '&&' must be spaced. (space-infix-ops)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#498) This line has a length of 502. Maximum allowed is 132. (max-len)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) A space is required after ','. (comma-spacing)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Missing space before value for key 'x'. (key-spacing)
(#498) Operator '?' must be spaced. (space-infix-ops)
(#498) Operator '||' must be spaced. (space-infix-ops)
(#498) Operator '+' must be spaced. (space-infix-ops)
(#498) Operator ':' must be spaced. (space-infix-ops)
(#498) A space is required after ','. (comma-spacing)
(#498) Missing space before value for key 'y'. (key-spacing)
(#498) Operator '?' must be spaced. (space-infix-ops)
(#498) Operator ':' must be spaced. (space-infix-ops)
(#498) A space is required after ','. (comma-spacing)
(#498) Missing space before value for key 'width'. (key-spacing)
(#498) A space is required after ','. (comma-spacing)
(#498) Missing space before value for key 'height'. (key-spacing)
(#498) Operator '?' must be spaced. (space-infix-ops)
(#498) Operator ':' must be spaced. (space-infix-ops)
(#498) A space is required after ','. (comma-spacing)
(#498) Operator '+' must be spaced. (space-infix-ops)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) A space is required after ','. (comma-spacing)
(#498) A space is required after ','. (comma-spacing)
(#498) Operator '&&' must be spaced. (space-infix-ops)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) Expected space(s) after "if". (keyword-spacing)
(#498) Operator '&&' must be spaced. (space-infix-ops)
(#498) Requires a space after '{'. (block-spacing)
(#498) Statement inside of curly braces should be on next line. (brace-style)
(#498) Missing space before opening brace. (space-before-blocks)
(#498) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#498) Operator '&&' must be spaced. (space-infix-ops)
(#498) Operator '&&' must be spaced. (space-infix-ops)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) A space is required after ','. (comma-spacing)
(#498) Requires a space after '{'. (block-spacing)
(#498) Statement inside of curly braces should be on next line. (brace-style)
(#498) Missing space before opening brace. (space-before-blocks)
(#498) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#498) Operator '&&' must be spaced. (space-infix-ops)
(#498) A space is required after ','. (comma-spacing)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#498) Operator '&&' must be spaced. (space-infix-ops)
(#498) Operator '&&' must be spaced. (space-infix-ops)
(#498) A space is required after ','. (comma-spacing)
(#498) Operator '===' must be spaced. (space-infix-ops)
(#498) Operator '?' must be spaced. (space-infix-ops)
(#498) Operator '+' must be spaced. (space-infix-ops)
(#498) Operator ':' must be spaced. (space-infix-ops)
(#498) Requires a space before '}'. (block-spacing)
(#498) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#498) Missing semicolon. (@babel/semi)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) A space is required after ','. (comma-spacing)
(#498) Requires a space before '}'. (block-spacing)
(#498) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#498) Missing semicolon. (@babel/semi)
(#498) Requires a space before '}'. (block-spacing)
(#498) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Requires a space after '{'. (block-spacing)
(#498) Statement inside of curly braces should be on next line. (brace-style)
(#498) Missing space before opening brace. (space-before-blocks)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#499) This line has a length of 514. Maximum allowed is 132. (max-len)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#499) A space is required after ','. (comma-spacing)
(#499) A space is required after ','. (comma-spacing)
(#499) A space is required after ','. (comma-spacing)
(#499) Requires a space after '{'. (block-spacing)
(#499) Statement inside of curly braces should be on next line. (brace-style)
(#499) Missing space before opening brace. (space-before-blocks)
(#499) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#499) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#499) Operator '&&' must be spaced. (space-infix-ops)
(#499) Operator '+' must be spaced. (space-infix-ops)
(#499) Operator '+' must be spaced. (space-infix-ops)
(#499) Operator '&&' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) Requires a space before '}'. (block-spacing)
(#499) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#499) Missing semicolon. (@babel/semi)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#499) A space is required after ','. (comma-spacing)
(#499) Requires a space before '}'. (block-spacing)
(#499) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#499) Missing semicolon. (@babel/semi)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) Function has a complexity of 35. Maximum allowed is 20. (complexity)
(#499) Requires a space after '{'. (block-spacing)
(#499) Statement inside of curly braces should be on next line. (brace-style)
(#499) Missing space before opening brace. (space-before-blocks)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) Operator '||' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#499) A space is required after ','. (comma-spacing)
(#499) Operator '||' must be spaced. (space-infix-ops)
(#499) Operator '?' must be spaced. (space-infix-ops)
(#499) Operator ':' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) Operator '>=' must be spaced. (space-infix-ops)
(#499) Operator '*' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#499) A space is required after ','. (comma-spacing)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) Expected space(s) after "if". (keyword-spacing)
(#499) Operator '!==' must be spaced. (space-infix-ops)
(#499) Operator '||' must be spaced. (space-infix-ops)
(#499) Expected { after 'if' condition. (curly)
(#499) Expected space(s) before "for". (keyword-spacing)
(#499) Expected space(s) after "for". (keyword-spacing)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) Operator '<' must be spaced. (space-infix-ops)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) Requires a space after '{'. (block-spacing)
(#499) Statement inside of curly braces should be on next line. (brace-style)
(#499) Missing space before opening brace. (space-before-blocks)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#500) This line has a length of 501. Maximum allowed is 132. (max-len)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) Operator '?' must be spaced. (space-infix-ops)
(#500) Operator ':' must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) Operator '||' must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) Expected space(s) after "if". (keyword-spacing)
(#500) Operator '&&' must be spaced. (space-infix-ops)
(#500) Operator '===' must be spaced. (space-infix-ops)
(#500) Operator '||' must be spaced. (space-infix-ops)
(#500) Operator '&&' must be spaced. (space-infix-ops)
(#500) Operator '&&' must be spaced. (space-infix-ops)
(#500) Operator '!==' must be spaced. (space-infix-ops)
(#500) Requires a space after '{'. (block-spacing)
(#500) Statement inside of curly braces should be on next line. (brace-style)
(#500) Missing space before opening brace. (space-before-blocks)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#500) A space is required after ','. (comma-spacing)
(#500) A space is required after ','. (comma-spacing)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) A space is required after ','. (comma-spacing)
(#500) Operator '&&' must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#500) Operator '&&' must be spaced. (space-infix-ops)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) Operator '?' must be spaced. (space-infix-ops)
(#500) Operator '||' must be spaced. (space-infix-ops)
(#500) Operator ':' must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) Operator '!==' must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#500) Operator '?' must be spaced. (space-infix-ops)
(#500) Operator '?' must be spaced. (space-infix-ops)
(#500) Operator ':' must be spaced. (space-infix-ops)
(#500) Operator ':' must be spaced. (space-infix-ops)
(#500) Operator '&&' must be spaced. (space-infix-ops)
(#500) Operator '<' must be spaced. (space-infix-ops)
(#500) Operator '||' must be spaced. (space-infix-ops)
(#500) Operator '||' must be spaced. (space-infix-ops)
(#500) Operator '&&' must be spaced. (space-infix-ops)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) A space is required after ','. (comma-spacing)
(#500) A space is required after ','. (comma-spacing)
(#500) A space is required after ','. (comma-spacing)
(#500) A space is required after ','. (comma-spacing)
(#500) A space is required after ','. (comma-spacing)
(#500) Operator '?' must be spaced. (space-infix-ops)
(#500) Operator ':' must be spaced. (space-infix-ops)
(#500) A space is required after ','. (comma-spacing)
(#500) Operator '&&' must be spaced. (space-infix-ops)
(#501) This line has a length of 507. Maximum allowed is 132. (max-len)
(#501) Operator '&&' must be spaced. (space-infix-ops)
(#501) Missing space before value for key 'x'. (key-spacing)
(#501) A space is required after ','. (comma-spacing)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#501) Operator '&&' must be spaced. (space-infix-ops)
(#501) Operator '===' must be spaced. (space-infix-ops)
(#501) Operator '&&' must be spaced. (space-infix-ops)
(#501) Operator '?' must be spaced. (space-infix-ops)
(#501) Operator ':' must be spaced. (space-infix-ops)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) Expected space(s) after "if". (keyword-spacing)
(#501) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#501) Operator '&&' must be spaced. (space-infix-ops)
(#501) Expected { after 'if' condition. (curly)
(#501) A space is required after ','. (comma-spacing)
(#501) Operator '&&' must be spaced. (space-infix-ops)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#501) Operator '&&' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) Requires a space before '}'. (block-spacing)
(#501) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#501) Missing semicolon. (@babel/semi)
(#501) Expected space(s) before "else". (keyword-spacing)
(#501) Expected { after 'else'. (curly)
(#501) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#501) Operator '&&' must be spaced. (space-infix-ops)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) Requires a space before '}'. (block-spacing)
(#501) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#501) Missing semicolon. (@babel/semi)
(#501) Requires a space before '}'. (block-spacing)
(#501) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) Requires a space after '{'. (block-spacing)
(#501) Statement inside of curly braces should be on next line. (brace-style)
(#501) Missing space before opening brace. (space-before-blocks)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) Operator '||' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) Operator '||' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#501) A space is required after ','. (comma-spacing)
(#501) Operator '&&' must be spaced. (space-infix-ops)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#501) Operator '&&' must be spaced. (space-infix-ops)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) Operator '&&' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#501) Operator '&&' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) Operator '&&' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) Operator '&&' must be spaced. (space-infix-ops)
(#501) Operator '+' must be spaced. (space-infix-ops)
(#501) Operator '&&' must be spaced. (space-infix-ops)
(#501) Operator '||' must be spaced. (space-infix-ops)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) Operator '&&' must be spaced. (space-infix-ops)
(#501) Operator '===' must be spaced. (space-infix-ops)
(#502) This line has a length of 513. Maximum allowed is 132. (max-len)
(#502) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#502) Operator '&&' must be spaced. (space-infix-ops)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#502) Operator '?' must be spaced. (space-infix-ops)
(#502) Missing space before value for key 'x'. (key-spacing)
(#502) Operator '?' must be spaced. (space-infix-ops)
(#502) Operator '-' must be spaced. (space-infix-ops)
(#502) Operator ':' must be spaced. (space-infix-ops)
(#502) Operator '-' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Missing space before value for key 'y'. (key-spacing)
(#502) Operator '-' must be spaced. (space-infix-ops)
(#502) Operator ':' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#502) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#502) Operator '&&' must be spaced. (space-infix-ops)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Operator '*' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Requires a space before '}'. (block-spacing)
(#502) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#502) Missing semicolon. (@babel/semi)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Function has a complexity of 23. Maximum allowed is 20. (complexity)
(#502) A space is required after ','. (comma-spacing)
(#502) Requires a space after '{'. (block-spacing)
(#502) Statement inside of curly braces should be on next line. (brace-style)
(#502) Missing space before opening brace. (space-before-blocks)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Operator '&&' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Operator '&&' must be spaced. (space-infix-ops)
(#502) Operator '||' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Operator '&&' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Operator '&&' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Operator '&&' must be spaced. (space-infix-ops)
(#502) Operator '&&' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#502) A space is required after ','. (comma-spacing)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Operator '||' must be spaced. (space-infix-ops)
(#502) Operator '||' must be spaced. (space-infix-ops)
(#502) Operator '||' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Operator '||' must be spaced. (space-infix-ops)
(#502) Operator '||' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Operator '||' must be spaced. (space-infix-ops)
(#502) Operator '||' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Operator '||' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Operator '||' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Operator '&&' must be spaced. (space-infix-ops)
(#502) Operator '||' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '+' must be spaced. (space-infix-ops)
(#502) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#502) A space is required after ','. (comma-spacing)
(#503) This line has a length of 503. Maximum allowed is 132. (max-len)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Operator '||' must be spaced. (space-infix-ops)
(#503) Operator '||' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Operator '||' must be spaced. (space-infix-ops)
(#503) Operator '||' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#503) A space is required after ','. (comma-spacing)
(#503) A space is required after ','. (comma-spacing)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Expected space(s) after "return". (keyword-spacing)
(#503) Missing space before value for key 'stroke'. (key-spacing)
(#503) A space is required after ','. (comma-spacing)
(#503) Missing space before value for key 'stroke-width'. (key-spacing)
(#503) A space is required after ','. (comma-spacing)
(#503) Missing space before value for key 'fill'. (key-spacing)
(#503) A space is required after ','. (comma-spacing)
(#503) Missing space before value for key 'opacity'. (key-spacing)
(#503) Requires a space before '}'. (block-spacing)
(#503) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#503) Missing semicolon. (@babel/semi)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Requires a space after '{'. (block-spacing)
(#503) Statement inside of curly braces should be on next line. (brace-style)
(#503) Missing space before opening brace. (space-before-blocks)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) A space is required after ','. (comma-spacing)
(#503) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) A space is required after ','. (comma-spacing)
(#503) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) A space is required after ','. (comma-spacing)
(#503) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Operator '||' must be spaced. (space-infix-ops)
(#503) A space is required after ','. (comma-spacing)
(#503) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#503) A space is required after ','. (comma-spacing)
(#503) A space is required after ','. (comma-spacing)
(#503) A space is required after ','. (comma-spacing)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#503) A space is required after ','. (comma-spacing)
(#503) A space is required after ','. (comma-spacing)
(#503) Missing space before value for key 'keepEventsForUpdate'. (key-spacing)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Operator '||' must be spaced. (space-infix-ops)
(#503) Requires a space after '{'. (block-spacing)
(#503) Statement inside of curly braces should be on next line. (brace-style)
(#503) Missing space before opening brace. (space-before-blocks)
(#503) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Operator '&&' must be spaced. (space-infix-ops)
(#503) Operator '&&' must be spaced. (space-infix-ops)
(#503) A space is required after ','. (comma-spacing)
(#503) A space is required after ','. (comma-spacing)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Requires a space before '}'. (block-spacing)
(#503) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#503) Missing semicolon. (@babel/semi)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#503) Operator '&&' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Expected space(s) after "for". (keyword-spacing)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Expected { after 'for' condition. (curly)
(#503) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Operator '&&' must be spaced. (space-infix-ops)
(#504) This line has a length of 519. Maximum allowed is 132. (max-len)
(#504) Operator '&&' must be spaced. (space-infix-ops)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#504) Operator '&&' must be spaced. (space-infix-ops)
(#504) Requires a space after '{'. (block-spacing)
(#504) Statement inside of curly braces should be on next line. (brace-style)
(#504) Missing space before opening brace. (space-before-blocks)
(#504) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#504) Requires a space before '}'. (block-spacing)
(#504) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#504) Missing semicolon. (@babel/semi)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#504) A space is required after ','. (comma-spacing)
(#504) A space is required after ','. (comma-spacing)
(#504) Requires a space after '{'. (block-spacing)
(#504) Statement inside of curly braces should be on next line. (brace-style)
(#504) Missing space before opening brace. (space-before-blocks)
(#504) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#504) Operator '&&' must be spaced. (space-infix-ops)
(#504) Operator '&&' must be spaced. (space-infix-ops)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) Operator '&&' must be spaced. (space-infix-ops)
(#504) Operator '===' must be spaced. (space-infix-ops)
(#504) Operator '?' must be spaced. (space-infix-ops)
(#504) Operator ':' must be spaced. (space-infix-ops)
(#504) A space is required after ','. (comma-spacing)
(#504) Requires a space before '}'. (block-spacing)
(#504) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#504) Missing semicolon. (@babel/semi)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#504) Operator '===' must be spaced. (space-infix-ops)
(#504) Operator '&&' must be spaced. (space-infix-ops)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) A space is required after ','. (comma-spacing)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#504) A space is required after ','. (comma-spacing)
(#504) A space is required after ','. (comma-spacing)
(#504) Requires a space after '{'. (block-spacing)
(#504) Statement inside of curly braces should be on next line. (brace-style)
(#504) Missing space before opening brace. (space-before-blocks)
(#504) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#504) Operator '&&' must be spaced. (space-infix-ops)
(#504) Operator '===' must be spaced. (space-infix-ops)
(#504) Operator '||' must be spaced. (space-infix-ops)
(#504) Requires a space before '}'. (block-spacing)
(#504) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#504) Missing semicolon. (@babel/semi)
(#504) Requires a space before '}'. (block-spacing)
(#504) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#504) Missing semicolon. (@babel/semi)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) Requires a space after '{'. (block-spacing)
(#504) Statement inside of curly braces should be on next line. (brace-style)
(#504) Missing space before opening brace. (space-before-blocks)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) A space is required after ','. (comma-spacing)
(#504) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) A space is required after ','. (comma-spacing)
(#504) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) A space is required after ','. (comma-spacing)
(#504) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) A space is required after ','. (comma-spacing)
(#504) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) Operator '||' must be spaced. (space-infix-ops)
(#504) A space is required after ','. (comma-spacing)
(#504) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) A space is required after ','. (comma-spacing)
(#504) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) A space is required after ','. (comma-spacing)
(#504) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) A space is required after ','. (comma-spacing)
(#504) A space is required after ','. (comma-spacing)
(#504) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) Operator '||' must be spaced. (space-infix-ops)
(#505) This line has a length of 503. Maximum allowed is 132. (max-len)
(#505) Operator '+' must be spaced. (space-infix-ops)
(#505) A space is required after ','. (comma-spacing)
(#505) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) A space is required after ','. (comma-spacing)
(#505) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) Expected space(s) after "if". (keyword-spacing)
(#505) Operator '&&' must be spaced. (space-infix-ops)
(#505) Operator '||' must be spaced. (space-infix-ops)
(#505) Operator '&&' must be spaced. (space-infix-ops)
(#505) Operator '&&' must be spaced. (space-infix-ops)
(#505) Operator '!==' must be spaced. (space-infix-ops)
(#505) Requires a space after '{'. (block-spacing)
(#505) Statement inside of curly braces should be on next line. (brace-style)
(#505) Missing space before opening brace. (space-before-blocks)
(#505) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#505) Operator '&&' must be spaced. (space-infix-ops)
(#505) Operator '&&' must be spaced. (space-infix-ops)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#505) Operator '&&' must be spaced. (space-infix-ops)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) Function has a complexity of 23. Maximum allowed is 20. (complexity)
(#505) A space is required after ','. (comma-spacing)
(#505) Requires a space after '{'. (block-spacing)
(#505) Statement inside of curly braces should be on next line. (brace-style)
(#505) Missing space before opening brace. (space-before-blocks)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) Do not nest ternary expressions. (no-nested-ternary)
(#505) Operator '?' must be spaced. (space-infix-ops)
(#505) Operator '?' must be spaced. (space-infix-ops)
(#505) Operator ':' must be spaced. (space-infix-ops)
(#505) Operator ':' must be spaced. (space-infix-ops)
(#505) Operator '?' must be spaced. (space-infix-ops)
(#505) Operator ':' must be spaced. (space-infix-ops)
(#505) Operator '||' must be spaced. (space-infix-ops)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) Operator '||' must be spaced. (space-infix-ops)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#505) Operator '&&' must be spaced. (space-infix-ops)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) Operator '-' must be spaced. (space-infix-ops)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) A space is required after ','. (comma-spacing)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) A space is required after ','. (comma-spacing)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#505) Operator '?' must be spaced. (space-infix-ops)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) Missing space before value for key 'x'. (key-spacing)
(#505) Operator '?' must be spaced. (space-infix-ops)
(#505) Operator ':' must be spaced. (space-infix-ops)
(#505) A space is required after ','. (comma-spacing)
(#505) Missing space before value for key 'y'. (key-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) Missing space before value for key 'width'. (key-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) Missing space before value for key 'height'. (key-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) Operator '||' must be spaced. (space-infix-ops)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) Operator '-' must be spaced. (space-infix-ops)
(#505) Operator ':' must be spaced. (space-infix-ops)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) Missing space before value for key 'x'. (key-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) Missing space before value for key 'y'. (key-spacing)
(#505) Operator '?' must be spaced. (space-infix-ops)
(#505) Operator ':' must be spaced. (space-infix-ops)
(#505) A space is required after ','. (comma-spacing)
(#505) Missing space before value for key 'width'. (key-spacing)
(#506) This line has a length of 509. Maximum allowed is 132. (max-len)
(#506) Missing space before value for key 'height'. (key-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) Operator '&&' must be spaced. (space-infix-ops)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Operator '-' must be spaced. (space-infix-ops)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#506) Operator '&&' must be spaced. (space-infix-ops)
(#506) Operator '&&' must be spaced. (space-infix-ops)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Operator '?' must be spaced. (space-infix-ops)
(#506) Missing space before value for key 'x'. (key-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) Missing space before value for key 'y'. (key-spacing)
(#506) Operator '?' must be spaced. (space-infix-ops)
(#506) Operator ':' must be spaced. (space-infix-ops)
(#506) A space is required after ','. (comma-spacing)
(#506) Missing space before value for key 'height'. (key-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) Missing space before value for key 'width'. (key-spacing)
(#506) Operator ':' must be spaced. (space-infix-ops)
(#506) Missing space before value for key 'x'. (key-spacing)
(#506) Operator '-' must be spaced. (space-infix-ops)
(#506) Operator '-' must be spaced. (space-infix-ops)
(#506) A space is required after ','. (comma-spacing)
(#506) Missing space before value for key 'y'. (key-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) Missing space before value for key 'width'. (key-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) Missing space before value for key 'height'. (key-spacing)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#506) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#506) Operator '?' must be spaced. (space-infix-ops)
(#506) Operator ':' must be spaced. (space-infix-ops)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Operator '+' must be spaced. (space-infix-ops)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Operator '+' must be spaced. (space-infix-ops)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#506) Operator '&&' must be spaced. (space-infix-ops)
(#506) Operator '&&' must be spaced. (space-infix-ops)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#506) Operator '&&' must be spaced. (space-infix-ops)
(#506) Operator '&&' must be spaced. (space-infix-ops)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Operator '>' must be spaced. (space-infix-ops)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#506) Operator '&&' must be spaced. (space-infix-ops)
(#506) Operator '===' must be spaced. (space-infix-ops)
(#506) Operator '&&' must be spaced. (space-infix-ops)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Requires a space before '}'. (block-spacing)
(#506) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#506) Missing semicolon. (@babel/semi)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Requires a space before '}'. (block-spacing)
(#506) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#506) Missing semicolon. (@babel/semi)
(#506) Expected space(s) before "else". (keyword-spacing)
(#506) Expected { after 'else'. (curly)
(#506) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#506) Operator '&&' must be spaced. (space-infix-ops)
(#506) Operator '&&' must be spaced. (space-infix-ops)
(#506) A space is required after ','. (comma-spacing)
(#506) Operator '&&' must be spaced. (space-infix-ops)
(#506) Requires a space before '}'. (block-spacing)
(#506) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#506) Missing semicolon. (@babel/semi)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Requires a space after '{'. (block-spacing)
(#506) Statement inside of curly braces should be on next line. (brace-style)
(#506) Missing space before opening brace. (space-before-blocks)
(#506) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#506) Requires a space after '{'. (block-spacing)
(#506) Statement inside of curly braces should be on next line. (brace-style)
(#506) Missing space before opening brace. (space-before-blocks)
(#506) A space is required after ','. (comma-spacing)
(#506) Requires a space after '{'. (block-spacing)
(#506) Statement inside of curly braces should be on next line. (brace-style)
(#506) Missing space before opening brace. (space-before-blocks)
(#506) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#506) Operator '&&' must be spaced. (space-infix-ops)
(#507) This line has a length of 517. Maximum allowed is 132. (max-len)
(#507) Operator '&&' must be spaced. (space-infix-ops)
(#507) Missing space before value for key 'width'. (key-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Missing space before value for key 'height'. (key-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '?' must be spaced. (space-infix-ops)
(#507) Operator ':' must be spaced. (space-infix-ops)
(#507) Requires a space before '}'. (block-spacing)
(#507) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#507) Missing semicolon. (@babel/semi)
(#507) Requires a space before '}'. (block-spacing)
(#507) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#507) Missing semicolon. (@babel/semi)
(#507) Expected space(s) before "var". (keyword-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#507) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#507) Operator '&&' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Requires a space before '}'. (block-spacing)
(#507) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#507) Missing semicolon. (@babel/semi)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Requires a space after '{'. (block-spacing)
(#507) Statement inside of curly braces should be on next line. (brace-style)
(#507) Missing space before opening brace. (space-before-blocks)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing space before value for key 'visibility'. (key-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Missing space before value for key 'zIndex'. (key-spacing)
(#507) Operator '||' must be spaced. (space-infix-ops)
(#507) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#507) Operator '===' must be spaced. (space-infix-ops)
(#507) Operator '||' must be spaced. (space-infix-ops)
(#507) Operator '||' must be spaced. (space-infix-ops)
(#507) Operator '===' must be spaced. (space-infix-ops)
(#507) Operator '||' must be spaced. (space-infix-ops)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#507) Operator '&&' must be spaced. (space-infix-ops)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Operator '+' must be spaced. (space-infix-ops)
(#508) This line has a length of 507. Maximum allowed is 132. (max-len)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) Operator '?' must be spaced. (space-infix-ops)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) Operator ':' must be spaced. (space-infix-ops)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) Operator '||' must be spaced. (space-infix-ops)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) Operator '?' must be spaced. (space-infix-ops)
(#508) Operator ':' must be spaced. (space-infix-ops)
(#508) A space is required after ','. (comma-spacing)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) Operator '?' must be spaced. (space-infix-ops)
(#508) Operator ':' must be spaced. (space-infix-ops)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#508) Requires a space before '}'. (block-spacing)
(#508) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#508) Missing semicolon. (@babel/semi)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) Operator '=' must be spaced. (space-infix-ops)
(#508) Requires a space after '{'. (block-spacing)
(#508) Statement inside of curly braces should be on next line. (brace-style)
(#508) Missing space before opening brace. (space-before-blocks)
(#508) Operator '=' must be spaced. (space-infix-ops)
(#508) A space is required after ','. (comma-spacing)
(#508) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#508) Operator '=' must be spaced. (space-infix-ops)
(#508) A space is required after ','. (comma-spacing)
(#508) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#508) Operator '=' must be spaced. (space-infix-ops)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#508) Operator '&&' must be spaced. (space-infix-ops)
(#508) Operator '=' must be spaced. (space-infix-ops)
(#508) A space is required after ','. (comma-spacing)
(#508) Operator '=' must be spaced. (space-infix-ops)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) Expected space(s) after "return". (keyword-spacing)
(#508) Missing space before value for key 'translateX'. (key-spacing)
(#508) Operator '?' must be spaced. (space-infix-ops)
(#508) Operator ':' must be spaced. (space-infix-ops)
(#508) A space is required after ','. (comma-spacing)
(#508) Missing space before value for key 'translateY'. (key-spacing)
(#508) Operator '?' must be spaced. (space-infix-ops)
(#508) Operator ':' must be spaced. (space-infix-ops)
(#508) A space is required after ','. (comma-spacing)
(#508) Missing space before value for key 'scaleX'. (key-spacing)
(#508) A space is required after ','. (comma-spacing)
(#508) Missing space before value for key 'scaleY'. (key-spacing)
(#508) Requires a space before '}'. (block-spacing)
(#508) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#508) Missing semicolon. (@babel/semi)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) Operator '=' must be spaced. (space-infix-ops)
(#509) This line has a length of 502. Maximum allowed is 132. (max-len)
(#509) Requires a space after '{'. (block-spacing)
(#509) Statement inside of curly braces should be on next line. (brace-style)
(#509) Missing space before opening brace. (space-before-blocks)
(#509) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#509) Operator '||' must be spaced. (space-infix-ops)
(#509) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#509) Missing whitespace after semicolon. (semi-spacing)
(#509) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#509) Operator '&&' must be spaced. (space-infix-ops)
(#509) Requires a space after '{'. (block-spacing)
(#509) Statement inside of curly braces should be on next line. (brace-style)
(#509) Missing space before opening brace. (space-before-blocks)
(#509) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#509) Requires a space before '}'. (block-spacing)
(#509) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#509) Missing semicolon. (@babel/semi)
(#509) A space is required after ','. (comma-spacing)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) Requires a space before '}'. (block-spacing)
(#509) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#509) Missing semicolon. (@babel/semi)
(#509) Missing whitespace after semicolon. (semi-spacing)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) Requires a space after '{'. (block-spacing)
(#509) Statement inside of curly braces should be on next line. (brace-style)
(#509) Missing space before opening brace. (space-before-blocks)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) A space is required after ','. (comma-spacing)
(#509) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) A space is required after ','. (comma-spacing)
(#509) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) A space is required after ','. (comma-spacing)
(#509) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) A space is required after ','. (comma-spacing)
(#509) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) Operator '?' must be spaced. (space-infix-ops)
(#509) Operator ':' must be spaced. (space-infix-ops)
(#509) A space is required after ','. (comma-spacing)
(#509) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) A space is required after ','. (comma-spacing)
(#509) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) A space is required after ','. (comma-spacing)
(#509) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) A space is required after ','. (comma-spacing)
(#509) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) Missing whitespace after semicolon. (semi-spacing)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) Operator '&&' must be spaced. (space-infix-ops)
(#509) Operator '?' must be spaced. (space-infix-ops)
(#509) Operator ':' must be spaced. (space-infix-ops)
(#509) Missing whitespace after semicolon. (semi-spacing)
(#509) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#509) A space is required after ','. (comma-spacing)
(#509) Missing whitespace after semicolon. (semi-spacing)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) Missing whitespace after semicolon. (semi-spacing)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) Missing whitespace after semicolon. (semi-spacing)
(#509) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#509) Operator '!==' must be spaced. (space-infix-ops)
(#509) Operator '&&' must be spaced. (space-infix-ops)
(#509) Missing whitespace after semicolon. (semi-spacing)
(#509) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#509) Operator '&&' must be spaced. (space-infix-ops)
(#510) This line has a length of 513. Maximum allowed is 132. (max-len)
(#510) Operator '&&' must be spaced. (space-infix-ops)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) Operator '=' must be spaced. (space-infix-ops)
(#510) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#510) A space is required after ','. (comma-spacing)
(#510) Operator '?' must be spaced. (space-infix-ops)
(#510) Operator ':' must be spaced. (space-infix-ops)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#510) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#510) Operator '&&' must be spaced. (space-infix-ops)
(#510) A space is required after ','. (comma-spacing)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#510) Operator '&&' must be spaced. (space-infix-ops)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#510) Operator '&&' must be spaced. (space-infix-ops)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#510) Operator '&&' must be spaced. (space-infix-ops)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#510) Operator '&&' must be spaced. (space-infix-ops)
(#510) Operator '!==' must be spaced. (space-infix-ops)
(#510) Operator '&&' must be spaced. (space-infix-ops)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#510) Operator '&&' must be spaced. (space-infix-ops)
(#510) Operator '&&' must be spaced. (space-infix-ops)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#510) Operator '||' must be spaced. (space-infix-ops)
(#510) Operator '&&' must be spaced. (space-infix-ops)
(#510) Operator '&&' must be spaced. (space-infix-ops)
(#510) Operator '+=' must be spaced. (space-infix-ops)
(#510) A space is required after ','. (comma-spacing)
(#510) Operator '=' must be spaced. (space-infix-ops)
(#510) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#510) Requires a space after '{'. (block-spacing)
(#510) Statement inside of curly braces should be on next line. (brace-style)
(#510) Missing space before opening brace. (space-before-blocks)
(#510) Requires a space before '}'. (block-spacing)
(#510) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#510) Missing semicolon. (@babel/semi)
(#510) A space is required after ','. (comma-spacing)
(#510) Operator '||' must be spaced. (space-infix-ops)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) Operator '=' must be spaced. (space-infix-ops)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) Operator '=' must be spaced. (space-infix-ops)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#510) A space is required after ','. (comma-spacing)
(#510) Requires a space before '}'. (block-spacing)
(#510) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#510) Missing semicolon. (@babel/semi)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) Operator '=' must be spaced. (space-infix-ops)
(#510) Requires a space after '{'. (block-spacing)
(#510) Statement inside of curly braces should be on next line. (brace-style)
(#510) Missing space before opening brace. (space-before-blocks)
(#510) Operator '=' must be spaced. (space-infix-ops)
(#510) A space is required after ','. (comma-spacing)
(#510) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#510) Operator '=' must be spaced. (space-infix-ops)
(#510) Operator '||' must be spaced. (space-infix-ops)
(#511) This line has a length of 518. Maximum allowed is 132. (max-len)
(#511) A space is required after ','. (comma-spacing)
(#511) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#511) Operator '&&' must be spaced. (space-infix-ops)
(#511) Operator '&&' must be spaced. (space-infix-ops)
(#511) Missing space before value for key 'width'. (key-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) Missing space before value for key 'height'. (key-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) Missing space before value for key 'translateX'. (key-spacing)
(#511) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#511) Operator '&&' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) Missing space before value for key 'translateY'. (key-spacing)
(#511) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#511) Operator '&&' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#511) Operator '&&' must be spaced. (space-infix-ops)
(#511) Requires a space before '}'. (block-spacing)
(#511) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#511) Missing semicolon. (@babel/semi)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Requires a space after '{'. (block-spacing)
(#511) Statement inside of curly braces should be on next line. (brace-style)
(#511) Missing space before opening brace. (space-before-blocks)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Missing space before value for key 'clientX'. (key-spacing)
(#511) Operator '?' must be spaced. (space-infix-ops)
(#511) Operator '-' must be spaced. (space-infix-ops)
(#511) Operator '+' must be spaced. (space-infix-ops)
(#511) Operator ':' must be spaced. (space-infix-ops)
(#511) Operator '-' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Missing space before value for key 'plotY'. (key-spacing)
(#511) Operator '?' must be spaced. (space-infix-ops)
(#511) Operator '-' must be spaced. (space-infix-ops)
(#511) Operator '+' must be spaced. (space-infix-ops)
(#511) Operator ':' must be spaced. (space-infix-ops)
(#511) Operator '-' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) Requires a space before '}'. (block-spacing)
(#511) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#511) Missing semicolon. (@babel/semi)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) Requires a space after '{'. (block-spacing)
(#511) Statement inside of curly braces should be on next line. (brace-style)
(#511) Missing space before opening brace. (space-before-blocks)
(#511) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#511) Expected to return a value at the end of function 'a'. (consistent-return)
(#512) This line has a length of 501. Maximum allowed is 132. (max-len)
(#512) A space is required after ','. (comma-spacing)
(#512) Requires a space after '{'. (block-spacing)
(#512) Statement inside of curly braces should be on next line. (brace-style)
(#512) Missing space before opening brace. (space-before-blocks)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) Operator '&&' must be spaced. (space-infix-ops)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) Expected space(s) after "if". (keyword-spacing)
(#512) Requires a space after '{'. (block-spacing)
(#512) Statement inside of curly braces should be on next line. (brace-style)
(#512) Missing space before opening brace. (space-before-blocks)
(#512) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) Operator '%' must be spaced. (space-infix-ops)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) Requires a space after '{'. (block-spacing)
(#512) Statement inside of curly braces should be on next line. (brace-style)
(#512) Missing space before opening brace. (space-before-blocks)
(#512) Operator '-' must be spaced. (space-infix-ops)
(#512) Requires a space before '}'. (block-spacing)
(#512) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#512) Missing semicolon. (@babel/semi)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) Operator '/' must be spaced. (space-infix-ops)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) Expected space(s) after "return". (keyword-spacing)
(#512) Missing space before value for key 'point'. (key-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) Missing space before value for key 'left'. (key-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) Operator '+' must be spaced. (space-infix-ops)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) Missing space before value for key 'right'. (key-spacing)
(#512) Operator '+' must be spaced. (space-infix-ops)
(#512) A space is required after ','. (comma-spacing)
(#512) Operator '+' must be spaced. (space-infix-ops)
(#512) A space is required after ','. (comma-spacing)
(#512) Requires a space before '}'. (block-spacing)
(#512) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#512) Missing semicolon. (@babel/semi)
(#512) Requires a space before '}'. (block-spacing)
(#512) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#512) Expected space(s) before "this". (keyword-spacing)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) A space is required after ','. (comma-spacing)
(#512) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) Operator '<' must be spaced. (space-infix-ops)
(#512) Operator '?' must be spaced. (space-infix-ops)
(#512) Operator ':' must be spaced. (space-infix-ops)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#512) Requires a space after '{'. (block-spacing)
(#512) Statement inside of curly braces should be on next line. (brace-style)
(#512) Missing space before opening brace. (space-before-blocks)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) Requires a space before '}'. (block-spacing)
(#512) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#512) Missing semicolon. (@babel/semi)
(#512) A space is required after ','. (comma-spacing)
(#512) Operator '||' must be spaced. (space-infix-ops)
(#512) Operator '&&' must be spaced. (space-infix-ops)
(#512) Operator '===' must be spaced. (space-infix-ops)
(#512) Operator '?' must be spaced. (space-infix-ops)
(#512) Operator ':' must be spaced. (space-infix-ops)
(#512) Requires a space before '}'. (block-spacing)
(#512) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#512) Missing semicolon. (@babel/semi)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) Expected to return a value at the end of function. (consistent-return)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) Requires a space after '{'. (block-spacing)
(#512) Statement inside of curly braces should be on next line. (brace-style)
(#512) Missing space before opening brace. (space-before-blocks)
(#512) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) Requires a space after '{'. (block-spacing)
(#512) Statement inside of curly braces should be on next line. (brace-style)
(#512) Missing space before opening brace. (space-before-blocks)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) A space is required after ','. (comma-spacing)
(#512) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#513) This line has a length of 509. Maximum allowed is 132. (max-len)
(#513) Operator '%' must be spaced. (space-infix-ops)
(#513) A space is required after ','. (comma-spacing)
(#513) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) A space is required after ','. (comma-spacing)
(#513) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Operator '&&' must be spaced. (space-infix-ops)
(#513) Operator '?' must be spaced. (space-infix-ops)
(#513) Operator '-' must be spaced. (space-infix-ops)
(#513) A space is required after ','. (comma-spacing)
(#513) Operator ':' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Operator '&&' must be spaced. (space-infix-ops)
(#513) Operator '?' must be spaced. (space-infix-ops)
(#513) Operator '-' must be spaced. (space-infix-ops)
(#513) A space is required after ','. (comma-spacing)
(#513) Operator ':' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Operator '||' must be spaced. (space-infix-ops)
(#513) Operator '+' must be spaced. (space-infix-ops)
(#513) Operator '||' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Operator '?' must be spaced. (space-infix-ops)
(#513) Operator ':' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Operator '?' must be spaced. (space-infix-ops)
(#513) Operator ':' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Operator '-' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Operator '>' must be spaced. (space-infix-ops)
(#513) Operator '?' must be spaced. (space-infix-ops)
(#513) Operator ':' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Operator '>' must be spaced. (space-infix-ops)
(#513) Operator '?' must be spaced. (space-infix-ops)
(#513) Operator ':' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#513) Operator '&&' must be spaced. (space-infix-ops)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) Operator '+' must be spaced. (space-infix-ops)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Operator '<' must be spaced. (space-infix-ops)
(#513) Operator '?' must be spaced. (space-infix-ops)
(#513) Operator ':' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#513) Operator '&&' must be spaced. (space-infix-ops)
(#513) Operator '*' must be spaced. (space-infix-ops)
(#513) Operator '<' must be spaced. (space-infix-ops)
(#513) Operator '&&' must be spaced. (space-infix-ops)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) Operator '+' must be spaced. (space-infix-ops)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Operator '<' must be spaced. (space-infix-ops)
(#513) Operator '?' must be spaced. (space-infix-ops)
(#513) Operator ':' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Requires a space before '}'. (block-spacing)
(#513) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#513) Missing semicolon. (@babel/semi)
(#513) Expected space(s) before "var". (keyword-spacing)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) A space is required after ','. (comma-spacing)
(#513) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) A space is required after ','. (comma-spacing)
(#513) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) A space is required after ','. (comma-spacing)
(#513) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Operator '?' must be spaced. (space-infix-ops)
(#513) Operator ':' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Operator '<' must be spaced. (space-infix-ops)
(#513) Operator '?' must be spaced. (space-infix-ops)
(#514) This line has a length of 502. Maximum allowed is 132. (max-len)
(#514) Operator ':' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#514) Operator '||' must be spaced. (space-infix-ops)
(#514) Operator '||' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Expected space(s) after "if". (keyword-spacing)
(#514) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#514) Expected { after 'if' condition. (curly)
(#514) Expected space(s) before "return". (keyword-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) Requires a space before '}'. (block-spacing)
(#514) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#514) Missing semicolon. (@babel/semi)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Requires a space after '{'. (block-spacing)
(#514) Statement inside of curly braces should be on next line. (brace-style)
(#514) Missing space before opening brace. (space-before-blocks)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) A space is required after ','. (comma-spacing)
(#514) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) A space is required after ','. (comma-spacing)
(#514) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#514) Operator '===' must be spaced. (space-infix-ops)
(#514) Operator '&&' must be spaced. (space-infix-ops)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Operator '?' must be spaced. (space-infix-ops)
(#514) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#514) Operator ':' must be spaced. (space-infix-ops)
(#514) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#514) Operator '?' must be spaced. (space-infix-ops)
(#514) Operator '*' must be spaced. (space-infix-ops)
(#514) Operator '||' must be spaced. (space-infix-ops)
(#514) Operator ':' must be spaced. (space-infix-ops)
(#514) Requires a space before '}'. (block-spacing)
(#514) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#514) Missing semicolon. (@babel/semi)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Requires a space after '{'. (block-spacing)
(#514) Statement inside of curly braces should be on next line. (brace-style)
(#514) Missing space before opening brace. (space-before-blocks)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) A space is required after ','. (comma-spacing)
(#514) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) A space is required after ','. (comma-spacing)
(#514) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Expected space(s) after "return". (keyword-spacing)
(#514) Operator '!==' must be spaced. (space-infix-ops)
(#514) Operator '&&' must be spaced. (space-infix-ops)
(#514) Operator '!==' must be spaced. (space-infix-ops)
(#514) Operator '&&' must be spaced. (space-infix-ops)
(#514) Operator '<=' must be spaced. (space-infix-ops)
(#514) Operator '&&' must be spaced. (space-infix-ops)
(#514) Operator '<=' must be spaced. (space-infix-ops)
(#514) Operator '?' must be spaced. (space-infix-ops)
(#514) Operator ':' must be spaced. (space-infix-ops)
(#514) Operator '&&' must be spaced. (space-infix-ops)
(#514) Operator '<=' must be spaced. (space-infix-ops)
(#514) Operator '&&' must be spaced. (space-infix-ops)
(#514) Operator '<=' must be spaced. (space-infix-ops)
(#514) Operator '?' must be spaced. (space-infix-ops)
(#515) This line has a length of 532. Maximum allowed is 132. (max-len)
(#515) Operator ':' must be spaced. (space-infix-ops)
(#515) Requires a space before '}'. (block-spacing)
(#515) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#515) Missing semicolon. (@babel/semi)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Requires a space after '{'. (block-spacing)
(#515) Statement inside of curly braces should be on next line. (brace-style)
(#515) Missing space before opening brace. (space-before-blocks)
(#515) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) A space is required after ','. (comma-spacing)
(#515) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) A space is required after ','. (comma-spacing)
(#515) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) A space is required after ','. (comma-spacing)
(#515) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Operator '?' must be spaced. (space-infix-ops)
(#515) Operator ':' must be spaced. (space-infix-ops)
(#515) A space is required after ','. (comma-spacing)
(#515) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) A space is required after ','. (comma-spacing)
(#515) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) A space is required after ','. (comma-spacing)
(#515) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) A space is required after ','. (comma-spacing)
(#515) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) A space is required after ','. (comma-spacing)
(#515) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) A space is required after ','. (comma-spacing)
(#515) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) 'a' is defined but never used. (no-unused-vars)
(#515) Requires a space after '{'. (block-spacing)
(#515) Statement inside of curly braces should be on next line. (brace-style)
(#515) Missing space before opening brace. (space-before-blocks)
(#515) Expected space(s) after "if". (keyword-spacing)
(#515) Operator '!==' must be spaced. (space-infix-ops)
(#515) Expected { after 'if' condition. (curly)
(#515) Requires a space before '}'. (block-spacing)
(#515) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#515) Missing semicolon. (@babel/semi)
(#515) A space is required after ','. (comma-spacing)
(#515) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Operator '+' must be spaced. (space-infix-ops)
(#515) Operator '?' must be spaced. (space-infix-ops)
(#515) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#515) Operator ':' must be spaced. (space-infix-ops)
(#515) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#515) Operator '+' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#515) Operator '?' must be spaced. (space-infix-ops)
(#515) Missing space before value for key 'd'. (key-spacing)
(#515) Operator ':' must be spaced. (space-infix-ops)
(#515) Operator '&&' must be spaced. (space-infix-ops)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing space before value for key 'visibility'. (key-spacing)
(#515) Operator '?' must be spaced. (space-infix-ops)
(#515) Operator ':' must be spaced. (space-infix-ops)
(#515) A space is required after ','. (comma-spacing)
(#515) Missing space before value for key 'zIndex'. (key-spacing)
(#515) Operator '?' must be spaced. (space-infix-ops)
(#515) Operator ':' must be spaced. (space-infix-ops)
(#515) A space is required after ','. (comma-spacing)
(#515) Operator '||' must be spaced. (space-infix-ops)
(#515) Missing space before value for key 'stroke-linecap'. (key-spacing)
(#516) This line has a length of 501. Maximum allowed is 132. (max-len)
(#516) Missing space before value for key 'stroke-linejoin'. (key-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) Missing space before value for key 'stroke'. (key-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) Missing space before value for key 'fill'. (key-spacing)
(#516) Operator '?' must be spaced. (space-infix-ops)
(#516) Operator ':' must be spaced. (space-infix-ops)
(#516) A space is required after ','. (comma-spacing)
(#516) Missing space before value for key 'stroke-width'. (key-spacing)
(#516) Operator '+' must be spaced. (space-infix-ops)
(#516) Operator '?' must be spaced. (space-infix-ops)
(#516) Operator ':' must be spaced. (space-infix-ops)
(#516) Operator '*' must be spaced. (space-infix-ops)
(#516) A space is required after ','. (comma-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) Requires a space after '{'. (block-spacing)
(#516) Statement inside of curly braces should be on next line. (brace-style)
(#516) Missing space before opening brace. (space-before-blocks)
(#516) Expected space(s) after "if". (keyword-spacing)
(#516) Operator '&&' must be spaced. (space-infix-ops)
(#516) A space is required after ','. (comma-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) Requires a space after '{'. (block-spacing)
(#516) Statement inside of curly braces should be on next line. (brace-style)
(#516) Missing space before opening brace. (space-before-blocks)
(#516) Requires a space before '}'. (block-spacing)
(#516) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#516) Missing semicolon. (@babel/semi)
(#516) A space is required after ','. (comma-spacing)
(#516) Operator '&&' must be spaced. (space-infix-ops)
(#516) Operator '&&' must be spaced. (space-infix-ops)
(#516) Missing space before value for key 'cursor'. (key-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) Expected { after 'if' condition. (curly)
(#516) A space is required after ','. (comma-spacing)
(#516) Requires a space before '}'. (block-spacing)
(#516) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#516) Missing semicolon. (@babel/semi)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#516) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#516) A space is required after ','. (comma-spacing)
(#516) Requires a space before '}'. (block-spacing)
(#516) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#516) Missing semicolon. (@babel/semi)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) A space is required after ','. (comma-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) Requires a space after '{'. (block-spacing)
(#516) Statement inside of curly braces should be on next line. (brace-style)
(#516) Missing space before opening brace. (space-before-blocks)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) A space is required after ','. (comma-spacing)
(#516) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) A space is required after ','. (comma-spacing)
(#516) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) A space is required after ','. (comma-spacing)
(#516) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) Operator '&&' must be spaced. (space-infix-ops)
(#516) Operator '&&' must be spaced. (space-infix-ops)
(#517) This line has a length of 504. Maximum allowed is 132. (max-len)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) A space is required after ','. (comma-spacing)
(#517) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) A space is required after ','. (comma-spacing)
(#517) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#517) A space is required after ','. (comma-spacing)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Missing space before value for key 'series'. (key-spacing)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Expected space(s) after "if". (keyword-spacing)
(#517) Operator '&&' must be spaced. (space-infix-ops)
(#517) Operator '<' must be spaced. (space-infix-ops)
(#517) Operator '-' must be spaced. (space-infix-ops)
(#517) Expected { after 'if' condition. (curly)
(#517) Expected space(s) before "for". (keyword-spacing)
(#517) Expected space(s) after "for". (keyword-spacing)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Operator '&&' must be spaced. (space-infix-ops)
(#517) Operator '-' must be spaced. (space-infix-ops)
(#517) Operator '>' must be spaced. (space-infix-ops)
(#517) Expected { after 'for' condition. (curly)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#517) Operator '&&' must be spaced. (space-infix-ops)
(#517) Operator '&&' must be spaced. (space-infix-ops)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Expected space(s) after "if". (keyword-spacing)
(#517) Operator '||' must be spaced. (space-infix-ops)
(#517) Expected { after 'if' condition. (curly)
(#517) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#517) Expected space(s) before "this". (keyword-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) Unexpected use of comma operator. (no-sequences)
(#517) A space is required after ','. (comma-spacing)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#517) Operator '===' must be spaced. (space-infix-ops)
(#517) Operator '&&' must be spaced. (space-infix-ops)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#517) Operator '&&' must be spaced. (space-infix-ops)
(#517) Operator '&&' must be spaced. (space-infix-ops)
(#517) Operator '?' must be spaced. (space-infix-ops)
(#517) Operator ':' must be spaced. (space-infix-ops)
(#517) A space is required after ','. (comma-spacing)
(#518) This line has a length of 519. Maximum allowed is 132. (max-len)
(#518) A space is required after ','. (comma-spacing)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#518) Operator '!==' must be spaced. (space-infix-ops)
(#518) Operator '&&' must be spaced. (space-infix-ops)
(#518) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#518) A space is required after ','. (comma-spacing)
(#518) A space is required after ','. (comma-spacing)
(#518) Missing space before value for key 'point'. (key-spacing)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#518) Operator '=' must be spaced. (space-infix-ops)
(#518) Operator '=' must be spaced. (space-infix-ops)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#518) Operator '&&' must be spaced. (space-infix-ops)
(#518) Requires a space before '}'. (block-spacing)
(#518) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#518) Missing semicolon. (@babel/semi)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) Operator '=' must be spaced. (space-infix-ops)
(#518) A space is required after ','. (comma-spacing)
(#518) A space is required after ','. (comma-spacing)
(#518) Requires a space after '{'. (block-spacing)
(#518) Statement inside of curly braces should be on next line. (brace-style)
(#518) Missing space before opening brace. (space-before-blocks)
(#518) Operator '=' must be spaced. (space-infix-ops)
(#518) A space is required after ','. (comma-spacing)
(#518) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#518) Operator '=' must be spaced. (space-infix-ops)
(#518) A space is required after ','. (comma-spacing)
(#518) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#518) Operator '=' must be spaced. (space-infix-ops)
(#518) A space is required after ','. (comma-spacing)
(#518) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#518) Operator '=' must be spaced. (space-infix-ops)
(#518) A space is required after ','. (comma-spacing)
(#518) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#518) Operator '=' must be spaced. (space-infix-ops)
(#518) A space is required after ','. (comma-spacing)
(#518) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#518) Operator '=' must be spaced. (space-infix-ops)
(#518) Requires a space after '{'. (block-spacing)
(#518) Statement inside of curly braces should be on next line. (brace-style)
(#518) Missing space before opening brace. (space-before-blocks)
(#518) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#518) Operator '&&' must be spaced. (space-infix-ops)
(#518) Operator '===' must be spaced. (space-infix-ops)
(#518) Operator '&&' must be spaced. (space-infix-ops)
(#518) A space is required after ','. (comma-spacing)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) A space is required after ','. (comma-spacing)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) A space is required after ','. (comma-spacing)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) Operator '||' must be spaced. (space-infix-ops)
(#518) Missing space before value for key 'series'. (key-spacing)
(#518) A space is required after ','. (comma-spacing)
(#518) A space is required after ','. (comma-spacing)
(#518) A space is required after ','. (comma-spacing)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#518) Operator '&&' must be spaced. (space-infix-ops)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) Operator '=' must be spaced. (space-infix-ops)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) Operator '=' must be spaced. (space-infix-ops)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#518) Operator '&&' must be spaced. (space-infix-ops)
(#518) Requires a space before '}'. (block-spacing)
(#518) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#518) Missing semicolon. (@babel/semi)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) A space is required after ','. (comma-spacing)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) Operator '=' must be spaced. (space-infix-ops)
(#518) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#518) A space is required after ','. (comma-spacing)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#518) Operator '?' must be spaced. (space-infix-ops)
(#518) A space is required after ','. (comma-spacing)
(#518) A space is required after ','. (comma-spacing)
(#518) Operator ':' must be spaced. (space-infix-ops)
(#518) Requires a space before '}'. (block-spacing)
(#518) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#518) Missing semicolon. (@babel/semi)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) Operator '=' must be spaced. (space-infix-ops)
(#518) A space is required after ','. (comma-spacing)
(#518) A space is required after ','. (comma-spacing)
(#518) A space is required after ','. (comma-spacing)
(#518) Requires a space after '{'. (block-spacing)
(#518) Statement inside of curly braces should be on next line. (brace-style)
(#518) Missing space before opening brace. (space-before-blocks)
(#518) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#518) Requires a space after '{'. (block-spacing)
(#518) Statement inside of curly braces should be on next line. (brace-style)
(#518) Missing space before opening brace. (space-before-blocks)
(#519) This line has a length of 501. Maximum allowed is 132. (max-len)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#519) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#519) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#519) A space is required after ','. (comma-spacing)
(#519) Operator '&&' must be spaced. (space-infix-ops)
(#519) Requires a space before '}'. (block-spacing)
(#519) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#519) Missing semicolon. (@babel/semi)
(#519) Expected space(s) before "var". (keyword-spacing)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) A space is required after ','. (comma-spacing)
(#519) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#519) Operator '!==' must be spaced. (space-infix-ops)
(#519) Operator '?' must be spaced. (space-infix-ops)
(#519) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#519) A space is required after ','. (comma-spacing)
(#519) A space is required after ','. (comma-spacing)
(#519) A space is required after ','. (comma-spacing)
(#519) Operator ':' must be spaced. (space-infix-ops)
(#519) Requires a space before '}'. (block-spacing)
(#519) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#519) Missing semicolon. (@babel/semi)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Function has a complexity of 48. Maximum allowed is 20. (complexity)
(#519) A space is required after ','. (comma-spacing)
(#519) Requires a space after '{'. (block-spacing)
(#519) Statement inside of curly braces should be on next line. (brace-style)
(#519) Missing space before opening brace. (space-before-blocks)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) A space is required after ','. (comma-spacing)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#519) A space is required after ','. (comma-spacing)
(#519) A space is required after ','. (comma-spacing)
(#519) Missing space before value for key 'options'. (key-spacing)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) A space is required after ','. (comma-spacing)
(#519) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) A space is required after ','. (comma-spacing)
(#519) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) A space is required after ','. (comma-spacing)
(#519) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Operator '||' must be spaced. (space-infix-ops)
(#519) A space is required after ','. (comma-spacing)
(#519) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) A space is required after ','. (comma-spacing)
(#519) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) A space is required after ','. (comma-spacing)
(#519) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Operator '&&' must be spaced. (space-infix-ops)
(#519) Missing space before value for key 'animation'. (key-spacing)
(#519) A space is required after ','. (comma-spacing)
(#519) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) A space is required after ','. (comma-spacing)
(#519) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#519) A space is required after ','. (comma-spacing)
(#519) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) A space is required after ','. (comma-spacing)
(#519) A space is required after ','. (comma-spacing)
(#519) A space is required after ','. (comma-spacing)
(#519) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Operator '||' must be spaced. (space-infix-ops)
(#519) Operator '||' must be spaced. (space-infix-ops)
(#519) A space is required after ','. (comma-spacing)
(#519) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Operator '||' must be spaced. (space-infix-ops)
(#519) Operator '&&' must be spaced. (space-infix-ops)
(#519) Operator '!==' must be spaced. (space-infix-ops)
(#519) Operator '||' must be spaced. (space-infix-ops)
(#519) Operator '!==' must be spaced. (space-infix-ops)
(#520) This line has a length of 505. Maximum allowed is 132. (max-len)
(#520) Operator '||' must be spaced. (space-infix-ops)
(#520) Operator '!==' must be spaced. (space-infix-ops)
(#520) Operator '||' must be spaced. (space-infix-ops)
(#520) Operator '!==' must be spaced. (space-infix-ops)
(#520) Operator '||' must be spaced. (space-infix-ops)
(#520) Operator '||' must be spaced. (space-infix-ops)
(#520) Operator '||' must be spaced. (space-infix-ops)
(#520) Operator '||' must be spaced. (space-infix-ops)
(#520) Operator '||' must be spaced. (space-infix-ops)
(#520) Operator '||' must be spaced. (space-infix-ops)
(#520) Operator '||' must be spaced. (space-infix-ops)
(#520) Missing whitespace after semicolon. (semi-spacing)
(#520) Operator '=' must be spaced. (space-infix-ops)
(#520) Operator '||' must be spaced. (space-infix-ops)
(#520) Missing whitespace after semicolon. (semi-spacing)
(#520) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#520) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#520) Operator '&&' must be spaced. (space-infix-ops)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#521) This line has a length of 507. Maximum allowed is 132. (max-len)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) Operator '!==' must be spaced. (space-infix-ops)
(#521) Operator '&&' must be spaced. (space-infix-ops)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) Requires a space after '{'. (block-spacing)
(#521) Statement inside of curly braces should be on next line. (brace-style)
(#521) Missing space before opening brace. (space-before-blocks)
(#521) Operator '+' must be spaced. (space-infix-ops)
(#521) Requires a space before '}'. (block-spacing)
(#521) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#521) Missing semicolon. (@babel/semi)
(#521) A space is required after ','. (comma-spacing)
(#521) Operator '&&' must be spaced. (space-infix-ops)
(#521) Operator '&&' must be spaced. (space-infix-ops)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) Missing whitespace after semicolon. (semi-spacing)
(#521) Operator '=' must be spaced. (space-infix-ops)
(#521) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) Missing space before value for key 'index'. (key-spacing)
(#521) Operator '===' must be spaced. (space-infix-ops)
(#521) Operator '?' must be spaced. (space-infix-ops)
(#521) Operator ':' must be spaced. (space-infix-ops)
(#521) A space is required after ','. (comma-spacing)
(#521) Missing space before value for key 'pointStart'. (key-spacing)
(#521) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#521) Operator '&&' must be spaced. (space-infix-ops)
(#521) Operator '&&' must be spaced. (space-infix-ops)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) Operator '&&' must be spaced. (space-infix-ops)
(#521) Missing space before value for key 'data'. (key-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) Missing whitespace after semicolon. (semi-spacing)
(#521) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#521) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#521) Operator '&&' must be spaced. (space-infix-ops)
(#521) Operator '&&' must be spaced. (space-infix-ops)
(#521) Operator '=' must be spaced. (space-infix-ops)
(#521) Missing whitespace after semicolon. (semi-spacing)
(#521) Operator '=' must be spaced. (space-infix-ops)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) Missing whitespace after semicolon. (semi-spacing)
(#521) Requires a space after '{'. (block-spacing)
(#521) Statement inside of curly braces should be on next line. (brace-style)
(#521) Missing space before opening brace. (space-before-blocks)
(#521) Operator '=' must be spaced. (space-infix-ops)
(#522) This line has a length of 502. Maximum allowed is 132. (max-len)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Requires a space before '}'. (block-spacing)
(#522) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#522) Missing semicolon. (@babel/semi)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Expected space(s) after "if". (keyword-spacing)
(#522) Requires a space after '{'. (block-spacing)
(#522) Statement inside of curly braces should be on next line. (brace-style)
(#522) Missing space before opening brace. (space-before-blocks)
(#522) Expected space(s) after "if". (keyword-spacing)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Operator '!==' must be spaced. (space-infix-ops)
(#522) Unexpected use of comma operator. (no-sequences)
(#522) A space is required after ','. (comma-spacing)
(#522) A space is required after ','. (comma-spacing)
(#522) A space is required after ','. (comma-spacing)
(#522) A space is required after ','. (comma-spacing)
(#522) A space is required after ','. (comma-spacing)
(#522) Expected { after 'if' condition. (curly)
(#522) Expected space(s) before "if". (keyword-spacing)
(#522) Expected space(s) after "if". (keyword-spacing)
(#522) Expected { after 'if' condition. (curly)
(#522) A space is required after ','. (comma-spacing)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Expected space(s) after "else". (keyword-spacing)
(#522) Requires a space after '{'. (block-spacing)
(#522) Statement inside of curly braces should be on next line. (brace-style)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) Operator '&&' must be spaced. (space-infix-ops)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Expected space(s) after "for". (keyword-spacing)
(#522) Expected { after 'for-in'. (curly)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) A space is required after ','. (comma-spacing)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#522) Operator '?' must be spaced. (space-infix-ops)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Operator ':' must be spaced. (space-infix-ops)
(#522) Requires a space before '}'. (block-spacing)
(#522) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#522) Missing semicolon. (@babel/semi)
(#522) Requires a space before '}'. (block-spacing)
(#522) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#522) Expected space(s) before "else". (keyword-spacing)
(#522) Expected { after 'else'. (curly)
(#522) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#522) A space is required after ','. (comma-spacing)
(#522) A space is required after ','. (comma-spacing)
(#522) A space is required after ','. (comma-spacing)
(#522) Missing space before value for key 'missingModuleFor'. (key-spacing)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Requires a space after '{'. (block-spacing)
(#522) Statement inside of curly braces should be on next line. (brace-style)
(#522) Missing space before opening brace. (space-before-blocks)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Requires a space before '}'. (block-spacing)
(#522) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#522) Missing semicolon. (@babel/semi)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) A space is required after ','. (comma-spacing)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Expected space(s) after "if". (keyword-spacing)
(#522) Operator '&&' must be spaced. (space-infix-ops)
(#522) Requires a space after '{'. (block-spacing)
(#522) Statement inside of curly braces should be on next line. (brace-style)
(#522) Missing space before opening brace. (space-before-blocks)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#522) Operator '===' must be spaced. (space-infix-ops)
(#522) Operator '?' must be spaced. (space-infix-ops)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Operator ':' must be spaced. (space-infix-ops)
(#522) Operator '||' must be spaced. (space-infix-ops)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) Operator '||' must be spaced. (space-infix-ops)
(#522) Operator '!==' must be spaced. (space-infix-ops)
(#522) Operator '&&' must be spaced. (space-infix-ops)
(#523) This line has a length of 503. Maximum allowed is 132. (max-len)
(#523) Operator '&&' must be spaced. (space-infix-ops)
(#523) Operator '===' must be spaced. (space-infix-ops)
(#523) Operator '||' must be spaced. (space-infix-ops)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) A space is required after ','. (comma-spacing)
(#523) Operator '&&' must be spaced. (space-infix-ops)
(#523) Operator '===' must be spaced. (space-infix-ops)
(#523) Operator '&&' must be spaced. (space-infix-ops)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Requires a space after '{'. (block-spacing)
(#523) Statement inside of curly braces should be on next line. (brace-style)
(#523) Missing space before opening brace. (space-before-blocks)
(#523) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#523) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#523) Operator '&&' must be spaced. (space-infix-ops)
(#523) Operator '&&' must be spaced. (space-infix-ops)
(#523) A space is required after ','. (comma-spacing)
(#523) Operator '&&' must be spaced. (space-infix-ops)
(#523) A space is required after ','. (comma-spacing)
(#523) Operator '===' must be spaced. (space-infix-ops)
(#523) Operator '&&' must be spaced. (space-infix-ops)
(#523) Operator '&&' must be spaced. (space-infix-ops)
(#523) Requires a space before '}'. (block-spacing)
(#523) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#523) Missing semicolon. (@babel/semi)
(#523) A space is required after ','. (comma-spacing)
(#523) Requires a space before '}'. (block-spacing)
(#523) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#523) Missing semicolon. (@babel/semi)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#523) Operator '&&' must be spaced. (space-infix-ops)
(#523) Operator '&&' must be spaced. (space-infix-ops)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#523) A space is required after ','. (comma-spacing)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#523) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#523) A space is required after ','. (comma-spacing)
(#523) Operator '&&' must be spaced. (space-infix-ops)
(#523) Operator '?' must be spaced. (space-infix-ops)
(#523) Operator ':' must be spaced. (space-infix-ops)
(#523) Requires a space before '}'. (block-spacing)
(#523) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#523) Missing semicolon. (@babel/semi)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) Requires a space after '{'. (block-spacing)
(#523) Statement inside of curly braces should be on next line. (brace-style)
(#523) Missing space before opening brace. (space-before-blocks)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#524) This line has a length of 506. Maximum allowed is 132. (max-len)
(#524) Requires a space before '}'. (block-spacing)
(#524) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#524) Missing semicolon. (@babel/semi)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) Requires a space after '{'. (block-spacing)
(#524) Statement inside of curly braces should be on next line. (brace-style)
(#524) Missing space before opening brace. (space-before-blocks)
(#524) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) A space is required after ','. (comma-spacing)
(#524) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) A space is required after ','. (comma-spacing)
(#524) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) Operator '?' must be spaced. (space-infix-ops)
(#524) Operator '!==' must be spaced. (space-infix-ops)
(#524) Operator ':' must be spaced. (space-infix-ops)
(#524) Operator '!==' must be spaced. (space-infix-ops)
(#524) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#524) Operator '&&' must be spaced. (space-infix-ops)
(#524) Operator '&&' must be spaced. (space-infix-ops)
(#524) A space is required after ','. (comma-spacing)
(#524) Operator '&&' must be spaced. (space-infix-ops)
(#524) Operator '&&' must be spaced. (space-infix-ops)
(#524) A space is required after ','. (comma-spacing)
(#524) Requires a space before '}'. (block-spacing)
(#524) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#524) Missing semicolon. (@babel/semi)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) Requires a space after '{'. (block-spacing)
(#524) Statement inside of curly braces should be on next line. (brace-style)
(#524) Missing space before opening brace. (space-before-blocks)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) A space is required after ','. (comma-spacing)
(#524) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) Expected space(s) after "if". (keyword-spacing)
(#524) Operator '&&' must be spaced. (space-infix-ops)
(#524) Operator '!==' must be spaced. (space-infix-ops)
(#524) Expected { after 'if' condition. (curly)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#524) Operator '&&' must be spaced. (space-infix-ops)
(#524) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#524) A space is required after ','. (comma-spacing)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) Requires a space before '}'. (block-spacing)
(#524) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#524) Missing semicolon. (@babel/semi)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) Requires a space after '{'. (block-spacing)
(#524) Statement inside of curly braces should be on next line. (brace-style)
(#524) Missing space before opening brace. (space-before-blocks)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) A space is required after ','. (comma-spacing)
(#524) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) A space is required after ','. (comma-spacing)
(#524) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#525) This line has a length of 516. Maximum allowed is 132. (max-len)
(#525) Operator '=' must be spaced. (space-infix-ops)
(#525) Missing whitespace after semicolon. (semi-spacing)
(#525) Operator '=' must be spaced. (space-infix-ops)
(#525) Missing whitespace after semicolon. (semi-spacing)
(#525) Expected space(s) after "if". (keyword-spacing)
(#525) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#525) Expected { after 'if' condition. (curly)
(#525) Missing whitespace after semicolon. (semi-spacing)
(#525) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#525) Operator '&&' must be spaced. (space-infix-ops)
(#525) Operator '&&' must be spaced. (space-infix-ops)
(#525) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#525) A space is required after ','. (comma-spacing)
(#525) Missing whitespace after semicolon. (semi-spacing)
(#525) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#525) Operator '||' must be spaced. (space-infix-ops)
(#525) Operator '||' must be spaced. (space-infix-ops)
(#525) Operator '&&' must be spaced. (space-infix-ops)
(#525) Operator '||' must be spaced. (space-infix-ops)
(#525) Missing whitespace after semicolon. (semi-spacing)
(#525) Requires a space after '{'. (block-spacing)
(#525) Statement inside of curly braces should be on next line. (brace-style)
(#525) Missing space before opening brace. (space-before-blocks)
(#525) A space is required after ','. (comma-spacing)
(#525) Requires a space before '}'. (block-spacing)
(#525) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#525) Missing semicolon. (@babel/semi)
(#525) Requires a space before '}'. (block-spacing)
(#525) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#525) Missing semicolon. (@babel/semi)
(#525) Missing whitespace after semicolon. (semi-spacing)
(#525) Operator '=' must be spaced. (space-infix-ops)
(#525) A space is required after ','. (comma-spacing)
(#525) Requires a space after '{'. (block-spacing)
(#525) Statement inside of curly braces should be on next line. (brace-style)
(#525) Missing space before opening brace. (space-before-blocks)
(#525) Operator '=' must be spaced. (space-infix-ops)
(#525) A space is required after ','. (comma-spacing)
(#525) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#525) Operator '=' must be spaced. (space-infix-ops)
(#525) A space is required after ','. (comma-spacing)
(#525) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#525) Operator '=' must be spaced. (space-infix-ops)
(#525) A space is required after ','. (comma-spacing)
(#525) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#525) Operator '=' must be spaced. (space-infix-ops)
(#525) A space is required after ','. (comma-spacing)
(#525) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#525) Operator '=' must be spaced. (space-infix-ops)
(#525) A space is required after ','. (comma-spacing)
(#525) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#525) Operator '=' must be spaced. (space-infix-ops)
(#525) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#525) Operator '||' must be spaced. (space-infix-ops)
(#525) Operator '&&' must be spaced. (space-infix-ops)
(#525) Operator '||' must be spaced. (space-infix-ops)
(#525) A space is required after ','. (comma-spacing)
(#525) A space is required after ','. (comma-spacing)
(#525) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#525) Operator '=' must be spaced. (space-infix-ops)
(#525) A space is required after ','. (comma-spacing)
(#525) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#525) Operator '=' must be spaced. (space-infix-ops)
(#525) A space is required after ','. (comma-spacing)
(#525) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#525) Operator '=' must be spaced. (space-infix-ops)
(#525) Missing whitespace after semicolon. (semi-spacing)
(#525) Operator '=' must be spaced. (space-infix-ops)
(#525) Operator '||' must be spaced. (space-infix-ops)
(#525) Missing whitespace after semicolon. (semi-spacing)
(#525) Expected space(s) after "if". (keyword-spacing)
(#525) Operator '!==' must be spaced. (space-infix-ops)
(#525) Operator '&&' must be spaced. (space-infix-ops)
(#525) A space is required after ','. (comma-spacing)
(#525) A space is required after ','. (comma-spacing)
(#525) Requires a space after '{'. (block-spacing)
(#525) Statement inside of curly braces should be on next line. (brace-style)
(#525) Missing space before opening brace. (space-before-blocks)
(#525) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#525) Operator '&&' must be spaced. (space-infix-ops)
(#526) This line has a length of 507. Maximum allowed is 132. (max-len)
(#526) Operator '&&' must be spaced. (space-infix-ops)
(#526) Operator '+' must be spaced. (space-infix-ops)
(#526) A space is required after ','. (comma-spacing)
(#526) Operator '&&' must be spaced. (space-infix-ops)
(#526) Operator '+' must be spaced. (space-infix-ops)
(#526) Requires a space before '}'. (block-spacing)
(#526) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#526) Missing semicolon. (@babel/semi)
(#526) A space is required after ','. (comma-spacing)
(#526) Operator '=' must be spaced. (space-infix-ops)
(#526) A space is required after ','. (comma-spacing)
(#526) Requires a space after '{'. (block-spacing)
(#526) Statement inside of curly braces should be on next line. (brace-style)
(#526) Missing space before opening brace. (space-before-blocks)
(#526) Expected space(s) after "if". (keyword-spacing)
(#526) Operator '&&' must be spaced. (space-infix-ops)
(#526) Operator '===' must be spaced. (space-infix-ops)
(#526) Expected { after 'if' condition. (curly)
(#526) Expected space(s) before "return". (keyword-spacing)
(#526) Missing whitespace after semicolon. (semi-spacing)
(#526) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#526) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#526) Operator '&&' must be spaced. (space-infix-ops)
(#526) Operator '=' must be spaced. (space-infix-ops)
(#526) Operator '||' must be spaced. (space-infix-ops)
(#526) Operator '+' must be spaced. (space-infix-ops)
(#526) Operator '||' must be spaced. (space-infix-ops)
(#526) A space is required after ','. (comma-spacing)
(#526) Operator '=' must be spaced. (space-infix-ops)
(#526) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#526) A space is required after ','. (comma-spacing)
(#526) Missing whitespace after semicolon. (semi-spacing)
(#526) Expected space(s) after "if". (keyword-spacing)
(#526) Operator '&&' must be spaced. (space-infix-ops)
(#526) Expected { after 'if' condition. (curly)
(#526) Expected space(s) before "for". (keyword-spacing)
(#526) Expected space(s) after "for". (keyword-spacing)
(#526) Operator '=' must be spaced. (space-infix-ops)
(#526) Missing space before value for key 'stroke-width'. (key-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) Missing whitespace after semicolon. (semi-spacing)
(#526) Operator '+' must be spaced. (space-infix-ops)
(#526) Expected { after 'for' condition. (curly)
(#526) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#526) Operator '+' must be spaced. (space-infix-ops)
(#526) A space is required after ','. (comma-spacing)
(#526) Unexpected use of comma operator. (no-sequences)
(#526) A space is required after ','. (comma-spacing)
(#526) Operator '+=' must be spaced. (space-infix-ops)
(#526) Missing whitespace after semicolon. (semi-spacing)
(#526) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#526) Operator '||' must be spaced. (space-infix-ops)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) Requires a space after '{'. (block-spacing)
(#526) Statement inside of curly braces should be on next line. (brace-style)
(#526) Missing space before opening brace. (space-before-blocks)
(#526) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#526) Operator '&&' must be spaced. (space-infix-ops)
(#526) Missing space before value for key 'opacity'. (key-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) Requires a space before '}'. (block-spacing)
(#526) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#526) Missing semicolon. (@babel/semi)
(#526) Requires a space before '}'. (block-spacing)
(#526) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#526) Missing semicolon. (@babel/semi)
(#526) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#526) Operator '&&' must be spaced. (space-infix-ops)
(#526) Operator '&&' must be spaced. (space-infix-ops)
(#526) Operator '&&' must be spaced. (space-infix-ops)
(#526) Operator '||' must be spaced. (space-infix-ops)
(#526) Requires a space before '}'. (block-spacing)
(#526) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#526) Missing semicolon. (@babel/semi)
(#527) This line has a length of 502. Maximum allowed is 132. (max-len)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) Requires a space after '{'. (block-spacing)
(#527) Statement inside of curly braces should be on next line. (brace-style)
(#527) Missing space before opening brace. (space-before-blocks)
(#527) Requires a space after '{'. (block-spacing)
(#527) Statement inside of curly braces should be on next line. (brace-style)
(#527) Missing space before opening brace. (space-before-blocks)
(#527) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#527) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#527) Operator '&&' must be spaced. (space-infix-ops)
(#527) Requires a space before '}'. (block-spacing)
(#527) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#527) Missing semicolon. (@babel/semi)
(#527) Requires a space before '}'. (block-spacing)
(#527) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#527) Missing semicolon. (@babel/semi)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) A space is required after ','. (comma-spacing)
(#527) Requires a space after '{'. (block-spacing)
(#527) Statement inside of curly braces should be on next line. (brace-style)
(#527) Missing space before opening brace. (space-before-blocks)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) A space is required after ','. (comma-spacing)
(#527) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) A space is required after ','. (comma-spacing)
(#527) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) A space is required after ','. (comma-spacing)
(#527) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) A space is required after ','. (comma-spacing)
(#527) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) A space is required after ','. (comma-spacing)
(#527) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) Operator '===' must be spaced. (space-infix-ops)
(#527) Operator '?' must be spaced. (space-infix-ops)
(#527) Operator ':' must be spaced. (space-infix-ops)
(#527) Operator '?' must be spaced. (space-infix-ops)
(#527) Operator ':' must be spaced. (space-infix-ops)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) Requires a space after '{'. (block-spacing)
(#527) Statement inside of curly braces should be on next line. (brace-style)
(#527) Missing space before opening brace. (space-before-blocks)
(#527) Expected space(s) after "if". (keyword-spacing)
(#527) Expected { after 'if' condition. (curly)
(#527) Requires a space before '}'. (block-spacing)
(#527) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#527) Missing semicolon. (@babel/semi)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) Expected space(s) after "if". (keyword-spacing)
(#527) Operator '===' must be spaced. (space-infix-ops)
(#527) Operator '||' must be spaced. (space-infix-ops)
(#527) Operator '&&' must be spaced. (space-infix-ops)
(#527) Operator '===' must be spaced. (space-infix-ops)
(#527) Expected { after 'if' condition. (curly)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#527) Operator '&&' must be spaced. (space-infix-ops)
(#528) This line has a length of 507. Maximum allowed is 132. (max-len)
(#528) A space is required after ','. (comma-spacing)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#528) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#528) Operator '&&' must be spaced. (space-infix-ops)
(#528) Requires a space after '{'. (block-spacing)
(#528) Statement inside of curly braces should be on next line. (brace-style)
(#528) Missing space before opening brace. (space-before-blocks)
(#528) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#528) Operator '&&' must be spaced. (space-infix-ops)
(#528) Operator '&&' must be spaced. (space-infix-ops)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Requires a space before '}'. (block-spacing)
(#528) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#528) Missing semicolon. (@babel/semi)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Requires a space after '{'. (block-spacing)
(#528) Statement inside of curly braces should be on next line. (brace-style)
(#528) Missing space before opening brace. (space-before-blocks)
(#528) A space is required after ','. (comma-spacing)
(#528) Requires a space before '}'. (block-spacing)
(#528) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#528) Missing semicolon. (@babel/semi)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#528) Operator '&&' must be spaced. (space-infix-ops)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#528) A space is required after ','. (comma-spacing)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#528) Operator '!==' must be spaced. (space-infix-ops)
(#528) Operator '&&' must be spaced. (space-infix-ops)
(#528) Requires a space before '}'. (block-spacing)
(#528) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#528) Missing semicolon. (@babel/semi)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Requires a space after '{'. (block-spacing)
(#528) Statement inside of curly braces should be on next line. (brace-style)
(#528) Missing space before opening brace. (space-before-blocks)
(#528) Requires a space before '}'. (block-spacing)
(#528) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#528) Missing semicolon. (@babel/semi)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Requires a space after '{'. (block-spacing)
(#528) Statement inside of curly braces should be on next line. (brace-style)
(#528) Missing space before opening brace. (space-before-blocks)
(#528) Requires a space before '}'. (block-spacing)
(#528) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#528) Missing semicolon. (@babel/semi)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Requires a space after '{'. (block-spacing)
(#528) Statement inside of curly braces should be on next line. (brace-style)
(#528) Missing space before opening brace. (space-before-blocks)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Operator '===' must be spaced. (space-infix-ops)
(#528) Operator '?' must be spaced. (space-infix-ops)
(#528) Operator ':' must be spaced. (space-infix-ops)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#528) Operator '&&' must be spaced. (space-infix-ops)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#528) A space is required after ','. (comma-spacing)
(#528) Operator '?' must be spaced. (space-infix-ops)
(#528) Operator ':' must be spaced. (space-infix-ops)
(#529) This line has a length of 501. Maximum allowed is 132. (max-len)
(#529) Requires a space before '}'. (block-spacing)
(#529) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#529) Missing semicolon. (@babel/semi)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) A space is required after ','. (comma-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Requires a space after '{'. (block-spacing)
(#529) Statement inside of curly braces should be on next line. (brace-style)
(#529) Missing space before opening brace. (space-before-blocks)
(#529) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#529) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#529) Operator '===' must be spaced. (space-infix-ops)
(#529) Operator '&&' must be spaced. (space-infix-ops)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Requires a space before '}'. (block-spacing)
(#529) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#529) Missing semicolon. (@babel/semi)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Requires a space before '}'. (block-spacing)
(#529) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#529) Missing semicolon. (@babel/semi)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Missing space before value for key 'axisTypes'. (key-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Missing space before value for key 'coll'. (key-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Missing space before value for key 'colorCounter'. (key-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Missing space before value for key 'cropShoulder'. (key-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Missing space before value for key 'directTouch'. (key-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Missing space before value for key 'drawLegendSymbol'. (key-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Missing space before value for key 'isCartesian'. (key-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Missing space before value for key 'kdAxisArray'. (key-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Missing space before value for key 'parallelArrays'. (key-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Missing space before value for key 'pointClass'. (key-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Missing space before value for key 'requireSorting'. (key-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Missing space before value for key 'sorted'. (key-spacing)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Requires a space before '}'. (block-spacing)
(#529) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#529) Missing semicolon. (@babel/semi)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#529) A space is required after ','. (comma-spacing)
(#530) This line has a length of 528. Maximum allowed is 132. (max-len)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) Requires a space after '{'. (block-spacing)
(#530) Statement inside of curly braces should be on next line. (brace-style)
(#530) Missing space before opening brace. (space-before-blocks)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) A space is required after ','. (comma-spacing)
(#530) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) A space is required after ','. (comma-spacing)
(#530) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) A space is required after ','. (comma-spacing)
(#530) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) A space is required after ','. (comma-spacing)
(#530) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) Missing whitespace after semicolon. (semi-spacing)
(#530) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) Requires a space after '{'. (block-spacing)
(#530) Statement inside of curly braces should be on next line. (brace-style)
(#530) Missing space before opening brace. (space-before-blocks)
(#530) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) A space is required after ','. (comma-spacing)
(#530) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) Operator '&&' must be spaced. (space-infix-ops)
(#530) Missing whitespace after semicolon. (semi-spacing)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) Operator '&&' must be spaced. (space-infix-ops)
(#530) Missing whitespace after semicolon. (semi-spacing)
(#530) Expected space(s) after "if". (keyword-spacing)
(#530) Requires a space after '{'. (block-spacing)
(#530) Statement inside of curly braces should be on next line. (brace-style)
(#530) Missing space before opening brace. (space-before-blocks)
(#530) Expected space(s) after "if". (keyword-spacing)
(#530) Requires a space after '{'. (block-spacing)
(#530) Statement inside of curly braces should be on next line. (brace-style)
(#530) Missing space before opening brace. (space-before-blocks)
(#530) Expected space(s) after "if". (keyword-spacing)
(#530) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) A space is required after ','. (comma-spacing)
(#530) Operator '-' must be spaced. (space-infix-ops)
(#530) Requires a space after '{'. (block-spacing)
(#530) Statement inside of curly braces should be on next line. (brace-style)
(#530) Missing space before opening brace. (space-before-blocks)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#531) This line has a length of 505. Maximum allowed is 132. (max-len)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Operator '+=' must be spaced. (space-infix-ops)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#531) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#531) Operator '?' must be spaced. (space-infix-ops)
(#531) Operator '+=' must be spaced. (space-infix-ops)
(#531) Operator ':' must be spaced. (space-infix-ops)
(#531) Operator '+=' must be spaced. (space-infix-ops)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Unquoted number literal '1' used as key. (quote-props)
(#531) Missing space before value for key '1'. (key-spacing)
(#531) Missing space before value for key 'name'. (key-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) Missing space before value for key 'value'. (key-spacing)
(#531) Requires a space before '}'. (block-spacing)
(#531) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#531) Missing semicolon. (@babel/semi)
(#531) Requires a space before '}'. (block-spacing)
(#531) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#531) Expected space(s) before "else". (keyword-spacing)
(#531) Expected { after 'else'. (curly)
(#531) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#531) Operator '&&' must be spaced. (space-infix-ops)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) A space is required after ','. (comma-spacing)
(#531) Operator '-' must be spaced. (space-infix-ops)
(#531) Operator '&&' must be spaced. (space-infix-ops)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) A space is required after ','. (comma-spacing)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Operator '+=' must be spaced. (space-infix-ops)
(#531) A space is required after ','. (comma-spacing)
(#531) Operator '?' must be spaced. (space-infix-ops)
(#531) Operator '+=' must be spaced. (space-infix-ops)
(#531) Operator ':' must be spaced. (space-infix-ops)
(#531) Operator '+=' must be spaced. (space-infix-ops)
(#531) A space is required after ','. (comma-spacing)
(#531) 'g' declared on line 531 column 117 is used outside of binding context. (block-scoped-var)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Unquoted number literal '2' used as key. (quote-props)
(#531) Missing space before value for key '2'. (key-spacing)
(#531) Missing space before value for key 'name'. (key-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) Missing space before value for key 'value'. (key-spacing)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) 'g' declared on line 531 column 117 is used outside of binding context. (block-scoped-var)
(#531) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#531) Operator '&&' must be spaced. (space-infix-ops)
(#531) Operator '&&' must be spaced. (space-infix-ops)
(#531) Requires a space after '{'. (block-spacing)
(#531) Statement inside of curly braces should be on next line. (brace-style)
(#531) Missing space before opening brace. (space-before-blocks)
(#531) 'g' declared on line 531 column 117 is used outside of binding context. (block-scoped-var)
(#531) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#531) Operator '?' must be spaced. (space-infix-ops)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Requires a space after '{'. (block-spacing)
(#531) Statement inside of curly braces should be on next line. (brace-style)
(#531) Missing space before opening brace. (space-before-blocks)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#532) This line has a length of 502. Maximum allowed is 132. (max-len)
(#532) 'g' declared on line 531 column 117 is used outside of binding context. (block-scoped-var)
(#532) A space is required after ','. (comma-spacing)
(#532) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) Operator '-' must be spaced. (space-infix-ops)
(#532) 'g' declared on line 531 column 117 is used outside of binding context. (block-scoped-var)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) A space is required after ','. (comma-spacing)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) Requires a space before '}'. (block-spacing)
(#532) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#532) Missing semicolon. (@babel/semi)
(#532) Operator ':' must be spaced. (space-infix-ops)
(#532) A space is required after ','. (comma-spacing)
(#532) Requires a space before '}'. (block-spacing)
(#532) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#532) Missing semicolon. (@babel/semi)
(#532) Requires a space before '}'. (block-spacing)
(#532) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#532) Missing semicolon. (@babel/semi)
(#532) Requires a space before '}'. (block-spacing)
(#532) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#532) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) Requires a space after '{'. (block-spacing)
(#532) Statement inside of curly braces should be on next line. (brace-style)
(#532) Missing space before opening brace. (space-before-blocks)
(#532) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#532) Operator '||' must be spaced. (space-infix-ops)
(#532) Operator '?' must be spaced. (space-infix-ops)
(#532) Operator '&&' must be spaced. (space-infix-ops)
(#532) A space is required after ','. (comma-spacing)
(#532) Operator ':' must be spaced. (space-infix-ops)
(#532) Operator '&&' must be spaced. (space-infix-ops)
(#532) Requires a space before '}'. (block-spacing)
(#532) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#532) Missing semicolon. (@babel/semi)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) Requires a space after '{'. (block-spacing)
(#532) Statement inside of curly braces should be on next line. (brace-style)
(#532) Missing space before opening brace. (space-before-blocks)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) A space is required after ','. (comma-spacing)
(#532) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) Missing space before value for key 'WebkitOverflowScrolling'. (key-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) Missing space before value for key 'overflowX'. (key-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) Missing space before value for key 'overflowY'. (key-spacing)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#532) Operator '&&' must be spaced. (space-infix-ops)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#533) This line has a length of 509. Maximum allowed is 132. (max-len)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#533) Operator '&&' must be spaced. (space-infix-ops)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) A space is required after ','. (comma-spacing)
(#533) Missing space before value for key 'className'. (key-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) Missing space before value for key 'position'. (key-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) A space is required after ','. (comma-spacing)
(#533) Missing space before value for key 'className'. (key-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#533) A space is required after ','. (comma-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) Requires a space after '{'. (block-spacing)
(#533) Statement inside of curly braces should be on next line. (brace-style)
(#533) Missing space before opening brace. (space-before-blocks)
(#533) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#533) Operator '&&' must be spaced. (space-infix-ops)
(#533) Requires a space before '}'. (block-spacing)
(#533) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#533) Missing semicolon. (@babel/semi)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) A space is required after ','. (comma-spacing)
(#533) Missing space before value for key 'className'. (key-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#534) This line has a length of 502. Maximum allowed is 132. (max-len)
(#534) Requires a space before '}'. (block-spacing)
(#534) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#534) Missing semicolon. (@babel/semi)
(#534) Missing whitespace after semicolon. (semi-spacing)
(#534) Operator '=' must be spaced. (space-infix-ops)
(#534) Requires a space after '{'. (block-spacing)
(#534) Statement inside of curly braces should be on next line. (brace-style)
(#534) Missing space before opening brace. (space-before-blocks)
(#534) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#534) Operator '=' must be spaced. (space-infix-ops)
(#534) A space is required after ','. (comma-spacing)
(#534) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#534) Operator '=' must be spaced. (space-infix-ops)
(#534) A space is required after ','. (comma-spacing)
(#534) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#534) Operator '=' must be spaced. (space-infix-ops)
(#534) A space is required after ','. (comma-spacing)
(#534) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#534) Missing whitespace after semicolon. (semi-spacing)
(#534) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#534) Do not nest ternary expressions. (no-nested-ternary)
(#534) Operator '&&' must be spaced. (space-infix-ops)
(#534) Operator '?' must be spaced. (space-infix-ops)
(#534) Operator '=' must be spaced. (space-infix-ops)
(#534) Operator ':' must be spaced. (space-infix-ops)
(#534) Do not nest ternary expressions. (no-nested-ternary)
(#534) Operator '&&' must be spaced. (space-infix-ops)
(#535) This line has a length of 501. Maximum allowed is 132. (max-len)
(#535) Operator '?' must be spaced. (space-infix-ops)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Operator ':' must be spaced. (space-infix-ops)
(#535) Operator '&&' must be spaced. (space-infix-ops)
(#535) Operator '?' must be spaced. (space-infix-ops)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Operator ':' must be spaced. (space-infix-ops)
(#535) Operator '&&' must be spaced. (space-infix-ops)
(#535) Operator '&&' must be spaced. (space-infix-ops)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#535) Operator '&&' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#535) Requires a space after '{'. (block-spacing)
(#535) Statement inside of curly braces should be on next line. (brace-style)
(#535) Missing space before opening brace. (space-before-blocks)
(#535) A space is required after ','. (comma-spacing)
(#535) Requires a space after '{'. (block-spacing)
(#535) Statement inside of curly braces should be on next line. (brace-style)
(#535) Missing space before opening brace. (space-before-blocks)
(#535) Operator '===' must be spaced. (space-infix-ops)
(#535) Operator '?' must be spaced. (space-infix-ops)
(#535) Operator ':' must be spaced. (space-infix-ops)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Requires a space before '}'. (block-spacing)
(#535) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#535) Missing semicolon. (@babel/semi)
(#535) Requires a space before '}'. (block-spacing)
(#535) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#535) Missing semicolon. (@babel/semi)
(#535) Requires a space before '}'. (block-spacing)
(#535) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#535) Missing semicolon. (@babel/semi)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Requires a space after '{'. (block-spacing)
(#535) Statement inside of curly braces should be on next line. (brace-style)
(#535) Missing space before opening brace. (space-before-blocks)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#536) This line has a length of 542. Maximum allowed is 132. (max-len)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) A space is required after ','. (comma-spacing)
(#536) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#536) Operator '?' must be spaced. (space-infix-ops)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) A space is required after ','. (comma-spacing)
(#536) Missing space before value for key 'className'. (key-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) Missing space before value for key 'position'. (key-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) Missing space before value for key 'overflow'. (key-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) Missing space before value for key 'pointerEvents'. (key-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) Missing space before value for key 'zIndex'. (key-spacing)
(#536) Operator '&&' must be spaced. (space-infix-ops)
(#536) Operator '||' must be spaced. (space-infix-ops)
(#536) Operator '+' must be spaced. (space-infix-ops)
(#536) A space is required after ','. (comma-spacing)
(#536) Missing space before value for key 'top'. (key-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) Operator '&&' must be spaced. (space-infix-ops)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) A space is required after ','. (comma-spacing)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) Missing space before value for key 'fill'. (key-spacing)
(#536) Operator '||' must be spaced. (space-infix-ops)
(#537) This line has a length of 501. Maximum allowed is 132. (max-len)
(#537) A space is required after ','. (comma-spacing)
(#537) Missing space before value for key 'fill-opacity'. (key-spacing)
(#537) A space is required after ','. (comma-spacing)
(#537) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#537) A space is required after ','. (comma-spacing)
(#537) Missing space before value for key 'zIndex'. (key-spacing)
(#537) A space is required after ','. (comma-spacing)
(#537) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#537) A space is required after ','. (comma-spacing)
(#537) A space is required after ','. (comma-spacing)
(#537) A space is required after ','. (comma-spacing)
(#537) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#537) A space is required after ','. (comma-spacing)
(#537) A space is required after ','. (comma-spacing)
(#537) A space is required after ','. (comma-spacing)
(#537) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#537) A space is required after ','. (comma-spacing)
(#537) A space is required after ','. (comma-spacing)
(#537) Operator ':' must be spaced. (space-infix-ops)
(#537) A space is required after ','. (comma-spacing)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) Expected space(s) after "if". (keyword-spacing)
(#537) Operator '||' must be spaced. (space-infix-ops)
(#537) Expected { after 'if' condition. (curly)
(#537) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#537) Expected space(s) before "this". (keyword-spacing)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) Unexpected use of comma operator. (no-sequences)
(#537) A space is required after ','. (comma-spacing)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) Operator '+' must be spaced. (space-infix-ops)
(#537) Operator '||' must be spaced. (space-infix-ops)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) Operator '+' must be spaced. (space-infix-ops)
(#537) Operator '||' must be spaced. (space-infix-ops)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#538) This line has a length of 506. Maximum allowed is 132. (max-len)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Operator '+' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Operator '+' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#538) Missing space before value for key 'width'. (key-spacing)
(#538) A space is required after ','. (comma-spacing)
(#538) Missing space before value for key 'height'. (key-spacing)
(#538) A space is required after ','. (comma-spacing)
(#538) Missing space before value for key 'viewBox'. (key-spacing)
(#538) A space is required after ','. (comma-spacing)
(#538) A space is required after ','. (comma-spacing)
(#538) A space is required after ','. (comma-spacing)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Missing space before value for key 'width'. (key-spacing)
(#538) A space is required after ','. (comma-spacing)
(#538) Missing space before value for key 'height'. (key-spacing)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Operator '+' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#538) Operator '&&' must be spaced. (space-infix-ops)
(#538) Operator '&&' must be spaced. (space-infix-ops)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Operator '*' must be spaced. (space-infix-ops)
(#538) A space is required after ','. (comma-spacing)
(#538) Operator '&&' must be spaced. (space-infix-ops)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Operator '*' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Operator '-' must be spaced. (space-infix-ops)
(#538) Operator '-' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Operator '-' must be spaced. (space-infix-ops)
(#539) This line has a length of 511. Maximum allowed is 132. (max-len)
(#539) Operator '-' must be spaced. (space-infix-ops)
(#539) Missing whitespace after semicolon. (semi-spacing)
(#539) Operator '=' must be spaced. (space-infix-ops)
(#539) Operator '+' must be spaced. (space-infix-ops)
(#539) Operator '+' must be spaced. (space-infix-ops)
(#539) Operator '+' must be spaced. (space-infix-ops)
(#539) Missing whitespace after semicolon. (semi-spacing)
(#539) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#539) Operator '=' must be spaced. (space-infix-ops)
(#539) Operator '+' must be spaced. (space-infix-ops)
(#539) Operator '+' must be spaced. (space-infix-ops)
(#539) Operator '+' must be spaced. (space-infix-ops)
(#539) Missing whitespace after semicolon. (semi-spacing)
(#539) Operator '=' must be spaced. (space-infix-ops)
(#539) Operator '+' must be spaced. (space-infix-ops)
(#539) Operator '-' must be spaced. (space-infix-ops)
(#539) Operator '||' must be spaced. (space-infix-ops)
(#539) A space is required after ','. (comma-spacing)
(#539) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#539) Operator '=' must be spaced. (space-infix-ops)
(#539) Operator '+' must be spaced. (space-infix-ops)
(#539) Operator '-' must be spaced. (space-infix-ops)
(#539) Operator '||' must be spaced. (space-infix-ops)
(#539) Missing whitespace after semicolon. (semi-spacing)
(#539) Operator '=' must be spaced. (space-infix-ops)
(#539) Do not nest ternary expressions. (no-nested-ternary)
(#539) Operator '?' must be spaced. (space-infix-ops)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) Operator '-' must be spaced. (space-infix-ops)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) Operator '-' must be spaced. (space-infix-ops)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) Operator ':' must be spaced. (space-infix-ops)
(#539) Operator '?' must be spaced. (space-infix-ops)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) Operator '-' must be spaced. (space-infix-ops)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) Operator '-' must be spaced. (space-infix-ops)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#540) This line has a length of 526. Maximum allowed is 132. (max-len)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Operator ':' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#540) Operator '!==' must be spaced. (space-infix-ops)
(#540) Operator '&&' must be spaced. (space-infix-ops)
(#540) Missing space before value for key 'd'. (key-spacing)
(#540) Requires a space before '}'. (block-spacing)
(#540) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#540) Missing semicolon. (@babel/semi)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#540) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Requires a space after '{'. (block-spacing)
(#540) Statement inside of curly braces should be on next line. (brace-style)
(#540) Missing space before opening brace. (space-before-blocks)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) Requires a space before '}'. (block-spacing)
(#540) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#540) Missing semicolon. (@babel/semi)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Requires a space after '{'. (block-spacing)
(#540) Statement inside of curly braces should be on next line. (brace-style)
(#540) Missing space before opening brace. (space-before-blocks)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) Requires a space before '}'. (block-spacing)
(#540) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#540) Missing semicolon. (@babel/semi)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#540) Requires a space before '}'. (block-spacing)
(#540) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#540) Missing semicolon. (@babel/semi)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Requires a space after '{'. (block-spacing)
(#540) Statement inside of curly braces should be on next line. (brace-style)
(#540) Missing space before opening brace. (space-before-blocks)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) Requires a space after '{'. (block-spacing)
(#540) Statement inside of curly braces should be on next line. (brace-style)
(#540) Missing space before opening brace. (space-before-blocks)
(#540) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#540) Requires a space after '{'. (block-spacing)
(#540) Statement inside of curly braces should be on next line. (brace-style)
(#540) Missing space before opening brace. (space-before-blocks)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#541) This line has a length of 513. Maximum allowed is 132. (max-len)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Expected space(s) after "if". (keyword-spacing)
(#541) Requires a space after '{'. (block-spacing)
(#541) Statement inside of curly braces should be on next line. (brace-style)
(#541) Missing space before opening brace. (space-before-blocks)
(#541) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) A space is required after ','. (comma-spacing)
(#541) A space is required after ','. (comma-spacing)
(#541) Requires a space after '{'. (block-spacing)
(#541) Statement inside of curly braces should be on next line. (brace-style)
(#541) Missing space before opening brace. (space-before-blocks)
(#541) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Requires a space before '}'. (block-spacing)
(#541) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#541) Missing semicolon. (@babel/semi)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#541) Operator '&&' must be spaced. (space-infix-ops)
(#541) Operator '&&' must be spaced. (space-infix-ops)
(#541) Requires a space before '}'. (block-spacing)
(#541) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#541) Missing semicolon. (@babel/semi)
(#541) Requires a space before '}'. (block-spacing)
(#541) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#541) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#541) Expected space(s) before "function". (keyword-spacing)
(#541) Requires a space after '{'. (block-spacing)
(#541) Statement inside of curly braces should be on next line. (brace-style)
(#541) Missing space before opening brace. (space-before-blocks)
(#541) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#541) Operator '||' must be spaced. (space-infix-ops)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#541) Requires a space before '}'. (block-spacing)
(#541) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#541) Missing semicolon. (@babel/semi)
(#541) Expected space(s) before "var". (keyword-spacing)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Requires a space after '{'. (block-spacing)
(#541) Statement inside of curly braces should be on next line. (brace-style)
(#541) Missing space before opening brace. (space-before-blocks)
(#541) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#541) Operator '===' must be spaced. (space-infix-ops)
(#541) Operator '&&' must be spaced. (space-infix-ops)
(#541) A space is required after ','. (comma-spacing)
(#541) A space is required after ','. (comma-spacing)
(#541) A space is required after ','. (comma-spacing)
(#541) A space is required after ','. (comma-spacing)
(#541) A space is required after ','. (comma-spacing)
(#541) A space is required after ','. (comma-spacing)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Requires a space before '}'. (block-spacing)
(#541) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#541) Missing semicolon. (@babel/semi)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#541) Requires a space after '{'. (block-spacing)
(#541) Statement inside of curly braces should be on next line. (brace-style)
(#541) Missing space before opening brace. (space-before-blocks)
(#541) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#541) Requires a space after '{'. (block-spacing)
(#541) Statement inside of curly braces should be on next line. (brace-style)
(#541) Missing space before opening brace. (space-before-blocks)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Requires a space before '}'. (block-spacing)
(#541) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#541) Missing semicolon. (@babel/semi)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Requires a space after '{'. (block-spacing)
(#541) Statement inside of curly braces should be on next line. (brace-style)
(#541) Missing space before opening brace. (space-before-blocks)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) A space is required after ','. (comma-spacing)
(#541) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) A space is required after ','. (comma-spacing)
(#541) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) A space is required after ','. (comma-spacing)
(#541) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) A space is required after ','. (comma-spacing)
(#541) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Expected space(s) after "if". (keyword-spacing)
(#541) Requires a space after '{'. (block-spacing)
(#541) Statement inside of curly braces should be on next line. (brace-style)
(#541) Missing space before opening brace. (space-before-blocks)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#542) This line has a length of 508. Maximum allowed is 132. (max-len)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Expected space(s) after "for". (keyword-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Requires a space after '{'. (block-spacing)
(#542) Statement inside of curly braces should be on next line. (brace-style)
(#542) Missing space before opening brace. (space-before-blocks)
(#542) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Operator '?' must be spaced. (space-infix-ops)
(#542) Operator ':' must be spaced. (space-infix-ops)
(#542) Operator '-' must be spaced. (space-infix-ops)
(#542) Operator '-' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Requires a space before '}'. (block-spacing)
(#542) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#542) Missing semicolon. (@babel/semi)
(#542) Expected space(s) before "for". (keyword-spacing)
(#542) Expected space(s) after "for". (keyword-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Operator '<' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Expected { after 'for' condition. (curly)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#542) A space is required after ','. (comma-spacing)
(#542) Requires a space before '}'. (block-spacing)
(#542) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#542) Missing semicolon. (@babel/semi)
(#542) Requires a space before '}'. (block-spacing)
(#542) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Requires a space after '{'. (block-spacing)
(#542) Statement inside of curly braces should be on next line. (brace-style)
(#542) Missing space before opening brace. (space-before-blocks)
(#542) Expected space(s) after "if". (keyword-spacing)
(#542) Requires a space after '{'. (block-spacing)
(#542) Statement inside of curly braces should be on next line. (brace-style)
(#542) Missing space before opening brace. (space-before-blocks)
(#542) Expected space(s) after "if". (keyword-spacing)
(#542) Expected { after 'if' condition. (curly)
(#542) Expected space(s) before "var". (keyword-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) A space is required after ','. (comma-spacing)
(#542) Requires a space after '{'. (block-spacing)
(#542) Statement inside of curly braces should be on next line. (brace-style)
(#542) Missing space before opening brace. (space-before-blocks)
(#542) A space is required after ','. (comma-spacing)
(#542) Requires a space after '{'. (block-spacing)
(#542) Statement inside of curly braces should be on next line. (brace-style)
(#542) Missing space before opening brace. (space-before-blocks)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Requires a space before '}'. (block-spacing)
(#542) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#542) Missing semicolon. (@babel/semi)
(#542) Requires a space before '}'. (block-spacing)
(#542) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#542) Missing semicolon. (@babel/semi)
(#542) Requires a space before '}'. (block-spacing)
(#542) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#542) Missing semicolon. (@babel/semi)
(#542) Requires a space before '}'. (block-spacing)
(#542) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Requires a space after '{'. (block-spacing)
(#542) Statement inside of curly braces should be on next line. (brace-style)
(#542) Missing space before opening brace. (space-before-blocks)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) A space is required after ','. (comma-spacing)
(#542) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#542) Operator '||' must be spaced. (space-infix-ops)
(#542) A space is required after ','. (comma-spacing)
(#542) Requires a space after '{'. (block-spacing)
(#542) Statement inside of curly braces should be on next line. (brace-style)
(#542) Missing space before opening brace. (space-before-blocks)
(#542) A space is required after ','. (comma-spacing)
(#542) A space is required after ','. (comma-spacing)
(#542) Requires a space after '{'. (block-spacing)
(#542) Statement inside of curly braces should be on next line. (brace-style)
(#542) Missing space before opening brace. (space-before-blocks)
(#542) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#542) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#542) Operator '&&' must be spaced. (space-infix-ops)
(#542) Operator '<' must be spaced. (space-infix-ops)
(#542) Operator '?' must be spaced. (space-infix-ops)
(#542) A space is required after ','. (comma-spacing)
(#542) Operator ':' must be spaced. (space-infix-ops)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) A space is required after ','. (comma-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#543) This line has a length of 509. Maximum allowed is 132. (max-len)
(#543) Requires a space before '}'. (block-spacing)
(#543) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#543) Missing semicolon. (@babel/semi)
(#543) Requires a space before '}'. (block-spacing)
(#543) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#543) Missing semicolon. (@babel/semi)
(#543) Requires a space before '}'. (block-spacing)
(#543) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#543) Missing semicolon. (@babel/semi)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) Operator '=' must be spaced. (space-infix-ops)
(#543) Requires a space after '{'. (block-spacing)
(#543) Statement inside of curly braces should be on next line. (brace-style)
(#543) Missing space before opening brace. (space-before-blocks)
(#543) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#543) Operator '=' must be spaced. (space-infix-ops)
(#543) A space is required after ','. (comma-spacing)
(#543) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#543) Operator '=' must be spaced. (space-infix-ops)
(#543) A space is required after ','. (comma-spacing)
(#543) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#543) Operator '=' must be spaced. (space-infix-ops)
(#543) A space is required after ','. (comma-spacing)
(#543) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#543) Operator '=' must be spaced. (space-infix-ops)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) Operator '=' must be spaced. (space-infix-ops)
(#543) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#543) A space is required after ','. (comma-spacing)
(#543) Operator '&&' must be spaced. (space-infix-ops)
(#543) Operator '||' must be spaced. (space-infix-ops)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) Operator '=' must be spaced. (space-infix-ops)
(#543) Operator '=' must be spaced. (space-infix-ops)
(#543) Operator '||' must be spaced. (space-infix-ops)
(#543) Missing space before value for key 'zIndex'. (key-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) Missing space before value for key 'opacity'. (key-spacing)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) Requires a space after '{'. (block-spacing)
(#543) Statement inside of curly braces should be on next line. (brace-style)
(#543) Missing space before opening brace. (space-before-blocks)
(#543) A space is required after ','. (comma-spacing)
(#543) Requires a space after '{'. (block-spacing)
(#543) Statement inside of curly braces should be on next line. (brace-style)
(#543) Missing space before opening brace. (space-before-blocks)
(#543) Requires a space before '}'. (block-spacing)
(#543) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#543) Missing semicolon. (@babel/semi)
(#543) Requires a space before '}'. (block-spacing)
(#543) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#543) Missing semicolon. (@babel/semi)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) Missing space before value for key 'opacity'. (key-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) Requires a space before '}'. (block-spacing)
(#543) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#543) Missing semicolon. (@babel/semi)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) Requires a space before '}'. (block-spacing)
(#543) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#543) Missing semicolon. (@babel/semi)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) Operator '=' must be spaced. (space-infix-ops)
(#543) Requires a space before '}'. (block-spacing)
(#543) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#543) Missing semicolon. (@babel/semi)
(#543) Operator '||' must be spaced. (space-infix-ops)
(#543) Operator '=' must be spaced. (space-infix-ops)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) Requires a space before '}'. (block-spacing)
(#543) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#543) Missing semicolon. (@babel/semi)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#543) A space is required after ','. (comma-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) A space is required after ','. (comma-spacing)
(#544) This line has a length of 513. Maximum allowed is 132. (max-len)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) Requires a space after '{'. (block-spacing)
(#544) Statement inside of curly braces should be on next line. (brace-style)
(#544) Missing space before opening brace. (space-before-blocks)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) A space is required after ','. (comma-spacing)
(#544) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) A space is required after ','. (comma-spacing)
(#544) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) A space is required after ','. (comma-spacing)
(#544) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) A space is required after ','. (comma-spacing)
(#544) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) A space is required after ','. (comma-spacing)
(#544) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) A space is required after ','. (comma-spacing)
(#544) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) A space is required after ','. (comma-spacing)
(#544) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) A space is required after ','. (comma-spacing)
(#544) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#544) Requires a space after '{'. (block-spacing)
(#544) Statement inside of curly braces should be on next line. (brace-style)
(#544) Missing space before opening brace. (space-before-blocks)
(#544) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) Requires a space after '{'. (block-spacing)
(#544) Statement inside of curly braces should be on next line. (brace-style)
(#544) Missing space before opening brace. (space-before-blocks)
(#544) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) Operator '||' must be spaced. (space-infix-ops)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#545) This line has a length of 512. Maximum allowed is 132. (max-len)
(#545) Missing space before value for key 'align'. (key-spacing)
(#545) Operator '||' must be spaced. (space-infix-ops)
(#545) Do not nest ternary expressions. (no-nested-ternary)
(#545) Operator '?' must be spaced. (space-infix-ops)
(#545) Operator '?' must be spaced. (space-infix-ops)
(#545) Operator ':' must be spaced. (space-infix-ops)
(#545) Operator ':' must be spaced. (space-infix-ops)
(#545) A space is required after ','. (comma-spacing)
(#545) Missing space before value for key 'verticalAlign'. (key-spacing)
(#545) Operator '||' must be spaced. (space-infix-ops)
(#545) Do not nest ternary expressions. (no-nested-ternary)
(#545) Operator '?' must be spaced. (space-infix-ops)
(#545) Operator ':' must be spaced. (space-infix-ops)
(#545) Operator '?' must be spaced. (space-infix-ops)
(#545) Operator ':' must be spaced. (space-infix-ops)
(#545) A space is required after ','. (comma-spacing)
(#545) Missing space before value for key 'y'. (key-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) Missing space before value for key 'x'. (key-spacing)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) Operator '||' must be spaced. (space-infix-ops)
(#545) Do not nest ternary expressions. (no-nested-ternary)
(#545) Operator '?' must be spaced. (space-infix-ops)
(#545) Operator '?' must be spaced. (space-infix-ops)
(#545) Operator ':' must be spaced. (space-infix-ops)
(#545) Operator ':' must be spaced. (space-infix-ops)
(#545) Requires a space before '}'. (block-spacing)
(#545) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#545) Missing semicolon. (@babel/semi)
(#545) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) Requires a space after '{'. (block-spacing)
(#545) Statement inside of curly braces should be on next line. (brace-style)
(#545) Missing space before opening brace. (space-before-blocks)
(#545) A space is required after ','. (comma-spacing)
(#545) Requires a space before '}'. (block-spacing)
(#545) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#545) Missing semicolon. (@babel/semi)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) Requires a space after '{'. (block-spacing)
(#545) Statement inside of curly braces should be on next line. (brace-style)
(#545) Missing space before opening brace. (space-before-blocks)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) A space is required after ','. (comma-spacing)
(#545) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) A space is required after ','. (comma-spacing)
(#545) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) Operator '?' must be spaced. (space-infix-ops)
(#545) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#545) A space is required after ','. (comma-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) Operator ':' must be spaced. (space-infix-ops)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#545) Operator '?' must be spaced. (space-infix-ops)
(#545) Missing space before value for key 'text'. (key-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) Missing space before value for key 'visibility'. (key-spacing)
(#545) Operator ':' must be spaced. (space-infix-ops)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) A space is required after ','. (comma-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) Missing space before value for key 'r'. (key-spacing)
(#545) Operator '||' must be spaced. (space-infix-ops)
(#546) This line has a length of 501. Maximum allowed is 132. (max-len)
(#546) A space is required after ','. (comma-spacing)
(#546) Missing space before value for key 'text'. (key-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) Missing space before value for key 'rotation'. (key-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) Missing space before value for key 'padding'. (key-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) Missing space before value for key 'visibility'. (key-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) Operator '||' must be spaced. (space-infix-ops)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) A space is required after ','. (comma-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) A space is required after ','. (comma-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) A space is required after ','. (comma-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) Operator '||' must be spaced. (space-infix-ops)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) Requires a space before '}'. (block-spacing)
(#546) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#546) Missing semicolon. (@babel/semi)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) Function has a complexity of 25. Maximum allowed is 20. (complexity)
(#546) A space is required after ','. (comma-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) Requires a space after '{'. (block-spacing)
(#546) Statement inside of curly braces should be on next line. (brace-style)
(#546) Missing space before opening brace. (space-before-blocks)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) A space is required after ','. (comma-spacing)
(#546) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) Do not nest ternary expressions. (no-nested-ternary)
(#546) Operator '?' must be spaced. (space-infix-ops)
(#546) Operator ':' must be spaced. (space-infix-ops)
(#546) Operator '?' must be spaced. (space-infix-ops)
(#546) Operator ':' must be spaced. (space-infix-ops)
(#546) A space is required after ','. (comma-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) Operator '?' must be spaced. (space-infix-ops)
(#546) Operator ':' must be spaced. (space-infix-ops)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) Operator '&&' must be spaced. (space-infix-ops)
(#546) Operator '-' must be spaced. (space-infix-ops)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) A space is required after ','. (comma-spacing)
(#546) Operator '+' must be spaced. (space-infix-ops)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#547) This line has a length of 512. Maximum allowed is 132. (max-len)
(#547) Operator '&&' must be spaced. (space-infix-ops)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Operator '===' must be spaced. (space-infix-ops)
(#547) A space is required after ','. (comma-spacing)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#547) Operator '&&' must be spaced. (space-infix-ops)
(#547) Operator '&&' must be spaced. (space-infix-ops)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) A space is required after ','. (comma-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) A space is required after ','. (comma-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Do not nest ternary expressions. (no-nested-ternary)
(#547) Operator '===' must be spaced. (space-infix-ops)
(#547) Operator '?' must be spaced. (space-infix-ops)
(#547) Operator '?' must be spaced. (space-infix-ops)
(#547) Operator ':' must be spaced. (space-infix-ops)
(#547) Operator ':' must be spaced. (space-infix-ops)
(#547) Do not nest ternary expressions. (no-nested-ternary)
(#547) Operator '===' must be spaced. (space-infix-ops)
(#547) Operator '?' must be spaced. (space-infix-ops)
(#547) Operator ':' must be spaced. (space-infix-ops)
(#547) Do not nest ternary expressions. (no-nested-ternary)
(#547) Operator '&&' must be spaced. (space-infix-ops)
(#547) Operator '===' must be spaced. (space-infix-ops)
(#547) Operator '?' must be spaced. (space-infix-ops)
(#547) Operator '/' must be spaced. (space-infix-ops)
(#547) Operator ':' must be spaced. (space-infix-ops)
(#547) Do not nest ternary expressions. (no-nested-ternary)
(#547) Operator '?' must be spaced. (space-infix-ops)
(#547) Operator '?' must be spaced. (space-infix-ops)
(#547) Operator '+' must be spaced. (space-infix-ops)
(#547) Operator ':' must be spaced. (space-infix-ops)
(#547) Operator ':' must be spaced. (space-infix-ops)
(#547) Operator '/' must be spaced. (space-infix-ops)
(#547) A space is required after ','. (comma-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Do not nest ternary expressions. (no-nested-ternary)
(#547) Operator '?' must be spaced. (space-infix-ops)
(#547) Operator '/' must be spaced. (space-infix-ops)
(#547) Operator ':' must be spaced. (space-infix-ops)
(#547) Operator '?' must be spaced. (space-infix-ops)
(#547) Operator ':' must be spaced. (space-infix-ops)
(#547) A space is required after ','. (comma-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) Operator '-=' must be spaced. (space-infix-ops)
(#547) A space is required after ','. (comma-spacing)
(#547) Operator '-=' must be spaced. (space-infix-ops)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) Operator '+' must be spaced. (space-infix-ops)
(#547) Operator '-' must be spaced. (space-infix-ops)
(#548) This line has a length of 501. Maximum allowed is 132. (max-len)
(#548) Operator '+' must be spaced. (space-infix-ops)
(#548) Operator '-' must be spaced. (space-infix-ops)
(#548) Operator '?' must be spaced. (space-infix-ops)
(#548) Operator ':' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) Operator '&&' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) Missing space before value for key 'x'. (key-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) Missing space before value for key 'y'. (key-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) Operator '&&' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) Operator '&&' must be spaced. (space-infix-ops)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Operator '&&' must be spaced. (space-infix-ops)
(#548) Operator '&&' must be spaced. (space-infix-ops)
(#548) Operator '-' must be spaced. (space-infix-ops)
(#548) Operator '+' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) Operator '&&' must be spaced. (space-infix-ops)
(#548) Operator '+' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) Operator '||' must be spaced. (space-infix-ops)
(#548) Requires a space before '}'. (block-spacing)
(#548) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#548) Missing semicolon. (@babel/semi)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) Requires a space after '{'. (block-spacing)
(#548) Statement inside of curly braces should be on next line. (brace-style)
(#548) Missing space before opening brace. (space-before-blocks)
(#548) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Operator '+' must be spaced. (space-infix-ops)
(#548) Operator '-' must be spaced. (space-infix-ops)
(#548) Operator '?' must be spaced. (space-infix-ops)
(#548) Operator ':' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Operator '&&' must be spaced. (space-infix-ops)
(#548) Operator '||' must be spaced. (space-infix-ops)
(#548) Operator '&&' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Expected space(s) after "return". (keyword-spacing)
(#548) Missing space before value for key 'x'. (key-spacing)
(#548) Do not nest ternary expressions. (no-nested-ternary)
(#548) Operator '?' must be spaced. (space-infix-ops)
(#548) Operator '?' must be spaced. (space-infix-ops)
(#548) Operator '-' must be spaced. (space-infix-ops)
(#548) Operator ':' must be spaced. (space-infix-ops)
(#548) Operator '-' must be spaced. (space-infix-ops)
(#548) Operator '+' must be spaced. (space-infix-ops)
(#549) This line has a length of 505. Maximum allowed is 132. (max-len)
(#549) Operator '-' must be spaced. (space-infix-ops)
(#549) Operator ':' must be spaced. (space-infix-ops)
(#549) Operator '+' must be spaced. (space-infix-ops)
(#549) Operator '-' must be spaced. (space-infix-ops)
(#549) A space is required after ','. (comma-spacing)
(#549) Missing space before value for key 'y'. (key-spacing)
(#549) Do not nest ternary expressions. (no-nested-ternary)
(#549) Operator '?' must be spaced. (space-infix-ops)
(#549) Operator '-' must be spaced. (space-infix-ops)
(#549) Operator '-' must be spaced. (space-infix-ops)
(#549) Operator ':' must be spaced. (space-infix-ops)
(#549) Operator '?' must be spaced. (space-infix-ops)
(#549) Operator '-' must be spaced. (space-infix-ops)
(#549) Operator '-' must be spaced. (space-infix-ops)
(#549) Operator ':' must be spaced. (space-infix-ops)
(#549) Operator '-' must be spaced. (space-infix-ops)
(#549) A space is required after ','. (comma-spacing)
(#549) Missing space before value for key 'width'. (key-spacing)
(#549) Operator '?' must be spaced. (space-infix-ops)
(#549) Operator ':' must be spaced. (space-infix-ops)
(#549) A space is required after ','. (comma-spacing)
(#549) Missing space before value for key 'height'. (key-spacing)
(#549) Operator '?' must be spaced. (space-infix-ops)
(#549) Operator ':' must be spaced. (space-infix-ops)
(#549) Requires a space before '}'. (block-spacing)
(#549) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#549) Missing semicolon. (@babel/semi)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) Requires a space before '}'. (block-spacing)
(#549) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#549) Missing semicolon. (@babel/semi)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) Requires a space after '{'. (block-spacing)
(#549) Statement inside of curly braces should be on next line. (brace-style)
(#549) Missing space before opening brace. (space-before-blocks)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) A space is required after ','. (comma-spacing)
(#549) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) Requires a space after '{'. (block-spacing)
(#549) Statement inside of curly braces should be on next line. (brace-style)
(#549) Missing space before opening brace. (space-before-blocks)
(#549) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#549) Operator '&&' must be spaced. (space-infix-ops)
(#549) Operator '&&' must be spaced. (space-infix-ops)
(#549) Operator '&&' must be spaced. (space-infix-ops)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) Requires a space before '}'. (block-spacing)
(#549) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#549) Missing semicolon. (@babel/semi)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) Requires a space after '{'. (block-spacing)
(#549) Statement inside of curly braces should be on next line. (brace-style)
(#549) Missing space before opening brace. (space-before-blocks)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) Operator '&&' must be spaced. (space-infix-ops)
(#549) Operator '||' must be spaced. (space-infix-ops)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#549) Operator '||' must be spaced. (space-infix-ops)
(#549) Operator '!==' must be spaced. (space-infix-ops)
(#549) Operator '&&' must be spaced. (space-infix-ops)
(#549) Operator '!==' must be spaced. (space-infix-ops)
(#549) Operator '||' must be spaced. (space-infix-ops)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) A space is required after ','. (comma-spacing)
(#549) A space is required after ','. (comma-spacing)
(#549) A space is required after ','. (comma-spacing)
(#549) Operator '?' must be spaced. (space-infix-ops)
(#549) Operator ':' must be spaced. (space-infix-ops)
(#549) A space is required after ','. (comma-spacing)
(#549) Operator '?' must be spaced. (space-infix-ops)
(#549) Operator ':' must be spaced. (space-infix-ops)
(#550) This line has a length of 541. Maximum allowed is 132. (max-len)
(#550) Requires a space before '}'. (block-spacing)
(#550) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#550) Missing semicolon. (@babel/semi)
(#550) Requires a space before '}'. (block-spacing)
(#550) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#550) Missing semicolon. (@babel/semi)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) Requires a space after '{'. (block-spacing)
(#550) Statement inside of curly braces should be on next line. (brace-style)
(#550) Missing space before opening brace. (space-before-blocks)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#550) Operator '&&' must be spaced. (space-infix-ops)
(#550) Operator '||' must be spaced. (space-infix-ops)
(#550) Operator '&&' must be spaced. (space-infix-ops)
(#550) Operator '&&' must be spaced. (space-infix-ops)
(#550) Operator '<' must be spaced. (space-infix-ops)
(#550) Operator '?' must be spaced. (space-infix-ops)
(#550) A space is required after ','. (comma-spacing)
(#550) Operator ':' must be spaced. (space-infix-ops)
(#550) Operator '&&' must be spaced. (space-infix-ops)
(#550) A space is required after ','. (comma-spacing)
(#550) A space is required after ','. (comma-spacing)
(#550) Requires a space after '{'. (block-spacing)
(#550) Statement inside of curly braces should be on next line. (brace-style)
(#550) Missing space before opening brace. (space-before-blocks)
(#550) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#550) Operator '===' must be spaced. (space-infix-ops)
(#550) Operator '&&' must be spaced. (space-infix-ops)
(#550) A space is required after ','. (comma-spacing)
(#550) Requires a space after '{'. (block-spacing)
(#550) Statement inside of curly braces should be on next line. (brace-style)
(#550) Missing space before opening brace. (space-before-blocks)
(#550) Requires a space before '}'. (block-spacing)
(#550) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#550) Missing semicolon. (@babel/semi)
(#550) A space is required after ','. (comma-spacing)
(#550) Requires a space before '}'. (block-spacing)
(#550) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#550) Missing semicolon. (@babel/semi)
(#550) Requires a space before '}'. (block-spacing)
(#550) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#550) Missing semicolon. (@babel/semi)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) Function has a complexity of 37. Maximum allowed is 20. (complexity)
(#550) Requires a space after '{'. (block-spacing)
(#550) Statement inside of curly braces should be on next line. (brace-style)
(#550) Missing space before opening brace. (space-before-blocks)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) Operator '||' must be spaced. (space-infix-ops)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) Expected space(s) after "if". (keyword-spacing)
(#550) Operator '&&' must be spaced. (space-infix-ops)
(#550) Operator '===' must be spaced. (space-infix-ops)
(#550) Operator '||' must be spaced. (space-infix-ops)
(#550) Operator '===' must be spaced. (space-infix-ops)
(#550) Requires a space after '{'. (block-spacing)
(#550) Statement inside of curly braces should be on next line. (brace-style)
(#550) Missing space before opening brace. (space-before-blocks)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#551) This line has a length of 517. Maximum allowed is 132. (max-len)
(#551) A space is required after ','. (comma-spacing)
(#551) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) A space is required after ','. (comma-spacing)
(#551) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) A space is required after ','. (comma-spacing)
(#551) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) A space is required after ','. (comma-spacing)
(#551) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) A space is required after ','. (comma-spacing)
(#551) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) A space is required after ','. (comma-spacing)
(#551) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Operator '&&' must be spaced. (space-infix-ops)
(#551) A space is required after ','. (comma-spacing)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Operator '?' must be spaced. (space-infix-ops)
(#551) Operator '+' must be spaced. (space-infix-ops)
(#551) Operator '+' must be spaced. (space-infix-ops)
(#551) Operator ':' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Operator '+' must be spaced. (space-infix-ops)
(#551) A space is required after ','. (comma-spacing)
(#551) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) A space is required after ','. (comma-spacing)
(#551) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) A space is required after ','. (comma-spacing)
(#551) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) A space is required after ','. (comma-spacing)
(#551) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) A space is required after ','. (comma-spacing)
(#551) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#551) A space is required after ','. (comma-spacing)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Operator '+=' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Expected space(s) after "for". (keyword-spacing)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Operator '<' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Requires a space after '{'. (block-spacing)
(#551) Statement inside of curly braces should be on next line. (brace-style)
(#551) Missing space before opening brace. (space-before-blocks)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) A space is required after ','. (comma-spacing)
(#551) A space is required after ','. (comma-spacing)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Operator '&&' must be spaced. (space-infix-ops)
(#551) Operator '<' must be spaced. (space-infix-ops)
(#551) Operator '?' must be spaced. (space-infix-ops)
(#551) Operator ':' must be spaced. (space-infix-ops)
(#551) Operator '?' must be spaced. (space-infix-ops)
(#551) Operator ':' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#551) Operator '||' must be spaced. (space-infix-ops)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#551) Operator '||' must be spaced. (space-infix-ops)
(#551) Operator '&&' must be spaced. (space-infix-ops)
(#551) Operator '?' must be spaced. (space-infix-ops)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) A space is required after ','. (comma-spacing)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Operator ':' must be spaced. (space-infix-ops)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#551) A space is required after ','. (comma-spacing)
(#552) This line has a length of 502. Maximum allowed is 132. (max-len)
(#552) A space is required after ','. (comma-spacing)
(#552) A space is required after ','. (comma-spacing)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#552) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#552) Operator '!==' must be spaced. (space-infix-ops)
(#552) Operator '?' must be spaced. (space-infix-ops)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) A space is required after ','. (comma-spacing)
(#552) A space is required after ','. (comma-spacing)
(#552) Operator '||' must be spaced. (space-infix-ops)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) A space is required after ','. (comma-spacing)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) A space is required after ','. (comma-spacing)
(#552) Operator '<' must be spaced. (space-infix-ops)
(#552) Operator '&&' must be spaced. (space-infix-ops)
(#552) Operator '===' must be spaced. (space-infix-ops)
(#552) Operator '&&' must be spaced. (space-infix-ops)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Operator '+' must be spaced. (space-infix-ops)
(#552) Operator '+' must be spaced. (space-infix-ops)
(#552) Operator '+' must be spaced. (space-infix-ops)
(#552) Operator ':' must be spaced. (space-infix-ops)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#552) Do not nest ternary expressions. (no-nested-ternary)
(#552) Operator '===' must be spaced. (space-infix-ops)
(#552) Operator '?' must be spaced. (space-infix-ops)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Operator '?' must be spaced. (space-infix-ops)
(#552) Operator ':' must be spaced. (space-infix-ops)
(#552) A space is required after ','. (comma-spacing)
(#552) Operator '&&' must be spaced. (space-infix-ops)
(#552) Operator '&&' must be spaced. (space-infix-ops)
(#552) Operator '?' must be spaced. (space-infix-ops)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) A space is required after ','. (comma-spacing)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) A space is required after ','. (comma-spacing)
(#552) Operator '+' must be spaced. (space-infix-ops)
(#552) Operator '||' must be spaced. (space-infix-ops)
(#552) Operator ':' must be spaced. (space-infix-ops)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Operator '+' must be spaced. (space-infix-ops)
(#552) Operator '||' must be spaced. (space-infix-ops)
(#552) Operator ':' must be spaced. (space-infix-ops)
(#552) Operator '===' must be spaced. (space-infix-ops)
(#552) Operator '?' must be spaced. (space-infix-ops)
(#552) Operator '&&' must be spaced. (space-infix-ops)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) A space is required after ','. (comma-spacing)
(#552) Operator '!==' must be spaced. (space-infix-ops)
(#552) Operator '&&' must be spaced. (space-infix-ops)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Operator '||' must be spaced. (space-infix-ops)
(#552) Operator '+' must be spaced. (space-infix-ops)
(#552) Operator ':' must be spaced. (space-infix-ops)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Operator '+' must be spaced. (space-infix-ops)
(#552) Operator '||' must be spaced. (space-infix-ops)
(#553) This line has a length of 502. Maximum allowed is 132. (max-len)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) Operator '===' must be spaced. (space-infix-ops)
(#553) Operator '?' must be spaced. (space-infix-ops)
(#553) Operator '||' must be spaced. (space-infix-ops)
(#553) Operator '-' must be spaced. (space-infix-ops)
(#553) Operator ':' must be spaced. (space-infix-ops)
(#553) A space is required after ','. (comma-spacing)
(#553) Operator '+' must be spaced. (space-infix-ops)
(#553) Operator '||' must be spaced. (space-infix-ops)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#553) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#553) Operator '!==' must be spaced. (space-infix-ops)
(#553) Operator '&&' must be spaced. (space-infix-ops)
(#553) A space is required after ','. (comma-spacing)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) A space is required after ','. (comma-spacing)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) Requires a space before '}'. (block-spacing)
(#553) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#553) Missing semicolon. (@babel/semi)
(#553) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#553) Operator '===' must be spaced. (space-infix-ops)
(#553) Operator '&&' must be spaced. (space-infix-ops)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#553) Operator '!==' must be spaced. (space-infix-ops)
(#553) Operator '&&' must be spaced. (space-infix-ops)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) Requires a space before '}'. (block-spacing)
(#553) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#553) Missing semicolon. (@babel/semi)
(#553) Requires a space before '}'. (block-spacing)
(#553) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) Requires a space after '{'. (block-spacing)
(#553) Statement inside of curly braces should be on next line. (brace-style)
(#553) Missing space before opening brace. (space-before-blocks)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) A space is required after ','. (comma-spacing)
(#553) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) A space is required after ','. (comma-spacing)
(#553) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) A space is required after ','. (comma-spacing)
(#553) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) A space is required after ','. (comma-spacing)
(#553) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#553) A space is required after ','. (comma-spacing)
(#553) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#553) Operator '+' must be spaced. (space-infix-ops)
(#553) Operator '&&' must be spaced. (space-infix-ops)
(#553) A space is required after ','. (comma-spacing)
(#553) Operator '+' must be spaced. (space-infix-ops)
(#553) Requires a space after '{'. (block-spacing)
(#553) Statement inside of curly braces should be on next line. (brace-style)
(#553) Missing space before opening brace. (space-before-blocks)
(#553) Expected space(s) after "for". (keyword-spacing)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) A space is required after ','. (comma-spacing)
(#553) A space is required after ','. (comma-spacing)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Expected { after 'for' condition. (curly)
(#553) Expected space(s) before "if". (keyword-spacing)
(#553) Expected space(s) after "if". (keyword-spacing)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) Unexpected use of comma operator. (no-sequences)
(#553) A space is required after ','. (comma-spacing)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) A space is required after ','. (comma-spacing)
(#553) A space is required after ','. (comma-spacing)
(#554) This line has a length of 508. Maximum allowed is 132. (max-len)
(#554) A space is required after ','. (comma-spacing)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) Operator '&&' must be spaced. (space-infix-ops)
(#554) Operator '&&' must be spaced. (space-infix-ops)
(#554) Expected { after 'if' condition. (curly)
(#554) Operator '+' must be spaced. (space-infix-ops)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) Requires a space before '}'. (block-spacing)
(#554) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#554) Missing semicolon. (@babel/semi)
(#554) Requires a space before '}'. (block-spacing)
(#554) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#554) Missing semicolon. (@babel/semi)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) Requires a space after '{'. (block-spacing)
(#554) Statement inside of curly braces should be on next line. (brace-style)
(#554) Missing space before opening brace. (space-before-blocks)
(#554) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) Operator '?' must be spaced. (space-infix-ops)
(#554) Operator '/' must be spaced. (space-infix-ops)
(#554) Operator ':' must be spaced. (space-infix-ops)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) Operator '*' must be spaced. (space-infix-ops)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) Operator '*' must be spaced. (space-infix-ops)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) Requires a space before '}'. (block-spacing)
(#554) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#554) Missing semicolon. (@babel/semi)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) Requires a space after '{'. (block-spacing)
(#554) Statement inside of curly braces should be on next line. (brace-style)
(#554) Missing space before opening brace. (space-before-blocks)
(#554) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#554) Operator '||' must be spaced. (space-infix-ops)
(#554) Operator '!==' must be spaced. (space-infix-ops)
(#554) Operator '||' must be spaced. (space-infix-ops)
(#554) Operator '&&' must be spaced. (space-infix-ops)
(#554) Operator '!==' must be spaced. (space-infix-ops)
(#554) Operator '?' must be spaced. (space-infix-ops)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) Missing space before value for key 'x'. (key-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) Missing space before value for key 'index'. (key-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) Missing space before value for key 'key'. (key-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) Missing space before value for key 'stackKey'. (key-spacing)
(#554) Operator ':' must be spaced. (space-infix-ops)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Requires a space before '}'. (block-spacing)
(#554) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#554) Missing semicolon. (@babel/semi)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Requires a space before '}'. (block-spacing)
(#554) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#554) Missing semicolon. (@babel/semi)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#555) This line has a length of 509. Maximum allowed is 132. (max-len)
(#555) A space is required after ','. (comma-spacing)
(#555) A space is required after ','. (comma-spacing)
(#555) Requires a space after '{'. (block-spacing)
(#555) Statement inside of curly braces should be on next line. (brace-style)
(#555) Missing space before opening brace. (space-before-blocks)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#555) Operator '&&' must be spaced. (space-infix-ops)
(#555) Operator '||' must be spaced. (space-infix-ops)
(#555) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#555) Requires a space after '{'. (block-spacing)
(#555) Statement inside of curly braces should be on next line. (brace-style)
(#555) Missing space before opening brace. (space-before-blocks)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#555) A space is required after ','. (comma-spacing)
(#555) Requires a space after '{'. (block-spacing)
(#555) Statement inside of curly braces should be on next line. (brace-style)
(#555) Missing space before opening brace. (space-before-blocks)
(#555) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#555) Operator '||' must be spaced. (space-infix-ops)
(#555) Missing space before value for key '__proto__'. (key-spacing)
(#555) Operator 'instanceof' must be spaced. (space-infix-ops)
(#555) Operator '&&' must be spaced. (space-infix-ops)
(#555) A space is required after ','. (comma-spacing)
(#555) Requires a space after '{'. (block-spacing)
(#555) Statement inside of curly braces should be on next line. (brace-style)
(#555) Missing space before opening brace. (space-before-blocks)
(#555) The '__proto__' property is deprecated. (no-proto)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#555) Requires a space before '}'. (block-spacing)
(#555) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#555) Missing semicolon. (@babel/semi)
(#555) Operator '||' must be spaced. (space-infix-ops)
(#555) A space is required after ','. (comma-spacing)
(#555) Requires a space after '{'. (block-spacing)
(#555) Statement inside of curly braces should be on next line. (brace-style)
(#555) Missing space before opening brace. (space-before-blocks)
(#555) Expected space(s) after "for". (keyword-spacing)
(#555) Expected { after 'for-in'. (curly)
(#555) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#555) Operator '&&' must be spaced. (space-infix-ops)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#555) Requires a space before '}'. (block-spacing)
(#555) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#555) Missing semicolon. (@babel/semi)
(#555) Missing whitespace after semicolon. (semi-spacing)
(#555) A space is required after ','. (comma-spacing)
(#555) Requires a space before '}'. (block-spacing)
(#555) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#555) Missing semicolon. (@babel/semi)
(#555) Missing whitespace after semicolon. (semi-spacing)
(#555) A space is required after ','. (comma-spacing)
(#555) Requires a space after '{'. (block-spacing)
(#555) Statement inside of curly braces should be on next line. (brace-style)
(#555) Missing space before opening brace. (space-before-blocks)
(#555) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#555) Requires a space after '{'. (block-spacing)
(#555) Statement inside of curly braces should be on next line. (brace-style)
(#555) Missing space before opening brace. (space-before-blocks)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#555) Requires a space before '}'. (block-spacing)
(#555) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#555) Missing semicolon. (@babel/semi)
(#555) A space is required after ','. (comma-spacing)
(#555) Missing whitespace after semicolon. (semi-spacing)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#555) Operator '===' must be spaced. (space-infix-ops)
(#555) Operator '?' must be spaced. (space-infix-ops)
(#555) Operator ':' must be spaced. (space-infix-ops)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#555) A space is required after ','. (comma-spacing)
(#555) Missing '()' invoking a constructor. (new-parens)
(#555) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#555) Requires a space before '}'. (block-spacing)
(#555) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#555) Missing semicolon. (@babel/semi)
(#555) Requires a space before '}'. (block-spacing)
(#555) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#555) Missing semicolon. (@babel/semi)
(#555) A space is required after ','. (comma-spacing)
(#555) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#555) A space is required after ','. (comma-spacing)
(#555) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#555) Missing whitespace after semicolon. (semi-spacing)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#555) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#555) Requires a space after '{'. (block-spacing)
(#555) Statement inside of curly braces should be on next line. (brace-style)
(#555) Missing space before opening brace. (space-before-blocks)
(#555) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#555) Requires a space after '{'. (block-spacing)
(#555) Statement inside of curly braces should be on next line. (brace-style)
(#555) Missing space before opening brace. (space-before-blocks)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#555) Operator '!==' must be spaced. (space-infix-ops)
(#555) Operator '&&' must be spaced. (space-infix-ops)
(#555) A space is required after ','. (comma-spacing)
(#555) Operator '||' must be spaced. (space-infix-ops)
(#555) Missing whitespace after semicolon. (semi-spacing)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#555) Missing whitespace after semicolon. (semi-spacing)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#555) Missing whitespace after semicolon. (semi-spacing)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#556) This line has a length of 511. Maximum allowed is 132. (max-len)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) Requires a space before '}'. (block-spacing)
(#556) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#556) Missing semicolon. (@babel/semi)
(#556) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#556) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#556) A space is required after ','. (comma-spacing)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) Requires a space after '{'. (block-spacing)
(#556) Statement inside of curly braces should be on next line. (brace-style)
(#556) Missing space before opening brace. (space-before-blocks)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) A space is required after ','. (comma-spacing)
(#556) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) A space is required after ','. (comma-spacing)
(#556) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) Operator '||' must be spaced. (space-infix-ops)
(#556) A space is required after ','. (comma-spacing)
(#556) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) A space is required after ','. (comma-spacing)
(#556) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) A space is required after ','. (comma-spacing)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#556) Operator '||' must be spaced. (space-infix-ops)
(#556) Operator '||' must be spaced. (space-infix-ops)
(#556) Operator '||' must be spaced. (space-infix-ops)
(#556) A space is required after ','. (comma-spacing)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) A space is required after ','. (comma-spacing)
(#556) Requires a space after '{'. (block-spacing)
(#556) Statement inside of curly braces should be on next line. (brace-style)
(#556) Missing space before opening brace. (space-before-blocks)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) A space is required after ','. (comma-spacing)
(#556) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) A space is required after ','. (comma-spacing)
(#556) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) Operator '?' must be spaced. (space-infix-ops)
(#556) Operator ':' must be spaced. (space-infix-ops)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#556) Operator '?' must be spaced. (space-infix-ops)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) Operator '?' must be spaced. (space-infix-ops)
(#556) Operator ':' must be spaced. (space-infix-ops)
(#556) A space is required after ','. (comma-spacing)
(#556) Missing space before value for key 'd'. (key-spacing)
(#556) Operator ':' must be spaced. (space-infix-ops)
(#556) Operator '&&' must be spaced. (space-infix-ops)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) Missing space before value for key 'zIndex'. (key-spacing)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#556) Operator '&&' must be spaced. (space-infix-ops)
(#556) Operator '&&' must be spaced. (space-infix-ops)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) Missing space before value for key 'stroke'. (key-spacing)
(#557) This line has a length of 507. Maximum allowed is 132. (max-len)
(#557) Missing space before value for key 'stroke-width'. (key-spacing)
(#557) A space is required after ','. (comma-spacing)
(#557) Missing space before value for key 'fill'. (key-spacing)
(#557) Operator '&&' must be spaced. (space-infix-ops)
(#557) Operator '||' must be spaced. (space-infix-ops)
(#557) A space is required after ','. (comma-spacing)
(#557) Operator '?' must be spaced. (space-infix-ops)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) Operator ':' must be spaced. (space-infix-ops)
(#557) Operator '!==' must be spaced. (space-infix-ops)
(#557) Operator '&&' must be spaced. (space-infix-ops)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) A space is required after ','. (comma-spacing)
(#557) Operator '>' must be spaced. (space-infix-ops)
(#557) Operator '&&' must be spaced. (space-infix-ops)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#557) Operator '&&' must be spaced. (space-infix-ops)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) A space is required after ','. (comma-spacing)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) Requires a space before '}'. (block-spacing)
(#557) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#557) Missing semicolon. (@babel/semi)
(#557) Requires a space before '}'. (block-spacing)
(#557) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#557) Missing semicolon. (@babel/semi)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) A space is required after ','. (comma-spacing)
(#557) A space is required after ','. (comma-spacing)
(#557) Requires a space after '{'. (block-spacing)
(#557) Statement inside of curly braces should be on next line. (brace-style)
(#557) Missing space before opening brace. (space-before-blocks)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) A space is required after ','. (comma-spacing)
(#557) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) A space is required after ','. (comma-spacing)
(#557) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) A space is required after ','. (comma-spacing)
(#557) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) A space is required after ','. (comma-spacing)
(#557) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#557) A space is required after ','. (comma-spacing)
(#557) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) Operator '||' must be spaced. (space-infix-ops)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#557) Operator '&&' must be spaced. (space-infix-ops)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) Missing space before value for key 'right'. (key-spacing)
(#557) A space is required after ','. (comma-spacing)
(#557) Missing space before value for key 'center'. (key-spacing)
(#557) Operator '||' must be spaced. (space-infix-ops)
(#557) Operator '&&' must be spaced. (space-infix-ops)
(#557) Operator '&&' must be spaced. (space-infix-ops)
(#557) Operator '&&' must be spaced. (space-infix-ops)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) Operator '-' must be spaced. (space-infix-ops)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) A space is required after ','. (comma-spacing)
(#557) A space is required after ','. (comma-spacing)
(#557) Operator '&&' must be spaced. (space-infix-ops)
(#557) Operator '&&' must be spaced. (space-infix-ops)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) A space is required after ','. (comma-spacing)
(#557) Requires a space after '{'. (block-spacing)
(#557) Statement inside of curly braces should be on next line. (brace-style)
(#557) Missing space before opening brace. (space-before-blocks)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) A space is required after ','. (comma-spacing)
(#557) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#558) This line has a length of 502. Maximum allowed is 132. (max-len)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) Operator '-' must be spaced. (space-infix-ops)
(#558) Missing whitespace after semicolon. (semi-spacing)
(#558) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#558) Operator '||' must be spaced. (space-infix-ops)
(#558) Operator '&&' must be spaced. (space-infix-ops)
(#558) Operator '&&' must be spaced. (space-infix-ops)
(#558) Operator '&&' must be spaced. (space-infix-ops)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) Missing whitespace after semicolon. (semi-spacing)
(#558) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#558) Do not nest ternary expressions. (no-nested-ternary)
(#558) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#558) Operator '&&' must be spaced. (space-infix-ops)
(#558) Operator '&&' must be spaced. (space-infix-ops)
(#558) Operator '<' must be spaced. (space-infix-ops)
(#558) Operator '?' must be spaced. (space-infix-ops)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) Operator ':' must be spaced. (space-infix-ops)
(#558) Operator '&&' must be spaced. (space-infix-ops)
(#558) Operator '?' must be spaced. (space-infix-ops)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) Operator ':' must be spaced. (space-infix-ops)
(#558) Do not nest ternary expressions. (no-nested-ternary)
(#558) Operator '===' must be spaced. (space-infix-ops)
(#558) Operator '||' must be spaced. (space-infix-ops)
(#558) Operator '?' must be spaced. (space-infix-ops)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) Operator ':' must be spaced. (space-infix-ops)
(#558) Do not nest ternary expressions. (no-nested-ternary)
(#558) Operator '?' must be spaced. (space-infix-ops)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) Operator ':' must be spaced. (space-infix-ops)
(#558) Operator '?' must be spaced. (space-infix-ops)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) Do not nest ternary expressions. (no-nested-ternary)
(#558) Operator '===' must be spaced. (space-infix-ops)
(#558) Operator '?' must be spaced. (space-infix-ops)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) Operator ':' must be spaced. (space-infix-ops)
(#558) Operator '===' must be spaced. (space-infix-ops)
(#558) Operator '?' must be spaced. (space-infix-ops)
(#558) A space is required after ','. (comma-spacing)
(#558) Operator '+' must be spaced. (space-infix-ops)
(#558) Operator '/' must be spaced. (space-infix-ops)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) Operator '+' must be spaced. (space-infix-ops)
(#558) Operator '/' must be spaced. (space-infix-ops)
(#558) A space is required after ','. (comma-spacing)
(#558) Operator ':' must be spaced. (space-infix-ops)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) Operator ':' must be spaced. (space-infix-ops)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) Operator '&&' must be spaced. (space-infix-ops)
(#558) A space is required after ','. (comma-spacing)
(#558) Operator '===' must be spaced. (space-infix-ops)
(#558) Operator '&&' must be spaced. (space-infix-ops)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) Requires a space before '}'. (block-spacing)
(#558) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#558) Missing semicolon. (@babel/semi)
(#558) Missing whitespace after semicolon. (semi-spacing)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) Missing whitespace after semicolon. (semi-spacing)
(#558) Return statement should not contain assignment. (no-return-assign)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) Requires a space before '}'. (block-spacing)
(#558) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#558) Missing semicolon. (@babel/semi)
(#558) Missing whitespace after semicolon. (semi-spacing)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) Requires a space after '{'. (block-spacing)
(#558) Statement inside of curly braces should be on next line. (brace-style)
(#558) Missing space before opening brace. (space-before-blocks)
(#559) This line has a length of 514. Maximum allowed is 132. (max-len)
(#559) Requires a space after '{'. (block-spacing)
(#559) Statement inside of curly braces should be on next line. (brace-style)
(#559) Missing space before opening brace. (space-before-blocks)
(#559) Operator '=' must be spaced. (space-infix-ops)
(#559) Operator '+' must be spaced. (space-infix-ops)
(#559) A space is required after ','. (comma-spacing)
(#559) Operator '+' must be spaced. (space-infix-ops)
(#559) Operator '+' must be spaced. (space-infix-ops)
(#559) Operator '+' must be spaced. (space-infix-ops)
(#559) Operator '||' must be spaced. (space-infix-ops)
(#559) Missing whitespace after semicolon. (semi-spacing)
(#559) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#559) Operator '||' must be spaced. (space-infix-ops)
(#559) Operator '||' must be spaced. (space-infix-ops)
(#559) A space is required after ','. (comma-spacing)
(#559) Operator '||' must be spaced. (space-infix-ops)
(#559) Missing whitespace after semicolon. (semi-spacing)
(#559) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#559) Requires a space before '}'. (block-spacing)
(#559) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#559) Missing semicolon. (@babel/semi)
(#559) A space is required after ','. (comma-spacing)
(#559) Missing whitespace after semicolon. (semi-spacing)
(#559) Requires a space before '}'. (block-spacing)
(#559) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#559) Missing semicolon. (@babel/semi)
(#559) Missing whitespace after semicolon. (semi-spacing)
(#559) Operator '=' must be spaced. (space-infix-ops)
(#559) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#559) A space is required after ','. (comma-spacing)
(#559) Missing whitespace after semicolon. (semi-spacing)
(#559) Requires a space before '}'. (block-spacing)
(#559) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#559) Missing semicolon. (@babel/semi)
(#559) Missing whitespace after semicolon. (semi-spacing)
(#559) A space is required after ','. (comma-spacing)
(#559) Missing whitespace after semicolon. (semi-spacing)
(#559) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#559) Missing whitespace after semicolon. (semi-spacing)
(#559) Requires a space before '}'. (block-spacing)
(#559) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#559) Missing semicolon. (@babel/semi)
(#559) Missing whitespace after semicolon. (semi-spacing)
(#559) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#559) A space is required after ','. (comma-spacing)
(#559) A space is required after ','. (comma-spacing)
(#559) A space is required after ','. (comma-spacing)
(#559) A space is required after ','. (comma-spacing)
(#559) A space is required after ','. (comma-spacing)
(#559) A space is required after ','. (comma-spacing)
(#559) A space is required after ','. (comma-spacing)
(#559) A space is required after ','. (comma-spacing)
(#559) A space is required after ','. (comma-spacing)
(#559) Requires a space after '{'. (block-spacing)
(#559) Statement inside of curly braces should be on next line. (brace-style)
(#559) Missing space before opening brace. (space-before-blocks)
(#559) Operator '=' must be spaced. (space-infix-ops)
(#559) Operator '&&' must be spaced. (space-infix-ops)
(#559) Operator '||' must be spaced. (space-infix-ops)
(#559) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#559) Requires a space after '{'. (block-spacing)
(#559) Statement inside of curly braces should be on next line. (brace-style)
(#559) Missing space before opening brace. (space-before-blocks)
(#559) Operator '=' must be spaced. (space-infix-ops)
(#560) This line has a length of 506. Maximum allowed is 132. (max-len)
(#560) A space is required after ','. (comma-spacing)
(#560) Requires a space after '{'. (block-spacing)
(#560) Statement inside of curly braces should be on next line. (brace-style)
(#560) Missing space before opening brace. (space-before-blocks)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) Operator '||' must be spaced. (space-infix-ops)
(#560) Missing space before value for key '__proto__'. (key-spacing)
(#560) Operator 'instanceof' must be spaced. (space-infix-ops)
(#560) Operator '&&' must be spaced. (space-infix-ops)
(#560) A space is required after ','. (comma-spacing)
(#560) Requires a space after '{'. (block-spacing)
(#560) Statement inside of curly braces should be on next line. (brace-style)
(#560) Missing space before opening brace. (space-before-blocks)
(#560) The '__proto__' property is deprecated. (no-proto)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) Requires a space before '}'. (block-spacing)
(#560) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#560) Missing semicolon. (@babel/semi)
(#560) Operator '||' must be spaced. (space-infix-ops)
(#560) A space is required after ','. (comma-spacing)
(#560) Requires a space after '{'. (block-spacing)
(#560) Statement inside of curly braces should be on next line. (brace-style)
(#560) Missing space before opening brace. (space-before-blocks)
(#560) Expected space(s) after "for". (keyword-spacing)
(#560) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#560) Expected { after 'for-in'. (curly)
(#560) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#560) Operator '&&' must be spaced. (space-infix-ops)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) Requires a space before '}'. (block-spacing)
(#560) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#560) Missing semicolon. (@babel/semi)
(#560) Missing whitespace after semicolon. (semi-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Requires a space before '}'. (block-spacing)
(#560) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#560) Missing semicolon. (@babel/semi)
(#560) Missing whitespace after semicolon. (semi-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Requires a space after '{'. (block-spacing)
(#560) Statement inside of curly braces should be on next line. (brace-style)
(#560) Missing space before opening brace. (space-before-blocks)
(#560) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#560) Requires a space after '{'. (block-spacing)
(#560) Statement inside of curly braces should be on next line. (brace-style)
(#560) Missing space before opening brace. (space-before-blocks)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) Requires a space before '}'. (block-spacing)
(#560) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#560) Missing semicolon. (@babel/semi)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing whitespace after semicolon. (semi-spacing)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) Operator '===' must be spaced. (space-infix-ops)
(#560) Operator '?' must be spaced. (space-infix-ops)
(#560) Operator ':' must be spaced. (space-infix-ops)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing '()' invoking a constructor. (new-parens)
(#560) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#560) Requires a space before '}'. (block-spacing)
(#560) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#560) Missing semicolon. (@babel/semi)
(#560) Requires a space before '}'. (block-spacing)
(#560) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#560) Missing semicolon. (@babel/semi)
(#560) A space is required after ','. (comma-spacing)
(#560) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) A space is required after ','. (comma-spacing)
(#560) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) Missing whitespace after semicolon. (semi-spacing)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) Missing whitespace after semicolon. (semi-spacing)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) A space is required after ','. (comma-spacing)
(#560) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) A space is required after ','. (comma-spacing)
(#560) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) Missing whitespace after semicolon. (semi-spacing)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#560) Requires a space after '{'. (block-spacing)
(#560) Statement inside of curly braces should be on next line. (brace-style)
(#560) Missing space before opening brace. (space-before-blocks)
(#560) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#560) Requires a space after '{'. (block-spacing)
(#560) Statement inside of curly braces should be on next line. (brace-style)
(#560) Missing space before opening brace. (space-before-blocks)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) Operator '!==' must be spaced. (space-infix-ops)
(#560) Operator '&&' must be spaced. (space-infix-ops)
(#560) A space is required after ','. (comma-spacing)
(#560) Operator '||' must be spaced. (space-infix-ops)
(#560) Missing whitespace after semicolon. (semi-spacing)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) Missing whitespace after semicolon. (semi-spacing)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) Missing whitespace after semicolon. (semi-spacing)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#561) This line has a length of 503. Maximum allowed is 132. (max-len)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#561) Requires a space before '}'. (block-spacing)
(#561) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#561) Missing semicolon. (@babel/semi)
(#561) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) Requires a space after '{'. (block-spacing)
(#561) Statement inside of curly braces should be on next line. (brace-style)
(#561) Missing space before opening brace. (space-before-blocks)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) A space is required after ','. (comma-spacing)
(#561) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) A space is required after ','. (comma-spacing)
(#561) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) A space is required after ','. (comma-spacing)
(#561) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) A space is required after ','. (comma-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Requires a space after '{'. (block-spacing)
(#561) Statement inside of curly braces should be on next line. (brace-style)
(#561) Missing space before opening brace. (space-before-blocks)
(#561) Operator '+' must be spaced. (space-infix-ops)
(#561) A space is required after ','. (comma-spacing)
(#561) Operator '+' must be spaced. (space-infix-ops)
(#561) Operator '+' must be spaced. (space-infix-ops)
(#561) Operator '+' must be spaced. (space-infix-ops)
(#561) A space is required after ','. (comma-spacing)
(#561) Operator '||' must be spaced. (space-infix-ops)
(#561) A space is required after ','. (comma-spacing)
(#561) Operator '||' must be spaced. (space-infix-ops)
(#561) Requires a space before '}'. (block-spacing)
(#561) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#561) Missing semicolon. (@babel/semi)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#561) Requires a space after '{'. (block-spacing)
(#561) Statement inside of curly braces should be on next line. (brace-style)
(#561) Missing space before opening brace. (space-before-blocks)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) A space is required after ','. (comma-spacing)
(#561) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) A space is required after ','. (comma-spacing)
(#561) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) Operator '?' must be spaced. (space-infix-ops)
(#561) Operator ':' must be spaced. (space-infix-ops)
(#561) A space is required after ','. (comma-spacing)
(#561) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#561) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#561) Operator '?' must be spaced. (space-infix-ops)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) Operator '?' must be spaced. (space-infix-ops)
(#561) Operator ':' must be spaced. (space-infix-ops)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'd'. (key-spacing)
(#561) Operator ':' must be spaced. (space-infix-ops)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#562) This line has a length of 501. Maximum allowed is 132. (max-len)
(#562) A space is required after ','. (comma-spacing)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) A space is required after ','. (comma-spacing)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) Missing whitespace after semicolon. (semi-spacing)
(#562) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#562) Operator '||' must be spaced. (space-infix-ops)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) A space is required after ','. (comma-spacing)
(#562) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#562) A space is required after ','. (comma-spacing)
(#562) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#562) Missing whitespace after semicolon. (semi-spacing)
(#562) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#562) Missing whitespace after semicolon. (semi-spacing)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) Missing whitespace after semicolon. (semi-spacing)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) Operator '?' must be spaced. (space-infix-ops)
(#562) Operator ':' must be spaced. (space-infix-ops)
(#562) Requires a space before '}'. (block-spacing)
(#562) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#562) Missing semicolon. (@babel/semi)
(#562) Requires a space before '}'. (block-spacing)
(#562) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#562) Missing semicolon. (@babel/semi)
(#562) Missing whitespace after semicolon. (semi-spacing)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) Requires a space after '{'. (block-spacing)
(#562) Statement inside of curly braces should be on next line. (brace-style)
(#562) Missing space before opening brace. (space-before-blocks)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) A space is required after ','. (comma-spacing)
(#562) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) A space is required after ','. (comma-spacing)
(#562) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) A space is required after ','. (comma-spacing)
(#562) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) A space is required after ','. (comma-spacing)
(#562) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#562) A space is required after ','. (comma-spacing)
(#562) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) A space is required after ','. (comma-spacing)
(#562) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) A space is required after ','. (comma-spacing)
(#562) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) A space is required after ','. (comma-spacing)
(#562) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) A space is required after ','. (comma-spacing)
(#562) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) A space is required after ','. (comma-spacing)
(#562) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) Missing whitespace after semicolon. (semi-spacing)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) A space is required after ','. (comma-spacing)
(#562) Operator '===' must be spaced. (space-infix-ops)
(#562) Missing whitespace after semicolon. (semi-spacing)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) A space is required after ','. (comma-spacing)
(#562) A space is required after ','. (comma-spacing)
(#562) Requires a space after '{'. (block-spacing)
(#562) Statement inside of curly braces should be on next line. (brace-style)
(#562) Missing space before opening brace. (space-before-blocks)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#563) This line has a length of 511. Maximum allowed is 132. (max-len)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Operator '&&' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Operator '+' must be spaced. (space-infix-ops)
(#563) Operator '||' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Operator '+' must be spaced. (space-infix-ops)
(#563) Operator '||' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Expected space(s) after "if". (keyword-spacing)
(#563) Operator '||' must be spaced. (space-infix-ops)
(#563) Requires a space after '{'. (block-spacing)
(#563) Statement inside of curly braces should be on next line. (brace-style)
(#563) Missing space before opening brace. (space-before-blocks)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Operator '?' must be spaced. (space-infix-ops)
(#563) Operator ':' must be spaced. (space-infix-ops)
(#563) Operator '+' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Operator '+' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Requires a space before '}'. (block-spacing)
(#563) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#563) Missing semicolon. (@babel/semi)
(#563) Expected space(s) before "else". (keyword-spacing)
(#563) Expected space(s) after "else". (keyword-spacing)
(#563) Expected { after 'else'. (curly)
(#563) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#563) Operator '&&' must be spaced. (space-infix-ops)
(#563) Operator '&&' must be spaced. (space-infix-ops)
(#563) Operator '&&' must be spaced. (space-infix-ops)
(#563) 'p' declared on line 563 column 80 is used outside of binding context. (block-scoped-var)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) 'n' declared on line 563 column 102 is used outside of binding context. (block-scoped-var)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#563) Operator '!==' must be spaced. (space-infix-ops)
(#563) 'p' declared on line 563 column 80 is used outside of binding context. (block-scoped-var)
(#563) Operator '&&' must be spaced. (space-infix-ops)
(#563) Missing space before value for key 'plotX'. (key-spacing)
(#563) 'D' declared on line 563 column 481 is used outside of binding context. (block-scoped-var)
(#563) A space is required after ','. (comma-spacing)
(#563) Missing space before value for key 'plotY'. (key-spacing)
(#563) Operator '===' must be spaced. (space-infix-ops)
(#563) 'p' declared on line 563 column 80 is used outside of binding context. (block-scoped-var)
(#563) Operator '?' must be spaced. (space-infix-ops)
(#563) Operator ':' must be spaced. (space-infix-ops)
(#563) 'p' declared on line 563 column 80 is used outside of binding context. (block-scoped-var)
(#563) A space is required after ','. (comma-spacing)
(#563) Missing space before value for key 'isNull'. (key-spacing)
(#563) A space is required after ','. (comma-spacing)
(#563) Missing space before value for key 'isCliff'. (key-spacing)
(#563) A space is required after ','. (comma-spacing)
(#563) Missing space before value for key 'plotX'. (key-spacing)
(#563) 'D' declared on line 563 column 481 is used outside of binding context. (block-scoped-var)
(#563) A space is required after ','. (comma-spacing)
(#563) Missing space before value for key 'plotY'. (key-spacing)
(#563) Operator '===' must be spaced. (space-infix-ops)
(#563) 'n' declared on line 563 column 102 is used outside of binding context. (block-scoped-var)
(#563) Operator '?' must be spaced. (space-infix-ops)
(#563) Operator ':' must be spaced. (space-infix-ops)
(#563) 'n' declared on line 563 column 102 is used outside of binding context. (block-scoped-var)
(#563) A space is required after ','. (comma-spacing)
(#563) Missing space before value for key 'doCurve'. (key-spacing)
(#563) Requires a space before '}'. (block-spacing)
(#563) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#563) Missing semicolon. (@babel/semi)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Operator '||' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#563) Operator '&&' must be spaced. (space-infix-ops)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Expected space(s) after "for". (keyword-spacing)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Operator '<' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Requires a space after '{'. (block-spacing)
(#563) Statement inside of curly braces should be on next line. (brace-style)
(#563) Missing space before opening brace. (space-before-blocks)
(#563) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#563) Operator '||' must be spaced. (space-infix-ops)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) A space is required after ','. (comma-spacing)
(#564) This line has a length of 511. Maximum allowed is 132. (max-len)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) Operator '?' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) Operator ':' must be spaced. (space-infix-ops)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Expected space(s) after "if". (keyword-spacing)
(#564) Operator '||' must be spaced. (space-infix-ops)
(#564) Expected { after 'if' condition. (curly)
(#564) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#564) Operator '||' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) Operator '-' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) Unexpected use of comma operator. (no-sequences)
(#564) A space is required after ','. (comma-spacing)
(#564) Operator '&&' must be spaced. (space-infix-ops)
(#564) Operator '&&' must be spaced. (space-infix-ops)
(#564) Operator '||' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) Missing space before value for key 'x'. (key-spacing)
(#564) A space is required after ','. (comma-spacing)
(#564) Missing space before value for key 'plotX'. (key-spacing)
(#564) A space is required after ','. (comma-spacing)
(#564) Missing space before value for key 'plotY'. (key-spacing)
(#564) A space is required after ','. (comma-spacing)
(#564) Operator '||' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) Operator '+' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) Requires a space before '}'. (block-spacing)
(#564) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#564) Missing semicolon. (@babel/semi)
(#564) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) A space is required after ','. (comma-spacing)
(#564) A space is required after ','. (comma-spacing)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) 'd' declared on line 563 column 463 is used outside of binding context. (block-scoped-var)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) A space is required after ','. (comma-spacing)
(#564) A space is required after ','. (comma-spacing)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#564) 'v' declared on line 564 column 5 is used outside of binding context. (block-scoped-var)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) 'd' declared on line 563 column 463 is used outside of binding context. (block-scoped-var)
(#564) Operator '&&' must be spaced. (space-infix-ops)
(#564) Operator '===' must be spaced. (space-infix-ops)
(#564) 'v' declared on line 564 column 5 is used outside of binding context. (block-scoped-var)
(#564) Operator '&&' must be spaced. (space-infix-ops)
(#564) 'd' declared on line 563 column 463 is used outside of binding context. (block-scoped-var)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) 'v' declared on line 564 column 5 is used outside of binding context. (block-scoped-var)
(#564) A space is required after ','. (comma-spacing)
(#564) 'v' declared on line 564 column 5 is used outside of binding context. (block-scoped-var)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) 'd' declared on line 563 column 463 is used outside of binding context. (block-scoped-var)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) 'd' declared on line 563 column 463 is used outside of binding context. (block-scoped-var)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) 'd' declared on line 563 column 463 is used outside of binding context. (block-scoped-var)
(#564) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#564) Operator '&&' must be spaced. (space-infix-ops)
(#564) 'd' declared on line 563 column 463 is used outside of binding context. (block-scoped-var)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) A space is required after ','. (comma-spacing)
(#564) A space is required after ','. (comma-spacing)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) 'd' declared on line 563 column 463 is used outside of binding context. (block-scoped-var)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) 'd' declared on line 563 column 463 is used outside of binding context. (block-scoped-var)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Requires a space before '}'. (block-spacing)
(#564) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#564) Missing semicolon. (@babel/semi)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) Requires a space after '{'. (block-spacing)
(#564) Statement inside of curly braces should be on next line. (brace-style)
(#564) Missing space before opening brace. (space-before-blocks)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) Operator '?' must be spaced. (space-infix-ops)
(#565) This line has a length of 506. Maximum allowed is 132. (max-len)
(#565) Operator ':' must be spaced. (space-infix-ops)
(#565) A space is required after ','. (comma-spacing)
(#565) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Operator '||' must be spaced. (space-infix-ops)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Expected space(s) after "if". (keyword-spacing)
(#565) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#565) Requires a space after '{'. (block-spacing)
(#565) Statement inside of curly braces should be on next line. (brace-style)
(#565) Missing space before opening brace. (space-before-blocks)
(#565) Expected space(s) after "for". (keyword-spacing)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Operator '<' must be spaced. (space-infix-ops)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Expected { after 'for' condition. (curly)
(#565) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Unexpected use of comma operator. (no-sequences)
(#565) A space is required after ','. (comma-spacing)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) A space is required after ','. (comma-spacing)
(#565) A space is required after ','. (comma-spacing)
(#565) Requires a space after '{'. (block-spacing)
(#565) Statement inside of curly braces should be on next line. (brace-style)
(#565) Missing space before opening brace. (space-before-blocks)
(#565) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#565) Operator '!==' must be spaced. (space-infix-ops)
(#565) Operator '&&' must be spaced. (space-infix-ops)
(#565) Requires a space before '}'. (block-spacing)
(#565) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#565) Missing semicolon. (@babel/semi)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) A space is required after ','. (comma-spacing)
(#565) Requires a space after '{'. (block-spacing)
(#565) Statement inside of curly braces should be on next line. (brace-style)
(#565) Missing space before opening brace. (space-before-blocks)
(#565) Operator '-' must be spaced. (space-infix-ops)
(#565) Requires a space before '}'. (block-spacing)
(#565) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#565) Missing semicolon. (@babel/semi)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Requires a space after '{'. (block-spacing)
(#565) Statement inside of curly braces should be on next line. (brace-style)
(#565) Missing space before opening brace. (space-before-blocks)
(#565) Requires a space before '}'. (block-spacing)
(#565) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#565) Missing semicolon. (@babel/semi)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) A space is required after ','. (comma-spacing)
(#565) Requires a space after '{'. (block-spacing)
(#565) Statement inside of curly braces should be on next line. (brace-style)
(#565) Missing space before opening brace. (space-before-blocks)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) A space is required after ','. (comma-spacing)
(#565) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#565) A space is required after ','. (comma-spacing)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Expected space(s) after "if". (keyword-spacing)
(#565) Operator '&&' must be spaced. (space-infix-ops)
(#565) Expected { after 'if' condition. (curly)
(#565) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#565) Unexpected use of comma operator. (no-sequences)
(#565) A space is required after ','. (comma-spacing)
(#565) A space is required after ','. (comma-spacing)
(#565) Requires a space after '{'. (block-spacing)
(#565) Statement inside of curly braces should be on next line. (brace-style)
(#565) Missing space before opening brace. (space-before-blocks)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Operator '===' must be spaced. (space-infix-ops)
(#565) Operator '?' must be spaced. (space-infix-ops)
(#565) Operator ':' must be spaced. (space-infix-ops)
(#565) A space is required after ','. (comma-spacing)
(#565) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) A space is required after ','. (comma-spacing)
(#565) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Operator '+' must be spaced. (space-infix-ops)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Expected space(s) after "if". (keyword-spacing)
(#565) Expected { after 'if' condition. (curly)
(#565) Expected space(s) before "for". (keyword-spacing)
(#565) Expected space(s) after "for". (keyword-spacing)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Operator '<=' must be spaced. (space-infix-ops)
(#565) Operator '&&' must be spaced. (space-infix-ops)
(#565) Operator '<' must be spaced. (space-infix-ops)
(#565) Requires a space after '{'. (block-spacing)
(#565) Statement inside of curly braces should be on next line. (brace-style)
(#565) Missing space before opening brace. (space-before-blocks)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#565) Operator '||' must be spaced. (space-infix-ops)
(#565) Operator '===' must be spaced. (space-infix-ops)
(#565) Operator '?' must be spaced. (space-infix-ops)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Operator ':' must be spaced. (space-infix-ops)
(#565) Operator '&&' must be spaced. (space-infix-ops)
(#566) This line has a length of 524. Maximum allowed is 132. (max-len)
(#566) Operator '=' must be spaced. (space-infix-ops)
(#566) Operator '&&' must be spaced. (space-infix-ops)
(#566) Operator '-=' must be spaced. (space-infix-ops)
(#566) Operator '-' must be spaced. (space-infix-ops)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) Operator '+=' must be spaced. (space-infix-ops)
(#566) Requires a space before '}'. (block-spacing)
(#566) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#566) Missing semicolon. (@babel/semi)
(#566) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#566) Operator '===' must be spaced. (space-infix-ops)
(#566) Operator '?' must be spaced. (space-infix-ops)
(#566) Operator ':' must be spaced. (space-infix-ops)
(#566) Operator '=' must be spaced. (space-infix-ops)
(#566) Requires a space before '}'. (block-spacing)
(#566) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#566) Missing semicolon. (@babel/semi)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) Expected space(s) after "else". (keyword-spacing)
(#566) Requires a space after '{'. (block-spacing)
(#566) Statement inside of curly braces should be on next line. (brace-style)
(#566) Expected space(s) after "for". (keyword-spacing)
(#566) Operator '=' must be spaced. (space-infix-ops)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) Operator '<=' must be spaced. (space-infix-ops)
(#566) Operator '&&' must be spaced. (space-infix-ops)
(#566) Operator '<' must be spaced. (space-infix-ops)
(#566) Requires a space after '{'. (block-spacing)
(#566) Statement inside of curly braces should be on next line. (brace-style)
(#566) Missing space before opening brace. (space-before-blocks)
(#566) Expected space(s) after "if". (keyword-spacing)
(#566) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#566) Operator '=' must be spaced. (space-infix-ops)
(#566) Requires a space after '{'. (block-spacing)
(#566) Statement inside of curly braces should be on next line. (brace-style)
(#566) Missing space before opening brace. (space-before-blocks)
(#566) Operator '=' must be spaced. (space-infix-ops)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) Requires a space before '}'. (block-spacing)
(#566) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#566) Missing semicolon. (@babel/semi)
(#566) Operator '+=' must be spaced. (space-infix-ops)
(#566) Requires a space before '}'. (block-spacing)
(#566) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#566) Missing semicolon. (@babel/semi)
(#566) Operator '=' must be spaced. (space-infix-ops)
(#566) A space is required after ','. (comma-spacing)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) Operator '=' must be spaced. (space-infix-ops)
(#566) A space is required after ','. (comma-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) Missing space before value for key 'isNull'. (key-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) Missing space before value for key 'plotX'. (key-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) Missing space before value for key 'x'. (key-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) Missing space before value for key 'plotY'. (key-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) Missing space before value for key 'yBottom'. (key-spacing)
(#566) Requires a space before '}'. (block-spacing)
(#566) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#566) Missing semicolon. (@babel/semi)
(#566) Requires a space before '}'. (block-spacing)
(#566) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#566) Requires a space before '}'. (block-spacing)
(#566) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#566) Missing semicolon. (@babel/semi)
(#566) Expected space(s) before "return". (keyword-spacing)
(#566) Requires a space before '}'. (block-spacing)
(#566) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#566) Missing semicolon. (@babel/semi)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) Operator '=' must be spaced. (space-infix-ops)
(#566) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#566) A space is required after ','. (comma-spacing)
(#566) Missing space before value for key 'threshold'. (key-spacing)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) Requires a space before '}'. (block-spacing)
(#566) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#566) Missing semicolon. (@babel/semi)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) Missing space before value for key 'singleStacks'. (key-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) Missing space before value for key 'drawLegendSymbol'. (key-spacing)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) Requires a space before '}'. (block-spacing)
(#566) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#566) Missing semicolon. (@babel/semi)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#566) A space is required after ','. (comma-spacing)
(#566) A space is required after ','. (comma-spacing)
(#567) This line has a length of 504. Maximum allowed is 132. (max-len)
(#567) A space is required after ','. (comma-spacing)
(#567) A space is required after ','. (comma-spacing)
(#567) Requires a space after '{'. (block-spacing)
(#567) Statement inside of curly braces should be on next line. (brace-style)
(#567) Missing space before opening brace. (space-before-blocks)
(#567) Operator '=' must be spaced. (space-infix-ops)
(#567) Operator '&&' must be spaced. (space-infix-ops)
(#567) Operator '||' must be spaced. (space-infix-ops)
(#567) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#567) Requires a space after '{'. (block-spacing)
(#567) Statement inside of curly braces should be on next line. (brace-style)
(#567) Missing space before opening brace. (space-before-blocks)
(#567) Operator '=' must be spaced. (space-infix-ops)
(#567) A space is required after ','. (comma-spacing)
(#567) Requires a space after '{'. (block-spacing)
(#567) Statement inside of curly braces should be on next line. (brace-style)
(#567) Missing space before opening brace. (space-before-blocks)
(#567) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#567) Operator '=' must be spaced. (space-infix-ops)
(#567) Operator '||' must be spaced. (space-infix-ops)
(#567) Missing space before value for key '__proto__'. (key-spacing)
(#567) Operator 'instanceof' must be spaced. (space-infix-ops)
(#567) Operator '&&' must be spaced. (space-infix-ops)
(#567) A space is required after ','. (comma-spacing)
(#567) Requires a space after '{'. (block-spacing)
(#567) Statement inside of curly braces should be on next line. (brace-style)
(#567) Missing space before opening brace. (space-before-blocks)
(#567) The '__proto__' property is deprecated. (no-proto)
(#567) Operator '=' must be spaced. (space-infix-ops)
(#567) Requires a space before '}'. (block-spacing)
(#567) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#567) Missing semicolon. (@babel/semi)
(#567) Operator '||' must be spaced. (space-infix-ops)
(#567) A space is required after ','. (comma-spacing)
(#567) Requires a space after '{'. (block-spacing)
(#567) Statement inside of curly braces should be on next line. (brace-style)
(#567) Missing space before opening brace. (space-before-blocks)
(#567) Expected space(s) after "for". (keyword-spacing)
(#567) Expected { after 'for-in'. (curly)
(#567) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#567) Operator '&&' must be spaced. (space-infix-ops)
(#567) Operator '=' must be spaced. (space-infix-ops)
(#567) Requires a space before '}'. (block-spacing)
(#567) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#567) Missing semicolon. (@babel/semi)
(#567) Missing whitespace after semicolon. (semi-spacing)
(#567) A space is required after ','. (comma-spacing)
(#567) Requires a space before '}'. (block-spacing)
(#567) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#567) Missing semicolon. (@babel/semi)
(#567) Missing whitespace after semicolon. (semi-spacing)
(#567) A space is required after ','. (comma-spacing)
(#567) Requires a space after '{'. (block-spacing)
(#567) Statement inside of curly braces should be on next line. (brace-style)
(#567) Missing space before opening brace. (space-before-blocks)
(#567) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#567) Requires a space after '{'. (block-spacing)
(#567) Statement inside of curly braces should be on next line. (brace-style)
(#567) Missing space before opening brace. (space-before-blocks)
(#567) Operator '=' must be spaced. (space-infix-ops)
(#567) Requires a space before '}'. (block-spacing)
(#567) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#567) Missing semicolon. (@babel/semi)
(#567) A space is required after ','. (comma-spacing)
(#567) Missing whitespace after semicolon. (semi-spacing)
(#567) Operator '=' must be spaced. (space-infix-ops)
(#567) Operator '===' must be spaced. (space-infix-ops)
(#567) Operator '?' must be spaced. (space-infix-ops)
(#567) Operator ':' must be spaced. (space-infix-ops)
(#567) Operator '=' must be spaced. (space-infix-ops)
(#567) A space is required after ','. (comma-spacing)
(#567) Missing '()' invoking a constructor. (new-parens)
(#567) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#567) Requires a space before '}'. (block-spacing)
(#567) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#567) Missing semicolon. (@babel/semi)
(#567) Requires a space before '}'. (block-spacing)
(#567) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#567) Missing semicolon. (@babel/semi)
(#567) A space is required after ','. (comma-spacing)
(#567) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#567) Operator '=' must be spaced. (space-infix-ops)
(#567) A space is required after ','. (comma-spacing)
(#567) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#567) Operator '=' must be spaced. (space-infix-ops)
(#567) A space is required after ','. (comma-spacing)
(#567) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#567) Operator '=' must be spaced. (space-infix-ops)
(#567) Missing whitespace after semicolon. (semi-spacing)
(#567) Operator '=' must be spaced. (space-infix-ops)
(#567) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#567) Requires a space after '{'. (block-spacing)
(#567) Statement inside of curly braces should be on next line. (brace-style)
(#567) Missing space before opening brace. (space-before-blocks)
(#567) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#567) Requires a space after '{'. (block-spacing)
(#567) Statement inside of curly braces should be on next line. (brace-style)
(#567) Missing space before opening brace. (space-before-blocks)
(#567) Operator '=' must be spaced. (space-infix-ops)
(#567) Operator '!==' must be spaced. (space-infix-ops)
(#567) Operator '&&' must be spaced. (space-infix-ops)
(#567) A space is required after ','. (comma-spacing)
(#567) Operator '||' must be spaced. (space-infix-ops)
(#568) This line has a length of 503. Maximum allowed is 132. (max-len)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Requires a space before '}'. (block-spacing)
(#568) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#568) Missing semicolon. (@babel/semi)
(#568) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#568) A space is required after ','. (comma-spacing)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Function has a complexity of 24. Maximum allowed is 20. (complexity)
(#568) A space is required after ','. (comma-spacing)
(#568) A space is required after ','. (comma-spacing)
(#568) Requires a space after '{'. (block-spacing)
(#568) Statement inside of curly braces should be on next line. (brace-style)
(#568) Missing space before opening brace. (space-before-blocks)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Operator '||' must be spaced. (space-infix-ops)
(#568) A space is required after ','. (comma-spacing)
(#568) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Operator '||' must be spaced. (space-infix-ops)
(#568) A space is required after ','. (comma-spacing)
(#568) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Operator '-' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Operator '+' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Expected space(s) after "if". (keyword-spacing)
(#568) Operator '&&' must be spaced. (space-infix-ops)
(#568) Operator '&&' must be spaced. (space-infix-ops)
(#568) Operator '!==' must be spaced. (space-infix-ops)
(#568) Operator '&&' must be spaced. (space-infix-ops)
(#568) Operator '&&' must be spaced. (space-infix-ops)
(#568) Operator '&&' must be spaced. (space-infix-ops)
(#568) Operator '&&' must be spaced. (space-infix-ops)
(#568) Operator '!==' must be spaced. (space-infix-ops)
(#568) Operator '&&' must be spaced. (space-infix-ops)
(#568) Requires a space after '{'. (block-spacing)
(#568) Statement inside of curly braces should be on next line. (brace-style)
(#568) Missing space before opening brace. (space-before-blocks)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Operator '||' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Operator '||' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Operator '||' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Operator '*' must be spaced. (space-infix-ops)
(#568) Operator '+' must be spaced. (space-infix-ops)
(#568) Operator '||' must be spaced. (space-infix-ops)
(#568) Operator '/' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Operator '*' must be spaced. (space-infix-ops)
(#568) Operator '+' must be spaced. (space-infix-ops)
(#568) Operator '/' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Operator '*' must be spaced. (space-infix-ops)
(#568) Operator '+' must be spaced. (space-infix-ops)
(#568) Operator '/' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Operator '*' must be spaced. (space-infix-ops)
(#568) Operator '+' must be spaced. (space-infix-ops)
(#568) Operator '/' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#568) Operator '!==' must be spaced. (space-infix-ops)
(#568) Operator '&&' must be spaced. (space-infix-ops)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Operator '-' must be spaced. (space-infix-ops)
(#568) Operator '*' must be spaced. (space-infix-ops)
(#568) Operator '-' must be spaced. (space-infix-ops)
(#568) Operator '/' must be spaced. (space-infix-ops)
(#568) Operator '-' must be spaced. (space-infix-ops)
(#568) Operator '+' must be spaced. (space-infix-ops)
(#568) Operator '-' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '+=' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '+=' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#568) Operator '>' must be spaced. (space-infix-ops)
(#568) Operator '&&' must be spaced. (space-infix-ops)
(#568) Operator '>' must be spaced. (space-infix-ops)
(#568) Operator '?' must be spaced. (space-infix-ops)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) A space is required after ','. (comma-spacing)
(#568) A space is required after ','. (comma-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Operator '*' must be spaced. (space-infix-ops)
(#568) Operator '-' must be spaced. (space-infix-ops)
(#568) Operator ':' must be spaced. (space-infix-ops)
(#568) Operator '<' must be spaced. (space-infix-ops)
(#568) Operator '&&' must be spaced. (space-infix-ops)
(#568) Operator '<' must be spaced. (space-infix-ops)
(#568) Operator '&&' must be spaced. (space-infix-ops)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) A space is required after ','. (comma-spacing)
(#568) A space is required after ','. (comma-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Operator '*' must be spaced. (space-infix-ops)
(#568) Operator '-' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#568) Operator '>' must be spaced. (space-infix-ops)
(#568) Operator '&&' must be spaced. (space-infix-ops)
(#569) This line has a length of 521. Maximum allowed is 132. (max-len)
(#569) Operator '>' must be spaced. (space-infix-ops)
(#569) Operator '?' must be spaced. (space-infix-ops)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) Operator '*' must be spaced. (space-infix-ops)
(#569) Operator '-' must be spaced. (space-infix-ops)
(#569) Operator ':' must be spaced. (space-infix-ops)
(#569) Operator '<' must be spaced. (space-infix-ops)
(#569) Operator '&&' must be spaced. (space-infix-ops)
(#569) Operator '<' must be spaced. (space-infix-ops)
(#569) Operator '&&' must be spaced. (space-infix-ops)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) Operator '*' must be spaced. (space-infix-ops)
(#569) Operator '-' must be spaced. (space-infix-ops)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) Requires a space before '}'. (block-spacing)
(#569) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#569) Missing semicolon. (@babel/semi)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) A space is required after ','. (comma-spacing)
(#569) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#569) 'q' declared on line 568 column 302 is used outside of binding context. (block-scoped-var)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#569) 'u' declared on line 568 column 333 is used outside of binding context. (block-scoped-var)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) Requires a space before '}'. (block-spacing)
(#569) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#569) Missing semicolon. (@babel/semi)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) Requires a space before '}'. (block-spacing)
(#569) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#569) Missing semicolon. (@babel/semi)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) Requires a space before '}'. (block-spacing)
(#569) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#569) Missing semicolon. (@babel/semi)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#570) This line has a length of 509. Maximum allowed is 132. (max-len)
(#570) A space is required after ','. (comma-spacing)
(#570) A space is required after ','. (comma-spacing)
(#570) A space is required after ','. (comma-spacing)
(#570) A space is required after ','. (comma-spacing)
(#570) Requires a space after '{'. (block-spacing)
(#570) Statement inside of curly braces should be on next line. (brace-style)
(#570) Missing space before opening brace. (space-before-blocks)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) Operator '&&' must be spaced. (space-infix-ops)
(#570) Operator '||' must be spaced. (space-infix-ops)
(#570) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#570) Requires a space after '{'. (block-spacing)
(#570) Statement inside of curly braces should be on next line. (brace-style)
(#570) Missing space before opening brace. (space-before-blocks)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) A space is required after ','. (comma-spacing)
(#570) Requires a space after '{'. (block-spacing)
(#570) Statement inside of curly braces should be on next line. (brace-style)
(#570) Missing space before opening brace. (space-before-blocks)
(#570) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) Operator '||' must be spaced. (space-infix-ops)
(#570) Missing space before value for key '__proto__'. (key-spacing)
(#570) Operator 'instanceof' must be spaced. (space-infix-ops)
(#570) Operator '&&' must be spaced. (space-infix-ops)
(#570) A space is required after ','. (comma-spacing)
(#570) Requires a space after '{'. (block-spacing)
(#570) Statement inside of curly braces should be on next line. (brace-style)
(#570) Missing space before opening brace. (space-before-blocks)
(#570) The '__proto__' property is deprecated. (no-proto)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) Requires a space before '}'. (block-spacing)
(#570) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#570) Missing semicolon. (@babel/semi)
(#570) Operator '||' must be spaced. (space-infix-ops)
(#570) A space is required after ','. (comma-spacing)
(#570) Requires a space after '{'. (block-spacing)
(#570) Statement inside of curly braces should be on next line. (brace-style)
(#570) Missing space before opening brace. (space-before-blocks)
(#570) Expected space(s) after "for". (keyword-spacing)
(#570) Expected { after 'for-in'. (curly)
(#570) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#570) Operator '&&' must be spaced. (space-infix-ops)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) Requires a space before '}'. (block-spacing)
(#570) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#570) Missing semicolon. (@babel/semi)
(#570) Missing whitespace after semicolon. (semi-spacing)
(#570) A space is required after ','. (comma-spacing)
(#570) Requires a space before '}'. (block-spacing)
(#570) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#570) Missing semicolon. (@babel/semi)
(#570) Missing whitespace after semicolon. (semi-spacing)
(#570) A space is required after ','. (comma-spacing)
(#570) Requires a space after '{'. (block-spacing)
(#570) Statement inside of curly braces should be on next line. (brace-style)
(#570) Missing space before opening brace. (space-before-blocks)
(#570) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#570) Requires a space after '{'. (block-spacing)
(#570) Statement inside of curly braces should be on next line. (brace-style)
(#570) Missing space before opening brace. (space-before-blocks)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) Requires a space before '}'. (block-spacing)
(#570) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#570) Missing semicolon. (@babel/semi)
(#570) A space is required after ','. (comma-spacing)
(#570) Missing whitespace after semicolon. (semi-spacing)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) Operator '===' must be spaced. (space-infix-ops)
(#570) Operator '?' must be spaced. (space-infix-ops)
(#570) Operator ':' must be spaced. (space-infix-ops)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) A space is required after ','. (comma-spacing)
(#570) Missing '()' invoking a constructor. (new-parens)
(#570) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#570) Requires a space before '}'. (block-spacing)
(#570) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#570) Missing semicolon. (@babel/semi)
(#570) Requires a space before '}'. (block-spacing)
(#570) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#570) Missing semicolon. (@babel/semi)
(#570) A space is required after ','. (comma-spacing)
(#570) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) A space is required after ','. (comma-spacing)
(#570) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) A space is required after ','. (comma-spacing)
(#570) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) Missing whitespace after semicolon. (semi-spacing)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#570) Requires a space after '{'. (block-spacing)
(#570) Statement inside of curly braces should be on next line. (brace-style)
(#570) Missing space before opening brace. (space-before-blocks)
(#570) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#570) Requires a space after '{'. (block-spacing)
(#570) Statement inside of curly braces should be on next line. (brace-style)
(#570) Missing space before opening brace. (space-before-blocks)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) Operator '!==' must be spaced. (space-infix-ops)
(#570) Operator '&&' must be spaced. (space-infix-ops)
(#570) A space is required after ','. (comma-spacing)
(#570) Operator '||' must be spaced. (space-infix-ops)
(#570) Missing whitespace after semicolon. (semi-spacing)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) Missing whitespace after semicolon. (semi-spacing)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#571) This line has a length of 510. Maximum allowed is 132. (max-len)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Operator '=' must be spaced. (space-infix-ops)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#571) Requires a space before '}'. (block-spacing)
(#571) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#571) Missing semicolon. (@babel/semi)
(#571) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#571) A space is required after ','. (comma-spacing)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Operator '=' must be spaced. (space-infix-ops)
(#571) A space is required after ','. (comma-spacing)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Requires a space before '}'. (block-spacing)
(#571) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#571) Missing semicolon. (@babel/semi)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#571) A space is required after ','. (comma-spacing)
(#571) Missing space before value for key 'getGraphPath'. (key-spacing)
(#571) A space is required after ','. (comma-spacing)
(#571) Missing space before value for key 'getStackPoints'. (key-spacing)
(#571) A space is required after ','. (comma-spacing)
(#571) Missing space before value for key 'drawGraph'. (key-spacing)
(#571) A space is required after ','. (comma-spacing)
(#571) Missing space before value for key 'drawLegendSymbol'. (key-spacing)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) A space is required after ','. (comma-spacing)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Requires a space before '}'. (block-spacing)
(#571) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#571) Missing semicolon. (@babel/semi)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#571) A space is required after ','. (comma-spacing)
(#571) A space is required after ','. (comma-spacing)
(#571) A space is required after ','. (comma-spacing)
(#571) A space is required after ','. (comma-spacing)
(#571) A space is required after ','. (comma-spacing)
(#571) A space is required after ','. (comma-spacing)
(#571) A space is required after ','. (comma-spacing)
(#572) This line has a length of 512. Maximum allowed is 132. (max-len)
(#572) A space is required after ','. (comma-spacing)
(#572) A space is required after ','. (comma-spacing)
(#572) A space is required after ','. (comma-spacing)
(#572) A space is required after ','. (comma-spacing)
(#572) A space is required after ','. (comma-spacing)
(#572) A space is required after ','. (comma-spacing)
(#572) A space is required after ','. (comma-spacing)
(#572) Requires a space after '{'. (block-spacing)
(#572) Statement inside of curly braces should be on next line. (brace-style)
(#572) Missing space before opening brace. (space-before-blocks)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) Operator '&&' must be spaced. (space-infix-ops)
(#572) Operator '||' must be spaced. (space-infix-ops)
(#572) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#572) Requires a space after '{'. (block-spacing)
(#572) Statement inside of curly braces should be on next line. (brace-style)
(#572) Missing space before opening brace. (space-before-blocks)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) A space is required after ','. (comma-spacing)
(#572) Requires a space after '{'. (block-spacing)
(#572) Statement inside of curly braces should be on next line. (brace-style)
(#572) Missing space before opening brace. (space-before-blocks)
(#572) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) Operator '||' must be spaced. (space-infix-ops)
(#572) Missing space before value for key '__proto__'. (key-spacing)
(#572) Operator 'instanceof' must be spaced. (space-infix-ops)
(#572) Operator '&&' must be spaced. (space-infix-ops)
(#572) A space is required after ','. (comma-spacing)
(#572) Requires a space after '{'. (block-spacing)
(#572) Statement inside of curly braces should be on next line. (brace-style)
(#572) Missing space before opening brace. (space-before-blocks)
(#572) The '__proto__' property is deprecated. (no-proto)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) Requires a space before '}'. (block-spacing)
(#572) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#572) Missing semicolon. (@babel/semi)
(#572) Operator '||' must be spaced. (space-infix-ops)
(#572) A space is required after ','. (comma-spacing)
(#572) Requires a space after '{'. (block-spacing)
(#572) Statement inside of curly braces should be on next line. (brace-style)
(#572) Missing space before opening brace. (space-before-blocks)
(#572) Expected space(s) after "for". (keyword-spacing)
(#572) Expected { after 'for-in'. (curly)
(#572) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#572) Operator '&&' must be spaced. (space-infix-ops)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) Requires a space before '}'. (block-spacing)
(#572) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#572) Missing semicolon. (@babel/semi)
(#572) Missing whitespace after semicolon. (semi-spacing)
(#572) A space is required after ','. (comma-spacing)
(#572) Requires a space before '}'. (block-spacing)
(#572) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#572) Missing semicolon. (@babel/semi)
(#572) Missing whitespace after semicolon. (semi-spacing)
(#572) A space is required after ','. (comma-spacing)
(#572) Requires a space after '{'. (block-spacing)
(#572) Statement inside of curly braces should be on next line. (brace-style)
(#572) Missing space before opening brace. (space-before-blocks)
(#572) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#572) Requires a space after '{'. (block-spacing)
(#572) Statement inside of curly braces should be on next line. (brace-style)
(#572) Missing space before opening brace. (space-before-blocks)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) Requires a space before '}'. (block-spacing)
(#572) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#572) Missing semicolon. (@babel/semi)
(#572) A space is required after ','. (comma-spacing)
(#572) Missing whitespace after semicolon. (semi-spacing)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) Operator '===' must be spaced. (space-infix-ops)
(#572) Operator '?' must be spaced. (space-infix-ops)
(#572) Operator ':' must be spaced. (space-infix-ops)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) A space is required after ','. (comma-spacing)
(#572) Missing '()' invoking a constructor. (new-parens)
(#572) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#572) Requires a space before '}'. (block-spacing)
(#572) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#572) Missing semicolon. (@babel/semi)
(#572) Requires a space before '}'. (block-spacing)
(#572) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#572) Missing semicolon. (@babel/semi)
(#572) A space is required after ','. (comma-spacing)
(#572) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) A space is required after ','. (comma-spacing)
(#572) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) A space is required after ','. (comma-spacing)
(#572) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) Missing whitespace after semicolon. (semi-spacing)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) Missing whitespace after semicolon. (semi-spacing)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) A space is required after ','. (comma-spacing)
(#572) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) A space is required after ','. (comma-spacing)
(#572) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) A space is required after ','. (comma-spacing)
(#572) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) A space is required after ','. (comma-spacing)
(#572) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#573) This line has a length of 510. Maximum allowed is 132. (max-len)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) A space is required after ','. (comma-spacing)
(#573) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) A space is required after ','. (comma-spacing)
(#573) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) A space is required after ','. (comma-spacing)
(#573) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) A space is required after ','. (comma-spacing)
(#573) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) Missing whitespace after semicolon. (semi-spacing)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#573) Requires a space after '{'. (block-spacing)
(#573) Statement inside of curly braces should be on next line. (brace-style)
(#573) Missing space before opening brace. (space-before-blocks)
(#573) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#573) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#573) Requires a space after '{'. (block-spacing)
(#573) Statement inside of curly braces should be on next line. (brace-style)
(#573) Missing space before opening brace. (space-before-blocks)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) Operator '!==' must be spaced. (space-infix-ops)
(#573) Operator '&&' must be spaced. (space-infix-ops)
(#573) A space is required after ','. (comma-spacing)
(#573) Operator '||' must be spaced. (space-infix-ops)
(#573) Missing whitespace after semicolon. (semi-spacing)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) Missing whitespace after semicolon. (semi-spacing)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) Missing whitespace after semicolon. (semi-spacing)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) Missing whitespace after semicolon. (semi-spacing)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) Missing whitespace after semicolon. (semi-spacing)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) Missing whitespace after semicolon. (semi-spacing)
(#573) Requires a space before '}'. (block-spacing)
(#573) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#573) Missing semicolon. (@babel/semi)
(#573) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#573) A space is required after ','. (comma-spacing)
(#573) Missing whitespace after semicolon. (semi-spacing)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) Requires a space after '{'. (block-spacing)
(#573) Statement inside of curly braces should be on next line. (brace-style)
(#573) Missing space before opening brace. (space-before-blocks)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) A space is required after ','. (comma-spacing)
(#573) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) A space is required after ','. (comma-spacing)
(#573) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) A space is required after ','. (comma-spacing)
(#573) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) A space is required after ','. (comma-spacing)
(#573) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) A space is required after ','. (comma-spacing)
(#573) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) Operator '?' must be spaced. (space-infix-ops)
(#573) Operator ':' must be spaced. (space-infix-ops)
(#573) Missing whitespace after semicolon. (semi-spacing)
(#573) Expected space(s) after "if". (keyword-spacing)
(#573) Expected { after 'if' condition. (curly)
(#573) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#573) Unexpected use of comma operator. (no-sequences)
(#573) A space is required after ','. (comma-spacing)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) A space is required after ','. (comma-spacing)
(#573) A space is required after ','. (comma-spacing)
(#573) Operator '+' must be spaced. (space-infix-ops)
(#573) A space is required after ','. (comma-spacing)
(#573) Operator '?' must be spaced. (space-infix-ops)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) Operator '-' must be spaced. (space-infix-ops)
(#573) Operator ':' must be spaced. (space-infix-ops)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#573) A space is required after ','. (comma-spacing)
(#573) Operator '&&' must be spaced. (space-infix-ops)
(#573) A space is required after ','. (comma-spacing)
(#573) Missing whitespace after semicolon. (semi-spacing)
(#573) Expected space(s) after "else". (keyword-spacing)
(#573) Requires a space after '{'. (block-spacing)
(#573) Statement inside of curly braces should be on next line. (brace-style)
(#573) Operator '=' must be spaced. (space-infix-ops)
(#574) This line has a length of 541. Maximum allowed is 132. (max-len)
(#574) Missing whitespace after semicolon. (semi-spacing)
(#574) Missing space before value for key 'scaleY'. (key-spacing)
(#574) A space is required after ','. (comma-spacing)
(#574) A space is required after ','. (comma-spacing)
(#574) Missing space before value for key 'step'. (key-spacing)
(#574) A space is required after ','. (comma-spacing)
(#574) Requires a space after '{'. (block-spacing)
(#574) Statement inside of curly braces should be on next line. (brace-style)
(#574) Missing space before opening brace. (space-before-blocks)
(#574) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#574) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#574) Operator '&&' must be spaced. (space-infix-ops)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) Operator '+' must be spaced. (space-infix-ops)
(#574) Operator '*' must be spaced. (space-infix-ops)
(#574) Operator '-' must be spaced. (space-infix-ops)
(#574) A space is required after ','. (comma-spacing)
(#574) Requires a space before '}'. (block-spacing)
(#574) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#574) Missing semicolon. (@babel/semi)
(#574) Requires a space before '}'. (block-spacing)
(#574) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#574) Missing semicolon. (@babel/semi)
(#574) Requires a space before '}'. (block-spacing)
(#574) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#574) Missing whitespace after semicolon. (semi-spacing)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) A space is required after ','. (comma-spacing)
(#574) 'c' is defined but never used. (no-unused-vars)
(#574) Requires a space after '{'. (block-spacing)
(#574) Statement inside of curly braces should be on next line. (brace-style)
(#574) Missing space before opening brace. (space-before-blocks)
(#574) A space is required after ','. (comma-spacing)
(#574) Missing whitespace after semicolon. (semi-spacing)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) Missing whitespace after semicolon. (semi-spacing)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) Missing whitespace after semicolon. (semi-spacing)
(#574) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#574) Operator '&&' must be spaced. (space-infix-ops)
(#574) Requires a space after '{'. (block-spacing)
(#574) Statement inside of curly braces should be on next line. (brace-style)
(#574) Missing space before opening brace. (space-before-blocks)
(#574) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#574) Operator '===' must be spaced. (space-infix-ops)
(#574) Operator '&&' must be spaced. (space-infix-ops)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) Requires a space before '}'. (block-spacing)
(#574) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#574) Missing semicolon. (@babel/semi)
(#574) Requires a space before '}'. (block-spacing)
(#574) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#574) Missing semicolon. (@babel/semi)
(#574) Missing whitespace after semicolon. (semi-spacing)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) Requires a space after '{'. (block-spacing)
(#574) Statement inside of curly braces should be on next line. (brace-style)
(#574) Missing space before opening brace. (space-before-blocks)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) A space is required after ','. (comma-spacing)
(#574) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) A space is required after ','. (comma-spacing)
(#574) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) A space is required after ','. (comma-spacing)
(#574) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) A space is required after ','. (comma-spacing)
(#574) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) Missing whitespace after semicolon. (semi-spacing)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) Operator '&&' must be spaced. (space-infix-ops)
(#574) Operator '||' must be spaced. (space-infix-ops)
(#574) Operator '&&' must be spaced. (space-infix-ops)
(#574) Missing whitespace after semicolon. (semi-spacing)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) A space is required after ','. (comma-spacing)
(#574) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#574) A space is required after ','. (comma-spacing)
(#574) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) Missing whitespace after semicolon. (semi-spacing)
(#574) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#574) Operator '===' must be spaced. (space-infix-ops)
(#574) Operator '?' must be spaced. (space-infix-ops)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) Operator ':' must be spaced. (space-infix-ops)
(#574) Requires a space after '{'. (block-spacing)
(#574) Statement inside of curly braces should be on next line. (brace-style)
(#574) Missing space before opening brace. (space-before-blocks)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#575) This line has a length of 507. Maximum allowed is 132. (max-len)
(#575) A space is required after ','. (comma-spacing)
(#575) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Expected space(s) after "if". (keyword-spacing)
(#575) Operator '===' must be spaced. (space-infix-ops)
(#575) Operator '&&' must be spaced. (space-infix-ops)
(#575) Operator '||' must be spaced. (space-infix-ops)
(#575) Operator '&&' must be spaced. (space-infix-ops)
(#575) Operator '===' must be spaced. (space-infix-ops)
(#575) Operator '&&' must be spaced. (space-infix-ops)
(#575) Operator '===' must be spaced. (space-infix-ops)
(#575) Requires a space after '{'. (block-spacing)
(#575) Statement inside of curly braces should be on next line. (brace-style)
(#575) Missing space before opening brace. (space-before-blocks)
(#575) Expected space(s) after "if". (keyword-spacing)
(#575) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#575) Operator '&&' must be spaced. (space-infix-ops)
(#575) Operator '!==' must be spaced. (space-infix-ops)
(#575) Requires a space after '{'. (block-spacing)
(#575) Statement inside of curly braces should be on next line. (brace-style)
(#575) Missing space before opening brace. (space-before-blocks)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#575) Operator '===' must be spaced. (space-infix-ops)
(#575) Operator '&&' must be spaced. (space-infix-ops)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Requires a space before '}'. (block-spacing)
(#575) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#575) Missing semicolon. (@babel/semi)
(#575) Expected space(s) before "else". (keyword-spacing)
(#575) Expected space(s) after "else". (keyword-spacing)
(#575) Expected { after 'else'. (curly)
(#575) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#575) Operator '!==' must be spaced. (space-infix-ops)
(#575) Operator '&&' must be spaced. (space-infix-ops)
(#575) 'f' declared on line 575 column 219 is used outside of binding context. (block-scoped-var)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) 'f' declared on line 575 column 219 is used outside of binding context. (block-scoped-var)
(#575) Requires a space before '}'. (block-spacing)
(#575) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#575) Missing semicolon. (@babel/semi)
(#575) Requires a space before '}'. (block-spacing)
(#575) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Operator '*' must be spaced. (space-infix-ops)
(#575) Operator '&&' must be spaced. (space-infix-ops)
(#575) Operator '||' must be spaced. (space-infix-ops)
(#575) Operator '||' must be spaced. (space-infix-ops)
(#575) Operator '||' must be spaced. (space-infix-ops)
(#575) Operator '||' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Operator '*' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Operator '-' must be spaced. (space-infix-ops)
(#575) Operator '*' must be spaced. (space-infix-ops)
(#575) Operator '/' must be spaced. (space-infix-ops)
(#575) Operator '||' must be spaced. (space-infix-ops)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Operator '||' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) Operator '*' must be spaced. (space-infix-ops)
(#575) Operator '-' must be spaced. (space-infix-ops)
(#575) Operator '*' must be spaced. (space-infix-ops)
(#576) This line has a length of 508. Maximum allowed is 132. (max-len)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) Missing space before value for key 'width'. (key-spacing)
(#576) A space is required after ','. (comma-spacing)
(#576) Missing space before value for key 'offset'. (key-spacing)
(#576) Operator '-' must be spaced. (space-infix-ops)
(#576) Operator '/' must be spaced. (space-infix-ops)
(#576) Operator '+' must be spaced. (space-infix-ops)
(#576) Operator '+' must be spaced. (space-infix-ops)
(#576) Operator '||' must be spaced. (space-infix-ops)
(#576) Operator '+' must be spaced. (space-infix-ops)
(#576) Operator '?' must be spaced. (space-infix-ops)
(#576) Operator ':' must be spaced. (space-infix-ops)
(#576) Operator '*' must be spaced. (space-infix-ops)
(#576) Operator '-' must be spaced. (space-infix-ops)
(#576) Operator '/' must be spaced. (space-infix-ops)
(#576) Operator '*' must be spaced. (space-infix-ops)
(#576) Operator '?' must be spaced. (space-infix-ops)
(#576) Operator ':' must be spaced. (space-infix-ops)
(#576) A space is required after ','. (comma-spacing)
(#576) Missing space before value for key 'paddedWidth'. (key-spacing)
(#576) A space is required after ','. (comma-spacing)
(#576) Missing space before value for key 'columnCount'. (key-spacing)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Requires a space before '}'. (block-spacing)
(#576) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#576) Missing semicolon. (@babel/semi)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) A space is required after ','. (comma-spacing)
(#576) A space is required after ','. (comma-spacing)
(#576) A space is required after ','. (comma-spacing)
(#576) Requires a space after '{'. (block-spacing)
(#576) Statement inside of curly braces should be on next line. (brace-style)
(#576) Missing space before opening brace. (space-before-blocks)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) A space is required after ','. (comma-spacing)
(#576) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) A space is required after ','. (comma-spacing)
(#576) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) Operator '%' must be spaced. (space-infix-ops)
(#576) Operator '?' must be spaced. (space-infix-ops)
(#576) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#576) Operator ':' must be spaced. (space-infix-ops)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) Operator '%' must be spaced. (space-infix-ops)
(#576) Operator '?' must be spaced. (space-infix-ops)
(#576) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#576) Operator ':' must be spaced. (space-infix-ops)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#576) Operator '&&' must be spaced. (space-infix-ops)
(#576) Operator '&&' must be spaced. (space-infix-ops)
(#576) Operator '+=' must be spaced. (space-infix-ops)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#576) Operator '&&' must be spaced. (space-infix-ops)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) Operator '+' must be spaced. (space-infix-ops)
(#576) Operator '+' must be spaced. (space-infix-ops)
(#576) A space is required after ','. (comma-spacing)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) Operator '+' must be spaced. (space-infix-ops)
(#576) A space is required after ','. (comma-spacing)
(#576) Operator '-=' must be spaced. (space-infix-ops)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) Operator '+' must be spaced. (space-infix-ops)
(#576) Operator '+' must be spaced. (space-infix-ops)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#576) Operator '>=' must be spaced. (space-infix-ops)
(#576) Operator '&&' must be spaced. (space-infix-ops)
(#576) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#576) Operator '<' must be spaced. (space-infix-ops)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) Operator '+' must be spaced. (space-infix-ops)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Operator '-=' must be spaced. (space-infix-ops)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#576) Operator '&&' must be spaced. (space-infix-ops)
(#576) Operator '&&' must be spaced. (space-infix-ops)
(#576) A space is required after ','. (comma-spacing)
(#576) Operator '+=' must be spaced. (space-infix-ops)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Expected space(s) after "return". (keyword-spacing)
(#576) Missing space before value for key 'x'. (key-spacing)
(#576) A space is required after ','. (comma-spacing)
(#576) Missing space before value for key 'y'. (key-spacing)
(#576) A space is required after ','. (comma-spacing)
(#576) Missing space before value for key 'width'. (key-spacing)
(#576) A space is required after ','. (comma-spacing)
(#576) Missing space before value for key 'height'. (key-spacing)
(#576) Requires a space before '}'. (block-spacing)
(#576) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#576) Missing semicolon. (@babel/semi)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#577) This line has a length of 518. Maximum allowed is 132. (max-len)
(#577) A space is required after ','. (comma-spacing)
(#577) A space is required after ','. (comma-spacing)
(#577) Requires a space after '{'. (block-spacing)
(#577) Statement inside of curly braces should be on next line. (brace-style)
(#577) Missing space before opening brace. (space-before-blocks)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) Expected space(s) after "if". (keyword-spacing)
(#577) Operator '&&' must be spaced. (space-infix-ops)
(#577) Operator '<' must be spaced. (space-infix-ops)
(#577) Requires a space after '{'. (block-spacing)
(#577) Statement inside of curly braces should be on next line. (brace-style)
(#577) Missing space before opening brace. (space-before-blocks)
(#577) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) Operator '?' must be spaced. (space-infix-ops)
(#577) Operator ':' must be spaced. (space-infix-ops)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) Operator '&&' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Requires a space after '{'. (block-spacing)
(#577) Statement inside of curly braces should be on next line. (brace-style)
(#577) Missing space before opening brace. (space-before-blocks)
(#577) Expected space(s) after "if". (keyword-spacing)
(#577) Operator '===' must be spaced. (space-infix-ops)
(#577) Operator '&&' must be spaced. (space-infix-ops)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) Requires a space after '{'. (block-spacing)
(#577) Statement inside of curly braces should be on next line. (brace-style)
(#577) Missing space before opening brace. (space-before-blocks)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#577) Operator '?' must be spaced. (space-infix-ops)
(#577) Operator '&&' must be spaced. (space-infix-ops)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Operator '&&' must be spaced. (space-infix-ops)
(#577) Operator '?' must be spaced. (space-infix-ops)
(#577) Operator ':' must be spaced. (space-infix-ops)
(#577) Operator ':' must be spaced. (space-infix-ops)
(#577) Operator '&&' must be spaced. (space-infix-ops)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) Operator '||' must be spaced. (space-infix-ops)
(#577) Requires a space before '}'. (block-spacing)
(#577) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#577) Missing semicolon. (@babel/semi)
(#577) Requires a space before '}'. (block-spacing)
(#577) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) Operator '||' must be spaced. (space-infix-ops)
(#577) Operator '+' must be spaced. (space-infix-ops)
(#577) Operator '-' must be spaced. (space-infix-ops)
(#577) Operator '*' must be spaced. (space-infix-ops)
(#577) Operator '+' must be spaced. (space-infix-ops)
(#577) Operator '/' must be spaced. (space-infix-ops)
(#577) Operator '-' must be spaced. (space-infix-ops)
(#577) Operator '-' must be spaced. (space-infix-ops)
(#577) Operator '*' must be spaced. (space-infix-ops)
(#577) Requires a space before '}'. (block-spacing)
(#577) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#577) Missing semicolon. (@babel/semi)
(#577) Expected space(s) before "return". (keyword-spacing)
(#577) Requires a space before '}'. (block-spacing)
(#577) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#577) Missing semicolon. (@babel/semi)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) Requires a space after '{'. (block-spacing)
(#577) Statement inside of curly braces should be on next line. (brace-style)
(#577) Missing space before opening brace. (space-before-blocks)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) Operator '>' must be spaced. (space-infix-ops)
(#577) Operator '*' must be spaced. (space-infix-ops)
(#578) This line has a length of 501. Maximum allowed is 132. (max-len)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Operator '?' must be spaced. (space-infix-ops)
(#578) Operator ':' must be spaced. (space-infix-ops)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) A space is required after ','. (comma-spacing)
(#578) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Operator '+' must be spaced. (space-infix-ops)
(#578) Operator '*' must be spaced. (space-infix-ops)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#578) Operator '&&' must be spaced. (space-infix-ops)
(#578) Operator '-=' must be spaced. (space-infix-ops)
(#578) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#578) Operator '&&' must be spaced. (space-infix-ops)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Function has a complexity of 23. Maximum allowed is 20. (complexity)
(#578) Requires a space after '{'. (block-spacing)
(#578) Statement inside of curly braces should be on next line. (brace-style)
(#578) Missing space before opening brace. (space-before-blocks)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) A space is required after ','. (comma-spacing)
(#578) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) Operator '+' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) Operator '||' must be spaced. (space-infix-ops)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) A space is required after ','. (comma-spacing)
(#578) Operator '+' must be spaced. (space-infix-ops)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) A space is required after ','. (comma-spacing)
(#578) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Operator '-' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#579) This line has a length of 501. Maximum allowed is 132. (max-len)
(#579) Operator '+' must be spaced. (space-infix-ops)
(#579) A space is required after ','. (comma-spacing)
(#579) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#579) Operator '=' must be spaced. (space-infix-ops)
(#579) Missing whitespace after semicolon. (semi-spacing)
(#579) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#579) Operator '&&' must be spaced. (space-infix-ops)
(#579) Operator '<' must be spaced. (space-infix-ops)
(#579) Operator '&&' must be spaced. (space-infix-ops)
(#579) Operator '=' must be spaced. (space-infix-ops)
(#579) A space is required after ','. (comma-spacing)
(#579) Operator '=' must be spaced. (space-infix-ops)
(#579) Operator '&&' must be spaced. (space-infix-ops)
(#579) Operator '||' must be spaced. (space-infix-ops)
(#579) Operator '&&' must be spaced. (space-infix-ops)
(#579) A space is required after ','. (comma-spacing)
(#579) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#579) Operator '&&' must be spaced. (space-infix-ops)
(#579) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#579) Operator '&&' must be spaced. (space-infix-ops)
(#579) Operator '===' must be spaced. (space-infix-ops)
(#579) Operator '&&' must be spaced. (space-infix-ops)
(#579) Operator '<=' must be spaced. (space-infix-ops)
(#579) Operator '&&' must be spaced. (space-infix-ops)
(#579) Operator '||' must be spaced. (space-infix-ops)
(#579) Operator '<' must be spaced. (space-infix-ops)
(#579) Operator '&&' must be spaced. (space-infix-ops)
(#579) Operator '!==' must be spaced. (space-infix-ops)
(#579) Operator '||' must be spaced. (space-infix-ops)
(#579) Operator '||' must be spaced. (space-infix-ops)
(#579) Operator '<=' must be spaced. (space-infix-ops)
(#579) Operator '&&' must be spaced. (space-infix-ops)
(#579) Operator '=' must be spaced. (space-infix-ops)
(#579) A space is required after ','. (comma-spacing)
(#579) Operator '=' must be spaced. (space-infix-ops)
(#579) Operator '-' must be spaced. (space-infix-ops)
(#579) Operator '>' must be spaced. (space-infix-ops)
(#579) Operator '?' must be spaced. (space-infix-ops)
(#579) Operator '-' must be spaced. (space-infix-ops)
(#579) Operator ':' must be spaced. (space-infix-ops)
(#579) Operator '-' must be spaced. (space-infix-ops)
(#579) Operator '?' must be spaced. (space-infix-ops)
(#579) Operator ':' must be spaced. (space-infix-ops)
(#579) Missing whitespace after semicolon. (semi-spacing)
(#579) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#579) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#579) Operator '&&' must be spaced. (space-infix-ops)
(#579) Operator '=' must be spaced. (space-infix-ops)
(#579) Operator '=' must be spaced. (space-infix-ops)
(#579) A space is required after ','. (comma-spacing)
(#579) Operator '-=' must be spaced. (space-infix-ops)
(#579) Operator '-' must be spaced. (space-infix-ops)
(#579) Operator '/' must be spaced. (space-infix-ops)
(#579) Missing whitespace after semicolon. (semi-spacing)
(#579) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#579) Operator '&&' must be spaced. (space-infix-ops)
(#579) Operator '=' must be spaced. (space-infix-ops)
(#579) A space is required after ','. (comma-spacing)
(#579) A space is required after ','. (comma-spacing)
(#579) A space is required after ','. (comma-spacing)
(#579) Missing whitespace after semicolon. (semi-spacing)
(#579) Operator '=' must be spaced. (space-infix-ops)
(#579) Missing whitespace after semicolon. (semi-spacing)
(#579) Operator '=' must be spaced. (space-infix-ops)
(#579) Missing whitespace after semicolon. (semi-spacing)
(#579) Operator '=' must be spaced. (space-infix-ops)
(#579) Operator '?' must be spaced. (space-infix-ops)
(#579) Operator '+' must be spaced. (space-infix-ops)
(#579) Operator '-' must be spaced. (space-infix-ops)
(#579) Operator '-' must be spaced. (space-infix-ops)
(#579) A space is required after ','. (comma-spacing)
(#579) Operator '-' must be spaced. (space-infix-ops)
(#579) A space is required after ','. (comma-spacing)
(#579) Operator '+' must be spaced. (space-infix-ops)
(#579) Operator '-' must be spaced. (space-infix-ops)
(#579) A space is required after ','. (comma-spacing)
(#579) Operator '+' must be spaced. (space-infix-ops)
(#579) Operator '-' must be spaced. (space-infix-ops)
(#579) Operator '-' must be spaced. (space-infix-ops)
(#579) Operator '-' must be spaced. (space-infix-ops)
(#579) Operator '/' must be spaced. (space-infix-ops)
(#579) A space is required after ','. (comma-spacing)
(#579) Operator ':' must be spaced. (space-infix-ops)
(#579) Operator '-' must be spaced. (space-infix-ops)
(#579) Operator '+' must be spaced. (space-infix-ops)
(#579) Operator '+' must be spaced. (space-infix-ops)
(#580) This line has a length of 509. Maximum allowed is 132. (max-len)
(#580) Operator '/' must be spaced. (space-infix-ops)
(#580) A space is required after ','. (comma-spacing)
(#580) Operator '+' must be spaced. (space-infix-ops)
(#580) Operator '-' must be spaced. (space-infix-ops)
(#580) A space is required after ','. (comma-spacing)
(#580) Operator '-' must be spaced. (space-infix-ops)
(#580) A space is required after ','. (comma-spacing)
(#580) Operator '+' must be spaced. (space-infix-ops)
(#580) Operator '-' must be spaced. (space-infix-ops)
(#580) A space is required after ','. (comma-spacing)
(#580) Missing whitespace after semicolon. (semi-spacing)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) Operator '||' must be spaced. (space-infix-ops)
(#580) Missing whitespace after semicolon. (semi-spacing)
(#580) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) A space is required after ','. (comma-spacing)
(#580) Operator '?' must be spaced. (space-infix-ops)
(#580) A space is required after ','. (comma-spacing)
(#580) A space is required after ','. (comma-spacing)
(#580) A space is required after ','. (comma-spacing)
(#580) Operator ':' must be spaced. (space-infix-ops)
(#580) A space is required after ','. (comma-spacing)
(#580) A space is required after ','. (comma-spacing)
(#580) A space is required after ','. (comma-spacing)
(#580) Requires a space before '}'. (block-spacing)
(#580) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#580) Missing semicolon. (@babel/semi)
(#580) Requires a space before '}'. (block-spacing)
(#580) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#580) Missing semicolon. (@babel/semi)
(#580) Missing whitespace after semicolon. (semi-spacing)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) Requires a space after '{'. (block-spacing)
(#580) Statement inside of curly braces should be on next line. (brace-style)
(#580) Missing space before opening brace. (space-before-blocks)
(#580) Operator '?' must be spaced. (space-infix-ops)
(#580) Operator ':' must be spaced. (space-infix-ops)
(#580) Requires a space before '}'. (block-spacing)
(#580) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#580) Missing semicolon. (@babel/semi)
(#580) Missing whitespace after semicolon. (semi-spacing)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) Function has a complexity of 37. Maximum allowed is 20. (complexity)
(#580) A space is required after ','. (comma-spacing)
(#580) Requires a space after '{'. (block-spacing)
(#580) Statement inside of curly braces should be on next line. (brace-style)
(#580) Missing space before opening brace. (space-before-blocks)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) A space is required after ','. (comma-spacing)
(#580) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) Operator '||' must be spaced. (space-infix-ops)
(#580) A space is required after ','. (comma-spacing)
(#580) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) Operator '||' must be spaced. (space-infix-ops)
(#580) A space is required after ','. (comma-spacing)
(#580) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) Operator '||' must be spaced. (space-infix-ops)
(#580) A space is required after ','. (comma-spacing)
(#580) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) Operator '&&' must be spaced. (space-infix-ops)
(#580) Operator '||' must be spaced. (space-infix-ops)
(#580) A space is required after ','. (comma-spacing)
(#580) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) Operator '&&' must be spaced. (space-infix-ops)
(#580) Operator '||' must be spaced. (space-infix-ops)
(#580) Operator '||' must be spaced. (space-infix-ops)
(#580) Missing whitespace after semicolon. (semi-spacing)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) Operator '&&' must be spaced. (space-infix-ops)
(#580) Operator '||' must be spaced. (space-infix-ops)
(#581) This line has a length of 509. Maximum allowed is 132. (max-len)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Operator '&&' must be spaced. (space-infix-ops)
(#581) Operator '||' must be spaced. (space-infix-ops)
(#581) Operator '||' must be spaced. (space-infix-ops)
(#581) Operator '||' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Operator '&&' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Expected space(s) after "if". (keyword-spacing)
(#581) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#581) Operator '&&' must be spaced. (space-infix-ops)
(#581) Requires a space after '{'. (block-spacing)
(#581) Statement inside of curly braces should be on next line. (brace-style)
(#581) Missing space before opening brace. (space-before-blocks)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Operator '||' must be spaced. (space-infix-ops)
(#581) Operator '&&' must be spaced. (space-infix-ops)
(#581) Operator '||' must be spaced. (space-infix-ops)
(#581) Operator '||' must be spaced. (space-infix-ops)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#581) Operator '&&' must be spaced. (space-infix-ops)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Operator '||' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Operator '||' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Operator '||' must be spaced. (space-infix-ops)
(#581) Requires a space before '}'. (block-spacing)
(#581) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#581) Missing semicolon. (@babel/semi)
(#581) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#581) Operator '&&' must be spaced. (space-infix-ops)
(#581) Operator '&&' must be spaced. (space-infix-ops)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) Operator '&&' must be spaced. (space-infix-ops)
(#581) Operator '||' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Operator '||' must be spaced. (space-infix-ops)
(#581) Operator '!==' must be spaced. (space-infix-ops)
(#581) Operator '&&' must be spaced. (space-infix-ops)
(#581) Operator '||' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Operator '||' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Operator '||' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Operator '||' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Missing space before value for key 'fill'. (key-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) Missing space before value for key 'stroke'. (key-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) Missing space before value for key 'stroke-width'. (key-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) Missing space before value for key 'opacity'. (key-spacing)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#581) Operator '&&' must be spaced. (space-infix-ops)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#582) This line has a length of 512. Maximum allowed is 132. (max-len)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Requires a space before '}'. (block-spacing)
(#582) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#582) Missing semicolon. (@babel/semi)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) Requires a space after '{'. (block-spacing)
(#582) Statement inside of curly braces should be on next line. (brace-style)
(#582) Missing space before opening brace. (space-before-blocks)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) Operator '||' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Function has a complexity of 27. Maximum allowed is 20. (complexity)
(#582) Requires a space after '{'. (block-spacing)
(#582) Statement inside of curly braces should be on next line. (brace-style)
(#582) Missing space before opening brace. (space-before-blocks)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) Operator '&&' must be spaced. (space-infix-ops)
(#582) Operator '<' must be spaced. (space-infix-ops)
(#582) Operator '?' must be spaced. (space-infix-ops)
(#582) Operator ':' must be spaced. (space-infix-ops)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Expected space(s) after "if". (keyword-spacing)
(#582) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#582) Operator '&&' must be spaced. (space-infix-ops)
(#582) Operator '!==' must be spaced. (space-infix-ops)
(#582) Requires a space after '{'. (block-spacing)
(#582) Statement inside of curly braces should be on next line. (brace-style)
(#582) Missing space before opening brace. (space-before-blocks)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#582) Operator '&&' must be spaced. (space-infix-ops)
(#582) Operator '&&' must be spaced. (space-infix-ops)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#582) Operator '&&' must be spaced. (space-infix-ops)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) Operator '?' must be spaced. (space-infix-ops)
(#582) Operator '?' must be spaced. (space-infix-ops)
(#582) Operator '||' must be spaced. (space-infix-ops)
(#582) Operator ':' must be spaced. (space-infix-ops)
(#582) Operator ':' must be spaced. (space-infix-ops)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#582) Operator '||' must be spaced. (space-infix-ops)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) Operator '||' must be spaced. (space-infix-ops)
(#582) Operator '&&' must be spaced. (space-infix-ops)
(#582) Operator '&&' must be spaced. (space-infix-ops)
(#582) Operator '&&' must be spaced. (space-infix-ops)
(#582) Operator '<' must be spaced. (space-infix-ops)
(#582) Operator '&&' must be spaced. (space-infix-ops)
(#582) Missing space before value for key 'x'. (key-spacing)
(#583) This line has a length of 505. Maximum allowed is 132. (max-len)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) A space is required after ','. (comma-spacing)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) Missing whitespace after semicolon. (semi-spacing)
(#583) Expected space(s) after "if". (keyword-spacing)
(#583) Operator '&&' must be spaced. (space-infix-ops)
(#583) Expected { after 'if' condition. (curly)
(#583) Missing whitespace after semicolon. (semi-spacing)
(#583) Expected space(s) after "if". (keyword-spacing)
(#583) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#583) Expected { after 'if' condition. (curly)
(#583) Missing space before value for key 'r'. (key-spacing)
(#583) Missing whitespace after semicolon. (semi-spacing)
(#583) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#583) Operator '||' must be spaced. (space-infix-ops)
(#583) A space is required after ','. (comma-spacing)
(#583) Operator '&&' must be spaced. (space-infix-ops)
(#583) Operator '!==' must be spaced. (space-infix-ops)
(#583) Operator '&&' must be spaced. (space-infix-ops)
(#583) A space is required after ','. (comma-spacing)
(#583) A space is required after ','. (comma-spacing)
(#583) Operator '&&' must be spaced. (space-infix-ops)
(#583) Missing whitespace after semicolon. (semi-spacing)
(#583) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#583) Operator '&&' must be spaced. (space-infix-ops)
(#583) A space is required after ','. (comma-spacing)
(#583) A space is required after ','. (comma-spacing)
(#583) Missing space before value for key 'visibility'. (key-spacing)
(#583) Operator '?' must be spaced. (space-infix-ops)
(#583) Operator ':' must be spaced. (space-infix-ops)
(#583) Requires a space before '}'. (block-spacing)
(#583) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#583) Missing semicolon. (@babel/semi)
(#583) Expected space(s) before "else". (keyword-spacing)
(#583) Expected { after 'else'. (curly)
(#583) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#583) Operator '&&' must be spaced. (space-infix-ops)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) Requires a space before '}'. (block-spacing)
(#583) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#583) Missing semicolon. (@babel/semi)
(#583) Requires a space before '}'. (block-spacing)
(#583) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#583) Missing semicolon. (@babel/semi)
(#583) Missing whitespace after semicolon. (semi-spacing)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) Requires a space after '{'. (block-spacing)
(#583) Statement inside of curly braces should be on next line. (brace-style)
(#583) Missing space before opening brace. (space-before-blocks)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) A space is required after ','. (comma-spacing)
(#583) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) A space is required after ','. (comma-spacing)
(#583) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) A space is required after ','. (comma-spacing)
(#583) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) Requires a space after '{'. (block-spacing)
(#583) Statement inside of curly braces should be on next line. (brace-style)
(#583) Missing space before opening brace. (space-before-blocks)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) Missing whitespace after semicolon. (semi-spacing)
(#583) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#583) Operator '!==' must be spaced. (space-infix-ops)
(#583) Operator '&&' must be spaced. (space-infix-ops)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) A space is required after ','. (comma-spacing)
(#583) Requires a space before '}'. (block-spacing)
(#583) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#583) Missing semicolon. (@babel/semi)
(#584) This line has a length of 516. Maximum allowed is 132. (max-len)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Requires a space after '{'. (block-spacing)
(#584) Statement inside of curly braces should be on next line. (brace-style)
(#584) Missing space before opening brace. (space-before-blocks)
(#584) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) Do not nest ternary expressions. (no-nested-ternary)
(#584) Operator '?' must be spaced. (space-infix-ops)
(#584) Operator ':' must be spaced. (space-infix-ops)
(#584) Operator '?' must be spaced. (space-infix-ops)
(#584) Operator ':' must be spaced. (space-infix-ops)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#584) Operator '&&' must be spaced. (space-infix-ops)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Requires a space after '{'. (block-spacing)
(#584) Statement inside of curly braces should be on next line. (brace-style)
(#584) Missing space before opening brace. (space-before-blocks)
(#584) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#584) Operator '?' must be spaced. (space-infix-ops)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) Operator ':' must be spaced. (space-infix-ops)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) Requires a space before '}'. (block-spacing)
(#584) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#584) Missing semicolon. (@babel/semi)
(#584) Requires a space before '}'. (block-spacing)
(#584) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#584) Missing semicolon. (@babel/semi)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#584) Operator '||' must be spaced. (space-infix-ops)
(#584) Requires a space after '{'. (block-spacing)
(#584) Statement inside of curly braces should be on next line. (brace-style)
(#584) Missing space before opening brace. (space-before-blocks)
(#584) Expected space(s) after "if". (keyword-spacing)
(#584) Requires a space after '{'. (block-spacing)
(#584) Statement inside of curly braces should be on next line. (brace-style)
(#584) Missing space before opening brace. (space-before-blocks)
(#584) A space is required after ','. (comma-spacing)
(#584) A space is required after ','. (comma-spacing)
(#584) Requires a space after '{'. (block-spacing)
(#584) Statement inside of curly braces should be on next line. (brace-style)
(#584) Missing space before opening brace. (space-before-blocks)
(#584) Requires a space before '}'. (block-spacing)
(#584) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#584) Missing semicolon. (@babel/semi)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Expected space(s) after "if". (keyword-spacing)
(#584) Expected { after 'if' condition. (curly)
(#584) A space is required after ','. (comma-spacing)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#584) Operator '&&' must be spaced. (space-infix-ops)
(#584) Operator '&&' must be spaced. (space-infix-ops)
(#584) Missing space before value for key 'cursor'. (key-spacing)
(#584) Requires a space before '}'. (block-spacing)
(#584) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#584) Missing semicolon. (@babel/semi)
(#584) Requires a space before '}'. (block-spacing)
(#584) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#584) A space is required after ','. (comma-spacing)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) A space is required after ','. (comma-spacing)
(#584) Requires a space before '}'. (block-spacing)
(#584) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#584) Missing semicolon. (@babel/semi)
(#585) This line has a length of 516. Maximum allowed is 132. (max-len)
(#585) Operator '=' must be spaced. (space-infix-ops)
(#585) Requires a space after '{'. (block-spacing)
(#585) Statement inside of curly braces should be on next line. (brace-style)
(#585) Missing space before opening brace. (space-before-blocks)
(#585) Operator '=' must be spaced. (space-infix-ops)
(#585) A space is required after ','. (comma-spacing)
(#585) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#585) Operator '=' must be spaced. (space-infix-ops)
(#585) Missing whitespace after semicolon. (semi-spacing)
(#585) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#585) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#585) Operator '&&' must be spaced. (space-infix-ops)
(#585) Requires a space after '{'. (block-spacing)
(#585) Statement inside of curly braces should be on next line. (brace-style)
(#585) Missing space before opening brace. (space-before-blocks)
(#585) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#585) Operator '===' must be spaced. (space-infix-ops)
(#585) Operator '&&' must be spaced. (space-infix-ops)
(#585) Operator '=' must be spaced. (space-infix-ops)
(#585) Requires a space before '}'. (block-spacing)
(#585) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#585) Missing semicolon. (@babel/semi)
(#585) Missing whitespace after semicolon. (semi-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) Requires a space before '}'. (block-spacing)
(#585) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#585) Missing semicolon. (@babel/semi)
(#585) Missing whitespace after semicolon. (semi-spacing)
(#585) Operator '=' must be spaced. (space-infix-ops)
(#585) A space is required after ','. (comma-spacing)
(#585) Missing space before value for key 'borderRadius'. (key-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) Missing space before value for key 'centerInCategory'. (key-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) Missing space before value for key 'groupPadding'. (key-spacing)
(#585) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#585) A space is required after ','. (comma-spacing)
(#585) Missing space before value for key 'marker'. (key-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) Missing space before value for key 'pointPadding'. (key-spacing)
(#585) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#585) A space is required after ','. (comma-spacing)
(#585) Missing space before value for key 'minPointLength'. (key-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) Missing space before value for key 'cropThreshold'. (key-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) Missing space before value for key 'pointRange'. (key-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) Missing space before value for key 'states'. (key-spacing)
(#585) Missing space before value for key 'hover'. (key-spacing)
(#585) Missing space before value for key 'halo'. (key-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) Missing space before value for key 'brightness'. (key-spacing)
(#585) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#585) A space is required after ','. (comma-spacing)
(#585) Missing space before value for key 'select'. (key-spacing)
(#585) Missing space before value for key 'color'. (key-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) Missing space before value for key 'borderColor'. (key-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) Missing space before value for key 'dataLabels'. (key-spacing)
(#585) Missing space before value for key 'align'. (key-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) Missing space before value for key 'verticalAlign'. (key-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) Missing space before value for key 'y'. (key-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) Missing space before value for key 'startFromThreshold'. (key-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) Missing space before value for key 'stickyTracking'. (key-spacing)
(#586) This line has a length of 501. Maximum allowed is 132. (max-len)
(#586) Missing space before value for key 'tooltip'. (key-spacing)
(#586) Missing space before value for key 'distance'. (key-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) Missing space before value for key 'threshold'. (key-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) Missing space before value for key 'borderColor'. (key-spacing)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) Requires a space before '}'. (block-spacing)
(#586) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#586) Missing semicolon. (@babel/semi)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#586) A space is required after ','. (comma-spacing)
(#586) Missing space before value for key 'cropShoulder'. (key-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) Missing space before value for key 'directTouch'. (key-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) Missing space before value for key 'drawLegendSymbol'. (key-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) Missing space before value for key 'getSymbol'. (key-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) Missing space before value for key 'negStacks'. (key-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) Missing space before value for key 'trackerGroups'. (key-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) Requires a space before '}'. (block-spacing)
(#586) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#586) Missing semicolon. (@babel/semi)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#586) A space is required after ','. (comma-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) Requires a space after '{'. (block-spacing)
(#586) Statement inside of curly braces should be on next line. (brace-style)
(#586) Missing space before opening brace. (space-before-blocks)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) A space is required after ','. (comma-spacing)
(#586) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) A space is required after ','. (comma-spacing)
(#586) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) A space is required after ','. (comma-spacing)
(#586) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) A space is required after ','. (comma-spacing)
(#586) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) A space is required after ','. (comma-spacing)
(#586) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) A space is required after ','. (comma-spacing)
(#586) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#587) This line has a length of 502. Maximum allowed is 132. (max-len)
(#587) A space is required after ','. (comma-spacing)
(#587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Requires a space after '{'. (block-spacing)
(#587) Statement inside of curly braces should be on next line. (brace-style)
(#587) Missing space before opening brace. (space-before-blocks)
(#587) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#587) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#587) Function 'f' has a complexity of 40. Maximum allowed is 20. (complexity)
(#587) A space is required after ','. (comma-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) Requires a space after '{'. (block-spacing)
(#587) Statement inside of curly braces should be on next line. (brace-style)
(#587) Missing space before opening brace. (space-before-blocks)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Operator '&&' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Operator '&&' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#587) Operator '&&' must be spaced. (space-infix-ops)
(#587) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#587) Operator '&&' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) Missing space before value for key 'inverted'. (key-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) Missing space before value for key 'paneCoordinates'. (key-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) Missing space before value for key 'series'. (key-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Requires a space after '{'. (block-spacing)
(#587) Statement inside of curly braces should be on next line. (brace-style)
(#587) Missing space before opening brace. (space-before-blocks)
(#587) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#587) Operator '&&' must be spaced. (space-infix-ops)
(#587) Operator '&&' must be spaced. (space-infix-ops)
(#587) Operator '&&' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) Requires a space before '}'. (block-spacing)
(#587) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#587) Missing semicolon. (@babel/semi)
(#587) A space is required after ','. (comma-spacing)
(#587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Operator '===' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) Operator '?' must be spaced. (space-infix-ops)
(#587) Operator ':' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Operator '&&' must be spaced. (space-infix-ops)
(#587) Operator '!==' must be spaced. (space-infix-ops)
(#587) Operator '&&' must be spaced. (space-infix-ops)
(#587) Operator '||' must be spaced. (space-infix-ops)
(#587) Operator '&&' must be spaced. (space-infix-ops)
(#587) Operator '||' must be spaced. (space-infix-ops)
(#587) Operator '||' must be spaced. (space-infix-ops)
(#588) This line has a length of 506. Maximum allowed is 132. (max-len)
(#588) Operator '&&' must be spaced. (space-infix-ops)
(#588) Operator '&&' must be spaced. (space-infix-ops)
(#588) A space is required after ','. (comma-spacing)
(#588) Operator '?' must be spaced. (space-infix-ops)
(#588) Operator '+' must be spaced. (space-infix-ops)
(#588) Operator ':' must be spaced. (space-infix-ops)
(#588) Operator '+' must be spaced. (space-infix-ops)
(#588) Operator '-' must be spaced. (space-infix-ops)
(#588) A space is required after ','. (comma-spacing)
(#588) Missing space before value for key 'inverted'. (key-spacing)
(#588) A space is required after ','. (comma-spacing)
(#588) Missing space before value for key 'paneCoordinates'. (key-spacing)
(#588) A space is required after ','. (comma-spacing)
(#588) Missing space before value for key 'series'. (key-spacing)
(#588) Missing whitespace after semicolon. (semi-spacing)
(#588) Expected space(s) after "if". (keyword-spacing)
(#588) Operator '&&' must be spaced. (space-infix-ops)
(#588) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#588) Operator '&&' must be spaced. (space-infix-ops)
(#588) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#588) Requires a space after '{'. (block-spacing)
(#588) Statement inside of curly braces should be on next line. (brace-style)
(#588) Missing space before opening brace. (space-before-blocks)
(#588) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#588) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#588) Operator '&&' must be spaced. (space-infix-ops)
(#588) Missing space before value for key 'align'. (key-spacing)
(#588) Missing whitespace after semicolon. (semi-spacing)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) Missing whitespace after semicolon. (semi-spacing)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) A space is required after ','. (comma-spacing)
(#588) Missing whitespace after semicolon. (semi-spacing)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) Operator '?' must be spaced. (space-infix-ops)
(#588) Operator ':' must be spaced. (space-infix-ops)
(#588) A space is required after ','. (comma-spacing)
(#588) Missing whitespace after semicolon. (semi-spacing)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#588) Missing space before value for key 'x'. (key-spacing)
(#588) Operator '?' must be spaced. (space-infix-ops)
(#588) Operator '-' must be spaced. (space-infix-ops)
(#588) Operator ':' must be spaced. (space-infix-ops)
(#588) A space is required after ','. (comma-spacing)
(#588) Missing space before value for key 'y'. (key-spacing)
(#588) Operator '?' must be spaced. (space-infix-ops)
(#588) Operator '-' must be spaced. (space-infix-ops)
(#588) Operator ':' must be spaced. (space-infix-ops)
(#588) A space is required after ','. (comma-spacing)
(#588) Missing space before value for key 'width'. (key-spacing)
(#588) A space is required after ','. (comma-spacing)
(#588) Missing space before value for key 'height'. (key-spacing)
(#588) A space is required after ','. (comma-spacing)
(#588) Missing whitespace after semicolon. (semi-spacing)
(#588) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#588) A space is required after ','. (comma-spacing)
(#588) Missing space before value for key 'width'. (key-spacing)
(#588) A space is required after ','. (comma-spacing)
(#588) Missing space before value for key 'height'. (key-spacing)
(#588) Missing whitespace after semicolon. (semi-spacing)
(#588) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#588) Operator '?' must be spaced. (space-infix-ops)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) A space is required after ','. (comma-spacing)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) A space is required after ','. (comma-spacing)
(#588) A space is required after ','. (comma-spacing)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) Missing space before value for key 'x'. (key-spacing)
(#588) Operator '+' must be spaced. (space-infix-ops)
(#588) Operator '||' must be spaced. (space-infix-ops)
(#588) Operator '+' must be spaced. (space-infix-ops)
(#588) Operator '/' must be spaced. (space-infix-ops)
(#588) Operator '+' must be spaced. (space-infix-ops)
(#588) A space is required after ','. (comma-spacing)
(#588) Missing space before value for key 'y'. (key-spacing)
(#588) Operator '+' must be spaced. (space-infix-ops)
(#588) Operator '||' must be spaced. (space-infix-ops)
(#588) Operator '+' must be spaced. (space-infix-ops)
(#588) Missing space before value for key 'top'. (key-spacing)
(#588) A space is required after ','. (comma-spacing)
(#588) Missing space before value for key 'middle'. (key-spacing)
(#588) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#588) A space is required after ','. (comma-spacing)
(#588) Missing space before value for key 'bottom'. (key-spacing)
(#588) Operator '*' must be spaced. (space-infix-ops)
(#589) This line has a length of 503. Maximum allowed is 132. (max-len)
(#589) Operator '=' must be spaced. (space-infix-ops)
(#589) Operator '-' must be spaced. (space-infix-ops)
(#589) A space is required after ','. (comma-spacing)
(#589) Operator '-' must be spaced. (space-infix-ops)
(#589) A space is required after ','. (comma-spacing)
(#589) A space is required after ','. (comma-spacing)
(#589) Operator '?' must be spaced. (space-infix-ops)
(#589) Operator ':' must be spaced. (space-infix-ops)
(#589) Operator ':' must be spaced. (space-infix-ops)
(#589) A space is required after ','. (comma-spacing)
(#589) A space is required after ','. (comma-spacing)
(#589) A space is required after ','. (comma-spacing)
(#589) A space is required after ','. (comma-spacing)
(#589) Operator '=' must be spaced. (space-infix-ops)
(#589) Missing whitespace after semicolon. (semi-spacing)
(#589) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#589) Operator '&&' must be spaced. (space-infix-ops)
(#589) Operator '<=' must be spaced. (space-infix-ops)
(#589) Operator '?' must be spaced. (space-infix-ops)
(#589) A space is required after ','. (comma-spacing)
(#589) A space is required after ','. (comma-spacing)
(#589) A space is required after ','. (comma-spacing)
(#589) A space is required after ','. (comma-spacing)
(#589) A space is required after ','. (comma-spacing)
(#589) Operator ':' must be spaced. (space-infix-ops)
(#589) A space is required after ','. (comma-spacing)
(#589) Operator '&&' must be spaced. (space-infix-ops)
(#589) Operator '=' must be spaced. (space-infix-ops)
(#589) A space is required after ','. (comma-spacing)
(#589) Operator '=' must be spaced. (space-infix-ops)
(#589) A space is required after ','. (comma-spacing)
(#589) Operator '+=' must be spaced. (space-infix-ops)
(#589) A space is required after ','. (comma-spacing)
(#589) Operator '+=' must be spaced. (space-infix-ops)
(#589) A space is required after ','. (comma-spacing)
(#589) Operator '=' must be spaced. (space-infix-ops)
(#589) A space is required after ','. (comma-spacing)
(#589) A space is required after ','. (comma-spacing)
(#589) Missing space before value for key 'paneCoordinates'. (key-spacing)
(#589) A space is required after ','. (comma-spacing)
(#589) Missing space before value for key 'series'. (key-spacing)
(#589) Operator '&&' must be spaced. (space-infix-ops)
(#589) Operator '+' must be spaced. (space-infix-ops)
(#589) A space is required after ','. (comma-spacing)
(#589) Operator '+' must be spaced. (space-infix-ops)
(#589) A space is required after ','. (comma-spacing)
(#589) Missing space before value for key 'paneCoordinates'. (key-spacing)
(#589) A space is required after ','. (comma-spacing)
(#589) Missing space before value for key 'series'. (key-spacing)
(#589) Missing whitespace after semicolon. (semi-spacing)
(#589) Expected space(s) after "if". (keyword-spacing)
(#589) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#589) Operator '&&' must be spaced. (space-infix-ops)
(#589) Expected { after 'if' condition. (curly)
(#589) Operator '?' must be spaced. (space-infix-ops)
(#589) Operator ':' must be spaced. (space-infix-ops)
(#589) Missing space before value for key 'anchorX'. (key-spacing)
(#589) Operator '?' must be spaced. (space-infix-ops)
(#589) Operator '-' must be spaced. (space-infix-ops)
(#589) Operator ':' must be spaced. (space-infix-ops)
(#589) A space is required after ','. (comma-spacing)
(#589) Missing space before value for key 'anchorY'. (key-spacing)
(#589) Operator '?' must be spaced. (space-infix-ops)
(#589) Operator '-' must be spaced. (space-infix-ops)
(#589) Operator ':' must be spaced. (space-infix-ops)
(#589) Requires a space before '}'. (block-spacing)
(#589) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#589) Missing semicolon. (@babel/semi)
(#589) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#589) Operator '&&' must be spaced. (space-infix-ops)
(#589) Operator '&&' must be spaced. (space-infix-ops)
(#589) Operator '=' must be spaced. (space-infix-ops)
(#589) Missing whitespace after semicolon. (semi-spacing)
(#589) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#589) Operator '||' must be spaced. (space-infix-ops)
(#589) Operator '&&' must be spaced. (space-infix-ops)
(#589) Operator '?' must be spaced. (space-infix-ops)
(#589) Operator ':' must be spaced. (space-infix-ops)
(#590) This line has a length of 509. Maximum allowed is 132. (max-len)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Requires a space before '}'. (block-spacing)
(#590) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#590) Missing semicolon. (@babel/semi)
(#590) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#590) Expected space(s) before "function". (keyword-spacing)
(#590) A space is required after ','. (comma-spacing)
(#590) Requires a space after '{'. (block-spacing)
(#590) Statement inside of curly braces should be on next line. (brace-style)
(#590) Missing space before opening brace. (space-before-blocks)
(#590) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Missing whitespace after semicolon. (semi-spacing)
(#590) Return statement should not contain assignment. (no-return-assign)
(#590) Return statement should not contain assignment. (no-return-assign)
(#590) Return statement should not contain assignment. (no-return-assign)
(#590) Operator '?' must be spaced. (space-infix-ops)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) A space is required after ','. (comma-spacing)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) A space is required after ','. (comma-spacing)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) A space is required after ','. (comma-spacing)
(#590) Operator '===' must be spaced. (space-infix-ops)
(#590) Operator '&&' must be spaced. (space-infix-ops)
(#590) Operator '>' must be spaced. (space-infix-ops)
(#590) Operator '||' must be spaced. (space-infix-ops)
(#590) Operator '===' must be spaced. (space-infix-ops)
(#590) Operator '&&' must be spaced. (space-infix-ops)
(#590) Operator '<' must be spaced. (space-infix-ops)
(#590) Operator '||' must be spaced. (space-infix-ops)
(#590) Operator '===' must be spaced. (space-infix-ops)
(#590) Operator '&&' must be spaced. (space-infix-ops)
(#590) Operator '>=' must be spaced. (space-infix-ops)
(#590) Operator '||' must be spaced. (space-infix-ops)
(#590) Operator '===' must be spaced. (space-infix-ops)
(#590) Operator '&&' must be spaced. (space-infix-ops)
(#590) Operator '<=' must be spaced. (space-infix-ops)
(#590) Operator '||' must be spaced. (space-infix-ops)
(#590) Operator '===' must be spaced. (space-infix-ops)
(#590) Operator '&&' must be spaced. (space-infix-ops)
(#590) Operator '==' must be spaced. (space-infix-ops)
(#590) Operator '||' must be spaced. (space-infix-ops)
(#590) Operator '===' must be spaced. (space-infix-ops)
(#590) Operator '&&' must be spaced. (space-infix-ops)
(#590) Operator '===' must be spaced. (space-infix-ops)
(#590) Operator '?' must be spaced. (space-infix-ops)
(#590) Operator ':' must be spaced. (space-infix-ops)
(#590) Operator ':' must be spaced. (space-infix-ops)
(#590) Requires a space before '}'. (block-spacing)
(#590) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#590) Missing semicolon. (@babel/semi)
(#590) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#590) Expected space(s) before "function". (keyword-spacing)
(#590) Requires a space after '{'. (block-spacing)
(#590) Statement inside of curly braces should be on next line. (brace-style)
(#590) Missing space before opening brace. (space-before-blocks)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) A space is required after ','. (comma-spacing)
(#590) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) A space is required after ','. (comma-spacing)
(#590) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) A space is required after ','. (comma-spacing)
(#590) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) A space is required after ','. (comma-spacing)
(#590) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Operator '||' must be spaced. (space-infix-ops)
(#590) A space is required after ','. (comma-spacing)
(#590) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) A space is required after ','. (comma-spacing)
(#590) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) A space is required after ','. (comma-spacing)
(#590) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#590) A space is required after ','. (comma-spacing)
(#590) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Missing whitespace after semicolon. (semi-spacing)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Operator '?' must be spaced. (space-infix-ops)
(#590) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#590) A space is required after ','. (comma-spacing)
(#590) A space is required after ','. (comma-spacing)
(#590) Operator ':' must be spaced. (space-infix-ops)
(#590) Missing space before value for key 'defer'. (key-spacing)
(#590) A space is required after ','. (comma-spacing)
(#590) Missing space before value for key 'duration'. (key-spacing)
(#590) Missing whitespace after semicolon. (semi-spacing)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Operator '&&' must be spaced. (space-infix-ops)
(#590) Operator '&&' must be spaced. (space-infix-ops)
(#590) A space is required after ','. (comma-spacing)
(#590) Operator '&&' must be spaced. (space-infix-ops)
(#590) Operator '&&' must be spaced. (space-infix-ops)
(#591) This line has a length of 510. Maximum allowed is 132. (max-len)
(#591) A space is required after ','. (comma-spacing)
(#591) Missing whitespace after semicolon. (semi-spacing)
(#591) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#591) A space is required after ','. (comma-spacing)
(#591) Missing whitespace after semicolon. (semi-spacing)
(#591) Expected space(s) after "if". (keyword-spacing)
(#591) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#591) Operator '||' must be spaced. (space-infix-ops)
(#591) Operator '||' must be spaced. (space-infix-ops)
(#591) Requires a space after '{'. (block-spacing)
(#591) Statement inside of curly braces should be on next line. (brace-style)
(#591) Missing space before opening brace. (space-before-blocks)
(#591) Operator '=' must be spaced. (space-infix-ops)
(#591) A space is required after ','. (comma-spacing)
(#591) A space is required after ','. (comma-spacing)
(#591) Operator '?' must be spaced. (space-infix-ops)
(#591) Operator ':' must be spaced. (space-infix-ops)
(#591) A space is required after ','. (comma-spacing)
(#591) Operator '||' must be spaced. (space-infix-ops)
(#591) Missing whitespace after semicolon. (semi-spacing)
(#591) Missing space before value for key 'opacity'. (key-spacing)
(#591) Missing whitespace after semicolon. (semi-spacing)
(#591) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#591) Operator '&&' must be spaced. (space-infix-ops)
(#591) Operator '=' must be spaced. (space-infix-ops)
(#591) Operator '&&' must be spaced. (space-infix-ops)
(#591) Operator '&&' must be spaced. (space-infix-ops)
(#591) A space is required after ','. (comma-spacing)
(#591) Operator '?' must be spaced. (space-infix-ops)
(#591) Operator ':' must be spaced. (space-infix-ops)
(#591) Missing space before value for key 'opacity'. (key-spacing)
(#591) A space is required after ','. (comma-spacing)
(#591) Missing whitespace after semicolon. (semi-spacing)
(#591) Requires a space after '{'. (block-spacing)
(#591) Statement inside of curly braces should be on next line. (brace-style)
(#591) Missing space before opening brace. (space-before-blocks)
(#591) Operator '=' must be spaced. (space-infix-ops)
(#591) A space is required after ','. (comma-spacing)
(#591) Operator '||' must be spaced. (space-infix-ops)
(#591) Operator '&&' must be spaced. (space-infix-ops)
(#591) Missing whitespace after semicolon. (semi-spacing)
(#591) Function has a complexity of 50. Maximum allowed is 20. (complexity)
(#591) A space is required after ','. (comma-spacing)
(#591) Requires a space after '{'. (block-spacing)
(#591) Statement inside of curly braces should be on next line. (brace-style)
(#591) Missing space before opening brace. (space-before-blocks)
(#591) Operator '=' must be spaced. (space-infix-ops)
(#591) Operator '&&' must be spaced. (space-infix-ops)
(#591) Operator '||' must be spaced. (space-infix-ops)
(#591) Operator '&&' must be spaced. (space-infix-ops)
(#591) A space is required after ','. (comma-spacing)
(#591) A space is required after ','. (comma-spacing)
(#591) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#591) Operator '=' must be spaced. (space-infix-ops)
(#591) Operator '?' must be spaced. (space-infix-ops)
(#591) Operator ':' must be spaced. (space-infix-ops)
(#592) This line has a length of 506. Maximum allowed is 132. (max-len)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Operator '?' must be spaced. (space-infix-ops)
(#592) Operator ':' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Expected space(s) after "if". (keyword-spacing)
(#592) Requires a space after '{'. (block-spacing)
(#592) Statement inside of curly braces should be on next line. (brace-style)
(#592) Missing space before opening brace. (space-before-blocks)
(#592) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Operator '+' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#592) Operator '?' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) Operator ':' must be spaced. (space-infix-ops)
(#592) Operator '+' must be spaced. (space-infix-ops)
(#592) Operator '||' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#592) Operator '||' must be spaced. (space-infix-ops)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) Operator '===' must be spaced. (space-infix-ops)
(#592) Operator '?' must be spaced. (space-infix-ops)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Operator '||' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#592) Operator '&&' must be spaced. (space-infix-ops)
(#592) Operator '||' must be spaced. (space-infix-ops)
(#592) Operator '>' must be spaced. (space-infix-ops)
(#592) Operator '||' must be spaced. (space-infix-ops)
(#592) Operator '?' must be spaced. (space-infix-ops)
(#592) Operator ':' must be spaced. (space-infix-ops)
(#592) Operator ':' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) Operator '&&' must be spaced. (space-infix-ops)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#593) This line has a length of 503. Maximum allowed is 132. (max-len)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Missing space before value for key 'r'. (key-spacing)
(#593) Operator '||' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) Missing space before value for key 'rotation'. (key-spacing)
(#593) A space is required after ','. (comma-spacing)
(#593) Missing space before value for key 'padding'. (key-spacing)
(#593) A space is required after ','. (comma-spacing)
(#593) Missing space before value for key 'zIndex'. (key-spacing)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#593) Operator '||' must be spaced. (space-infix-ops)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#593) A space is required after ','. (comma-spacing)
(#593) A space is required after ','. (comma-spacing)
(#593) Requires a space after '{'. (block-spacing)
(#593) Statement inside of curly braces should be on next line. (brace-style)
(#593) Missing space before opening brace. (space-before-blocks)
(#593) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#593) Operator '===' must be spaced. (space-infix-ops)
(#593) Operator '&&' must be spaced. (space-infix-ops)
(#593) Requires a space before '}'. (block-spacing)
(#593) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#593) Missing semicolon. (@babel/semi)
(#593) Requires a space before '}'. (block-spacing)
(#593) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#593) Missing semicolon. (@babel/semi)
(#593) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#593) Operator '||' must be spaced. (space-infix-ops)
(#593) Operator '&&' must be spaced. (space-infix-ops)
(#593) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#593) 't' declared on line 592 column 91 is used outside of binding context. (block-scoped-var)
(#593) Operator '&&' must be spaced. (space-infix-ops)
(#593) Operator '===' must be spaced. (space-infix-ops)
(#593) Operator '&&' must be spaced. (space-infix-ops)
(#593) Operator '&&' must be spaced. (space-infix-ops)
(#593) Operator '||' must be spaced. (space-infix-ops)
(#593) Operator '===' must be spaced. (space-infix-ops)
(#593) Operator '||' must be spaced. (space-infix-ops)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Operator '&&' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) Operator '&&' must be spaced. (space-infix-ops)
(#593) Operator '===' must be spaced. (space-infix-ops)
(#593) Operator '?' must be spaced. (space-infix-ops)
(#593) Operator ':' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) Operator '||' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) Operator '&&' must be spaced. (space-infix-ops)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#594) This line has a length of 503. Maximum allowed is 132. (max-len)
(#594) Operator '&&' must be spaced. (space-infix-ops)
(#594) Operator '===' must be spaced. (space-infix-ops)
(#594) Operator '?' must be spaced. (space-infix-ops)
(#594) Operator ':' must be spaced. (space-infix-ops)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#594) Operator '&&' must be spaced. (space-infix-ops)
(#594) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#594) 't' declared on line 592 column 91 is used outside of binding context. (block-scoped-var)
(#594) Operator '?' must be spaced. (space-infix-ops)
(#594) Operator '?' must be spaced. (space-infix-ops)
(#594) 'x' declared on line 593 column 5 is used outside of binding context. (block-scoped-var)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) 't' declared on line 592 column 91 is used outside of binding context. (block-scoped-var)
(#594) Operator ':' must be spaced. (space-infix-ops)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) Operator '||' must be spaced. (space-infix-ops)
(#594) A space is required after ','. (comma-spacing)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) 'u' declared on line 592 column 242 is used outside of binding context. (block-scoped-var)
(#594) Operator '?' must be spaced. (space-infix-ops)
(#594) 't' declared on line 592 column 91 is used outside of binding context. (block-scoped-var)
(#594) A space is required after ','. (comma-spacing)
(#594) A space is required after ','. (comma-spacing)
(#594) A space is required after ','. (comma-spacing)
(#594) Operator ':' must be spaced. (space-infix-ops)
(#594) 't' declared on line 592 column 91 is used outside of binding context. (block-scoped-var)
(#594) A space is required after ','. (comma-spacing)
(#594) A space is required after ','. (comma-spacing)
(#594) A space is required after ','. (comma-spacing)
(#594) A space is required after ','. (comma-spacing)
(#594) A space is required after ','. (comma-spacing)
(#594) A space is required after ','. (comma-spacing)
(#594) A space is required after ','. (comma-spacing)
(#594) A space is required after ','. (comma-spacing)
(#594) A space is required after ','. (comma-spacing)
(#594) Operator '||' must be spaced. (space-infix-ops)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) A space is required after ','. (comma-spacing)
(#594) Operator '+' must be spaced. (space-infix-ops)
(#594) Operator '+' must be spaced. (space-infix-ops)
(#594) Operator '+' must be spaced. (space-infix-ops)
(#594) Operator '||' must be spaced. (space-infix-ops)
(#594) Operator '+' must be spaced. (space-infix-ops)
(#594) Operator '?' must be spaced. (space-infix-ops)
(#594) Operator ':' must be spaced. (space-infix-ops)
(#594) A space is required after ','. (comma-spacing)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) A space is required after ','. (comma-spacing)
(#594) 'x' declared on line 593 column 5 is used outside of binding context. (block-scoped-var)
(#594) A space is required after ','. (comma-spacing)
(#594) Operator '||' must be spaced. (space-infix-ops)
(#594) 'v' declared on line 592 column 116 is used outside of binding context. (block-scoped-var)
(#594) A space is required after ','. (comma-spacing)
(#594) Operator '||' must be spaced. (space-infix-ops)
(#594) A space is required after ','. (comma-spacing)
(#594) Operator '&&' must be spaced. (space-infix-ops)
(#595) This line has a length of 502. Maximum allowed is 132. (max-len)
(#595) Operator '&&' must be spaced. (space-infix-ops)
(#595) Operator '&&' must be spaced. (space-infix-ops)
(#595) Operator '||' must be spaced. (space-infix-ops)
(#595) A space is required after ','. (comma-spacing)
(#595) A space is required after ','. (comma-spacing)
(#595) Operator '&&' must be spaced. (space-infix-ops)
(#595) Operator '&&' must be spaced. (space-infix-ops)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) A space is required after ','. (comma-spacing)
(#595) A space is required after ','. (comma-spacing)
(#595) A space is required after ','. (comma-spacing)
(#595) A space is required after ','. (comma-spacing)
(#595) A space is required after ','. (comma-spacing)
(#595) Operator ':' must be spaced. (space-infix-ops)
(#595) Operator '&&' must be spaced. (space-infix-ops)
(#595) Requires a space before '}'. (block-spacing)
(#595) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#595) Missing semicolon. (@babel/semi)
(#595) Requires a space before '}'. (block-spacing)
(#595) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#595) Missing semicolon. (@babel/semi)
(#595) Requires a space before '}'. (block-spacing)
(#595) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#595) Missing semicolon. (@babel/semi)
(#595) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#595) A space is required after ','. (comma-spacing)
(#595) Requires a space before '}'. (block-spacing)
(#595) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#595) Missing semicolon. (@babel/semi)
(#595) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#595) Expected space(s) before "function". (keyword-spacing)
(#595) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#595) Function 'y' has a complexity of 21. Maximum allowed is 20. (complexity)
(#595) A space is required after ','. (comma-spacing)
(#595) A space is required after ','. (comma-spacing)
(#595) A space is required after ','. (comma-spacing)
(#595) A space is required after ','. (comma-spacing)
(#595) A space is required after ','. (comma-spacing)
(#595) Requires a space after '{'. (block-spacing)
(#595) Statement inside of curly braces should be on next line. (brace-style)
(#595) Missing space before opening brace. (space-before-blocks)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) A space is required after ','. (comma-spacing)
(#595) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) A space is required after ','. (comma-spacing)
(#595) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) A space is required after ','. (comma-spacing)
(#595) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Operator '?' must be spaced. (space-infix-ops)
(#595) Operator ':' must be spaced. (space-infix-ops)
(#595) Operator '||' must be spaced. (space-infix-ops)
(#595) A space is required after ','. (comma-spacing)
(#595) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Operator '===' must be spaced. (space-infix-ops)
(#595) Operator '?' must be spaced. (space-infix-ops)
(#595) Operator ':' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Operator '===' must be spaced. (space-infix-ops)
(#595) Operator '?' must be spaced. (space-infix-ops)
(#595) Operator ':' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Operator '||' must be spaced. (space-infix-ops)
(#595) Operator '+' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Expected space(s) after "if". (keyword-spacing)
(#595) Operator '>' must be spaced. (space-infix-ops)
(#595) Requires a space after '{'. (block-spacing)
(#595) Statement inside of curly braces should be on next line. (brace-style)
(#595) Missing space before opening brace. (space-before-blocks)
(#595) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#595) Operator '===' must be spaced. (space-infix-ops)
(#595) Operator '&&' must be spaced. (space-infix-ops)
(#595) Operator '<=' must be spaced. (space-infix-ops)
(#595) Operator '?' must be spaced. (space-infix-ops)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) A space is required after ','. (comma-spacing)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Operator ':' must be spaced. (space-infix-ops)
(#595) Operator '-=' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Requires a space before '}'. (block-spacing)
(#595) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#595) Missing semicolon. (@babel/semi)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Operator '||' must be spaced. (space-infix-ops)
(#595) Operator '+' must be spaced. (space-infix-ops)
(#595) Operator '-' must be spaced. (space-infix-ops)
(#596) This line has a length of 501. Maximum allowed is 132. (max-len)
(#596) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#596) Operator '>' must be spaced. (space-infix-ops)
(#596) Operator '&&' must be spaced. (space-infix-ops)
(#596) Operator '===' must be spaced. (space-infix-ops)
(#596) Operator '&&' must be spaced. (space-infix-ops)
(#596) Operator '>=' must be spaced. (space-infix-ops)
(#596) Operator '?' must be spaced. (space-infix-ops)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) A space is required after ','. (comma-spacing)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) Operator ':' must be spaced. (space-infix-ops)
(#596) Operator '+=' must be spaced. (space-infix-ops)
(#596) Operator '-' must be spaced. (space-infix-ops)
(#596) A space is required after ','. (comma-spacing)
(#596) 'q' declared on line 595 column 477 is used outside of binding context. (block-scoped-var)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) Missing whitespace after semicolon. (semi-spacing)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) Operator '+' must be spaced. (space-infix-ops)
(#596) Missing whitespace after semicolon. (semi-spacing)
(#596) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#596) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#596) Operator '>' must be spaced. (space-infix-ops)
(#596) Operator '&&' must be spaced. (space-infix-ops)
(#596) Operator '===' must be spaced. (space-infix-ops)
(#596) Operator '&&' must be spaced. (space-infix-ops)
(#596) Operator '<=' must be spaced. (space-infix-ops)
(#596) Operator '?' must be spaced. (space-infix-ops)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) A space is required after ','. (comma-spacing)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) Operator ':' must be spaced. (space-infix-ops)
(#596) Operator '-=' must be spaced. (space-infix-ops)
(#596) A space is required after ','. (comma-spacing)
(#596) 'q' declared on line 595 column 477 is used outside of binding context. (block-scoped-var)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) Missing whitespace after semicolon. (semi-spacing)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) Operator '||' must be spaced. (space-infix-ops)
(#596) Operator '+' must be spaced. (space-infix-ops)
(#596) Operator '-' must be spaced. (space-infix-ops)
(#596) Missing whitespace after semicolon. (semi-spacing)
(#596) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#596) Operator '>' must be spaced. (space-infix-ops)
(#596) Operator '&&' must be spaced. (space-infix-ops)
(#596) Operator '===' must be spaced. (space-infix-ops)
(#596) Operator '&&' must be spaced. (space-infix-ops)
(#596) Operator '>=' must be spaced. (space-infix-ops)
(#596) Operator '?' must be spaced. (space-infix-ops)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) A space is required after ','. (comma-spacing)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) Operator ':' must be spaced. (space-infix-ops)
(#596) Operator '+=' must be spaced. (space-infix-ops)
(#596) Operator '-' must be spaced. (space-infix-ops)
(#596) A space is required after ','. (comma-spacing)
(#596) 'q' declared on line 595 column 477 is used outside of binding context. (block-scoped-var)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) Missing whitespace after semicolon. (semi-spacing)
(#596) 'q' declared on line 595 column 477 is used outside of binding context. (block-scoped-var)
(#596) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#596) Operator '&&' must be spaced. (space-infix-ops)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) A space is required after ','. (comma-spacing)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) A space is required after ','. (comma-spacing)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) A space is required after ','. (comma-spacing)
(#596) A space is required after ','. (comma-spacing)
(#596) A space is required after ','. (comma-spacing)
(#596) Missing whitespace after semicolon. (semi-spacing)
(#596) 'q' declared on line 595 column 477 is used outside of binding context. (block-scoped-var)
(#596) Requires a space before '}'. (block-spacing)
(#596) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#596) Missing semicolon. (@babel/semi)
(#596) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#596) Expected space(s) before "function". (keyword-spacing)
(#596) A space is required after ','. (comma-spacing)
(#596) Requires a space after '{'. (block-spacing)
(#596) Statement inside of curly braces should be on next line. (brace-style)
(#596) Missing space before opening brace. (space-before-blocks)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) A space is required after ','. (comma-spacing)
(#596) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#596) Missing whitespace after semicolon. (semi-spacing)
(#596) Expected space(s) after "if". (keyword-spacing)
(#596) Operator '&&' must be spaced. (space-infix-ops)
(#596) Expected { after 'if' condition. (curly)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) Requires a space after '{'. (block-spacing)
(#596) Statement inside of curly braces should be on next line. (brace-style)
(#596) Missing space before opening brace. (space-before-blocks)
(#596) A space is required after ','. (comma-spacing)
(#596) Requires a space before '}'. (block-spacing)
(#596) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#596) Missing semicolon. (@babel/semi)
(#596) Missing whitespace after semicolon. (semi-spacing)
(#596) Expected space(s) after "if". (keyword-spacing)
(#596) Operator '&&' must be spaced. (space-infix-ops)
(#596) Expected { after 'if' condition. (curly)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) Requires a space after '{'. (block-spacing)
(#596) Statement inside of curly braces should be on next line. (brace-style)
(#596) Missing space before opening brace. (space-before-blocks)
(#596) A space is required after ','. (comma-spacing)
(#596) Requires a space before '}'. (block-spacing)
(#596) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#596) Missing semicolon. (@babel/semi)
(#596) Missing whitespace after semicolon. (semi-spacing)
(#596) Expected space(s) after "if". (keyword-spacing)
(#596) Operator '||' must be spaced. (space-infix-ops)
(#596) Expected { after 'if' condition. (curly)
(#596) Expected space(s) before "for". (keyword-spacing)
(#596) Expected space(s) after "for". (keyword-spacing)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#597) This line has a length of 509. Maximum allowed is 132. (max-len)
(#597) A space is required after ','. (comma-spacing)
(#597) Missing whitespace after semicolon. (semi-spacing)
(#597) Expected { after 'for' condition. (curly)
(#597) Operator '=' must be spaced. (space-infix-ops)
(#597) A space is required after ','. (comma-spacing)
(#597) Missing whitespace after semicolon. (semi-spacing)
(#597) Expected { after 'else'. (curly)
(#597) Operator '=' must be spaced. (space-infix-ops)
(#597) A space is required after ','. (comma-spacing)
(#597) Missing whitespace after semicolon. (semi-spacing)
(#597) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#597) Requires a space before '}'. (block-spacing)
(#597) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#597) Missing semicolon. (@babel/semi)
(#597) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#597) Expected space(s) before "function". (keyword-spacing)
(#597) A space is required after ','. (comma-spacing)
(#597) A space is required after ','. (comma-spacing)
(#597) A space is required after ','. (comma-spacing)
(#597) A space is required after ','. (comma-spacing)
(#597) Requires a space after '{'. (block-spacing)
(#597) Statement inside of curly braces should be on next line. (brace-style)
(#597) Missing space before opening brace. (space-before-blocks)
(#597) Operator '=' must be spaced. (space-infix-ops)
(#597) A space is required after ','. (comma-spacing)
(#597) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#597) Operator '=' must be spaced. (space-infix-ops)
(#597) A space is required after ','. (comma-spacing)
(#597) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#597) Operator '=' must be spaced. (space-infix-ops)
(#597) A space is required after ','. (comma-spacing)
(#597) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#597) Operator '=' must be spaced. (space-infix-ops)
(#597) A space is required after ','. (comma-spacing)
(#597) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#597) Operator '=' must be spaced. (space-infix-ops)
(#597) Operator '?' must be spaced. (space-infix-ops)
(#597) Operator '/' must be spaced. (space-infix-ops)
(#597) Operator ':' must be spaced. (space-infix-ops)
(#597) Operator '/' must be spaced. (space-infix-ops)
(#597) Missing whitespace after semicolon. (semi-spacing)
(#597) Operator '=' must be spaced. (space-infix-ops)
(#597) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#597) Operator '=' must be spaced. (space-infix-ops)
(#597) Operator '?' must be spaced. (space-infix-ops)
(#597) Operator '/' must be spaced. (space-infix-ops)
(#597) Operator ':' must be spaced. (space-infix-ops)
(#597) Missing whitespace after semicolon. (semi-spacing)
(#597) Operator '=' must be spaced. (space-infix-ops)
(#597) Do not nest ternary expressions. (no-nested-ternary)
(#597) Operator '?' must be spaced. (space-infix-ops)
(#597) Operator ':' must be spaced. (space-infix-ops)
(#597) Operator '?' must be spaced. (space-infix-ops)
(#597) Operator '-' must be spaced. (space-infix-ops)
(#597) Operator ':' must be spaced. (space-infix-ops)
(#597) Operator '-' must be spaced. (space-infix-ops)
(#597) Operator '+' must be spaced. (space-infix-ops)
(#597) Missing whitespace after semicolon. (semi-spacing)
(#597) Operator '=' must be spaced. (space-infix-ops)
(#597) Do not nest ternary expressions. (no-nested-ternary)
(#597) Operator '?' must be spaced. (space-infix-ops)
(#597) Operator '?' must be spaced. (space-infix-ops)
(#597) Operator '-' must be spaced. (space-infix-ops)
(#597) Operator '+' must be spaced. (space-infix-ops)
(#597) Operator ':' must be spaced. (space-infix-ops)
(#597) Operator '-' must be spaced. (space-infix-ops)
(#597) Operator ':' must be spaced. (space-infix-ops)
(#597) Missing whitespace after semicolon. (semi-spacing)
(#597) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#597) Operator '?' must be spaced. (space-infix-ops)
(#597) Operator '===' must be spaced. (space-infix-ops)
(#597) Operator '&&' must be spaced. (space-infix-ops)
(#597) A space is required after ','. (comma-spacing)
(#597) Missing space before value for key 'opacity'. (key-spacing)
(#597) Missing space before value for key 'opacity'. (key-spacing)
(#597) Operator ':' must be spaced. (space-infix-ops)
(#597) Missing space before value for key 'opacity'. (key-spacing)
(#597) Missing space before value for key 'opacity'. (key-spacing)
(#597) A space is required after ','. (comma-spacing)
(#597) A space is required after ','. (comma-spacing)
(#597) Missing whitespace after semicolon. (semi-spacing)
(#597) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#597) Operator '&&' must be spaced. (space-infix-ops)
(#597) Operator '&&' must be spaced. (space-infix-ops)
(#597) Missing space before value for key 'x'. (key-spacing)
(#597) A space is required after ','. (comma-spacing)
(#597) Missing space before value for key 'y'. (key-spacing)
(#597) A space is required after ','. (comma-spacing)
(#597) Operator '=' must be spaced. (space-infix-ops)
(#597) Requires a space before '}'. (block-spacing)
(#597) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#597) Missing semicolon. (@babel/semi)
(#597) Expected space(s) before "var". (keyword-spacing)
(#597) Operator '=' must be spaced. (space-infix-ops)
(#597) Missing whitespace after semicolon. (semi-spacing)
(#597) Operator '=' must be spaced. (space-infix-ops)
(#598) This line has a length of 522. Maximum allowed is 132. (max-len)
(#598) Requires a space after '{'. (block-spacing)
(#598) Statement inside of curly braces should be on next line. (brace-style)
(#598) Missing space before opening brace. (space-before-blocks)
(#598) Expected space(s) after "if". (keyword-spacing)
(#598) Operator '===' must be spaced. (space-infix-ops)
(#598) Requires a space after '{'. (block-spacing)
(#598) Statement inside of curly braces should be on next line. (brace-style)
(#598) Missing space before opening brace. (space-before-blocks)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) Requires a space before '}'. (block-spacing)
(#598) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#598) Missing semicolon. (@babel/semi)
(#598) Requires a space before '}'. (block-spacing)
(#598) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#598) Requires a space before '}'. (block-spacing)
(#598) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#598) Missing semicolon. (@babel/semi)
(#598) Operator '||' must be spaced. (space-infix-ops)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) Requires a space before '}'. (block-spacing)
(#598) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#598) Missing semicolon. (@babel/semi)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) Requires a space after '{'. (block-spacing)
(#598) Statement inside of curly braces should be on next line. (brace-style)
(#598) Missing space before opening brace. (space-before-blocks)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) A space is required after ','. (comma-spacing)
(#598) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) A space is required after ','. (comma-spacing)
(#598) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) A space is required after ','. (comma-spacing)
(#598) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) Requires a space after '{'. (block-spacing)
(#598) Statement inside of curly braces should be on next line. (brace-style)
(#598) Missing space before opening brace. (space-before-blocks)
(#598) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#598) Function 'u' has a complexity of 23. Maximum allowed is 20. (complexity)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) Requires a space after '{'. (block-spacing)
(#598) Statement inside of curly braces should be on next line. (brace-style)
(#598) Missing space before opening brace. (space-before-blocks)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) A space is required after ','. (comma-spacing)
(#598) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) A space is required after ','. (comma-spacing)
(#598) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) Operator '?' must be spaced. (space-infix-ops)
(#598) Operator ':' must be spaced. (space-infix-ops)
(#598) Operator '||' must be spaced. (space-infix-ops)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) Operator '?' must be spaced. (space-infix-ops)
(#598) Operator ':' must be spaced. (space-infix-ops)
(#598) Operator '||' must be spaced. (space-infix-ops)
(#599) This line has a length of 502. Maximum allowed is 132. (max-len)
(#599) Missing whitespace after semicolon. (semi-spacing)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) Operator '||' must be spaced. (space-infix-ops)
(#599) A space is required after ','. (comma-spacing)
(#599) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#599) A space is required after ','. (comma-spacing)
(#599) Operator '>' must be spaced. (space-infix-ops)
(#599) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#599) A space is required after ','. (comma-spacing)
(#599) A space is required after ','. (comma-spacing)
(#599) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#599) A space is required after ','. (comma-spacing)
(#599) Missing whitespace after semicolon. (semi-spacing)
(#599) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#599) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#599) Operator '&&' must be spaced. (space-infix-ops)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) A space is required after ','. (comma-spacing)
(#599) Operator '>' must be spaced. (space-infix-ops)
(#599) Operator '&&' must be spaced. (space-infix-ops)
(#599) Operator '+=' must be spaced. (space-infix-ops)
(#599) A space is required after ','. (comma-spacing)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) A space is required after ','. (comma-spacing)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) Operator '+' must be spaced. (space-infix-ops)
(#599) Operator '-' must be spaced. (space-infix-ops)
(#599) A space is required after ','. (comma-spacing)
(#599) Operator '<' must be spaced. (space-infix-ops)
(#599) Operator '&&' must be spaced. (space-infix-ops)
(#599) Operator '<' must be spaced. (space-infix-ops)
(#599) Operator '&&' must be spaced. (space-infix-ops)
(#599) Operator '-=' must be spaced. (space-infix-ops)
(#599) A space is required after ','. (comma-spacing)
(#599) Operator '&&' must be spaced. (space-infix-ops)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) Missing space before value for key 'x'. (key-spacing)
(#599) Operator '-' must be spaced. (space-infix-ops)
(#599) Operator '-' must be spaced. (space-infix-ops)
(#599) A space is required after ','. (comma-spacing)
(#599) Missing space before value for key 'y'. (key-spacing)
(#599) Operator '-' must be spaced. (space-infix-ops)
(#599) Operator '-' must be spaced. (space-infix-ops)
(#599) A space is required after ','. (comma-spacing)
(#599) Missing space before value for key 'width'. (key-spacing)
(#599) A space is required after ','. (comma-spacing)
(#599) Missing space before value for key 'height'. (key-spacing)
(#599) A space is required after ','. (comma-spacing)
(#599) Operator '||' must be spaced. (space-infix-ops)
(#599) Operator '?' must be spaced. (space-infix-ops)
(#599) Operator '+=' must be spaced. (space-infix-ops)
(#599) Operator '?' must be spaced. (space-infix-ops)
(#599) Operator ':' must be spaced. (space-infix-ops)
(#599) A space is required after ','. (comma-spacing)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) Operator ':' must be spaced. (space-infix-ops)
(#599) Operator '+=' must be spaced. (space-infix-ops)
(#599) Operator '?' must be spaced. (space-infix-ops)
(#599) Operator ':' must be spaced. (space-infix-ops)
(#599) A space is required after ','. (comma-spacing)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) Missing whitespace after semicolon. (semi-spacing)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#599) A space is required after ','. (comma-spacing)
(#599) Do not nest ternary expressions. (no-nested-ternary)
(#599) Operator '||' must be spaced. (space-infix-ops)
(#599) Operator '?' must be spaced. (space-infix-ops)
(#599) Operator ':' must be spaced. (space-infix-ops)
(#599) Operator '?' must be spaced. (space-infix-ops)
(#599) Operator ':' must be spaced. (space-infix-ops)
(#599) Missing whitespace after semicolon. (semi-spacing)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#599) A space is required after ','. (comma-spacing)
(#599) Do not nest ternary expressions. (no-nested-ternary)
(#599) Operator '||' must be spaced. (space-infix-ops)
(#599) Operator '?' must be spaced. (space-infix-ops)
(#599) Operator ':' must be spaced. (space-infix-ops)
(#599) Operator '?' must be spaced. (space-infix-ops)
(#599) Operator ':' must be spaced. (space-infix-ops)
(#599) Missing whitespace after semicolon. (semi-spacing)
(#599) A space is required after ','. (comma-spacing)
(#600) This line has a length of 533. Maximum allowed is 132. (max-len)
(#600) A space is required after ','. (comma-spacing)
(#600) A space is required after ','. (comma-spacing)
(#600) A space is required after ','. (comma-spacing)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#600) Operator '&&' must be spaced. (space-infix-ops)
(#600) Operator '&&' must be spaced. (space-infix-ops)
(#600) Missing space before value for key 'color'. (key-spacing)
(#600) Requires a space before '}'. (block-spacing)
(#600) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#600) Missing semicolon. (@babel/semi)
(#600) Expected space(s) before "var". (keyword-spacing)
(#600) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Requires a space after '{'. (block-spacing)
(#600) Statement inside of curly braces should be on next line. (brace-style)
(#600) Missing space before opening brace. (space-before-blocks)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#600) Operator '===' must be spaced. (space-infix-ops)
(#600) Operator '&&' must be spaced. (space-infix-ops)
(#600) A space is required after ','. (comma-spacing)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Requires a space before '}'. (block-spacing)
(#600) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#600) Missing semicolon. (@babel/semi)
(#600) Requires a space before '}'. (block-spacing)
(#600) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#600) Missing semicolon. (@babel/semi)
(#600) Operator '||' must be spaced. (space-infix-ops)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) Requires a space before '}'. (block-spacing)
(#600) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#600) Missing semicolon. (@babel/semi)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#600) A space is required after ','. (comma-spacing)
(#600) A space is required after ','. (comma-spacing)
(#600) A space is required after ','. (comma-spacing)
(#600) A space is required after ','. (comma-spacing)
(#600) A space is required after ','. (comma-spacing)
(#600) A space is required after ','. (comma-spacing)
(#600) A space is required after ','. (comma-spacing)
(#600) Requires a space after '{'. (block-spacing)
(#600) Statement inside of curly braces should be on next line. (brace-style)
(#600) Missing space before opening brace. (space-before-blocks)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Operator '&&' must be spaced. (space-infix-ops)
(#600) Operator '||' must be spaced. (space-infix-ops)
(#600) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#600) Requires a space after '{'. (block-spacing)
(#600) Statement inside of curly braces should be on next line. (brace-style)
(#600) Missing space before opening brace. (space-before-blocks)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) A space is required after ','. (comma-spacing)
(#600) Requires a space after '{'. (block-spacing)
(#600) Statement inside of curly braces should be on next line. (brace-style)
(#600) Missing space before opening brace. (space-before-blocks)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Operator '||' must be spaced. (space-infix-ops)
(#600) Missing space before value for key '__proto__'. (key-spacing)
(#600) Operator 'instanceof' must be spaced. (space-infix-ops)
(#600) Operator '&&' must be spaced. (space-infix-ops)
(#600) A space is required after ','. (comma-spacing)
(#600) Requires a space after '{'. (block-spacing)
(#600) Statement inside of curly braces should be on next line. (brace-style)
(#600) Missing space before opening brace. (space-before-blocks)
(#600) The '__proto__' property is deprecated. (no-proto)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Requires a space before '}'. (block-spacing)
(#600) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#600) Missing semicolon. (@babel/semi)
(#600) Operator '||' must be spaced. (space-infix-ops)
(#600) A space is required after ','. (comma-spacing)
(#600) Requires a space after '{'. (block-spacing)
(#600) Statement inside of curly braces should be on next line. (brace-style)
(#600) Missing space before opening brace. (space-before-blocks)
(#600) Expected space(s) after "for". (keyword-spacing)
(#600) Expected { after 'for-in'. (curly)
(#600) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#600) Operator '&&' must be spaced. (space-infix-ops)
(#601) This line has a length of 519. Maximum allowed is 132. (max-len)
(#601) Operator '=' must be spaced. (space-infix-ops)
(#601) Requires a space before '}'. (block-spacing)
(#601) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#601) Missing semicolon. (@babel/semi)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) A space is required after ','. (comma-spacing)
(#601) Requires a space before '}'. (block-spacing)
(#601) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#601) Missing semicolon. (@babel/semi)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#601) A space is required after ','. (comma-spacing)
(#601) Requires a space after '{'. (block-spacing)
(#601) Statement inside of curly braces should be on next line. (brace-style)
(#601) Missing space before opening brace. (space-before-blocks)
(#601) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#601) Requires a space after '{'. (block-spacing)
(#601) Statement inside of curly braces should be on next line. (brace-style)
(#601) Missing space before opening brace. (space-before-blocks)
(#601) Operator '=' must be spaced. (space-infix-ops)
(#601) Requires a space before '}'. (block-spacing)
(#601) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#601) Missing semicolon. (@babel/semi)
(#601) A space is required after ','. (comma-spacing)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) Operator '=' must be spaced. (space-infix-ops)
(#601) Operator '===' must be spaced. (space-infix-ops)
(#601) Operator '?' must be spaced. (space-infix-ops)
(#601) Operator ':' must be spaced. (space-infix-ops)
(#601) Operator '=' must be spaced. (space-infix-ops)
(#601) A space is required after ','. (comma-spacing)
(#601) Missing '()' invoking a constructor. (new-parens)
(#601) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#601) Requires a space before '}'. (block-spacing)
(#601) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#601) Missing semicolon. (@babel/semi)
(#601) Requires a space before '}'. (block-spacing)
(#601) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#601) Missing semicolon. (@babel/semi)
(#601) A space is required after ','. (comma-spacing)
(#601) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#601) Operator '=' must be spaced. (space-infix-ops)
(#601) A space is required after ','. (comma-spacing)
(#601) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#601) Operator '=' must be spaced. (space-infix-ops)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) Operator '=' must be spaced. (space-infix-ops)
(#601) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#601) Requires a space after '{'. (block-spacing)
(#601) Statement inside of curly braces should be on next line. (brace-style)
(#601) Missing space before opening brace. (space-before-blocks)
(#601) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#601) Requires a space after '{'. (block-spacing)
(#601) Statement inside of curly braces should be on next line. (brace-style)
(#601) Missing space before opening brace. (space-before-blocks)
(#601) Operator '=' must be spaced. (space-infix-ops)
(#601) Operator '!==' must be spaced. (space-infix-ops)
(#601) Operator '&&' must be spaced. (space-infix-ops)
(#601) A space is required after ','. (comma-spacing)
(#601) Operator '||' must be spaced. (space-infix-ops)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) Operator '=' must be spaced. (space-infix-ops)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) Operator '=' must be spaced. (space-infix-ops)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) Operator '=' must be spaced. (space-infix-ops)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) Requires a space before '}'. (block-spacing)
(#601) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#601) Missing semicolon. (@babel/semi)
(#601) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#601) A space is required after ','. (comma-spacing)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) Operator '=' must be spaced. (space-infix-ops)
(#601) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#601) A space is required after ','. (comma-spacing)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) Requires a space before '}'. (block-spacing)
(#601) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#601) Missing semicolon. (@babel/semi)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) A space is required after ','. (comma-spacing)
(#601) Missing space before value for key 'inverted'. (key-spacing)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) A space is required after ','. (comma-spacing)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) Requires a space before '}'. (block-spacing)
(#601) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#601) Missing semicolon. (@babel/semi)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#601) A space is required after ','. (comma-spacing)
(#601) A space is required after ','. (comma-spacing)
(#602) This line has a length of 502. Maximum allowed is 132. (max-len)
(#602) A space is required after ','. (comma-spacing)
(#602) A space is required after ','. (comma-spacing)
(#602) A space is required after ','. (comma-spacing)
(#602) A space is required after ','. (comma-spacing)
(#602) A space is required after ','. (comma-spacing)
(#602) A space is required after ','. (comma-spacing)
(#602) Requires a space after '{'. (block-spacing)
(#602) Statement inside of curly braces should be on next line. (brace-style)
(#602) Missing space before opening brace. (space-before-blocks)
(#602) Operator '=' must be spaced. (space-infix-ops)
(#602) Operator '&&' must be spaced. (space-infix-ops)
(#602) Operator '||' must be spaced. (space-infix-ops)
(#602) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#602) Requires a space after '{'. (block-spacing)
(#602) Statement inside of curly braces should be on next line. (brace-style)
(#602) Missing space before opening brace. (space-before-blocks)
(#602) Operator '=' must be spaced. (space-infix-ops)
(#602) A space is required after ','. (comma-spacing)
(#602) Requires a space after '{'. (block-spacing)
(#602) Statement inside of curly braces should be on next line. (brace-style)
(#602) Missing space before opening brace. (space-before-blocks)
(#602) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#602) Operator '=' must be spaced. (space-infix-ops)
(#602) Operator '||' must be spaced. (space-infix-ops)
(#602) Missing space before value for key '__proto__'. (key-spacing)
(#602) Operator 'instanceof' must be spaced. (space-infix-ops)
(#602) Operator '&&' must be spaced. (space-infix-ops)
(#602) A space is required after ','. (comma-spacing)
(#602) Requires a space after '{'. (block-spacing)
(#602) Statement inside of curly braces should be on next line. (brace-style)
(#602) Missing space before opening brace. (space-before-blocks)
(#602) The '__proto__' property is deprecated. (no-proto)
(#602) Operator '=' must be spaced. (space-infix-ops)
(#602) Requires a space before '}'. (block-spacing)
(#602) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#602) Missing semicolon. (@babel/semi)
(#602) Operator '||' must be spaced. (space-infix-ops)
(#602) A space is required after ','. (comma-spacing)
(#602) Requires a space after '{'. (block-spacing)
(#602) Statement inside of curly braces should be on next line. (brace-style)
(#602) Missing space before opening brace. (space-before-blocks)
(#602) Expected space(s) after "for". (keyword-spacing)
(#602) Expected { after 'for-in'. (curly)
(#602) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#602) Operator '&&' must be spaced. (space-infix-ops)
(#602) Operator '=' must be spaced. (space-infix-ops)
(#602) Requires a space before '}'. (block-spacing)
(#602) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#602) Missing semicolon. (@babel/semi)
(#602) Missing whitespace after semicolon. (semi-spacing)
(#602) A space is required after ','. (comma-spacing)
(#602) Requires a space before '}'. (block-spacing)
(#602) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#602) Missing semicolon. (@babel/semi)
(#602) Missing whitespace after semicolon. (semi-spacing)
(#602) A space is required after ','. (comma-spacing)
(#602) Requires a space after '{'. (block-spacing)
(#602) Statement inside of curly braces should be on next line. (brace-style)
(#602) Missing space before opening brace. (space-before-blocks)
(#602) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#602) Requires a space after '{'. (block-spacing)
(#602) Statement inside of curly braces should be on next line. (brace-style)
(#602) Missing space before opening brace. (space-before-blocks)
(#602) Operator '=' must be spaced. (space-infix-ops)
(#602) Requires a space before '}'. (block-spacing)
(#602) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#602) Missing semicolon. (@babel/semi)
(#602) A space is required after ','. (comma-spacing)
(#602) Missing whitespace after semicolon. (semi-spacing)
(#602) Operator '=' must be spaced. (space-infix-ops)
(#602) Operator '===' must be spaced. (space-infix-ops)
(#602) Operator '?' must be spaced. (space-infix-ops)
(#602) Operator ':' must be spaced. (space-infix-ops)
(#602) Operator '=' must be spaced. (space-infix-ops)
(#602) A space is required after ','. (comma-spacing)
(#602) Missing '()' invoking a constructor. (new-parens)
(#602) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#602) Requires a space before '}'. (block-spacing)
(#602) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#602) Missing semicolon. (@babel/semi)
(#602) Requires a space before '}'. (block-spacing)
(#602) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#602) Missing semicolon. (@babel/semi)
(#602) A space is required after ','. (comma-spacing)
(#602) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#602) Operator '=' must be spaced. (space-infix-ops)
(#602) A space is required after ','. (comma-spacing)
(#602) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#602) Operator '=' must be spaced. (space-infix-ops)
(#602) A space is required after ','. (comma-spacing)
(#602) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#602) Operator '=' must be spaced. (space-infix-ops)
(#602) Missing whitespace after semicolon. (semi-spacing)
(#602) Operator '=' must be spaced. (space-infix-ops)
(#603) This line has a length of 504. Maximum allowed is 132. (max-len)
(#603) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#603) Requires a space after '{'. (block-spacing)
(#603) Statement inside of curly braces should be on next line. (brace-style)
(#603) Missing space before opening brace. (space-before-blocks)
(#603) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#603) Requires a space after '{'. (block-spacing)
(#603) Statement inside of curly braces should be on next line. (brace-style)
(#603) Missing space before opening brace. (space-before-blocks)
(#603) Operator '=' must be spaced. (space-infix-ops)
(#603) Operator '!==' must be spaced. (space-infix-ops)
(#603) Operator '&&' must be spaced. (space-infix-ops)
(#603) A space is required after ','. (comma-spacing)
(#603) Operator '||' must be spaced. (space-infix-ops)
(#603) Missing whitespace after semicolon. (semi-spacing)
(#603) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#603) Operator '=' must be spaced. (space-infix-ops)
(#603) Missing whitespace after semicolon. (semi-spacing)
(#603) Operator '=' must be spaced. (space-infix-ops)
(#603) Missing whitespace after semicolon. (semi-spacing)
(#603) Operator '=' must be spaced. (space-infix-ops)
(#603) Missing whitespace after semicolon. (semi-spacing)
(#603) Requires a space before '}'. (block-spacing)
(#603) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#603) Missing semicolon. (@babel/semi)
(#603) A space is required after ','. (comma-spacing)
(#603) Missing whitespace after semicolon. (semi-spacing)
(#603) Operator '=' must be spaced. (space-infix-ops)
(#603) Requires a space after '{'. (block-spacing)
(#603) Statement inside of curly braces should be on next line. (brace-style)
(#603) Missing space before opening brace. (space-before-blocks)
(#603) Operator '=' must be spaced. (space-infix-ops)
(#603) A space is required after ','. (comma-spacing)
(#603) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#603) Operator '=' must be spaced. (space-infix-ops)
(#603) A space is required after ','. (comma-spacing)
(#603) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#603) Operator '=' must be spaced. (space-infix-ops)
(#603) Missing whitespace after semicolon. (semi-spacing)
(#603) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#603) Operator '&&' must be spaced. (space-infix-ops)
(#603) A space is required after ','. (comma-spacing)
(#603) Requires a space after '{'. (block-spacing)
(#603) Statement inside of curly braces should be on next line. (brace-style)
(#603) Missing space before opening brace. (space-before-blocks)
(#603) A space is required after ','. (comma-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Requires a space after '{'. (block-spacing)
(#603) Statement inside of curly braces should be on next line. (brace-style)
(#603) Missing space before opening brace. (space-before-blocks)
(#603) Operator '=' must be spaced. (space-infix-ops)
(#603) Operator '+' must be spaced. (space-infix-ops)
(#603) Missing whitespace after semicolon. (semi-spacing)
(#603) Expected space(s) after "if". (keyword-spacing)
(#603) Operator '&&' must be spaced. (space-infix-ops)
(#603) Requires a space after '{'. (block-spacing)
(#603) Statement inside of curly braces should be on next line. (brace-style)
(#603) Missing space before opening brace. (space-before-blocks)
(#603) Operator '=' must be spaced. (space-infix-ops)
(#603) Operator '+' must be spaced. (space-infix-ops)
(#603) Missing whitespace after semicolon. (semi-spacing)
(#603) Operator '=' must be spaced. (space-infix-ops)
(#603) Operator '*' must be spaced. (space-infix-ops)
(#603) Missing whitespace after semicolon. (semi-spacing)
(#603) Expected space(s) after "if". (keyword-spacing)
(#603) Operator '&&' must be spaced. (space-infix-ops)
(#603) Requires a space after '{'. (block-spacing)
(#603) Statement inside of curly braces should be on next line. (brace-style)
(#603) Missing space before opening brace. (space-before-blocks)
(#603) Operator '=' must be spaced. (space-infix-ops)
(#603) A space is required after ','. (comma-spacing)
(#603) Operator '-' must be spaced. (space-infix-ops)
(#603) Missing whitespace after semicolon. (semi-spacing)
(#603) Operator '=' must be spaced. (space-infix-ops)
(#603) A space is required after ','. (comma-spacing)
(#603) Operator '+' must be spaced. (space-infix-ops)
(#603) Missing whitespace after semicolon. (semi-spacing)
(#603) Operator '=' must be spaced. (space-infix-ops)
(#603) Operator '*' must be spaced. (space-infix-ops)
(#603) Operator '+' must be spaced. (space-infix-ops)
(#603) Operator '*' must be spaced. (space-infix-ops)
(#603) Missing whitespace after semicolon. (semi-spacing)
(#603) Operator '=' must be spaced. (space-infix-ops)
(#603) Operator '+' must be spaced. (space-infix-ops)
(#603) Operator '-' must be spaced. (space-infix-ops)
(#603) Operator '*' must be spaced. (space-infix-ops)
(#603) Operator '-' must be spaced. (space-infix-ops)
(#603) Missing whitespace after semicolon. (semi-spacing)
(#603) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#603) Operator '===' must be spaced. (space-infix-ops)
(#604) This line has a length of 535. Maximum allowed is 132. (max-len)
(#604) Operator '&&' must be spaced. (space-infix-ops)
(#604) Operator '=' must be spaced. (space-infix-ops)
(#604) Requires a space before '}'. (block-spacing)
(#604) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#604) Missing semicolon. (@babel/semi)
(#604) Requires a space before '}'. (block-spacing)
(#604) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#604) Requires a space before '}'. (block-spacing)
(#604) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#604) Requires a space before '}'. (block-spacing)
(#604) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#604) Missing semicolon. (@babel/semi)
(#604) Requires a space before '}'. (block-spacing)
(#604) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#604) Missing semicolon. (@babel/semi)
(#604) Missing whitespace after semicolon. (semi-spacing)
(#604) Operator '=' must be spaced. (space-infix-ops)
(#604) Requires a space after '{'. (block-spacing)
(#604) Statement inside of curly braces should be on next line. (brace-style)
(#604) Missing space before opening brace. (space-before-blocks)
(#604) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#604) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#604) Operator '?' must be spaced. (space-infix-ops)
(#604) Operator ':' must be spaced. (space-infix-ops)
(#604) Operator '&&' must be spaced. (space-infix-ops)
(#604) Operator '=' must be spaced. (space-infix-ops)
(#604) Requires a space before '}'. (block-spacing)
(#604) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#604) Missing semicolon. (@babel/semi)
(#604) Missing whitespace after semicolon. (semi-spacing)
(#604) Operator '=' must be spaced. (space-infix-ops)
(#604) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#604) A space is required after ','. (comma-spacing)
(#604) Missing space before value for key 'lineWidth'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Missing space before value for key 'findNearestPointBy'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Missing space before value for key 'jitter'. (key-spacing)
(#604) Missing space before value for key 'x'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Missing space before value for key 'y'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Missing space before value for key 'marker'. (key-spacing)
(#604) Missing space before value for key 'enabled'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Missing space before value for key 'tooltip'. (key-spacing)
(#604) Missing space before value for key 'headerFormat'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Missing space before value for key 'pointFormat'. (key-spacing)
(#604) Missing whitespace after semicolon. (semi-spacing)
(#604) Requires a space before '}'. (block-spacing)
(#604) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#604) Missing semicolon. (@babel/semi)
(#604) Missing whitespace after semicolon. (semi-spacing)
(#604) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#604) A space is required after ','. (comma-spacing)
(#604) Missing space before value for key 'drawTracker'. (key-spacing)
(#605) This line has a length of 503. Maximum allowed is 132. (max-len)
(#605) Missing space before value for key 'sorted'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Missing space before value for key 'requireSorting'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Missing space before value for key 'noSharedTooltip'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Missing space before value for key 'trackerGroups'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Missing space before value for key 'takeOrdinalPosition'. (key-spacing)
(#605) Missing whitespace after semicolon. (semi-spacing)
(#605) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#605) A space is required after ','. (comma-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Requires a space after '{'. (block-spacing)
(#605) Statement inside of curly braces should be on next line. (brace-style)
(#605) Missing space before opening brace. (space-before-blocks)
(#605) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#605) Requires a space before '}'. (block-spacing)
(#605) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#605) Missing semicolon. (@babel/semi)
(#605) Missing whitespace after semicolon. (semi-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Missing whitespace after semicolon. (semi-spacing)
(#605) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#605) Missing whitespace after semicolon. (semi-spacing)
(#605) Requires a space before '}'. (block-spacing)
(#605) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#605) Missing semicolon. (@babel/semi)
(#605) Missing whitespace after semicolon. (semi-spacing)
(#605) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#605) A space is required after ','. (comma-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Requires a space after '{'. (block-spacing)
(#605) Statement inside of curly braces should be on next line. (brace-style)
(#605) Missing space before opening brace. (space-before-blocks)
(#605) Operator '=' must be spaced. (space-infix-ops)
(#605) A space is required after ','. (comma-spacing)
(#605) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#605) Operator '=' must be spaced. (space-infix-ops)
(#605) A space is required after ','. (comma-spacing)
(#605) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#605) Operator '=' must be spaced. (space-infix-ops)
(#605) A space is required after ','. (comma-spacing)
(#605) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#605) Operator '=' must be spaced. (space-infix-ops)
(#605) A space is required after ','. (comma-spacing)
(#605) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#605) Missing whitespace after semicolon. (semi-spacing)
(#605) Requires a space after '{'. (block-spacing)
(#605) Statement inside of curly braces should be on next line. (brace-style)
(#605) Missing space before opening brace. (space-before-blocks)
(#605) Operator '=' must be spaced. (space-infix-ops)
(#605) Requires a space after '{'. (block-spacing)
(#605) Statement inside of curly braces should be on next line. (brace-style)
(#605) Missing space before opening brace. (space-before-blocks)
(#605) Operator '=' must be spaced. (space-infix-ops)
(#605) A space is required after ','. (comma-spacing)
(#605) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#605) Operator '=' must be spaced. (space-infix-ops)
(#605) A space is required after ','. (comma-spacing)
(#605) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#605) Operator '=' must be spaced. (space-infix-ops)
(#605) Operator '*' must be spaced. (space-infix-ops)
(#605) Operator '||' must be spaced. (space-infix-ops)
(#606) This line has a length of 511. Maximum allowed is 132. (max-len)
(#606) Operator '=' must be spaced. (space-infix-ops)
(#606) Operator '-' must be spaced. (space-infix-ops)
(#606) Operator '*' must be spaced. (space-infix-ops)
(#606) A space is required after ','. (comma-spacing)
(#606) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#606) Operator '=' must be spaced. (space-infix-ops)
(#606) Operator '-' must be spaced. (space-infix-ops)
(#606) Operator '*' must be spaced. (space-infix-ops)
(#606) A space is required after ','. (comma-spacing)
(#606) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#606) Operator '=' must be spaced. (space-infix-ops)
(#606) A space is required after ','. (comma-spacing)
(#606) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#606) Operator '=' must be spaced. (space-infix-ops)
(#606) A space is required after ','. (comma-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#606) Operator '=' must be spaced. (space-infix-ops)
(#606) A space is required after ','. (comma-spacing)
(#606) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#606) Operator '=' must be spaced. (space-infix-ops)
(#606) A space is required after ','. (comma-spacing)
(#606) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#606) Operator '=' must be spaced. (space-infix-ops)
(#606) Operator '||' must be spaced. (space-infix-ops)
(#606) Missing whitespace after semicolon. (semi-spacing)
(#606) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#606) Operator '===' must be spaced. (space-infix-ops)
(#606) Operator '&&' must be spaced. (space-infix-ops)
(#606) Operator '=' must be spaced. (space-infix-ops)
(#606) Missing whitespace after semicolon. (semi-spacing)
(#606) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#606) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#606) Operator '===' must be spaced. (space-infix-ops)
(#606) Operator '&&' must be spaced. (space-infix-ops)
(#606) Operator '=' must be spaced. (space-infix-ops)
(#606) Missing whitespace after semicolon. (semi-spacing)
(#606) Operator '=' must be spaced. (space-infix-ops)
(#606) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#606) A space is required after ','. (comma-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#606) A space is required after ','. (comma-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#606) Operator '&&' must be spaced. (space-infix-ops)
(#606) Operator '>' must be spaced. (space-infix-ops)
(#606) Operator '?' must be spaced. (space-infix-ops)
(#606) Operator ':' must be spaced. (space-infix-ops)
(#606) A space is required after ','. (comma-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#606) Operator '&&' must be spaced. (space-infix-ops)
(#606) Operator '>' must be spaced. (space-infix-ops)
(#606) Operator '?' must be spaced. (space-infix-ops)
(#606) Operator ':' must be spaced. (space-infix-ops)
(#606) Operator '||' must be spaced. (space-infix-ops)
(#606) A space is required after ','. (comma-spacing)
(#606) Missing whitespace after semicolon. (semi-spacing)
(#606) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#606) Operator '||' must be spaced. (space-infix-ops)
(#606) Operator '||' must be spaced. (space-infix-ops)
(#606) Operator '=' must be spaced. (space-infix-ops)
(#606) Missing whitespace after semicolon. (semi-spacing)
(#606) Expected space(s) after "for". (keyword-spacing)
(#606) Operator '=' must be spaced. (space-infix-ops)
(#606) Missing whitespace after semicolon. (semi-spacing)
(#606) Operator '>' must be spaced. (space-infix-ops)
(#606) Missing whitespace after semicolon. (semi-spacing)
(#606) Expected { after 'for' condition. (curly)
(#606) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#606) Operator '=' must be spaced. (space-infix-ops)
(#606) Unexpected use of comma operator. (no-sequences)
(#606) A space is required after ','. (comma-spacing)
(#606) Operator '=' must be spaced. (space-infix-ops)
(#606) Operator '>' must be spaced. (space-infix-ops)
(#606) Operator '||' must be spaced. (space-infix-ops)
(#606) Operator '===' must be spaced. (space-infix-ops)
(#606) Operator '&&' must be spaced. (space-infix-ops)
(#606) A space is required after ','. (comma-spacing)
(#606) Operator '=' must be spaced. (space-infix-ops)
(#606) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#606) A space is required after ','. (comma-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Operator '+' must be spaced. (space-infix-ops)
(#606) Operator '?' must be spaced. (space-infix-ops)
(#606) Operator ':' must be spaced. (space-infix-ops)
(#606) Missing whitespace after semicolon. (semi-spacing)
(#606) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#606) Operator '>' must be spaced. (space-infix-ops)
(#606) Operator '&&' must be spaced. (space-infix-ops)
(#606) Operator '=' must be spaced. (space-infix-ops)
(#606) Missing whitespace after semicolon. (semi-spacing)
(#606) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#606) Operator '&&' must be spaced. (space-infix-ops)
(#606) Operator '*' must be spaced. (space-infix-ops)
(#606) Operator '<' must be spaced. (space-infix-ops)
(#606) Operator '&&' must be spaced. (space-infix-ops)
(#606) Operator '<' must be spaced. (space-infix-ops)
(#606) Operator '&&' must be spaced. (space-infix-ops)
(#606) Operator '=' must be spaced. (space-infix-ops)
(#606) Operator '-' must be spaced. (space-infix-ops)
(#606) Operator '*' must be spaced. (space-infix-ops)
(#606) Missing whitespace after semicolon. (semi-spacing)
(#606) Requires a space before '}'. (block-spacing)
(#606) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#606) Missing semicolon. (@babel/semi)
(#606) Missing whitespace after semicolon. (semi-spacing)
(#606) Operator '=' must be spaced. (space-infix-ops)
(#607) This line has a length of 522. Maximum allowed is 132. (max-len)
(#607) Requires a space after '{'. (block-spacing)
(#607) Statement inside of curly braces should be on next line. (brace-style)
(#607) Missing space before opening brace. (space-before-blocks)
(#607) Operator '=' must be spaced. (space-infix-ops)
(#607) Operator '?' must be spaced. (space-infix-ops)
(#607) Operator ':' must be spaced. (space-infix-ops)
(#607) Missing whitespace after semicolon. (semi-spacing)
(#607) Operator '=' must be spaced. (space-infix-ops)
(#607) Operator '&&' must be spaced. (space-infix-ops)
(#607) Operator '>' must be spaced. (space-infix-ops)
(#607) Operator '&&' must be spaced. (space-infix-ops)
(#607) Operator '>' must be spaced. (space-infix-ops)
(#607) Operator '-' must be spaced. (space-infix-ops)
(#607) Operator '?' must be spaced. (space-infix-ops)
(#607) Operator ':' must be spaced. (space-infix-ops)
(#607) Operator '+' must be spaced. (space-infix-ops)
(#607) Missing whitespace after semicolon. (semi-spacing)
(#607) Expected space(s) after "return". (keyword-spacing)
(#607) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#607) Missing space before value for key 'start'. (key-spacing)
(#607) Operator '*' must be spaced. (space-infix-ops)
(#607) Operator '+' must be spaced. (space-infix-ops)
(#607) A space is required after ','. (comma-spacing)
(#607) Missing space before value for key 'end'. (key-spacing)
(#607) Operator '*' must be spaced. (space-infix-ops)
(#607) Operator '+' must be spaced. (space-infix-ops)
(#607) Requires a space before '}'. (block-spacing)
(#607) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#607) Missing semicolon. (@babel/semi)
(#607) Requires a space before '}'. (block-spacing)
(#607) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#607) Missing semicolon. (@babel/semi)
(#607) Operator '||' must be spaced. (space-infix-ops)
(#607) Operator '=' must be spaced. (space-infix-ops)
(#607) Missing whitespace after semicolon. (semi-spacing)
(#607) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#607) Missing whitespace after semicolon. (semi-spacing)
(#607) Requires a space before '}'. (block-spacing)
(#607) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#607) Missing semicolon. (@babel/semi)
(#607) Missing whitespace after semicolon. (semi-spacing)
(#607) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#607) A space is required after ','. (comma-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) Requires a space after '{'. (block-spacing)
(#607) Statement inside of curly braces should be on next line. (brace-style)
(#607) Missing space before opening brace. (space-before-blocks)
(#607) Operator '=' must be spaced. (space-infix-ops)
(#607) Operator '&&' must be spaced. (space-infix-ops)
(#607) Operator '||' must be spaced. (space-infix-ops)
(#607) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#607) Requires a space after '{'. (block-spacing)
(#607) Statement inside of curly braces should be on next line. (brace-style)
(#607) Missing space before opening brace. (space-before-blocks)
(#607) Operator '=' must be spaced. (space-infix-ops)
(#607) A space is required after ','. (comma-spacing)
(#607) Requires a space after '{'. (block-spacing)
(#607) Statement inside of curly braces should be on next line. (brace-style)
(#607) Missing space before opening brace. (space-before-blocks)
(#607) Operator '=' must be spaced. (space-infix-ops)
(#607) Operator '||' must be spaced. (space-infix-ops)
(#607) Missing space before value for key '__proto__'. (key-spacing)
(#607) Operator 'instanceof' must be spaced. (space-infix-ops)
(#607) Operator '&&' must be spaced. (space-infix-ops)
(#607) A space is required after ','. (comma-spacing)
(#607) Requires a space after '{'. (block-spacing)
(#607) Statement inside of curly braces should be on next line. (brace-style)
(#607) Missing space before opening brace. (space-before-blocks)
(#607) The '__proto__' property is deprecated. (no-proto)
(#607) Operator '=' must be spaced. (space-infix-ops)
(#607) Requires a space before '}'. (block-spacing)
(#607) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#607) Missing semicolon. (@babel/semi)
(#607) Operator '||' must be spaced. (space-infix-ops)
(#607) A space is required after ','. (comma-spacing)
(#607) Requires a space after '{'. (block-spacing)
(#607) Statement inside of curly braces should be on next line. (brace-style)
(#607) Missing space before opening brace. (space-before-blocks)
(#607) Expected space(s) after "for". (keyword-spacing)
(#607) Expected { after 'for-in'. (curly)
(#607) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#607) Operator '&&' must be spaced. (space-infix-ops)
(#607) Operator '=' must be spaced. (space-infix-ops)
(#607) Requires a space before '}'. (block-spacing)
(#607) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#607) Missing semicolon. (@babel/semi)
(#607) Missing whitespace after semicolon. (semi-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) Requires a space before '}'. (block-spacing)
(#607) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#607) Missing semicolon. (@babel/semi)
(#607) Missing whitespace after semicolon. (semi-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) Requires a space after '{'. (block-spacing)
(#607) Statement inside of curly braces should be on next line. (brace-style)
(#607) Missing space before opening brace. (space-before-blocks)
(#607) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#607) Requires a space after '{'. (block-spacing)
(#607) Statement inside of curly braces should be on next line. (brace-style)
(#607) Missing space before opening brace. (space-before-blocks)
(#607) Operator '=' must be spaced. (space-infix-ops)
(#608) This line has a length of 513. Maximum allowed is 132. (max-len)
(#608) Requires a space before '}'. (block-spacing)
(#608) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#608) Missing semicolon. (@babel/semi)
(#608) A space is required after ','. (comma-spacing)
(#608) Missing whitespace after semicolon. (semi-spacing)
(#608) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) Operator '===' must be spaced. (space-infix-ops)
(#608) Operator '?' must be spaced. (space-infix-ops)
(#608) Operator ':' must be spaced. (space-infix-ops)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) A space is required after ','. (comma-spacing)
(#608) Missing '()' invoking a constructor. (new-parens)
(#608) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#608) Requires a space before '}'. (block-spacing)
(#608) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#608) Missing semicolon. (@babel/semi)
(#608) Requires a space before '}'. (block-spacing)
(#608) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#608) Missing semicolon. (@babel/semi)
(#608) A space is required after ','. (comma-spacing)
(#608) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) A space is required after ','. (comma-spacing)
(#608) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) A space is required after ','. (comma-spacing)
(#608) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) Missing whitespace after semicolon. (semi-spacing)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) Missing whitespace after semicolon. (semi-spacing)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) A space is required after ','. (comma-spacing)
(#608) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) A space is required after ','. (comma-spacing)
(#608) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) Missing whitespace after semicolon. (semi-spacing)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#608) Requires a space after '{'. (block-spacing)
(#608) Statement inside of curly braces should be on next line. (brace-style)
(#608) Missing space before opening brace. (space-before-blocks)
(#608) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#608) Requires a space after '{'. (block-spacing)
(#608) Statement inside of curly braces should be on next line. (brace-style)
(#608) Missing space before opening brace. (space-before-blocks)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) Operator '!==' must be spaced. (space-infix-ops)
(#608) Operator '&&' must be spaced. (space-infix-ops)
(#608) A space is required after ','. (comma-spacing)
(#608) Operator '||' must be spaced. (space-infix-ops)
(#608) Missing whitespace after semicolon. (semi-spacing)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) Missing whitespace after semicolon. (semi-spacing)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) Missing whitespace after semicolon. (semi-spacing)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) Missing whitespace after semicolon. (semi-spacing)
(#608) Requires a space before '}'. (block-spacing)
(#608) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#608) Missing semicolon. (@babel/semi)
(#608) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#608) A space is required after ','. (comma-spacing)
(#608) Missing whitespace after semicolon. (semi-spacing)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) Requires a space after '{'. (block-spacing)
(#608) Statement inside of curly braces should be on next line. (brace-style)
(#608) Missing space before opening brace. (space-before-blocks)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) A space is required after ','. (comma-spacing)
(#608) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) A space is required after ','. (comma-spacing)
(#608) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) A space is required after ','. (comma-spacing)
(#608) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) Missing whitespace after semicolon. (semi-spacing)
(#608) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#608) Operator '&&' must be spaced. (space-infix-ops)
(#608) Operator '=' must be spaced. (space-infix-ops)
(#608) Missing whitespace after semicolon. (semi-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) Missing space before value for key 'x'. (key-spacing)
(#609) This line has a length of 503. Maximum allowed is 132. (max-len)
(#609) Missing space before value for key 'y'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Missing space before value for key 'alignment'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Requires a space before '}'. (block-spacing)
(#609) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#609) Missing semicolon. (@babel/semi)
(#609) Missing whitespace after semicolon. (semi-spacing)
(#609) Operator '=' must be spaced. (space-infix-ops)
(#609) Requires a space after '{'. (block-spacing)
(#609) Statement inside of curly braces should be on next line. (brace-style)
(#609) Missing space before opening brace. (space-before-blocks)
(#609) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#609) Operator '?' must be spaced. (space-infix-ops)
(#609) Operator ':' must be spaced. (space-infix-ops)
(#609) Missing space before value for key 'translateX'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Missing space before value for key 'translateY'. (key-spacing)
(#609) Requires a space before '}'. (block-spacing)
(#609) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#609) Missing semicolon. (@babel/semi)
(#609) Missing whitespace after semicolon. (semi-spacing)
(#609) Operator '=' must be spaced. (space-infix-ops)
(#609) Requires a space after '{'. (block-spacing)
(#609) Statement inside of curly braces should be on next line. (brace-style)
(#609) Missing space before opening brace. (space-before-blocks)
(#609) Operator '=' must be spaced. (space-infix-ops)
(#609) Missing whitespace after semicolon. (semi-spacing)
(#609) Operator '||' must be spaced. (space-infix-ops)
(#609) Operator '?' must be spaced. (space-infix-ops)
(#609) Operator ':' must be spaced. (space-infix-ops)
(#609) A space is required after ','. (comma-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Operator '+' must be spaced. (space-infix-ops)
(#609) A space is required after ','. (comma-spacing)
(#609) Operator '+' must be spaced. (space-infix-ops)
(#609) A space is required after ','. (comma-spacing)
(#609) Missing space before value for key 'innerR'. (key-spacing)
(#609) Operator '-' must be spaced. (space-infix-ops)
(#609) A space is required after ','. (comma-spacing)
(#609) Missing space before value for key 'start'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Missing space before value for key 'end'. (key-spacing)
(#609) Requires a space before '}'. (block-spacing)
(#609) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#609) Missing semicolon. (@babel/semi)
(#609) Missing whitespace after semicolon. (semi-spacing)
(#609) Operator '=' must be spaced. (space-infix-ops)
(#609) Requires a space after '{'. (block-spacing)
(#609) Statement inside of curly braces should be on next line. (brace-style)
(#609) Missing space before opening brace. (space-before-blocks)
(#609) Operator '=' must be spaced. (space-infix-ops)
(#609) Missing whitespace after semicolon. (semi-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Missing whitespace after semicolon. (semi-spacing)
(#609) Operator '=' must be spaced. (space-infix-ops)
(#609) A space is required after ','. (comma-spacing)
(#609) Missing whitespace after semicolon. (semi-spacing)
(#609) Operator '=' must be spaced. (space-infix-ops)
(#609) Requires a space after '{'. (block-spacing)
(#609) Statement inside of curly braces should be on next line. (brace-style)
(#609) Missing space before opening brace. (space-before-blocks)
(#609) Operator '===' must be spaced. (space-infix-ops)
(#610) This line has a length of 526. Maximum allowed is 132. (max-len)
(#610) Requires a space before '}'. (block-spacing)
(#610) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#610) Missing semicolon. (@babel/semi)
(#610) Missing whitespace after semicolon. (semi-spacing)
(#610) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#610) A space is required after ','. (comma-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) Missing whitespace after semicolon. (semi-spacing)
(#610) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#610) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#610) A space is required after ','. (comma-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) Missing whitespace after semicolon. (semi-spacing)
(#610) Requires a space before '}'. (block-spacing)
(#610) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#610) Missing semicolon. (@babel/semi)
(#610) Missing whitespace after semicolon. (semi-spacing)
(#610) Operator '=' must be spaced. (space-infix-ops)
(#610) Requires a space after '{'. (block-spacing)
(#610) Statement inside of curly braces should be on next line. (brace-style)
(#610) Missing space before opening brace. (space-before-blocks)
(#610) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#610) Operator '&&' must be spaced. (space-infix-ops)
(#610) Operator '<=' must be spaced. (space-infix-ops)
(#610) Requires a space before '}'. (block-spacing)
(#610) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#610) Missing semicolon. (@babel/semi)
(#610) Missing whitespace after semicolon. (semi-spacing)
(#610) Operator '=' must be spaced. (space-infix-ops)
(#610) A space is required after ','. (comma-spacing)
(#610) Requires a space after '{'. (block-spacing)
(#610) Statement inside of curly braces should be on next line. (brace-style)
(#610) Missing space before opening brace. (space-before-blocks)
(#610) Operator '=' must be spaced. (space-infix-ops)
(#610) A space is required after ','. (comma-spacing)
(#610) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#610) Operator '=' must be spaced. (space-infix-ops)
(#610) A space is required after ','. (comma-spacing)
(#610) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#610) Operator '=' must be spaced. (space-infix-ops)
(#610) A space is required after ','. (comma-spacing)
(#610) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#610) Operator '=' must be spaced. (space-infix-ops)
(#610) Missing whitespace after semicolon. (semi-spacing)
(#610) Operator '=' must be spaced. (space-infix-ops)
(#610) A space is required after ','. (comma-spacing)
(#610) Missing whitespace after semicolon. (semi-spacing)
(#610) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#610) Operator '!==' must be spaced. (space-infix-ops)
(#610) Operator '&&' must be spaced. (space-infix-ops)
(#610) Operator '=' must be spaced. (space-infix-ops)
(#610) Operator '=' must be spaced. (space-infix-ops)
(#610) Operator '=' must be spaced. (space-infix-ops)
(#610) Operator '===' must be spaced. (space-infix-ops)
(#610) Operator '?' must be spaced. (space-infix-ops)
(#610) Operator ':' must be spaced. (space-infix-ops)
(#610) A space is required after ','. (comma-spacing)
(#610) Operator '=' must be spaced. (space-infix-ops)
(#610) A space is required after ','. (comma-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) Requires a space after '{'. (block-spacing)
(#610) Statement inside of curly braces should be on next line. (brace-style)
(#610) Missing space before opening brace. (space-before-blocks)
(#610) Expected space(s) after "if". (keyword-spacing)
(#610) Expected { after 'if' condition. (curly)
(#610) Operator '?' must be spaced. (space-infix-ops)
(#610) Operator ':' must be spaced. (space-infix-ops)
(#610) Requires a space before '}'. (block-spacing)
(#610) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#610) Missing semicolon. (@babel/semi)
(#610) A space is required after ','. (comma-spacing)
(#610) Operator '&&' must be spaced. (space-infix-ops)
(#611) This line has a length of 501. Maximum allowed is 132. (max-len)
(#611) A space is required after ','. (comma-spacing)
(#611) Operator '||' must be spaced. (space-infix-ops)
(#611) Operator '!==' must be spaced. (space-infix-ops)
(#611) Operator '||' must be spaced. (space-infix-ops)
(#611) A space is required after ','. (comma-spacing)
(#611) Operator '&&' must be spaced. (space-infix-ops)
(#611) Operator '=' must be spaced. (space-infix-ops)
(#611) A space is required after ','. (comma-spacing)
(#611) Operator '&&' must be spaced. (space-infix-ops)
(#611) Requires a space before '}'. (block-spacing)
(#611) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#611) Missing semicolon. (@babel/semi)
(#611) Missing whitespace after semicolon. (semi-spacing)
(#611) Operator '=' must be spaced. (space-infix-ops)
(#611) A space is required after ','. (comma-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Requires a space after '{'. (block-spacing)
(#611) Statement inside of curly braces should be on next line. (brace-style)
(#611) Missing space before opening brace. (space-before-blocks)
(#611) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#611) Operator '=' must be spaced. (space-infix-ops)
(#611) Missing whitespace after semicolon. (semi-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Missing whitespace after semicolon. (semi-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Missing whitespace after semicolon. (semi-spacing)
(#611) Operator '=' must be spaced. (space-infix-ops)
(#611) Operator '=' must be spaced. (space-infix-ops)
(#611) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#611) Operator '?' must be spaced. (space-infix-ops)
(#611) Operator ':' must be spaced. (space-infix-ops)
(#611) Missing whitespace after semicolon. (semi-spacing)
(#611) Operator '=' must be spaced. (space-infix-ops)
(#611) Missing whitespace after semicolon. (semi-spacing)
(#611) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#611) Operator '&&' must be spaced. (space-infix-ops)
(#611) Missing whitespace after semicolon. (semi-spacing)
(#611) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#611) Operator '&&' must be spaced. (space-infix-ops)
(#611) Requires a space before '}'. (block-spacing)
(#611) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#611) Missing semicolon. (@babel/semi)
(#611) Missing whitespace after semicolon. (semi-spacing)
(#611) Requires a space before '}'. (block-spacing)
(#611) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#611) Missing semicolon. (@babel/semi)
(#611) Missing whitespace after semicolon. (semi-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Missing space before value for key 'connectorShapes'. (key-spacing)
(#611) Missing space before value for key 'fixedOffset'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Requires a space after '{'. (block-spacing)
(#611) Statement inside of curly braces should be on next line. (brace-style)
(#611) Missing space before opening brace. (space-before-blocks)
(#611) Operator '=' must be spaced. (space-infix-ops)
(#611) Missing whitespace after semicolon. (semi-spacing)
(#611) Operator '=' must be spaced. (space-infix-ops)
(#611) Missing whitespace after semicolon. (semi-spacing)
(#611) Expected space(s) after "return". (keyword-spacing)
(#611) A space is required after ','. (comma-spacing)
(#612) This line has a length of 505. Maximum allowed is 132. (max-len)
(#612) A space is required after ','. (comma-spacing)
(#612) Operator '?' must be spaced. (space-infix-ops)
(#612) A space is required after ','. (comma-spacing)
(#612) Operator '+' must be spaced. (space-infix-ops)
(#612) Operator '===' must be spaced. (space-infix-ops)
(#612) Operator '?' must be spaced. (space-infix-ops)
(#612) Operator ':' must be spaced. (space-infix-ops)
(#612) A space is required after ','. (comma-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) Operator '*' must be spaced. (space-infix-ops)
(#612) Operator '-' must be spaced. (space-infix-ops)
(#612) A space is required after ','. (comma-spacing)
(#612) Operator '*' must be spaced. (space-infix-ops)
(#612) Operator '-' must be spaced. (space-infix-ops)
(#612) A space is required after ','. (comma-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) Operator ':' must be spaced. (space-infix-ops)
(#612) A space is required after ','. (comma-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) Requires a space before '}'. (block-spacing)
(#612) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#612) Missing semicolon. (@babel/semi)
(#612) A space is required after ','. (comma-spacing)
(#612) Missing space before value for key 'straight'. (key-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) Requires a space after '{'. (block-spacing)
(#612) Statement inside of curly braces should be on next line. (brace-style)
(#612) Missing space before opening brace. (space-before-blocks)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) Missing whitespace after semicolon. (semi-spacing)
(#612) Expected space(s) after "return". (keyword-spacing)
(#612) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#612) A space is required after ','. (comma-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) Requires a space before '}'. (block-spacing)
(#612) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#612) Missing semicolon. (@babel/semi)
(#612) A space is required after ','. (comma-spacing)
(#612) Missing space before value for key 'crookedLine'. (key-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) Requires a space after '{'. (block-spacing)
(#612) Statement inside of curly braces should be on next line. (brace-style)
(#612) Missing space before opening brace. (space-before-blocks)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) Missing whitespace after semicolon. (semi-spacing)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) A space is required after ','. (comma-spacing)
(#612) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) A space is required after ','. (comma-spacing)
(#612) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) A space is required after ','. (comma-spacing)
(#612) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) Missing whitespace after semicolon. (semi-spacing)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) Missing whitespace after semicolon. (semi-spacing)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) Missing whitespace after semicolon. (semi-spacing)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) A space is required after ','. (comma-spacing)
(#612) Missing whitespace after semicolon. (semi-spacing)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) Operator '===' must be spaced. (space-infix-ops)
(#612) Operator '?' must be spaced. (space-infix-ops)
(#612) Operator '+' must be spaced. (space-infix-ops)
(#612) Operator '+' must be spaced. (space-infix-ops)
(#612) Operator '+' must be spaced. (space-infix-ops)
(#612) Operator '-' must be spaced. (space-infix-ops)
(#612) Operator '-' must be spaced. (space-infix-ops)
(#612) Operator '*' must be spaced. (space-infix-ops)
(#612) Operator '-' must be spaced. (space-infix-ops)
(#612) Operator ':' must be spaced. (space-infix-ops)
(#612) Operator '+' must be spaced. (space-infix-ops)
(#612) Operator '-' must be spaced. (space-infix-ops)
(#612) Operator '*' must be spaced. (space-infix-ops)
(#612) Missing whitespace after semicolon. (semi-spacing)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) A space is required after ','. (comma-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) Missing whitespace after semicolon. (semi-spacing)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) Missing whitespace after semicolon. (semi-spacing)
(#612) Expected space(s) after "if". (keyword-spacing)
(#612) Operator '===' must be spaced. (space-infix-ops)
(#612) Operator '?' must be spaced. (space-infix-ops)
(#612) Operator '>' must be spaced. (space-infix-ops)
(#612) Operator '||' must be spaced. (space-infix-ops)
(#612) Operator '<' must be spaced. (space-infix-ops)
(#612) Operator ':' must be spaced. (space-infix-ops)
(#612) Operator '<' must be spaced. (space-infix-ops)
(#612) Operator '||' must be spaced. (space-infix-ops)
(#612) Operator '>' must be spaced. (space-infix-ops)
(#612) Expected { after 'if' condition. (curly)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) Missing whitespace after semicolon. (semi-spacing)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) A space is required after ','. (comma-spacing)
(#612) A space is required after ','. (comma-spacing)
(#613) This line has a length of 504. Maximum allowed is 132. (max-len)
(#613) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#613) Operator '&&' must be spaced. (space-infix-ops)
(#613) Missing whitespace after semicolon. (semi-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) Missing whitespace after semicolon. (semi-spacing)
(#613) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#613) Requires a space before '}'. (block-spacing)
(#613) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#613) Missing semicolon. (@babel/semi)
(#613) Missing whitespace after semicolon. (semi-spacing)
(#613) Requires a space before '}'. (block-spacing)
(#613) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#613) Missing semicolon. (@babel/semi)
(#613) Missing whitespace after semicolon. (semi-spacing)
(#613) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) A space is required after ','. (comma-spacing)
(#613) Requires a space after '{'. (block-spacing)
(#613) Statement inside of curly braces should be on next line. (brace-style)
(#613) Missing space before opening brace. (space-before-blocks)
(#613) Operator '=' must be spaced. (space-infix-ops)
(#613) Operator '&&' must be spaced. (space-infix-ops)
(#613) Operator '||' must be spaced. (space-infix-ops)
(#613) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#613) Requires a space after '{'. (block-spacing)
(#613) Statement inside of curly braces should be on next line. (brace-style)
(#613) Missing space before opening brace. (space-before-blocks)
(#613) Operator '=' must be spaced. (space-infix-ops)
(#613) A space is required after ','. (comma-spacing)
(#613) Requires a space after '{'. (block-spacing)
(#613) Statement inside of curly braces should be on next line. (brace-style)
(#613) Missing space before opening brace. (space-before-blocks)
(#613) Operator '=' must be spaced. (space-infix-ops)
(#613) Operator '||' must be spaced. (space-infix-ops)
(#613) Missing space before value for key '__proto__'. (key-spacing)
(#613) Operator 'instanceof' must be spaced. (space-infix-ops)
(#613) Operator '&&' must be spaced. (space-infix-ops)
(#614) This line has a length of 509. Maximum allowed is 132. (max-len)
(#614) A space is required after ','. (comma-spacing)
(#614) Requires a space after '{'. (block-spacing)
(#614) Statement inside of curly braces should be on next line. (brace-style)
(#614) Missing space before opening brace. (space-before-blocks)
(#614) The '__proto__' property is deprecated. (no-proto)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) Requires a space before '}'. (block-spacing)
(#614) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#614) Missing semicolon. (@babel/semi)
(#614) Operator '||' must be spaced. (space-infix-ops)
(#614) A space is required after ','. (comma-spacing)
(#614) Requires a space after '{'. (block-spacing)
(#614) Statement inside of curly braces should be on next line. (brace-style)
(#614) Missing space before opening brace. (space-before-blocks)
(#614) Expected space(s) after "for". (keyword-spacing)
(#614) Expected { after 'for-in'. (curly)
(#614) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#614) Operator '&&' must be spaced. (space-infix-ops)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) Requires a space before '}'. (block-spacing)
(#614) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#614) Missing semicolon. (@babel/semi)
(#614) Missing whitespace after semicolon. (semi-spacing)
(#614) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#614) A space is required after ','. (comma-spacing)
(#614) Requires a space before '}'. (block-spacing)
(#614) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#614) Missing semicolon. (@babel/semi)
(#614) Missing whitespace after semicolon. (semi-spacing)
(#614) A space is required after ','. (comma-spacing)
(#614) Requires a space after '{'. (block-spacing)
(#614) Statement inside of curly braces should be on next line. (brace-style)
(#614) Missing space before opening brace. (space-before-blocks)
(#614) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#614) Requires a space after '{'. (block-spacing)
(#614) Statement inside of curly braces should be on next line. (brace-style)
(#614) Missing space before opening brace. (space-before-blocks)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) Requires a space before '}'. (block-spacing)
(#614) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#614) Missing semicolon. (@babel/semi)
(#614) A space is required after ','. (comma-spacing)
(#614) Missing whitespace after semicolon. (semi-spacing)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) Operator '===' must be spaced. (space-infix-ops)
(#614) Operator '?' must be spaced. (space-infix-ops)
(#614) Operator ':' must be spaced. (space-infix-ops)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) A space is required after ','. (comma-spacing)
(#614) Missing '()' invoking a constructor. (new-parens)
(#614) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#614) Requires a space before '}'. (block-spacing)
(#614) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#614) Missing semicolon. (@babel/semi)
(#614) Requires a space before '}'. (block-spacing)
(#614) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#614) Missing semicolon. (@babel/semi)
(#614) A space is required after ','. (comma-spacing)
(#614) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) Missing whitespace after semicolon. (semi-spacing)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) Missing whitespace after semicolon. (semi-spacing)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) A space is required after ','. (comma-spacing)
(#614) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) A space is required after ','. (comma-spacing)
(#614) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) A space is required after ','. (comma-spacing)
(#614) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) A space is required after ','. (comma-spacing)
(#614) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) A space is required after ','. (comma-spacing)
(#614) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) Missing whitespace after semicolon. (semi-spacing)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#614) Requires a space after '{'. (block-spacing)
(#614) Statement inside of curly braces should be on next line. (brace-style)
(#614) Missing space before opening brace. (space-before-blocks)
(#614) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#614) Requires a space after '{'. (block-spacing)
(#614) Statement inside of curly braces should be on next line. (brace-style)
(#614) Missing space before opening brace. (space-before-blocks)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) Operator '!==' must be spaced. (space-infix-ops)
(#614) Operator '&&' must be spaced. (space-infix-ops)
(#614) A space is required after ','. (comma-spacing)
(#614) Operator '||' must be spaced. (space-infix-ops)
(#614) Missing whitespace after semicolon. (semi-spacing)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) Missing whitespace after semicolon. (semi-spacing)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) Missing whitespace after semicolon. (semi-spacing)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) Missing whitespace after semicolon. (semi-spacing)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) Missing whitespace after semicolon. (semi-spacing)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#615) This line has a length of 502. Maximum allowed is 132. (max-len)
(#615) Missing whitespace after semicolon. (semi-spacing)
(#615) Requires a space before '}'. (block-spacing)
(#615) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#615) Missing semicolon. (@babel/semi)
(#615) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#615) A space is required after ','. (comma-spacing)
(#615) Missing whitespace after semicolon. (semi-spacing)
(#615) Operator '=' must be spaced. (space-infix-ops)
(#615) Requires a space after '{'. (block-spacing)
(#615) Statement inside of curly braces should be on next line. (brace-style)
(#615) Missing space before opening brace. (space-before-blocks)
(#615) Operator '=' must be spaced. (space-infix-ops)
(#615) A space is required after ','. (comma-spacing)
(#615) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#615) Operator '=' must be spaced. (space-infix-ops)
(#615) A space is required after ','. (comma-spacing)
(#615) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#615) Operator '=' must be spaced. (space-infix-ops)
(#615) Missing whitespace after semicolon. (semi-spacing)
(#615) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#615) Operator '||' must be spaced. (space-infix-ops)
(#615) Requires a space after '{'. (block-spacing)
(#615) Statement inside of curly braces should be on next line. (brace-style)
(#615) Missing space before opening brace. (space-before-blocks)
(#615) Operator '=' must be spaced. (space-infix-ops)
(#615) A space is required after ','. (comma-spacing)
(#615) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#615) Operator '=' must be spaced. (space-infix-ops)
(#615) Missing whitespace after semicolon. (semi-spacing)
(#615) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#615) Operator '&&' must be spaced. (space-infix-ops)
(#615) Operator '&&' must be spaced. (space-infix-ops)
(#615) Missing space before value for key 'r'. (key-spacing)
(#615) A space is required after ','. (comma-spacing)
(#615) Operator '&&' must be spaced. (space-infix-ops)
(#615) Operator '/' must be spaced. (space-infix-ops)
(#615) A space is required after ','. (comma-spacing)
(#615) Missing space before value for key 'start'. (key-spacing)
(#615) A space is required after ','. (comma-spacing)
(#615) Missing space before value for key 'end'. (key-spacing)
(#615) A space is required after ','. (comma-spacing)
(#615) Missing space before value for key 'r'. (key-spacing)
(#615) A space is required after ','. (comma-spacing)
(#615) Missing space before value for key 'start'. (key-spacing)
(#615) A space is required after ','. (comma-spacing)
(#615) Missing space before value for key 'end'. (key-spacing)
(#615) A space is required after ','. (comma-spacing)
(#615) Requires a space before '}'. (block-spacing)
(#615) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#615) Missing semicolon. (@babel/semi)
(#615) Requires a space before '}'. (block-spacing)
(#615) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#615) Missing semicolon. (@babel/semi)
(#615) Missing whitespace after semicolon. (semi-spacing)
(#615) Operator '=' must be spaced. (space-infix-ops)
(#615) Requires a space after '{'. (block-spacing)
(#615) Statement inside of curly braces should be on next line. (brace-style)
(#615) Missing space before opening brace. (space-before-blocks)
(#615) Operator '=' must be spaced. (space-infix-ops)
(#615) A space is required after ','. (comma-spacing)
(#615) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#615) Operator '=' must be spaced. (space-infix-ops)
(#615) A space is required after ','. (comma-spacing)
(#615) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#615) Operator '=' must be spaced. (space-infix-ops)
(#615) Missing whitespace after semicolon. (semi-spacing)
(#615) Expected space(s) after "if". (keyword-spacing)
(#615) Operator '===' must be spaced. (space-infix-ops)
(#615) Operator '&&' must be spaced. (space-infix-ops)
(#615) Requires a space after '{'. (block-spacing)
(#615) Statement inside of curly braces should be on next line. (brace-style)
(#615) Missing space before opening brace. (space-before-blocks)
(#615) Operator '=' must be spaced. (space-infix-ops)
(#615) Missing whitespace after semicolon. (semi-spacing)
(#615) Operator '=' must be spaced. (space-infix-ops)
(#615) Missing whitespace after semicolon. (semi-spacing)
(#615) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#615) Operator '||' must be spaced. (space-infix-ops)
(#615) Operator '=' must be spaced. (space-infix-ops)
(#616) This line has a length of 511. Maximum allowed is 132. (max-len)
(#616) A space is required after ','. (comma-spacing)
(#616) Operator '/' must be spaced. (space-infix-ops)
(#616) A space is required after ','. (comma-spacing)
(#616) A space is required after ','. (comma-spacing)
(#616) A space is required after ','. (comma-spacing)
(#616) Missing whitespace after semicolon. (semi-spacing)
(#616) Missing space before value for key 'd'. (key-spacing)
(#616) A space is required after ','. (comma-spacing)
(#616) A space is required after ','. (comma-spacing)
(#616) Operator '/' must be spaced. (space-infix-ops)
(#616) A space is required after ','. (comma-spacing)
(#616) A space is required after ','. (comma-spacing)
(#616) Missing space before value for key 'start'. (key-spacing)
(#616) A space is required after ','. (comma-spacing)
(#616) Missing space before value for key 'end'. (key-spacing)
(#616) A space is required after ','. (comma-spacing)
(#616) Missing space before value for key 'innerR'. (key-spacing)
(#616) Operator '/' must be spaced. (space-infix-ops)
(#616) Missing whitespace after semicolon. (semi-spacing)
(#616) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#616) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#616) Operator '||' must be spaced. (space-infix-ops)
(#616) Missing space before value for key 'stroke-width'. (key-spacing)
(#616) A space is required after ','. (comma-spacing)
(#616) Missing space before value for key 'fill'. (key-spacing)
(#616) Operator '||' must be spaced. (space-infix-ops)
(#616) A space is required after ','. (comma-spacing)
(#616) Missing space before value for key 'stroke'. (key-spacing)
(#616) Operator '||' must be spaced. (space-infix-ops)
(#616) Requires a space before '}'. (block-spacing)
(#616) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#616) Missing semicolon. (@babel/semi)
(#616) Expected space(s) before "else". (keyword-spacing)
(#616) Expected { after 'else'. (curly)
(#616) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#616) Operator '&&' must be spaced. (space-infix-ops)
(#616) Operator '=' must be spaced. (space-infix-ops)
(#616) Requires a space before '}'. (block-spacing)
(#616) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#616) Missing semicolon. (@babel/semi)
(#616) Missing whitespace after semicolon. (semi-spacing)
(#616) Operator '=' must be spaced. (space-infix-ops)
(#616) Requires a space after '{'. (block-spacing)
(#616) Statement inside of curly braces should be on next line. (brace-style)
(#616) Missing space before opening brace. (space-before-blocks)
(#616) Operator '=' must be spaced. (space-infix-ops)
(#616) Missing whitespace after semicolon. (semi-spacing)
(#616) Requires a space after '{'. (block-spacing)
(#616) Statement inside of curly braces should be on next line. (brace-style)
(#616) Missing space before opening brace. (space-before-blocks)
(#616) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#616) Operator '&&' must be spaced. (space-infix-ops)
(#616) Operator '&&' must be spaced. (space-infix-ops)
(#616) Operator '=' must be spaced. (space-infix-ops)
(#616) Missing whitespace after semicolon. (semi-spacing)
(#616) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#616) Operator '||' must be spaced. (space-infix-ops)
(#617) This line has a length of 510. Maximum allowed is 132. (max-len)
(#617) Operator '=' must be spaced. (space-infix-ops)
(#617) A space is required after ','. (comma-spacing)
(#617) Operator '=' must be spaced. (space-infix-ops)
(#617) Requires a space before '}'. (block-spacing)
(#617) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#617) Missing semicolon. (@babel/semi)
(#617) Requires a space before '}'. (block-spacing)
(#617) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#617) Missing semicolon. (@babel/semi)
(#617) Missing whitespace after semicolon. (semi-spacing)
(#617) Operator '=' must be spaced. (space-infix-ops)
(#617) Requires a space after '{'. (block-spacing)
(#617) Statement inside of curly braces should be on next line. (brace-style)
(#617) Missing space before opening brace. (space-before-blocks)
(#617) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#617) Missing whitespace after semicolon. (semi-spacing)
(#617) Requires a space before '}'. (block-spacing)
(#617) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#617) Missing semicolon. (@babel/semi)
(#617) Missing whitespace after semicolon. (semi-spacing)
(#617) Operator '=' must be spaced. (space-infix-ops)
(#617) A space is required after ','. (comma-spacing)
(#617) A space is required after ','. (comma-spacing)
(#617) Requires a space after '{'. (block-spacing)
(#617) Statement inside of curly braces should be on next line. (brace-style)
(#617) Missing space before opening brace. (space-before-blocks)
(#617) Operator '=' must be spaced. (space-infix-ops)
(#617) A space is required after ','. (comma-spacing)
(#617) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#617) Operator '=' must be spaced. (space-infix-ops)
(#617) Operator '?' must be spaced. (space-infix-ops)
(#617) Operator '||' must be spaced. (space-infix-ops)
(#617) Operator ':' must be spaced. (space-infix-ops)
(#617) Operator '/' must be spaced. (space-infix-ops)
(#617) Missing whitespace after semicolon. (semi-spacing)
(#617) Operator '=' must be spaced. (space-infix-ops)
(#617) Operator '-' must be spaced. (space-infix-ops)
(#617) Operator '/' must be spaced. (space-infix-ops)
(#617) Operator '+' must be spaced. (space-infix-ops)
(#617) A space is required after ','. (comma-spacing)
(#617) A space is required after ','. (comma-spacing)
(#617) Missing whitespace after semicolon. (semi-spacing)
(#617) Operator '+' must be spaced. (space-infix-ops)
(#617) Operator '?' must be spaced. (space-infix-ops)
(#617) Operator ':' must be spaced. (space-infix-ops)
(#617) Operator '*' must be spaced. (space-infix-ops)
(#617) Operator '*' must be spaced. (space-infix-ops)
(#617) Operator '+' must be spaced. (space-infix-ops)
(#617) Operator '+' must be spaced. (space-infix-ops)
(#617) Operator '<' must be spaced. (space-infix-ops)
(#617) Operator '?' must be spaced. (space-infix-ops)
(#617) Operator '?' must be spaced. (space-infix-ops)
(#617) Operator ':' must be spaced. (space-infix-ops)
(#617) Operator '*' must be spaced. (space-infix-ops)
(#617) Operator ':' must be spaced. (space-infix-ops)
(#617) Requires a space before '}'. (block-spacing)
(#617) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#617) Missing semicolon. (@babel/semi)
(#617) Missing whitespace after semicolon. (semi-spacing)
(#617) Operator '=' must be spaced. (space-infix-ops)
(#617) Requires a space after '{'. (block-spacing)
(#617) Statement inside of curly braces should be on next line. (brace-style)
(#617) Missing space before opening brace. (space-before-blocks)
(#617) Expected space(s) after "return". (keyword-spacing)
(#617) Requires a space before '}'. (block-spacing)
(#617) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#617) Missing semicolon. (@babel/semi)
(#618) This line has a length of 532. Maximum allowed is 132. (max-len)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) Requires a space after '{'. (block-spacing)
(#618) Statement inside of curly braces should be on next line. (brace-style)
(#618) Missing space before opening brace. (space-before-blocks)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) A space is required after ','. (comma-spacing)
(#618) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) A space is required after ','. (comma-spacing)
(#618) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) A space is required after ','. (comma-spacing)
(#618) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) A space is required after ','. (comma-spacing)
(#618) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#618) A space is required after ','. (comma-spacing)
(#618) A space is required after ','. (comma-spacing)
(#618) A space is required after ','. (comma-spacing)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#618) Operator '||' must be spaced. (space-infix-ops)
(#618) Operator '||' must be spaced. (space-infix-ops)
(#618) Operator '||' must be spaced. (space-infix-ops)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) Missing space before value for key 'zIndex'. (key-spacing)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) Requires a space after '{'. (block-spacing)
(#618) Statement inside of curly braces should be on next line. (brace-style)
(#618) Missing space before opening brace. (space-before-blocks)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) Expected space(s) after "if". (keyword-spacing)
(#618) Operator '&&' must be spaced. (space-infix-ops)
(#618) Requires a space after '{'. (block-spacing)
(#618) Statement inside of curly braces should be on next line. (brace-style)
(#618) Missing space before opening brace. (space-before-blocks)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#618) Operator '||' must be spaced. (space-infix-ops)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) A space is required after ','. (comma-spacing)
(#618) Operator '&&' must be spaced. (space-infix-ops)
(#618) Operator '&&' must be spaced. (space-infix-ops)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) A space is required after ','. (comma-spacing)
(#618) Operator '&&' must be spaced. (space-infix-ops)
(#618) A space is required after ','. (comma-spacing)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) A space is required after ','. (comma-spacing)
(#618) Operator '&&' must be spaced. (space-infix-ops)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#618) Operator '?' must be spaced. (space-infix-ops)
(#619) This line has a length of 502. Maximum allowed is 132. (max-len)
(#619) Operator '||' must be spaced. (space-infix-ops)
(#619) Missing space before value for key 'stroke-linejoin'. (key-spacing)
(#619) A space is required after ','. (comma-spacing)
(#619) A space is required after ','. (comma-spacing)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) Operator ':' must be spaced. (space-infix-ops)
(#619) A space is required after ','. (comma-spacing)
(#619) Operator '||' must be spaced. (space-infix-ops)
(#619) A space is required after ','. (comma-spacing)
(#619) A space is required after ','. (comma-spacing)
(#619) A space is required after ','. (comma-spacing)
(#619) A space is required after ','. (comma-spacing)
(#619) A space is required after ','. (comma-spacing)
(#619) A space is required after ','. (comma-spacing)
(#619) A space is required after ','. (comma-spacing)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) Missing space before value for key 'visibility'. (key-spacing)
(#619) Operator '?' must be spaced. (space-infix-ops)
(#619) Operator ':' must be spaced. (space-infix-ops)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#619) A space is required after ','. (comma-spacing)
(#619) Requires a space before '}'. (block-spacing)
(#619) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#619) Missing semicolon. (@babel/semi)
(#619) Expected space(s) before "else". (keyword-spacing)
(#619) Expected { after 'else'. (curly)
(#619) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#619) Operator '&&' must be spaced. (space-infix-ops)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) Requires a space before '}'. (block-spacing)
(#619) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#619) Missing semicolon. (@babel/semi)
(#619) Requires a space before '}'. (block-spacing)
(#619) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#619) Missing semicolon. (@babel/semi)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) A space is required after ','. (comma-spacing)
(#619) Requires a space after '{'. (block-spacing)
(#619) Statement inside of curly braces should be on next line. (brace-style)
(#619) Missing space before opening brace. (space-before-blocks)
(#619) A space is required after ','. (comma-spacing)
(#619) Requires a space after '{'. (block-spacing)
(#619) Statement inside of curly braces should be on next line. (brace-style)
(#619) Missing space before opening brace. (space-before-blocks)
(#619) Expected space(s) after "return". (keyword-spacing)
(#619) Operator '!==' must be spaced. (space-infix-ops)
(#619) Operator '&&' must be spaced. (space-infix-ops)
(#619) Operator '-' must be spaced. (space-infix-ops)
(#619) Operator '*' must be spaced. (space-infix-ops)
(#619) Requires a space before '}'. (block-spacing)
(#619) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#619) Missing semicolon. (@babel/semi)
(#619) Requires a space before '}'. (block-spacing)
(#619) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#619) Missing semicolon. (@babel/semi)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) Requires a space after '{'. (block-spacing)
(#619) Statement inside of curly braces should be on next line. (brace-style)
(#619) Missing space before opening brace. (space-before-blocks)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) A space is required after ','. (comma-spacing)
(#619) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#620) This line has a length of 505. Maximum allowed is 132. (max-len)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Operator '+' must be spaced. (space-infix-ops)
(#620) Operator '||' must be spaced. (space-infix-ops)
(#620) A space is required after ','. (comma-spacing)
(#620) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) A space is required after ','. (comma-spacing)
(#620) A space is required after ','. (comma-spacing)
(#620) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Missing whitespace after semicolon. (semi-spacing)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Operator '-' must be spaced. (space-infix-ops)
(#620) Missing whitespace after semicolon. (semi-spacing)
(#620) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) A space is required after ','. (comma-spacing)
(#620) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Missing whitespace after semicolon. (semi-spacing)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Missing whitespace after semicolon. (semi-spacing)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) A space is required after ','. (comma-spacing)
(#620) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#620) A space is required after ','. (comma-spacing)
(#620) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Missing whitespace after semicolon. (semi-spacing)
(#620) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#620) Operator '||' must be spaced. (space-infix-ops)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Missing whitespace after semicolon. (semi-spacing)
(#620) Expected space(s) after "for". (keyword-spacing)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Missing whitespace after semicolon. (semi-spacing)
(#620) Operator '<' must be spaced. (space-infix-ops)
(#620) Missing whitespace after semicolon. (semi-spacing)
(#620) Requires a space after '{'. (block-spacing)
(#620) Statement inside of curly braces should be on next line. (brace-style)
(#620) Missing space before opening brace. (space-before-blocks)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Missing whitespace after semicolon. (semi-spacing)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Operator '+' must be spaced. (space-infix-ops)
(#620) Operator '*' must be spaced. (space-infix-ops)
(#620) Missing whitespace after semicolon. (semi-spacing)
(#620) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#620) Operator '||' must be spaced. (space-infix-ops)
(#620) Operator '&&' must be spaced. (space-infix-ops)
(#620) Operator '||' must be spaced. (space-infix-ops)
(#620) Operator '+=' must be spaced. (space-infix-ops)
(#620) Operator '/' must be spaced. (space-infix-ops)
(#620) Missing whitespace after semicolon. (semi-spacing)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Operator '+' must be spaced. (space-infix-ops)
(#620) Operator '*' must be spaced. (space-infix-ops)
(#620) Missing whitespace after semicolon. (semi-spacing)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Missing space before value for key 'x'. (key-spacing)
(#620) A space is required after ','. (comma-spacing)
(#620) Missing space before value for key 'y'. (key-spacing)
(#620) A space is required after ','. (comma-spacing)
(#620) Missing space before value for key 'r'. (key-spacing)
(#620) Operator '/' must be spaced. (space-infix-ops)
(#620) A space is required after ','. (comma-spacing)
(#620) Missing space before value for key 'innerR'. (key-spacing)
(#620) Operator '/' must be spaced. (space-infix-ops)
(#620) A space is required after ','. (comma-spacing)
(#620) Missing space before value for key 'start'. (key-spacing)
(#620) Operator '*' must be spaced. (space-infix-ops)
(#620) Operator '/' must be spaced. (space-infix-ops)
(#620) A space is required after ','. (comma-spacing)
(#620) Missing space before value for key 'end'. (key-spacing)
(#620) Operator '*' must be spaced. (space-infix-ops)
(#620) Operator '/' must be spaced. (space-infix-ops)
(#620) Missing whitespace after semicolon. (semi-spacing)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Missing whitespace after semicolon. (semi-spacing)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Missing whitespace after semicolon. (semi-spacing)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Operator '&&' must be spaced. (space-infix-ops)
(#621) This line has a length of 502. Maximum allowed is 132. (max-len)
(#621) A space is required after ','. (comma-spacing)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) A space is required after ','. (comma-spacing)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Operator '||' must be spaced. (space-infix-ops)
(#621) A space is required after ','. (comma-spacing)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Operator '+' must be spaced. (space-infix-ops)
(#621) Operator '/' must be spaced. (space-infix-ops)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#621) Operator '>' must be spaced. (space-infix-ops)
(#621) Operator '*' must be spaced. (space-infix-ops)
(#621) Operator '?' must be spaced. (space-infix-ops)
(#621) Operator '-=' must be spaced. (space-infix-ops)
(#621) Operator '*' must be spaced. (space-infix-ops)
(#621) Operator ':' must be spaced. (space-infix-ops)
(#621) Operator '<' must be spaced. (space-infix-ops)
(#621) Operator '/' must be spaced. (space-infix-ops)
(#621) Operator '&&' must be spaced. (space-infix-ops)
(#621) Operator '+=' must be spaced. (space-infix-ops)
(#621) Operator '*' must be spaced. (space-infix-ops)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Missing space before value for key 'translateX'. (key-spacing)
(#621) Operator '*' must be spaced. (space-infix-ops)
(#621) A space is required after ','. (comma-spacing)
(#621) Missing space before value for key 'translateY'. (key-spacing)
(#621) Operator '*' must be spaced. (space-infix-ops)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Operator '*' must be spaced. (space-infix-ops)
(#621) Operator '/' must be spaced. (space-infix-ops)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Operator '*' must be spaced. (space-infix-ops)
(#621) Operator '/' must be spaced. (space-infix-ops)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Operator '+' must be spaced. (space-infix-ops)
(#621) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#621) Operator '*' must be spaced. (space-infix-ops)
(#621) A space is required after ','. (comma-spacing)
(#621) Operator '+' must be spaced. (space-infix-ops)
(#621) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#621) Operator '*' must be spaced. (space-infix-ops)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Operator '<' must be spaced. (space-infix-ops)
(#621) Operator '/' must be spaced. (space-infix-ops)
(#621) Operator '||' must be spaced. (space-infix-ops)
(#621) Operator '>' must be spaced. (space-infix-ops)
(#621) Operator '/' must be spaced. (space-infix-ops)
(#621) Operator '?' must be spaced. (space-infix-ops)
(#621) Operator ':' must be spaced. (space-infix-ops)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) A space is required after ','. (comma-spacing)
(#621) Operator '/' must be spaced. (space-infix-ops)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Missing space before value for key 'natural'. (key-spacing)
(#621) Missing space before value for key 'x'. (key-spacing)
(#621) Operator '+' must be spaced. (space-infix-ops)
(#621) Operator '+' must be spaced. (space-infix-ops)
(#622) This line has a length of 511. Maximum allowed is 132. (max-len)
(#622) Operator '*' must be spaced. (space-infix-ops)
(#622) A space is required after ','. (comma-spacing)
(#622) Missing space before value for key 'y'. (key-spacing)
(#622) Operator '+' must be spaced. (space-infix-ops)
(#622) Operator '+' must be spaced. (space-infix-ops)
(#622) Operator '*' must be spaced. (space-infix-ops)
(#622) A space is required after ','. (comma-spacing)
(#622) Missing space before value for key 'final'. (key-spacing)
(#622) A space is required after ','. (comma-spacing)
(#622) Missing space before value for key 'alignment'. (key-spacing)
(#622) Do not nest ternary expressions. (no-nested-ternary)
(#622) Operator '>' must be spaced. (space-infix-ops)
(#622) Operator '?' must be spaced. (space-infix-ops)
(#622) Operator ':' must be spaced. (space-infix-ops)
(#622) Operator '?' must be spaced. (space-infix-ops)
(#622) Operator ':' must be spaced. (space-infix-ops)
(#622) A space is required after ','. (comma-spacing)
(#622) Missing space before value for key 'connectorPosition'. (key-spacing)
(#622) Missing space before value for key 'breakAt'. (key-spacing)
(#622) Missing space before value for key 'x'. (key-spacing)
(#622) Operator '+' must be spaced. (space-infix-ops)
(#622) Operator '+' must be spaced. (space-infix-ops)
(#622) Operator '*' must be spaced. (space-infix-ops)
(#622) A space is required after ','. (comma-spacing)
(#622) Missing space before value for key 'y'. (key-spacing)
(#622) Operator '+' must be spaced. (space-infix-ops)
(#622) Operator '+' must be spaced. (space-infix-ops)
(#622) Operator '*' must be spaced. (space-infix-ops)
(#622) A space is required after ','. (comma-spacing)
(#622) Missing space before value for key 'touchingSliceAt'. (key-spacing)
(#622) Missing space before value for key 'x'. (key-spacing)
(#622) Operator '+' must be spaced. (space-infix-ops)
(#622) A space is required after ','. (comma-spacing)
(#622) Missing space before value for key 'y'. (key-spacing)
(#622) Operator '+' must be spaced. (space-infix-ops)
(#622) Requires a space before '}'. (block-spacing)
(#622) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#622) Missing semicolon. (@babel/semi)
(#622) A space is required after ','. (comma-spacing)
(#622) Requires a space before '}'. (block-spacing)
(#622) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#622) Missing semicolon. (@babel/semi)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) Requires a space after '{'. (block-spacing)
(#622) Statement inside of curly braces should be on next line. (brace-style)
(#622) Missing space before opening brace. (space-before-blocks)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) A space is required after ','. (comma-spacing)
(#622) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) A space is required after ','. (comma-spacing)
(#622) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) A space is required after ','. (comma-spacing)
(#622) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#622) A space is required after ','. (comma-spacing)
(#622) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) Expected space(s) after "for". (keyword-spacing)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) Operator '<' must be spaced. (space-infix-ops)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) Requires a space after '{'. (block-spacing)
(#622) Statement inside of curly braces should be on next line. (brace-style)
(#622) Missing space before opening brace. (space-before-blocks)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#622) Operator '||' must be spaced. (space-infix-ops)
(#622) Operator '&&' must be spaced. (space-infix-ops)
(#622) Operator '||' must be spaced. (space-infix-ops)
(#622) Operator '+=' must be spaced. (space-infix-ops)
(#622) Requires a space before '}'. (block-spacing)
(#622) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#622) Missing semicolon. (@babel/semi)
(#622) Expected space(s) before "this". (keyword-spacing)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) Expected space(s) after "for". (keyword-spacing)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) Operator '<' must be spaced. (space-infix-ops)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) 'g' declared on line 622 column 401 is used outside of binding context. (block-scoped-var)
(#622) Expected { after 'for' condition. (curly)
(#622) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) Unexpected use of comma operator. (no-sequences)
(#622) A space is required after ','. (comma-spacing)
(#622) 'g' declared on line 622 column 401 is used outside of binding context. (block-scoped-var)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) Operator '<' must be spaced. (space-infix-ops)
(#622) Operator '&&' must be spaced. (space-infix-ops)
(#622) 'g' declared on line 622 column 401 is used outside of binding context. (block-scoped-var)
(#622) Operator '||' must be spaced. (space-infix-ops)
(#623) This line has a length of 519. Maximum allowed is 132. (max-len)
(#623) Operator '?' must be spaced. (space-infix-ops)
(#623) 'g' declared on line 622 column 401 is used outside of binding context. (block-scoped-var)
(#623) Operator '/' must be spaced. (space-infix-ops)
(#623) Operator '*' must be spaced. (space-infix-ops)
(#623) Operator ':' must be spaced. (space-infix-ops)
(#623) A space is required after ','. (comma-spacing)
(#623) 'g' declared on line 622 column 401 is used outside of binding context. (block-scoped-var)
(#623) Operator '=' must be spaced. (space-infix-ops)
(#623) Requires a space before '}'. (block-spacing)
(#623) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#623) Missing semicolon. (@babel/semi)
(#623) Missing whitespace after semicolon. (semi-spacing)
(#623) Operator '=' must be spaced. (space-infix-ops)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'center'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'clip'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'colorByPoint'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'dataLabels'. (key-spacing)
(#623) Missing space before value for key 'allowOverlap'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'connectorPadding'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'connectorShape'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'crookDistance'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'distance'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'enabled'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'formatter'. (key-spacing)
(#623) Requires a space after '{'. (block-spacing)
(#623) Statement inside of curly braces should be on next line. (brace-style)
(#623) Missing space before opening brace. (space-before-blocks)
(#623) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#623) Operator '?' must be spaced. (space-infix-ops)
(#623) Operator ':' must be spaced. (space-infix-ops)
(#623) Requires a space before '}'. (block-spacing)
(#623) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#623) Missing semicolon. (@babel/semi)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'softConnector'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'x'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'fillColor'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'ignoreHiddenPoint'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'inactiveOtherPoints'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'legendType'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'marker'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'size'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'showInLegend'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'slicedOffset'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'stickyTracking'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'tooltip'. (key-spacing)
(#623) Missing space before value for key 'followPointer'. (key-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) Missing space before value for key 'borderColor'. (key-spacing)
(#624) This line has a length of 509. Maximum allowed is 132. (max-len)
(#624) Missing space before value for key 'borderWidth'. (key-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) Missing space before value for key 'lineWidth'. (key-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) Missing space before value for key 'states'. (key-spacing)
(#624) Missing space before value for key 'hover'. (key-spacing)
(#624) Missing space before value for key 'brightness'. (key-spacing)
(#624) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) Requires a space before '}'. (block-spacing)
(#624) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#624) Missing semicolon. (@babel/semi)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#624) A space is required after ','. (comma-spacing)
(#624) Missing space before value for key 'axisTypes'. (key-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) Missing space before value for key 'directTouch'. (key-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) Missing space before value for key 'drawGraph'. (key-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) Missing space before value for key 'drawLegendSymbol'. (key-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) Missing space before value for key 'drawTracker'. (key-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) Missing space before value for key 'getCenter'. (key-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) Missing space before value for key 'getSymbol'. (key-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) Missing space before value for key 'isCartesian'. (key-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) Missing space before value for key 'noSharedTooltip'. (key-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) Missing space before value for key 'pointAttribs'. (key-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) Missing space before value for key 'pointClass'. (key-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) Missing space before value for key 'requireSorting'. (key-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) Missing space before value for key 'searchPoint'. (key-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) Missing space before value for key 'trackerGroups'. (key-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) Requires a space before '}'. (block-spacing)
(#624) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#624) Missing semicolon. (@babel/semi)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#624) A space is required after ','. (comma-spacing)
(#624) A space is required after ','. (comma-spacing)
(#625) This line has a length of 503. Maximum allowed is 132. (max-len)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) Requires a space after '{'. (block-spacing)
(#625) Statement inside of curly braces should be on next line. (brace-style)
(#625) Missing space before opening brace. (space-before-blocks)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Missing whitespace after semicolon. (semi-spacing)
(#625) Requires a space after '{'. (block-spacing)
(#625) Statement inside of curly braces should be on next line. (brace-style)
(#625) Missing space before opening brace. (space-before-blocks)
(#625) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#625) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#625) Requires a space after '{'. (block-spacing)
(#625) Statement inside of curly braces should be on next line. (brace-style)
(#625) Missing space before opening brace. (space-before-blocks)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) Operator '||' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) Operator '/' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) Operator '/' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#626) This line has a length of 538. Maximum allowed is 132. (max-len)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) Missing whitespace after semicolon. (semi-spacing)
(#626) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#626) Operator '&&' must be spaced. (space-infix-ops)
(#626) Operator '||' must be spaced. (space-infix-ops)
(#626) Operator '&&' must be spaced. (space-infix-ops)
(#626) Requires a space after '{'. (block-spacing)
(#626) Statement inside of curly braces should be on next line. (brace-style)
(#626) Missing space before opening brace. (space-before-blocks)
(#626) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#626) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#626) Operator '&&' must be spaced. (space-infix-ops)
(#626) Operator '&&' must be spaced. (space-infix-ops)
(#626) Operator '&&' must be spaced. (space-infix-ops)
(#626) Missing space before value for key 'width'. (key-spacing)
(#626) Missing space before value for key 'width'. (key-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) Missing space before value for key 'textOverflow'. (key-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) Operator '=' must be spaced. (space-infix-ops)
(#626) Requires a space before '}'. (block-spacing)
(#626) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#626) Missing semicolon. (@babel/semi)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) Requires a space after '{'. (block-spacing)
(#626) Statement inside of curly braces should be on next line. (brace-style)
(#626) Missing space before opening brace. (space-before-blocks)
(#626) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#626) Operator '&&' must be spaced. (space-infix-ops)
(#626) Operator '?' must be spaced. (space-infix-ops)
(#626) A space is required after ','. (comma-spacing)
(#626) Operator '=' must be spaced. (space-infix-ops)
(#626) A space is required after ','. (comma-spacing)
(#626) Operator '&&' must be spaced. (space-infix-ops)
(#626) Operator '&&' must be spaced. (space-infix-ops)
(#626) Operator '&&' must be spaced. (space-infix-ops)
(#626) Operator '&&' must be spaced. (space-infix-ops)
(#626) Operator '>' must be spaced. (space-infix-ops)
(#626) Operator '&&' must be spaced. (space-infix-ops)
(#626) Missing space before value for key 'width'. (key-spacing)
(#626) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#626) Operator '*' must be spaced. (space-infix-ops)
(#627) This line has a length of 504. Maximum allowed is 132. (max-len)
(#627) Operator '+' must be spaced. (space-infix-ops)
(#627) A space is required after ','. (comma-spacing)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) Operator ':' must be spaced. (space-infix-ops)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) A space is required after ','. (comma-spacing)
(#627) Operator '&&' must be spaced. (space-infix-ops)
(#627) Operator '===' must be spaced. (space-infix-ops)
(#627) Operator '&&' must be spaced. (space-infix-ops)
(#627) Requires a space before '}'. (block-spacing)
(#627) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#627) Missing semicolon. (@babel/semi)
(#627) A space is required after ','. (comma-spacing)
(#627) A space is required after ','. (comma-spacing)
(#627) Requires a space after '{'. (block-spacing)
(#627) Statement inside of curly braces should be on next line. (brace-style)
(#627) Missing space before opening brace. (space-before-blocks)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) A space is required after ','. (comma-spacing)
(#627) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) A space is required after ','. (comma-spacing)
(#627) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Expected space(s) after "if". (keyword-spacing)
(#627) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#627) Requires a space after '{'. (block-spacing)
(#627) Statement inside of curly braces should be on next line. (brace-style)
(#627) Missing space before opening brace. (space-before-blocks)
(#627) A space is required after ','. (comma-spacing)
(#627) Operator '-' must be spaced. (space-infix-ops)
(#627) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Expected space(s) after "if". (keyword-spacing)
(#627) Operator '<' must be spaced. (space-infix-ops)
(#627) Requires a space after '{'. (block-spacing)
(#627) Statement inside of curly braces should be on next line. (brace-style)
(#627) Missing space before opening brace. (space-before-blocks)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) A space is required after ','. (comma-spacing)
(#627) Operator '-' must be spaced. (space-infix-ops)
(#627) Operator '-' must be spaced. (space-infix-ops)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) Operator '+' must be spaced. (space-infix-ops)
(#627) Operator '+' must be spaced. (space-infix-ops)
(#627) A space is required after ','. (comma-spacing)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Requires a space after '{'. (block-spacing)
(#627) Statement inside of curly braces should be on next line. (brace-style)
(#627) Missing space before opening brace. (space-before-blocks)
(#627) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#627) Operator '<' must be spaced. (space-infix-ops)
(#627) Operator '&&' must be spaced. (space-infix-ops)
(#627) Operator '&&' must be spaced. (space-infix-ops)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) A space is required after ','. (comma-spacing)
(#627) Operator '-' must be spaced. (space-infix-ops)
(#627) Operator '-' must be spaced. (space-infix-ops)
(#627) A space is required after ','. (comma-spacing)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) Operator '+' must be spaced. (space-infix-ops)
(#627) Operator '+' must be spaced. (space-infix-ops)
(#627) A space is required after ','. (comma-spacing)
(#627) A space is required after ','. (comma-spacing)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) Operator '||' must be spaced. (space-infix-ops)
(#628) This line has a length of 515. Maximum allowed is 132. (max-len)
(#628) A space is required after ','. (comma-spacing)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing space before value for key 'target'. (key-spacing)
(#628) Operator '-' must be spaced. (space-infix-ops)
(#628) Operator '+' must be spaced. (space-infix-ops)
(#628) Operator '/' must be spaced. (space-infix-ops)
(#628) A space is required after ','. (comma-spacing)
(#628) Missing space before value for key 'size'. (key-spacing)
(#628) A space is required after ','. (comma-spacing)
(#628) Missing space before value for key 'rank'. (key-spacing)
(#628) A space is required after ','. (comma-spacing)
(#628) Requires a space before '}'. (block-spacing)
(#628) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#628) Missing semicolon. (@babel/semi)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Operator '+' must be spaced. (space-infix-ops)
(#628) Operator '-' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#628) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#628) A space is required after ','. (comma-spacing)
(#628) A space is required after ','. (comma-spacing)
(#628) Operator '/' must be spaced. (space-infix-ops)
(#628) Requires a space before '}'. (block-spacing)
(#628) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#628) Missing semicolon. (@babel/semi)
(#628) Expected space(s) before "for". (keyword-spacing)
(#628) Expected space(s) after "for". (keyword-spacing)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Operator '<' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Requires a space after '{'. (block-spacing)
(#628) Statement inside of curly braces should be on next line. (brace-style)
(#628) Missing space before opening brace. (space-before-blocks)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Operator '===' must be spaced. (space-infix-ops)
(#628) Operator '?' must be spaced. (space-infix-ops)
(#628) Operator ':' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) 'r' declared on line 627 column 239 is used outside of binding context. (block-scoped-var)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#628) Operator '&&' must be spaced. (space-infix-ops)
(#628) Operator '&&' must be spaced. (space-infix-ops)
(#628) Operator '===' must be spaced. (space-infix-ops)
(#628) Operator '?' must be spaced. (space-infix-ops)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Operator ':' must be spaced. (space-infix-ops)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) A space is required after ','. (comma-spacing)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Expected space(s) after "if". (keyword-spacing)
(#628) Expected { after 'if' condition. (curly)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) A space is required after ','. (comma-spacing)
(#628) A space is required after ','. (comma-spacing)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Expected { after 'else'. (curly)
(#628) Expected space(s) after "switch". (keyword-spacing)
(#628) Requires a space after '{'. (block-spacing)
(#628) Statement inside of curly braces should be on next line. (brace-style)
(#628) Missing space before opening brace. (space-before-blocks)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) A space is required after ','. (comma-spacing)
(#628) A space is required after ','. (comma-spacing)
(#628) A space is required after ','. (comma-spacing)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#629) This line has a length of 504. Maximum allowed is 132. (max-len)
(#629) A space is required after ','. (comma-spacing)
(#629) A space is required after ','. (comma-spacing)
(#629) A space is required after ','. (comma-spacing)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) A space is required after ','. (comma-spacing)
(#629) A space is required after ','. (comma-spacing)
(#629) A space is required after ','. (comma-spacing)
(#629) 'r' declared on line 627 column 239 is used outside of binding context. (block-scoped-var)
(#629) Requires a space before '}'. (block-spacing)
(#629) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#629) Missing semicolon. (@babel/semi)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Missing space before value for key 'visibility'. (key-spacing)
(#629) A space is required after ','. (comma-spacing)
(#629) Missing space before value for key 'align'. (key-spacing)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Operator '||' must be spaced. (space-infix-ops)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Missing space before value for key 'x'. (key-spacing)
(#629) Operator '+' must be spaced. (space-infix-ops)
(#629) A space is required after ','. (comma-spacing)
(#629) Operator '+' must be spaced. (space-infix-ops)
(#629) Missing space before value for key 'left'. (key-spacing)
(#629) A space is required after ','. (comma-spacing)
(#629) Missing space before value for key 'right'. (key-spacing)
(#629) Operator '||' must be spaced. (space-infix-ops)
(#629) A space is required after ','. (comma-spacing)
(#629) Missing space before value for key 'y'. (key-spacing)
(#629) Operator '+' must be spaced. (space-infix-ops)
(#629) A space is required after ','. (comma-spacing)
(#629) Operator '-' must be spaced. (space-infix-ops)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#629) A space is required after ','. (comma-spacing)
(#629) Operator '&&' must be spaced. (space-infix-ops)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) A space is required after ','. (comma-spacing)
(#629) 'r' declared on line 627 column 239 is used outside of binding context. (block-scoped-var)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) A space is required after ','. (comma-spacing)
(#629) Operator '-' must be spaced. (space-infix-ops)
(#629) Operator '<' must be spaced. (space-infix-ops)
(#629) Operator '&&' must be spaced. (space-infix-ops)
(#629) Operator '===' must be spaced. (space-infix-ops)
(#629) Operator '?' must be spaced. (space-infix-ops)
(#629) 'r' declared on line 627 column 239 is used outside of binding context. (block-scoped-var)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Operator '-' must be spaced. (space-infix-ops)
(#629) Operator '+' must be spaced. (space-infix-ops)
(#629) A space is required after ','. (comma-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) 'r' declared on line 627 column 239 is used outside of binding context. (block-scoped-var)
(#629) A space is required after ','. (comma-spacing)
(#629) Operator ':' must be spaced. (space-infix-ops)
(#629) Operator '+' must be spaced. (space-infix-ops)
(#629) Operator '>' must be spaced. (space-infix-ops)
(#629) Operator '-' must be spaced. (space-infix-ops)
(#629) Operator '&&' must be spaced. (space-infix-ops)
(#629) Operator '===' must be spaced. (space-infix-ops)
(#629) Operator '&&' must be spaced. (space-infix-ops)
(#629) 'r' declared on line 627 column 239 is used outside of binding context. (block-scoped-var)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Operator '+' must be spaced. (space-infix-ops)
(#629) Operator '-' must be spaced. (space-infix-ops)
(#629) Operator '+' must be spaced. (space-infix-ops)
(#629) A space is required after ','. (comma-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) 'r' declared on line 627 column 239 is used outside of binding context. (block-scoped-var)
(#629) A space is required after ','. (comma-spacing)
(#629) A space is required after ','. (comma-spacing)
(#629) Operator '>' must be spaced. (space-infix-ops)
(#629) Operator '-' must be spaced. (space-infix-ops)
(#629) Operator '/' must be spaced. (space-infix-ops)
(#629) Operator '?' must be spaced. (space-infix-ops)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Operator '+' must be spaced. (space-infix-ops)
(#629) Operator '/' must be spaced. (space-infix-ops)
(#629) A space is required after ','. (comma-spacing)
(#629) Operator ':' must be spaced. (space-infix-ops)
(#629) Operator '+' must be spaced. (space-infix-ops)
(#629) Operator '/' must be spaced. (space-infix-ops)
(#629) Operator '>' must be spaced. (space-infix-ops)
(#629) Operator '&&' must be spaced. (space-infix-ops)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Operator '+' must be spaced. (space-infix-ops)
(#629) Operator '/' must be spaced. (space-infix-ops)
(#629) Operator '-' must be spaced. (space-infix-ops)
(#629) A space is required after ','. (comma-spacing)
(#630) This line has a length of 513. Maximum allowed is 132. (max-len)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) 'r' declared on line 627 column 239 is used outside of binding context. (block-scoped-var)
(#630) Requires a space before '}'. (block-spacing)
(#630) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#630) Missing semicolon. (@babel/semi)
(#630) Requires a space before '}'. (block-spacing)
(#630) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#630) Requires a space before '}'. (block-spacing)
(#630) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#630) A space is required after ','. (comma-spacing)
(#630) Operator '===' must be spaced. (space-infix-ops)
(#630) Operator '||' must be spaced. (space-infix-ops)
(#630) Operator '&&' must be spaced. (space-infix-ops)
(#630) A space is required after ','. (comma-spacing)
(#630) Requires a space after '{'. (block-spacing)
(#630) Statement inside of curly braces should be on next line. (brace-style)
(#630) Missing space before opening brace. (space-before-blocks)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) A space is required after ','. (comma-spacing)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) Expected space(s) after "if". (keyword-spacing)
(#630) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#630) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) A space is required after ','. (comma-spacing)
(#630) Requires a space after '{'. (block-spacing)
(#630) Statement inside of curly braces should be on next line. (brace-style)
(#630) Missing space before opening brace. (space-before-blocks)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) Expected space(s) after "if". (keyword-spacing)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) Operator '&&' must be spaced. (space-infix-ops)
(#630) Operator '&&' must be spaced. (space-infix-ops)
(#630) Operator '&&' must be spaced. (space-infix-ops)
(#630) Operator '<' must be spaced. (space-infix-ops)
(#630) Requires a space after '{'. (block-spacing)
(#630) Statement inside of curly braces should be on next line. (brace-style)
(#630) Missing space before opening brace. (space-before-blocks)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) Expected space(s) after "if". (keyword-spacing)
(#630) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) Expected { after 'if' condition. (curly)
(#630) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) Operator '+' must be spaced. (space-infix-ops)
(#630) Operator '+' must be spaced. (space-infix-ops)
(#630) Operator '?' must be spaced. (space-infix-ops)
(#630) Operator '+' must be spaced. (space-infix-ops)
(#630) Operator ':' must be spaced. (space-infix-ops)
(#630) Unexpected use of comma operator. (no-sequences)
(#630) A space is required after ','. (comma-spacing)
(#630) Operator '||' must be spaced. (space-infix-ops)
(#630) Missing space before value for key 'stroke-width'. (key-spacing)
(#630) A space is required after ','. (comma-spacing)
(#630) Missing space before value for key 'stroke'. (key-spacing)
(#630) Operator '||' must be spaced. (space-infix-ops)
(#631) This line has a length of 503. Maximum allowed is 132. (max-len)
(#631) Operator '||' must be spaced. (space-infix-ops)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) Operator '?' must be spaced. (space-infix-ops)
(#631) Operator ':' must be spaced. (space-infix-ops)
(#631) Missing space before value for key 'd'. (key-spacing)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#631) A space is required after ','. (comma-spacing)
(#631) Requires a space before '}'. (block-spacing)
(#631) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#631) Missing semicolon. (@babel/semi)
(#631) Expected space(s) before "else". (keyword-spacing)
(#631) Expected { after 'else'. (curly)
(#631) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#631) Operator '&&' must be spaced. (space-infix-ops)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) Requires a space before '}'. (block-spacing)
(#631) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#631) Missing semicolon. (@babel/semi)
(#631) Requires a space before '}'. (block-spacing)
(#631) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#631) Requires a space before '}'. (block-spacing)
(#631) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#631) Missing semicolon. (@babel/semi)
(#631) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#631) Expected space(s) before "function". (keyword-spacing)
(#631) Requires a space after '{'. (block-spacing)
(#631) Statement inside of curly braces should be on next line. (brace-style)
(#631) Missing space before opening brace. (space-before-blocks)
(#631) Requires a space after '{'. (block-spacing)
(#631) Statement inside of curly braces should be on next line. (brace-style)
(#631) Missing space before opening brace. (space-before-blocks)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) A space is required after ','. (comma-spacing)
(#631) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#631) Operator '&&' must be spaced. (space-infix-ops)
(#631) Operator '&&' must be spaced. (space-infix-ops)
(#631) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) Operator '?' must be spaced. (space-infix-ops)
(#631) Operator '&&' must be spaced. (space-infix-ops)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) Operator '-' must be spaced. (space-infix-ops)
(#631) A space is required after ','. (comma-spacing)
(#631) A space is required after ','. (comma-spacing)
(#631) Missing space before value for key 'width'. (key-spacing)
(#631) Operator '+' must be spaced. (space-infix-ops)
(#631) A space is required after ','. (comma-spacing)
(#631) Missing space before value for key 'textOverflow'. (key-spacing)
(#631) Operator '||' must be spaced. (space-infix-ops)
(#631) Operator '||' must be spaced. (space-infix-ops)
(#631) A space is required after ','. (comma-spacing)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) A space is required after ','. (comma-spacing)
(#631) A space is required after ','. (comma-spacing)
(#631) Operator '?' must be spaced. (space-infix-ops)
(#631) Operator ':' must be spaced. (space-infix-ops)
(#631) A space is required after ','. (comma-spacing)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) Operator ':' must be spaced. (space-infix-ops)
(#631) Operator '&&' must be spaced. (space-infix-ops)
(#631) Missing space before value for key 'y'. (key-spacing)
(#632) This line has a length of 511. Maximum allowed is 132. (max-len)
(#632) Requires a space before '}'. (block-spacing)
(#632) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#632) Missing semicolon. (@babel/semi)
(#632) A space is required after ','. (comma-spacing)
(#632) Requires a space before '}'. (block-spacing)
(#632) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#632) Missing semicolon. (@babel/semi)
(#632) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#632) Expected space(s) before "function". (keyword-spacing)
(#632) Requires a space after '{'. (block-spacing)
(#632) Statement inside of curly braces should be on next line. (brace-style)
(#632) Missing space before opening brace. (space-before-blocks)
(#632) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) A space is required after ','. (comma-spacing)
(#632) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) A space is required after ','. (comma-spacing)
(#632) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) A space is required after ','. (comma-spacing)
(#632) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Operator '||' must be spaced. (space-infix-ops)
(#632) A space is required after ','. (comma-spacing)
(#632) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Operator '!==' must be spaced. (space-infix-ops)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) Expected space(s) after "if". (keyword-spacing)
(#632) Requires a space after '{'. (block-spacing)
(#632) Statement inside of curly braces should be on next line. (brace-style)
(#632) Missing space before opening brace. (space-before-blocks)
(#632) Expected space(s) after "if". (keyword-spacing)
(#632) Operator '!==' must be spaced. (space-infix-ops)
(#632) Expected { after 'if' condition. (curly)
(#632) Expected space(s) before "var". (keyword-spacing)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Operator '-' must be spaced. (space-infix-ops)
(#632) A space is required after ','. (comma-spacing)
(#632) A space is required after ','. (comma-spacing)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) Expected { after 'else'. (curly)
(#632) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Operator '-' must be spaced. (space-infix-ops)
(#632) Operator '-' must be spaced. (space-infix-ops)
(#632) A space is required after ','. (comma-spacing)
(#632) Unexpected use of comma operator. (no-sequences)
(#632) A space is required after ','. (comma-spacing)
(#632) Operator '+=' must be spaced. (space-infix-ops)
(#632) Operator '-' must be spaced. (space-infix-ops)
(#632) Operator '/' must be spaced. (space-infix-ops)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#632) Operator '!==' must be spaced. (space-infix-ops)
(#632) Operator '?' must be spaced. (space-infix-ops)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) A space is required after ','. (comma-spacing)
(#632) A space is required after ','. (comma-spacing)
(#632) Operator '-' must be spaced. (space-infix-ops)
(#632) A space is required after ','. (comma-spacing)
(#632) Operator ':' must be spaced. (space-infix-ops)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) A space is required after ','. (comma-spacing)
(#632) A space is required after ','. (comma-spacing)
(#632) Operator '-' must be spaced. (space-infix-ops)
(#632) Operator '-' must be spaced. (space-infix-ops)
(#632) A space is required after ','. (comma-spacing)
(#632) Operator '+=' must be spaced. (space-infix-ops)
(#632) Operator '-' must be spaced. (space-infix-ops)
(#632) Operator '/' must be spaced. (space-infix-ops)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#632) Operator '<' must be spaced. (space-infix-ops)
(#632) Operator '?' must be spaced. (space-infix-ops)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) A space is required after ','. (comma-spacing)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Operator '?' must be spaced. (space-infix-ops)
(#632) A space is required after ','. (comma-spacing)
(#632) Operator '-' must be spaced. (space-infix-ops)
(#632) Operator '*' must be spaced. (space-infix-ops)
(#632) Operator ':' must be spaced. (space-infix-ops)
(#632) A space is required after ','. (comma-spacing)
(#632) Operator '||' must be spaced. (space-infix-ops)
(#632) A space is required after ','. (comma-spacing)
(#632) A space is required after ','. (comma-spacing)
(#632) A space is required after ','. (comma-spacing)
(#632) A space is required after ','. (comma-spacing)
(#632) Operator '&&' must be spaced. (space-infix-ops)
(#632) Operator ':' must be spaced. (space-infix-ops)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Requires a space before '}'. (block-spacing)
(#632) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#632) Missing semicolon. (@babel/semi)
(#632) Expected space(s) before "return". (keyword-spacing)
(#632) Requires a space before '}'. (block-spacing)
(#632) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#632) Missing semicolon. (@babel/semi)
(#633) This line has a length of 501. Maximum allowed is 132. (max-len)
(#633) Operator '=' must be spaced. (space-infix-ops)
(#633) A space is required after ','. (comma-spacing)
(#633) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#633) Operator '=' must be spaced. (space-infix-ops)
(#633) Missing space before value for key 'radialDistributionY'. (key-spacing)
(#633) Requires a space after '{'. (block-spacing)
(#633) Statement inside of curly braces should be on next line. (brace-style)
(#633) Missing space before opening brace. (space-before-blocks)
(#633) Operator '+' must be spaced. (space-infix-ops)
(#633) Requires a space before '}'. (block-spacing)
(#633) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#633) Missing semicolon. (@babel/semi)
(#633) A space is required after ','. (comma-spacing)
(#633) Missing space before value for key 'radialDistributionX'. (key-spacing)
(#633) A space is required after ','. (comma-spacing)
(#633) A space is required after ','. (comma-spacing)
(#633) A space is required after ','. (comma-spacing)
(#633) Requires a space after '{'. (block-spacing)
(#633) Statement inside of curly braces should be on next line. (brace-style)
(#633) Missing space before opening brace. (space-before-blocks)
(#633) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#633) Operator '<' must be spaced. (space-infix-ops)
(#633) Operator '+' must be spaced. (space-infix-ops)
(#633) Operator '||' must be spaced. (space-infix-ops)
(#633) Operator '>' must be spaced. (space-infix-ops)
(#633) Operator '-' must be spaced. (space-infix-ops)
(#633) Operator '?' must be spaced. (space-infix-ops)
(#633) Operator ':' must be spaced. (space-infix-ops)
(#633) A space is required after ','. (comma-spacing)
(#633) A space is required after ','. (comma-spacing)
(#633) Requires a space before '}'. (block-spacing)
(#633) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#633) Missing semicolon. (@babel/semi)
(#633) A space is required after ','. (comma-spacing)
(#633) Missing space before value for key 'justify'. (key-spacing)
(#633) A space is required after ','. (comma-spacing)
(#633) A space is required after ','. (comma-spacing)
(#633) Requires a space after '{'. (block-spacing)
(#633) Statement inside of curly braces should be on next line. (brace-style)
(#633) Missing space before opening brace. (space-before-blocks)
(#633) Operator '+' must be spaced. (space-infix-ops)
(#633) Operator '?' must be spaced. (space-infix-ops)
(#633) Operator ':' must be spaced. (space-infix-ops)
(#633) Operator '*' must be spaced. (space-infix-ops)
(#633) Operator '+' must be spaced. (space-infix-ops)
(#633) Requires a space before '}'. (block-spacing)
(#633) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#633) Missing semicolon. (@babel/semi)
(#633) A space is required after ','. (comma-spacing)
(#633) Missing space before value for key 'alignToPlotEdges'. (key-spacing)
(#633) A space is required after ','. (comma-spacing)
(#633) A space is required after ','. (comma-spacing)
(#633) A space is required after ','. (comma-spacing)
(#633) Requires a space after '{'. (block-spacing)
(#633) Statement inside of curly braces should be on next line. (brace-style)
(#633) Missing space before opening brace. (space-before-blocks)
(#633) Operator '=' must be spaced. (space-infix-ops)
(#633) Missing whitespace after semicolon. (semi-spacing)
(#633) Operator '?' must be spaced. (space-infix-ops)
(#633) Operator '+' must be spaced. (space-infix-ops)
(#633) Operator ':' must be spaced. (space-infix-ops)
(#633) Operator '-' must be spaced. (space-infix-ops)
(#633) Operator '-' must be spaced. (space-infix-ops)
(#633) Requires a space before '}'. (block-spacing)
(#633) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#633) Missing semicolon. (@babel/semi)
(#633) A space is required after ','. (comma-spacing)
(#633) Missing space before value for key 'alignToConnectors'. (key-spacing)
(#633) A space is required after ','. (comma-spacing)
(#633) A space is required after ','. (comma-spacing)
(#633) A space is required after ','. (comma-spacing)
(#633) Requires a space after '{'. (block-spacing)
(#633) Statement inside of curly braces should be on next line. (brace-style)
(#633) Missing space before opening brace. (space-before-blocks)
(#633) Operator '=' must be spaced. (space-infix-ops)
(#633) A space is required after ','. (comma-spacing)
(#633) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#633) Missing whitespace after semicolon. (semi-spacing)
(#633) Requires a space after '{'. (block-spacing)
(#633) Statement inside of curly braces should be on next line. (brace-style)
(#633) Missing space before opening brace. (space-before-blocks)
(#633) Operator '=' must be spaced. (space-infix-ops)
(#633) Missing whitespace after semicolon. (semi-spacing)
(#633) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#633) Operator '>' must be spaced. (space-infix-ops)
(#633) Operator '&&' must be spaced. (space-infix-ops)
(#633) Operator '=' must be spaced. (space-infix-ops)
(#633) Requires a space before '}'. (block-spacing)
(#633) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#633) Missing semicolon. (@babel/semi)
(#633) Missing whitespace after semicolon. (semi-spacing)
(#633) Operator '?' must be spaced. (space-infix-ops)
(#633) Operator '+' must be spaced. (space-infix-ops)
(#633) Operator ':' must be spaced. (space-infix-ops)
(#633) Operator '-' must be spaced. (space-infix-ops)
(#633) Operator '-' must be spaced. (space-infix-ops)
(#633) Requires a space before '}'. (block-spacing)
(#633) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#633) Missing semicolon. (@babel/semi)
(#633) Missing whitespace after semicolon. (semi-spacing)
(#633) Operator '=' must be spaced. (space-infix-ops)
(#633) Requires a space after '{'. (block-spacing)
(#633) Statement inside of curly braces should be on next line. (brace-style)
(#633) Missing space before opening brace. (space-before-blocks)
(#633) Missing whitespace after semicolon. (semi-spacing)
(#633) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#633) Operator '===' must be spaced. (space-infix-ops)
(#633) Operator '&&' must be spaced. (space-infix-ops)
(#634) This line has a length of 519. Maximum allowed is 132. (max-len)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) Requires a space before '}'. (block-spacing)
(#634) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#634) Missing semicolon. (@babel/semi)
(#634) Requires a space before '}'. (block-spacing)
(#634) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#634) Missing semicolon. (@babel/semi)
(#634) Operator '||' must be spaced. (space-infix-ops)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) Missing whitespace after semicolon. (semi-spacing)
(#634) Requires a space before '}'. (block-spacing)
(#634) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#634) Missing semicolon. (@babel/semi)
(#634) Missing whitespace after semicolon. (semi-spacing)
(#634) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#634) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#634) A space is required after ','. (comma-spacing)
(#634) A space is required after ','. (comma-spacing)
(#634) A space is required after ','. (comma-spacing)
(#634) A space is required after ','. (comma-spacing)
(#634) A space is required after ','. (comma-spacing)
(#634) Requires a space after '{'. (block-spacing)
(#634) Statement inside of curly braces should be on next line. (brace-style)
(#634) Missing space before opening brace. (space-before-blocks)
(#634) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#634) A space is required after ','. (comma-spacing)
(#634) Requires a space after '{'. (block-spacing)
(#634) Statement inside of curly braces should be on next line. (brace-style)
(#634) Missing space before opening brace. (space-before-blocks)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) Missing whitespace after semicolon. (semi-spacing)
(#634) Expected space(s) after "if". (keyword-spacing)
(#634) Requires a space after '{'. (block-spacing)
(#634) Statement inside of curly braces should be on next line. (brace-style)
(#634) Missing space before opening brace. (space-before-blocks)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) Missing whitespace after semicolon. (semi-spacing)
(#634) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#634) Operator '!==' must be spaced. (space-infix-ops)
(#634) Operator '&&' must be spaced. (space-infix-ops)
(#634) Operator '&&' must be spaced. (space-infix-ops)
(#634) Operator '?' must be spaced. (space-infix-ops)
(#634) Operator '?' must be spaced. (space-infix-ops)
(#634) Operator ':' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '?' must be spaced. (space-infix-ops)
(#634) Operator ':' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) A space is required after ','. (comma-spacing)
(#634) Requires a space after '{'. (block-spacing)
(#634) Statement inside of curly braces should be on next line. (brace-style)
(#634) Missing space before opening brace. (space-before-blocks)
(#634) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#634) Operator '||' must be spaced. (space-infix-ops)
(#635) This line has a length of 503. Maximum allowed is 132. (max-len)
(#635) Missing space before value for key 'pointerEvents'. (key-spacing)
(#635) Operator '?' must be spaced. (space-infix-ops)
(#635) Operator ':' must be spaced. (space-infix-ops)
(#635) Requires a space before '}'. (block-spacing)
(#635) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#635) Missing semicolon. (@babel/semi)
(#635) A space is required after ','. (comma-spacing)
(#635) A space is required after ','. (comma-spacing)
(#635) Operator ':' must be spaced. (space-infix-ops)
(#635) Missing space before value for key 'opacity'. (key-spacing)
(#635) Missing whitespace after semicolon. (semi-spacing)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) Requires a space before '}'. (block-spacing)
(#635) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#635) Missing semicolon. (@babel/semi)
(#635) Expected space(s) before "return". (keyword-spacing)
(#635) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#635) Requires a space before '}'. (block-spacing)
(#635) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#635) Missing semicolon. (@babel/semi)
(#635) Expected space(s) before "var". (keyword-spacing)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) A space is required after ','. (comma-spacing)
(#635) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) A space is required after ','. (comma-spacing)
(#635) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) A space is required after ','. (comma-spacing)
(#635) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) A space is required after ','. (comma-spacing)
(#635) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) A space is required after ','. (comma-spacing)
(#635) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) Missing whitespace after semicolon. (semi-spacing)
(#635) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#635) A space is required after ','. (comma-spacing)
(#635) A space is required after ','. (comma-spacing)
(#635) Requires a space after '{'. (block-spacing)
(#635) Statement inside of curly braces should be on next line. (brace-style)
(#635) Missing space before opening brace. (space-before-blocks)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) A space is required after ','. (comma-spacing)
(#635) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) Missing whitespace after semicolon. (semi-spacing)
(#635) Operator '||' must be spaced. (space-infix-ops)
(#635) Requires a space after '{'. (block-spacing)
(#635) Statement inside of curly braces should be on next line. (brace-style)
(#635) Missing space before opening brace. (space-before-blocks)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) Requires a space before '}'. (block-spacing)
(#635) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#635) Missing semicolon. (@babel/semi)
(#635) Missing whitespace after semicolon. (semi-spacing)
(#635) Operator '||' must be spaced. (space-infix-ops)
(#635) Requires a space after '{'. (block-spacing)
(#635) Statement inside of curly braces should be on next line. (brace-style)
(#635) Missing space before opening brace. (space-before-blocks)
(#635) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#635) Operator '&&' must be spaced. (space-infix-ops)
(#635) Operator '&&' must be spaced. (space-infix-ops)
(#635) Operator '&&' must be spaced. (space-infix-ops)
(#635) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#635) A space is required after ','. (comma-spacing)
(#635) Requires a space after '{'. (block-spacing)
(#635) Statement inside of curly braces should be on next line. (brace-style)
(#635) Missing space before opening brace. (space-before-blocks)
(#635) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#635) A space is required after ','. (comma-spacing)
(#635) Requires a space after '{'. (block-spacing)
(#635) Statement inside of curly braces should be on next line. (brace-style)
(#635) Missing space before opening brace. (space-before-blocks)
(#635) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#635) Operator '&&' must be spaced. (space-infix-ops)
(#635) Requires a space before '}'. (block-spacing)
(#635) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#635) Missing semicolon. (@babel/semi)
(#635) Requires a space before '}'. (block-spacing)
(#635) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#635) Missing semicolon. (@babel/semi)
(#635) Requires a space before '}'. (block-spacing)
(#635) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#635) Missing semicolon. (@babel/semi)
(#635) Missing whitespace after semicolon. (semi-spacing)
(#635) Operator '||' must be spaced. (space-infix-ops)
(#636) This line has a length of 512. Maximum allowed is 132. (max-len)
(#636) Requires a space after '{'. (block-spacing)
(#636) Statement inside of curly braces should be on next line. (brace-style)
(#636) Missing space before opening brace. (space-before-blocks)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) Missing whitespace after semicolon. (semi-spacing)
(#636) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#636) Operator '&&' must be spaced. (space-infix-ops)
(#636) Operator '!==' must be spaced. (space-infix-ops)
(#636) Operator '||' must be spaced. (space-infix-ops)
(#636) Operator '&&' must be spaced. (space-infix-ops)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) Requires a space after '{'. (block-spacing)
(#636) Statement inside of curly braces should be on next line. (brace-style)
(#636) Missing space before opening brace. (space-before-blocks)
(#636) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#636) Requires a space after '{'. (block-spacing)
(#636) Statement inside of curly braces should be on next line. (brace-style)
(#636) Missing space before opening brace. (space-before-blocks)
(#636) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#636) Operator '&&' must be spaced. (space-infix-ops)
(#636) Do not nest ternary expressions. (no-nested-ternary)
(#636) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#636) Operator '?' must be spaced. (space-infix-ops)
(#636) Operator ':' must be spaced. (space-infix-ops)
(#636) Operator '?' must be spaced. (space-infix-ops)
(#636) Operator ':' must be spaced. (space-infix-ops)
(#636) Requires a space after '{'. (block-spacing)
(#636) Statement inside of curly braces should be on next line. (brace-style)
(#636) Missing space before opening brace. (space-before-blocks)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) Missing whitespace after semicolon. (semi-spacing)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) A space is required after ','. (comma-spacing)
(#636) A space is required after ','. (comma-spacing)
(#636) Operator '&&' must be spaced. (space-infix-ops)
(#636) Missing whitespace after semicolon. (semi-spacing)
(#636) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#636) Operator '?' must be spaced. (space-infix-ops)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) A space is required after ','. (comma-spacing)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) A space is required after ','. (comma-spacing)
(#636) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#636) A space is required after ','. (comma-spacing)
(#636) Operator ':' must be spaced. (space-infix-ops)
(#636) Requires a space before '}'. (block-spacing)
(#636) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#636) Missing semicolon. (@babel/semi)
(#636) Requires a space before '}'. (block-spacing)
(#636) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#636) Missing semicolon. (@babel/semi)
(#636) Requires a space before '}'. (block-spacing)
(#636) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#636) Missing semicolon. (@babel/semi)
(#636) A space is required after ','. (comma-spacing)
(#636) Operator '||' must be spaced. (space-infix-ops)
(#636) A space is required after ','. (comma-spacing)
(#636) Requires a space before '}'. (block-spacing)
(#636) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#636) Missing semicolon. (@babel/semi)
(#636) Missing whitespace after semicolon. (semi-spacing)
(#636) Requires a space before '}'. (block-spacing)
(#636) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#636) Missing semicolon. (@babel/semi)
(#636) Missing whitespace after semicolon. (semi-spacing)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) Requires a space after '{'. (block-spacing)
(#636) Statement inside of curly braces should be on next line. (brace-style)
(#636) Missing space before opening brace. (space-before-blocks)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#637) This line has a length of 509. Maximum allowed is 132. (max-len)
(#637) A space is required after ','. (comma-spacing)
(#637) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) A space is required after ','. (comma-spacing)
(#637) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) A space is required after ','. (comma-spacing)
(#637) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#637) A space is required after ','. (comma-spacing)
(#637) A space is required after ','. (comma-spacing)
(#637) A space is required after ','. (comma-spacing)
(#637) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) Missing whitespace after semicolon. (semi-spacing)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) Expected to return a value at the end of function. (consistent-return)
(#637) Requires a space after '{'. (block-spacing)
(#637) Statement inside of curly braces should be on next line. (brace-style)
(#637) Missing space before opening brace. (space-before-blocks)
(#637) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#637) A space is required after ','. (comma-spacing)
(#637) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) Operator '?' must be spaced. (space-infix-ops)
(#637) Operator ':' must be spaced. (space-infix-ops)
(#637) Operator '||' must be spaced. (space-infix-ops)
(#637) A space is required after ','. (comma-spacing)
(#637) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) A space is required after ','. (comma-spacing)
(#637) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#637) Missing whitespace after semicolon. (semi-spacing)
(#637) Expected space(s) after "if". (keyword-spacing)
(#637) Operator '&&' must be spaced. (space-infix-ops)
(#637) Operator '||' must be spaced. (space-infix-ops)
(#637) Requires a space after '{'. (block-spacing)
(#637) Statement inside of curly braces should be on next line. (brace-style)
(#637) Missing space before opening brace. (space-before-blocks)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) Operator '||' must be spaced. (space-infix-ops)
(#637) Missing space before value for key 'x'. (key-spacing)
(#637) A space is required after ','. (comma-spacing)
(#637) Missing space before value for key 'y'. (key-spacing)
(#637) Missing whitespace after semicolon. (semi-spacing)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) Missing whitespace after semicolon. (semi-spacing)
(#637) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#637) Operator '||' must be spaced. (space-infix-ops)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) A space is required after ','. (comma-spacing)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) A space is required after ','. (comma-spacing)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) A space is required after ','. (comma-spacing)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) A space is required after ','. (comma-spacing)
(#637) Missing whitespace after semicolon. (semi-spacing)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) Operator '-' must be spaced. (space-infix-ops)
(#637) Operator '*' must be spaced. (space-infix-ops)
(#637) Missing whitespace after semicolon. (semi-spacing)
(#637) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#637) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) Missing space before value for key 'left'. (key-spacing)
(#637) A space is required after ','. (comma-spacing)
(#637) Missing space before value for key 'center'. (key-spacing)
(#637) A space is required after ','. (comma-spacing)
(#637) Missing space before value for key 'right'. (key-spacing)
(#637) Operator '?' must be spaced. (space-infix-ops)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) Operator '*' must be spaced. (space-infix-ops)
(#637) Operator ':' must be spaced. (space-infix-ops)
(#637) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#637) Operator '&&' must be spaced. (space-infix-ops)
(#637) Operator '!==' must be spaced. (space-infix-ops)
(#637) Operator '&&' must be spaced. (space-infix-ops)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) Operator '-' must be spaced. (space-infix-ops)
(#637) Missing whitespace after semicolon. (semi-spacing)
(#637) Expected space(s) after "return". (keyword-spacing)
(#637) Missing space before value for key 'x'. (key-spacing)
(#637) Operator '+' must be spaced. (space-infix-ops)
(#637) Operator '||' must be spaced. (space-infix-ops)
(#637) Operator '+' must be spaced. (space-infix-ops)
(#637) Operator '-' must be spaced. (space-infix-ops)
(#637) Operator '||' must be spaced. (space-infix-ops)
(#637) A space is required after ','. (comma-spacing)
(#637) Missing space before value for key 'y'. (key-spacing)
(#637) Operator '+' must be spaced. (space-infix-ops)
(#637) Operator '||' must be spaced. (space-infix-ops)
(#637) Operator '+' must be spaced. (space-infix-ops)
(#637) Operator '-' must be spaced. (space-infix-ops)
(#637) A space is required after ','. (comma-spacing)
(#637) Missing space before value for key 'width'. (key-spacing)
(#637) Operator '-' must be spaced. (space-infix-ops)
(#638) This line has a length of 516. Maximum allowed is 132. (max-len)
(#638) Operator '*' must be spaced. (space-infix-ops)
(#638) A space is required after ','. (comma-spacing)
(#638) Missing space before value for key 'height'. (key-spacing)
(#638) Operator '-' must be spaced. (space-infix-ops)
(#638) Operator '*' must be spaced. (space-infix-ops)
(#638) Requires a space before '}'. (block-spacing)
(#638) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#638) Missing semicolon. (@babel/semi)
(#638) Requires a space before '}'. (block-spacing)
(#638) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#638) Missing whitespace after semicolon. (semi-spacing)
(#638) Expected space(s) after "for". (keyword-spacing)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) Missing whitespace after semicolon. (semi-spacing)
(#638) Operator '<' must be spaced. (space-infix-ops)
(#638) Missing whitespace after semicolon. (semi-spacing)
(#638) Expected { after 'for' condition. (curly)
(#638) Expected space(s) before "if". (keyword-spacing)
(#638) Expected space(s) after "if". (keyword-spacing)
(#638) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) Expected { after 'if' condition. (curly)
(#638) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) Unexpected use of comma operator. (no-sequences)
(#638) A space is required after ','. (comma-spacing)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) A space is required after ','. (comma-spacing)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) Missing whitespace after semicolon. (semi-spacing)
(#638) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#638) A space is required after ','. (comma-spacing)
(#638) Requires a space after '{'. (block-spacing)
(#638) Statement inside of curly braces should be on next line. (brace-style)
(#638) Missing space before opening brace. (space-before-blocks)
(#638) Expected space(s) after "return". (keyword-spacing)
(#638) Operator '||' must be spaced. (space-infix-ops)
(#638) Operator '-' must be spaced. (space-infix-ops)
(#638) Operator '||' must be spaced. (space-infix-ops)
(#638) Requires a space before '}'. (block-spacing)
(#638) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#638) Missing semicolon. (@babel/semi)
(#638) Missing whitespace after semicolon. (semi-spacing)
(#638) Expected space(s) after "for". (keyword-spacing)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) Missing whitespace after semicolon. (semi-spacing)
(#638) Operator '<' must be spaced. (space-infix-ops)
(#638) Missing whitespace after semicolon. (semi-spacing)
(#638) Requires a space after '{'. (block-spacing)
(#638) Statement inside of curly braces should be on next line. (brace-style)
(#638) Missing space before opening brace. (space-before-blocks)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) Operator '&&' must be spaced. (space-infix-ops)
(#638) Missing whitespace after semicolon. (semi-spacing)
(#638) Expected space(s) after "for". (keyword-spacing)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) Operator '+' must be spaced. (space-infix-ops)
(#638) Missing whitespace after semicolon. (semi-spacing)
(#638) Operator '<' must be spaced. (space-infix-ops)
(#638) Missing whitespace after semicolon. (semi-spacing)
(#638) Requires a space after '{'. (block-spacing)
(#638) Statement inside of curly braces should be on next line. (brace-style)
(#638) Missing space before opening brace. (space-before-blocks)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) Operator '&&' must be spaced. (space-infix-ops)
(#638) Missing whitespace after semicolon. (semi-spacing)
(#638) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#638) Operator '||' must be spaced. (space-infix-ops)
(#638) Operator '||' must be spaced. (space-infix-ops)
(#638) Operator '===' must be spaced. (space-infix-ops)
(#638) Operator '||' must be spaced. (space-infix-ops)
(#638) Operator '===' must be spaced. (space-infix-ops)
(#638) Operator '||' must be spaced. (space-infix-ops)
(#638) Operator '===' must be spaced. (space-infix-ops)
(#638) Operator '||' must be spaced. (space-infix-ops)
(#638) Operator '===' must be spaced. (space-infix-ops)
(#638) Operator '||' must be spaced. (space-infix-ops)
(#638) Operator '===' must be spaced. (space-infix-ops)
(#638) Operator '||' must be spaced. (space-infix-ops)
(#638) Operator '>=' must be spaced. (space-infix-ops)
(#638) Operator '+' must be spaced. (space-infix-ops)
(#638) Operator '||' must be spaced. (space-infix-ops)
(#638) Operator '+' must be spaced. (space-infix-ops)
(#638) Operator '<=' must be spaced. (space-infix-ops)
(#638) Operator '||' must be spaced. (space-infix-ops)
(#638) Operator '>=' must be spaced. (space-infix-ops)
(#638) Operator '+' must be spaced. (space-infix-ops)
(#638) Operator '||' must be spaced. (space-infix-ops)
(#638) Operator '+' must be spaced. (space-infix-ops)
(#638) Operator '<=' must be spaced. (space-infix-ops)
(#638) Operator '||' must be spaced. (space-infix-ops)
(#638) Operator '<' must be spaced. (space-infix-ops)
(#638) Operator '?' must be spaced. (space-infix-ops)
(#638) Operator ':' must be spaced. (space-infix-ops)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) Requires a space before '}'. (block-spacing)
(#638) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#638) Missing semicolon. (@babel/semi)
(#638) Requires a space before '}'. (block-spacing)
(#638) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#638) Requires a space after '{'. (block-spacing)
(#638) Statement inside of curly braces should be on next line. (brace-style)
(#638) Missing space before opening brace. (space-before-blocks)
(#638) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#638) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#639) This line has a length of 510. Maximum allowed is 132. (max-len)
(#639) Operator '&&' must be spaced. (space-infix-ops)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) Requires a space before '}'. (block-spacing)
(#639) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#639) Missing semicolon. (@babel/semi)
(#639) Missing whitespace after semicolon. (semi-spacing)
(#639) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#639) Operator '&&' must be spaced. (space-infix-ops)
(#639) A space is required after ','. (comma-spacing)
(#639) Requires a space before '}'. (block-spacing)
(#639) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#639) Missing semicolon. (@babel/semi)
(#639) Requires a space before '}'. (block-spacing)
(#639) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#639) Missing semicolon. (@babel/semi)
(#639) Missing whitespace after semicolon. (semi-spacing)
(#639) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#639) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#639) A space is required after ','. (comma-spacing)
(#639) A space is required after ','. (comma-spacing)
(#639) A space is required after ','. (comma-spacing)
(#639) Requires a space after '{'. (block-spacing)
(#639) Statement inside of curly braces should be on next line. (brace-style)
(#639) Missing space before opening brace. (space-before-blocks)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) A space is required after ','. (comma-spacing)
(#639) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) A space is required after ','. (comma-spacing)
(#639) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) A space is required after ','. (comma-spacing)
(#639) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) A space is required after ','. (comma-spacing)
(#639) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) A space is required after ','. (comma-spacing)
(#639) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) A space is required after ','. (comma-spacing)
(#639) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) A space is required after ','. (comma-spacing)
(#639) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) A space is required after ','. (comma-spacing)
(#639) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) A space is required after ','. (comma-spacing)
(#639) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#639) Missing whitespace after semicolon. (semi-spacing)
(#639) Requires a space after '{'. (block-spacing)
(#639) Statement inside of curly braces should be on next line. (brace-style)
(#639) Missing space before opening brace. (space-before-blocks)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) Missing whitespace after semicolon. (semi-spacing)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) Requires a space after '{'. (block-spacing)
(#639) Statement inside of curly braces should be on next line. (brace-style)
(#639) Missing space before opening brace. (space-before-blocks)
(#639) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#639) Operator '===' must be spaced. (space-infix-ops)
(#639) Operator '&&' must be spaced. (space-infix-ops)
(#639) A space is required after ','. (comma-spacing)
(#639) A space is required after ','. (comma-spacing)
(#639) Missing whitespace after semicolon. (semi-spacing)
(#639) Requires a space before '}'. (block-spacing)
(#639) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#639) Missing semicolon. (@babel/semi)
(#639) Missing whitespace after semicolon. (semi-spacing)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#639) Requires a space after '{'. (block-spacing)
(#639) Statement inside of curly braces should be on next line. (brace-style)
(#639) Missing space before opening brace. (space-before-blocks)
(#639) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#639) Unexpected empty function 'a'. (no-empty-function)
(#639) Missing space before opening brace. (space-before-blocks)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) Requires a space after '{'. (block-spacing)
(#639) Statement inside of curly braces should be on next line. (brace-style)
(#639) Missing space before opening brace. (space-before-blocks)
(#639) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#639) A space is required after ','. (comma-spacing)
(#639) A space is required after ','. (comma-spacing)
(#639) A space is required after ','. (comma-spacing)
(#639) Requires a space after '{'. (block-spacing)
(#639) Statement inside of curly braces should be on next line. (brace-style)
(#639) Missing space before opening brace. (space-before-blocks)
(#639) Missing whitespace after semicolon. (semi-spacing)
(#639) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#639) A space is required after ','. (comma-spacing)
(#639) A space is required after ','. (comma-spacing)
(#639) Requires a space after '{'. (block-spacing)
(#639) Statement inside of curly braces should be on next line. (brace-style)
(#639) Missing space before opening brace. (space-before-blocks)
(#639) Expected space(s) after "if". (keyword-spacing)
(#639) Operator '&&' must be spaced. (space-infix-ops)
(#639) Operator '<' must be spaced. (space-infix-ops)
(#639) Operator '&&' must be spaced. (space-infix-ops)
(#639) Expected { after 'if' condition. (curly)
(#639) Expected space(s) before "for". (keyword-spacing)
(#639) Expected space(s) after "for". (keyword-spacing)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#640) This line has a length of 503. Maximum allowed is 132. (max-len)
(#640) A space is required after ','. (comma-spacing)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) Missing whitespace after semicolon. (semi-spacing)
(#640) Operator '<' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) Missing whitespace after semicolon. (semi-spacing)
(#640) Expected { after 'for' condition. (curly)
(#640) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#640) Operator '&&' must be spaced. (space-infix-ops)
(#640) Operator '===' must be spaced. (space-infix-ops)
(#640) Operator '?' must be spaced. (space-infix-ops)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) Operator ':' must be spaced. (space-infix-ops)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) A space is required after ','. (comma-spacing)
(#640) A space is required after ','. (comma-spacing)
(#640) A space is required after ','. (comma-spacing)
(#640) Operator '+' must be spaced. (space-infix-ops)
(#640) Missing whitespace after semicolon. (semi-spacing)
(#640) Expected { after 'else'. (curly)
(#640) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#640) Operator '?' must be spaced. (space-infix-ops)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#640) Operator '?' must be spaced. (space-infix-ops)
(#640) Operator ':' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) A space is required after ','. (comma-spacing)
(#640) Operator '||' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) A space is required after ','. (comma-spacing)
(#640) Operator '+' must be spaced. (space-infix-ops)
(#640) Operator ':' must be spaced. (space-infix-ops)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) Operator '===' must be spaced. (space-infix-ops)
(#640) Operator '?' must be spaced. (space-infix-ops)
(#640) Operator ':' must be spaced. (space-infix-ops)
(#640) Requires a space before '}'. (block-spacing)
(#640) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#640) Missing semicolon. (@babel/semi)
(#640) Requires a space before '}'. (block-spacing)
(#640) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#640) Missing semicolon. (@babel/semi)
(#640) Expected space(s) before "var". (keyword-spacing)
(#640) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) Missing whitespace after semicolon. (semi-spacing)
(#640) A space is required after ','. (comma-spacing)
(#640) A space is required after ','. (comma-spacing)
(#640) A space is required after ','. (comma-spacing)
(#640) Missing whitespace after semicolon. (semi-spacing)
(#640) Requires a space before '}'. (block-spacing)
(#640) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#640) Missing semicolon. (@babel/semi)
(#640) Missing whitespace after semicolon. (semi-spacing)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) Requires a space after '{'. (block-spacing)
(#640) Statement inside of curly braces should be on next line. (brace-style)
(#640) Missing space before opening brace. (space-before-blocks)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) Missing whitespace after semicolon. (semi-spacing)
(#640) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#640) Operator '||' must be spaced. (space-infix-ops)
(#640) Requires a space after '{'. (block-spacing)
(#640) Statement inside of curly braces should be on next line. (brace-style)
(#640) Missing space before opening brace. (space-before-blocks)
(#640) Operator '<=' must be spaced. (space-infix-ops)
(#640) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#640) A space is required after ','. (comma-spacing)
(#640) Operator '&&' must be spaced. (space-infix-ops)
(#640) Operator '<=' must be spaced. (space-infix-ops)
(#640) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#640) A space is required after ','. (comma-spacing)
(#640) Operator '&&' must be spaced. (space-infix-ops)
(#640) Operator '>=' must be spaced. (space-infix-ops)
(#640) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#641) This line has a length of 504. Maximum allowed is 132. (max-len)
(#641) Operator '&&' must be spaced. (space-infix-ops)
(#641) Operator '>=' must be spaced. (space-infix-ops)
(#641) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#641) A space is required after ','. (comma-spacing)
(#641) Requires a space before '}'. (block-spacing)
(#641) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#641) Missing semicolon. (@babel/semi)
(#641) Operator '&&' must be spaced. (space-infix-ops)
(#641) Requires a space before '}'. (block-spacing)
(#641) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#641) Missing semicolon. (@babel/semi)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) A space is required after ','. (comma-spacing)
(#641) Requires a space after '{'. (block-spacing)
(#641) Statement inside of curly braces should be on next line. (brace-style)
(#641) Missing space before opening brace. (space-before-blocks)
(#641) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) A space is required after ','. (comma-spacing)
(#641) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) A space is required after ','. (comma-spacing)
(#641) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) A space is required after ','. (comma-spacing)
(#641) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#641) Operator '&&' must be spaced. (space-infix-ops)
(#641) Operator '&&' must be spaced. (space-infix-ops)
(#641) Operator '&&' must be spaced. (space-infix-ops)
(#641) Requires a space after '{'. (block-spacing)
(#641) Statement inside of curly braces should be on next line. (brace-style)
(#641) Missing space before opening brace. (space-before-blocks)
(#641) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#641) Operator '===' must be spaced. (space-infix-ops)
(#641) Operator '&&' must be spaced. (space-infix-ops)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) A space is required after ','. (comma-spacing)
(#641) Requires a space before '}'. (block-spacing)
(#641) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#641) Missing semicolon. (@babel/semi)
(#641) A space is required after ','. (comma-spacing)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) A space is required after ','. (comma-spacing)
(#641) Requires a space after '{'. (block-spacing)
(#641) Statement inside of curly braces should be on next line. (brace-style)
(#641) Missing space before opening brace. (space-before-blocks)
(#641) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#641) Operator '||' must be spaced. (space-infix-ops)
(#641) Operator '||' must be spaced. (space-infix-ops)
(#641) A space is required after ','. (comma-spacing)
(#641) Requires a space after '{'. (block-spacing)
(#641) Statement inside of curly braces should be on next line. (brace-style)
(#641) Missing space before opening brace. (space-before-blocks)
(#641) Operator '===' must be spaced. (space-infix-ops)
(#641) Requires a space before '}'. (block-spacing)
(#641) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#641) Missing semicolon. (@babel/semi)
(#641) Requires a space before '}'. (block-spacing)
(#641) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#641) Missing semicolon. (@babel/semi)
(#641) Requires a space after '{'. (block-spacing)
(#641) Statement inside of curly braces should be on next line. (brace-style)
(#641) Missing space before opening brace. (space-before-blocks)
(#641) Operator '&&' must be spaced. (space-infix-ops)
(#641) Requires a space before '}'. (block-spacing)
(#641) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#641) Missing semicolon. (@babel/semi)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) Operator '||' must be spaced. (space-infix-ops)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#641) Operator '!==' must be spaced. (space-infix-ops)
(#641) Operator '&&' must be spaced. (space-infix-ops)
(#641) Operator '&&' must be spaced. (space-infix-ops)
(#641) Operator '&&' must be spaced. (space-infix-ops)
(#642) This line has a length of 518. Maximum allowed is 132. (max-len)
(#642) A space is required after ','. (comma-spacing)
(#642) A space is required after ','. (comma-spacing)
(#642) A space is required after ','. (comma-spacing)
(#642) Operator '?' must be spaced. (space-infix-ops)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) A space is required after ','. (comma-spacing)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) A space is required after ','. (comma-spacing)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) Missing space before value for key 'ruleIds'. (key-spacing)
(#642) A space is required after ','. (comma-spacing)
(#642) Missing space before value for key 'mergedOptions'. (key-spacing)
(#642) A space is required after ','. (comma-spacing)
(#642) Missing space before value for key 'undoOptions'. (key-spacing)
(#642) A space is required after ','. (comma-spacing)
(#642) A space is required after ','. (comma-spacing)
(#642) A space is required after ','. (comma-spacing)
(#642) Operator ':' must be spaced. (space-infix-ops)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) Requires a space before '}'. (block-spacing)
(#642) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#642) Missing semicolon. (@babel/semi)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Requires a space before '}'. (block-spacing)
(#642) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#642) Missing semicolon. (@babel/semi)
(#642) Requires a space before '}'. (block-spacing)
(#642) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#642) Missing semicolon. (@babel/semi)
(#642) Operator '||' must be spaced. (space-infix-ops)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#642) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Requires a space before '}'. (block-spacing)
(#642) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#642) Missing semicolon. (@babel/semi)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#642) A space is required after ','. (comma-spacing)
(#642) A space is required after ','. (comma-spacing)
(#642) A space is required after ','. (comma-spacing)
(#642) A space is required after ','. (comma-spacing)
(#642) A space is required after ','. (comma-spacing)
(#642) A space is required after ','. (comma-spacing)
(#642) A space is required after ','. (comma-spacing)
(#642) A space is required after ','. (comma-spacing)
(#642) A space is required after ','. (comma-spacing)
(#643) This line has a length of 518. Maximum allowed is 132. (max-len)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#644) This line has a length of 505. Maximum allowed is 132. (max-len)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) Requires a space after '{'. (block-spacing)
(#644) Statement inside of curly braces should be on next line. (brace-style)
(#644) Missing space before opening brace. (space-before-blocks)
(#644) Operator '=' must be spaced. (space-infix-ops)
(#644) Missing whitespace after semicolon. (semi-spacing)
(#644) Operator '=' must be spaced. (space-infix-ops)
(#644) Missing whitespace after semicolon. (semi-spacing)
(#644) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#644) Operator '=' must be spaced. (space-infix-ops)
(#644) Missing whitespace after semicolon. (semi-spacing)
(#644) Operator '=' must be spaced. (space-infix-ops)
(#644) Missing whitespace after semicolon. (semi-spacing)
(#644) Operator '=' must be spaced. (space-infix-ops)
(#644) Missing whitespace after semicolon. (semi-spacing)
(#644) Operator '=' must be spaced. (space-infix-ops)
(#644) Missing whitespace after semicolon. (semi-spacing)
(#644) Operator '=' must be spaced. (space-infix-ops)
(#644) Missing whitespace after semicolon. (semi-spacing)
(#644) Operator '=' must be spaced. (space-infix-ops)
(#644) Missing whitespace after semicolon. (semi-spacing)
(#644) Operator '=' must be spaced. (space-infix-ops)
(#644) Missing whitespace after semicolon. (semi-spacing)
(#644) Operator '=' must be spaced. (space-infix-ops)
(#645) This line has a length of 506. Maximum allowed is 132. (max-len)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) This line has 28 statements. Maximum allowed is 2. (max-statements-per-line)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Operator '?' must be spaced. (space-infix-ops)
(#645) Operator ':' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#645) Missing whitespace after semicolon. (semi-spacing)
(#645) Operator '=' must be spaced. (space-infix-ops)
(#646) This line has a length of 508. Maximum allowed is 132. (max-len)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#647) This line has a length of 510. Maximum allowed is 132. (max-len)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) This line has 25 statements. Maximum allowed is 2. (max-statements-per-line)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#648) Missing whitespace after semicolon. (semi-spacing)
(#648) Missing whitespace after semicolon. (semi-spacing)
(#648) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#648) Requires a space before '}'. (block-spacing)
(#648) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#648) Missing semicolon. (@babel/semi)
(#648) Missing whitespace after semicolon. (semi-spacing)
(#648) Operator '=' must be spaced. (space-infix-ops)
(#648) Missing whitespace after semicolon. (semi-spacing)
(#648) Requires a space before '}'. (block-spacing)
(#648) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#648) Missing semicolon. (@babel/semi)
(#649) Expected space or tab after '//' in comment. (spaced-comment)
local/edudashboard/amd/src/lang_loader.js
(#20) @package should be empty. (jsdoc/empty-tags)
(#51) Unexpected console statement. (no-console)
local/edudashboard/amd/src/main.js
(#19) @package should be empty. (jsdoc/empty-tags)
(#23) Trailing spaces not allowed. (no-trailing-spaces)
(#43) @package should be empty. (jsdoc/empty-tags)
(#48) Unexpected space before function parentheses. (space-before-function-paren)
(#50) Unexpected space before function parentheses. (space-before-function-paren)
(#51) Unexpected space before function parentheses. (space-before-function-paren)
(#53) Unexpected space before function parentheses. (space-before-function-paren)
(#53) Identifier '$ev_enter' is not in camel case. (camelcase)
(#53) '$ev_enter' is defined but never used. (no-unused-vars)
(#56) Unexpected space before function parentheses. (space-before-function-paren)
(#56) Identifier '$ev_exit' is not in camel case. (camelcase)
(#56) '$ev_exit' is defined but never used. (no-unused-vars)

CSS problems

(11074 errors, 17 warnings)

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

local/edudashboard/styles.css
(#72) Expected empty line before at-rule (at-rule-empty-line-before)
(#77) Expected empty line before at-rule (at-rule-empty-line-before)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#446) Expected newline after "}" (block-closing-brace-newline-after)
(#215) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#446) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#150) Expected single space before "{" (block-opening-brace-space-before)
(#181) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#72) Expected single space before "{" (block-opening-brace-space-before)
(#77) Expected single space before "{" (block-opening-brace-space-before)
(#31) Expected single space before "!" (declaration-bang-space-before)
(#35) Expected single space before "!" (declaration-bang-space-before)
(#39) Expected single space before "!" (declaration-bang-space-before)
(#42) Expected single space before "!" (declaration-bang-space-before)
(#67) Expected single space before "!" (declaration-bang-space-before)
(#379) Expected single space before "!" (declaration-bang-space-before)
(#105) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#142) Unexpected duplicate "transition" (declaration-block-no-duplicate-properties)
(#143) Unexpected duplicate "transition" (declaration-block-no-duplicate-properties)
(#177) Unexpected duplicate "transition" (declaration-block-no-duplicate-properties)
(#178) Unexpected duplicate "transition" (declaration-block-no-duplicate-properties)
(#407) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#379) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#28) Unexpected !important (declaration-no-important)
(#31) Unexpected !important (declaration-no-important)
(#32) Unexpected !important (declaration-no-important)
(#35) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#67) Unexpected !important (declaration-no-important)
(#379) Unexpected !important (declaration-no-important)
(#121) Expected single space after "," in a single-line function (function-comma-space-after)
(#121) Expected single space after "," in a single-line function (function-comma-space-after)
(#121) Expected single space after "," in a single-line function (function-comma-space-after)
(#122) Expected single space after "," in a single-line function (function-comma-space-after)
(#122) Expected single space after "," in a single-line function (function-comma-space-after)
(#122) Expected single space after "," in a single-line function (function-comma-space-after)
(#147) Expected single space after "," in a single-line function (function-comma-space-after)
(#147) Expected single space after "," in a single-line function (function-comma-space-after)
(#147) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#446) Expected single space after "," in a single-line function (function-comma-space-after)
(#214) Unexpected unit (length-zero-no-unit)
(#357) Unexpected unit (length-zero-no-unit)
(#357) Unexpected unit (length-zero-no-unit)
(#444) Expected no more than 2 empty lines (max-empty-lines)
(#445) Expected no more than 2 empty lines (max-empty-lines)
(#27) Expected line length to be no more than 132 characters (max-line-length)
(#73) Expected line length to be no more than 132 characters (max-line-length)
(#79) Expected line length to be no more than 132 characters (max-line-length)
(#446) Expected line length to be no more than 132 characters (max-line-length)
(#25) Unexpected whitespace at end of line (no-eol-whitespace)
(#64) Unexpected whitespace at end of line (no-eol-whitespace)
(#214) Unexpected whitespace at end of line (no-eol-whitespace)
(#216) Unexpected whitespace at end of line (no-eol-whitespace)
(#223) Unexpected whitespace at end of line (no-eol-whitespace)
(#27) Expected single space after ">" (selector-combinator-space-after)
(#27) Expected single space after ">" (selector-combinator-space-after)
(#27) Expected single space after ">" (selector-combinator-space-after)
(#69) Expected single space after ">" (selector-combinator-space-after)
(#120) Expected single space after ">" (selector-combinator-space-after)
(#131) Expected single space after ">" (selector-combinator-space-after)
(#27) Expected single space before ">" (selector-combinator-space-before)
(#27) Expected single space before ">" (selector-combinator-space-before)
(#27) Expected single space before ">" (selector-combinator-space-before)
(#69) Expected single space before ">" (selector-combinator-space-before)
(#120) Expected single space before ">" (selector-combinator-space-before)
(#131) Expected single space before ">" (selector-combinator-space-before)
(#27) Expected newline after "," (selector-list-comma-newline-after)
(#27) Expected newline after "," (selector-list-comma-newline-after)
(#27) Expected newline after "," (selector-list-comma-newline-after)
(#27) Expected newline after "," (selector-list-comma-newline-after)
(#27) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#93) Expected newline after "," (selector-list-comma-newline-after)
(#108) Expected newline after "," (selector-list-comma-newline-after)
(#143) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#178) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#446) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#43) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 8 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 8 spaces (indentation)
(#194) Expected indentation of 0 spaces (indentation)
(#208) Expected indentation of 0 spaces (indentation)
(#215) Expected indentation of 0 spaces (indentation)
(#217) Expected indentation of 0 spaces (indentation)
(#222) Expected indentation of 0 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#230) Expected indentation of 4 spaces (indentation)
(#234) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#239) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#242) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#248) Expected indentation of 4 spaces (indentation)
(#252) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#257) Expected indentation of 4 spaces (indentation)
(#261) Expected indentation of 4 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#266) Expected indentation of 4 spaces (indentation)
(#267) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#272) Expected indentation of 4 spaces (indentation)
(#273) Expected indentation of 4 spaces (indentation)
(#277) Expected indentation of 4 spaces (indentation)
(#278) Expected indentation of 4 spaces (indentation)
(#284) Expected indentation of 4 spaces (indentation)
(#289) Expected indentation of 4 spaces (indentation)
(#293) Expected indentation of 4 spaces (indentation)
(#297) Expected indentation of 4 spaces (indentation)
(#298) Expected indentation of 4 spaces (indentation)
(#299) Expected indentation of 4 spaces (indentation)
(#300) Expected indentation of 4 spaces (indentation)
(#301) Expected indentation of 4 spaces (indentation)
(#302) Expected indentation of 4 spaces (indentation)
(#303) Expected indentation of 4 spaces (indentation)
(#307) Expected indentation of 4 spaces (indentation)
(#308) Expected indentation of 4 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#313) Expected indentation of 4 spaces (indentation)
(#314) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#325) Expected indentation of 4 spaces (indentation)
(#329) Expected indentation of 4 spaces (indentation)
(#333) Expected indentation of 4 spaces (indentation)
(#337) Expected indentation of 4 spaces (indentation)
(#341) Expected indentation of 4 spaces (indentation)
(#342) Expected indentation of 4 spaces (indentation)
(#346) Expected indentation of 4 spaces (indentation)
(#347) Expected indentation of 4 spaces (indentation)
(#351) Expected indentation of 4 spaces (indentation)
(#355) Expected indentation of 4 spaces (indentation)
(#356) Expected indentation of 4 spaces (indentation)
(#357) Expected indentation of 4 spaces (indentation)
(#358) Expected indentation of 4 spaces (indentation)
(#359) Expected indentation of 4 spaces (indentation)
(#360) Expected indentation of 4 spaces (indentation)
(#364) Expected indentation of 4 spaces (indentation)
(#365) Expected indentation of 4 spaces (indentation)
(#366) Expected indentation of 4 spaces (indentation)
(#367) Expected indentation of 4 spaces (indentation)
(#371) Expected indentation of 4 spaces (indentation)
(#375) Expected indentation of 4 spaces (indentation)
(#379) Expected indentation of 4 spaces (indentation)
(#383) Expected indentation of 4 spaces (indentation)
(#387) Expected indentation of 4 spaces (indentation)
(#388) Expected indentation of 4 spaces (indentation)
(#389) Expected indentation of 4 spaces (indentation)
(#390) Expected indentation of 4 spaces (indentation)
(#391) Expected indentation of 4 spaces (indentation)
(#392) Expected indentation of 4 spaces (indentation)
(#396) Expected indentation of 4 spaces (indentation)
(#397) Expected indentation of 4 spaces (indentation)
(#398) Expected indentation of 4 spaces (indentation)
(#402) Expected indentation of 4 spaces (indentation)
(#406) Expected indentation of 4 spaces (indentation)
(#407) Expected indentation of 4 spaces (indentation)
(#411) Expected indentation of 4 spaces (indentation)
(#415) Expected indentation of 4 spaces (indentation)
(#416) Expected indentation of 4 spaces (indentation)
(#417) Expected indentation of 4 spaces (indentation)
(#418) Expected indentation of 4 spaces (indentation)
(#419) Expected indentation of 4 spaces (indentation)
(#420) Expected indentation of 4 spaces (indentation)
(#421) Expected indentation of 4 spaces (indentation)
(#425) Expected indentation of 4 spaces (indentation)
(#426) Expected indentation of 4 spaces (indentation)
(#427) Expected indentation of 4 spaces (indentation)
(#428) Expected indentation of 4 spaces (indentation)
(#429) Expected indentation of 4 spaces (indentation)
(#430) Expected indentation of 4 spaces (indentation)
(#431) Expected indentation of 4 spaces (indentation)
(#432) Expected indentation of 4 spaces (indentation)
(#436) Expected indentation of 4 spaces (indentation)
(#440) Expected indentation of 4 spaces (indentation)
local/edudashboard/localstyles/adminlteblock.css
(#46) Expected empty line before at-rule (at-rule-empty-line-before)
(#51) Expected empty line before at-rule (at-rule-empty-line-before)
(#124) Expected single space before "{" (block-opening-brace-space-before)
(#46) Expected single space before "{" (block-opening-brace-space-before)
(#51) Expected single space before "{" (block-opening-brace-space-before)
(#5) Expected single space before "!" (declaration-bang-space-before)
(#9) Expected single space before "!" (declaration-bang-space-before)
(#13) Expected single space before "!" (declaration-bang-space-before)
(#16) Expected single space before "!" (declaration-bang-space-before)
(#41) Expected single space before "!" (declaration-bang-space-before)
(#79) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#116) Unexpected duplicate "transition" (declaration-block-no-duplicate-properties)
(#117) Unexpected duplicate "transition" (declaration-block-no-duplicate-properties)
(#2) Unexpected !important (declaration-no-important)
(#5) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#9) Unexpected !important (declaration-no-important)
(#10) Unexpected !important (declaration-no-important)
(#13) Unexpected !important (declaration-no-important)
(#16) Unexpected !important (declaration-no-important)
(#17) Unexpected !important (declaration-no-important)
(#41) Unexpected !important (declaration-no-important)
(#95) Expected single space after "," in a single-line function (function-comma-space-after)
(#95) Expected single space after "," in a single-line function (function-comma-space-after)
(#95) Expected single space after "," in a single-line function (function-comma-space-after)
(#96) Expected single space after "," in a single-line function (function-comma-space-after)
(#96) Expected single space after "," in a single-line function (function-comma-space-after)
(#96) Expected single space after "," in a single-line function (function-comma-space-after)
(#121) Expected single space after "," in a single-line function (function-comma-space-after)
(#121) Expected single space after "," in a single-line function (function-comma-space-after)
(#121) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected line length to be no more than 132 characters (max-line-length)
(#47) Expected line length to be no more than 132 characters (max-line-length)
(#53) Expected line length to be no more than 132 characters (max-line-length)
(#38) Unexpected whitespace at end of line (no-eol-whitespace)
(#1) Expected single space after ">" (selector-combinator-space-after)
(#1) Expected single space after ">" (selector-combinator-space-after)
(#1) Expected single space after ">" (selector-combinator-space-after)
(#43) Expected single space after ">" (selector-combinator-space-after)
(#94) Expected single space after ">" (selector-combinator-space-after)
(#105) Expected single space after ">" (selector-combinator-space-after)
(#1) Expected single space before ">" (selector-combinator-space-before)
(#1) Expected single space before ">" (selector-combinator-space-before)
(#1) Expected single space before ">" (selector-combinator-space-before)
(#43) Expected single space before ">" (selector-combinator-space-before)
(#94) Expected single space before ">" (selector-combinator-space-before)
(#105) Expected single space before ">" (selector-combinator-space-before)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#47) Expected newline after "," (selector-list-comma-newline-after)
(#47) Expected newline after "," (selector-list-comma-newline-after)
(#53) Expected newline after "," (selector-list-comma-newline-after)
(#53) Expected newline after "," (selector-list-comma-newline-after)
(#57) Expected newline after "," (selector-list-comma-newline-after)
(#67) Expected newline after "," (selector-list-comma-newline-after)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#117) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#17) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 8 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 8 spaces (indentation)
local/edudashboard/localstyles/bootstrap-grid.css
(#8) Invalid value for "width" (csstree/validator)
(#63) Invalid value for "display" (csstree/validator)
(#1018) Invalid value for "display" (csstree/validator)
(#1050) Invalid value for "display" (csstree/validator)
(#1082) Invalid value for "display" (csstree/validator)
(#1114) Invalid value for "display" (csstree/validator)
(#1146) Invalid value for "display" (csstree/validator)
(#1178) Invalid value for "display" (csstree/validator)
(#64) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1019) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1024) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1051) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1055) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1083) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1087) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1115) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1119) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1147) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1151) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1179) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1183) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#990) Unexpected !important (declaration-no-important)
(#994) Unexpected !important (declaration-no-important)
(#998) Unexpected !important (declaration-no-important)
(#1002) Unexpected !important (declaration-no-important)
(#1006) Unexpected !important (declaration-no-important)
(#1010) Unexpected !important (declaration-no-important)
(#1014) Unexpected !important (declaration-no-important)
(#1018) Unexpected !important (declaration-no-important)
(#1019) Unexpected !important (declaration-no-important)
(#1023) Unexpected !important (declaration-no-important)
(#1024) Unexpected !important (declaration-no-important)
(#1029) Unexpected !important (declaration-no-important)
(#1032) Unexpected !important (declaration-no-important)
(#1035) Unexpected !important (declaration-no-important)
(#1038) Unexpected !important (declaration-no-important)
(#1041) Unexpected !important (declaration-no-important)
(#1044) Unexpected !important (declaration-no-important)
(#1047) Unexpected !important (declaration-no-important)
(#1050) Unexpected !important (declaration-no-important)
(#1051) Unexpected !important (declaration-no-important)
(#1054) Unexpected !important (declaration-no-important)
(#1055) Unexpected !important (declaration-no-important)
(#1061) Unexpected !important (declaration-no-important)
(#1064) Unexpected !important (declaration-no-important)
(#1067) Unexpected !important (declaration-no-important)
(#1070) Unexpected !important (declaration-no-important)
(#1073) Unexpected !important (declaration-no-important)
(#1076) Unexpected !important (declaration-no-important)
(#1079) Unexpected !important (declaration-no-important)
(#1082) Unexpected !important (declaration-no-important)
(#1083) Unexpected !important (declaration-no-important)
(#1086) Unexpected !important (declaration-no-important)
(#1087) Unexpected !important (declaration-no-important)
(#1093) Unexpected !important (declaration-no-important)
(#1096) Unexpected !important (declaration-no-important)
(#1099) Unexpected !important (declaration-no-important)
(#1102) Unexpected !important (declaration-no-important)
(#1105) Unexpected !important (declaration-no-important)
(#1108) Unexpected !important (declaration-no-important)
(#1111) Unexpected !important (declaration-no-important)
(#1114) Unexpected !important (declaration-no-important)
(#1115) Unexpected !important (declaration-no-important)
(#1118) Unexpected !important (declaration-no-important)
(#1119) Unexpected !important (declaration-no-important)
(#1125) Unexpected !important (declaration-no-important)
(#1128) Unexpected !important (declaration-no-important)
(#1131) Unexpected !important (declaration-no-important)
(#1134) Unexpected !important (declaration-no-important)
(#1137) Unexpected !important (declaration-no-important)
(#1140) Unexpected !important (declaration-no-important)
(#1143) Unexpected !important (declaration-no-important)
(#1146) Unexpected !important (declaration-no-important)
(#1147) Unexpected !important (declaration-no-important)
(#1150) Unexpected !important (declaration-no-important)
(#1151) Unexpected !important (declaration-no-important)
(#1157) Unexpected !important (declaration-no-important)
(#1160) Unexpected !important (declaration-no-important)
(#1163) Unexpected !important (declaration-no-important)
(#1166) Unexpected !important (declaration-no-important)
(#1169) Unexpected !important (declaration-no-important)
(#1172) Unexpected !important (declaration-no-important)
(#1175) Unexpected !important (declaration-no-important)
(#1178) Unexpected !important (declaration-no-important)
(#1179) Unexpected !important (declaration-no-important)
(#1182) Unexpected !important (declaration-no-important)
(#1183) Unexpected !important (declaration-no-important)
(#1188) Unexpected !important (declaration-no-important)
(#1189) Unexpected !important (declaration-no-important)
(#1193) Unexpected !important (declaration-no-important)
(#1194) Unexpected !important (declaration-no-important)
(#1198) Unexpected !important (declaration-no-important)
(#1199) Unexpected !important (declaration-no-important)
(#1203) Unexpected !important (declaration-no-important)
(#1204) Unexpected !important (declaration-no-important)
(#1208) Unexpected !important (declaration-no-important)
(#1209) Unexpected !important (declaration-no-important)
(#1213) Unexpected !important (declaration-no-important)
(#1214) Unexpected !important (declaration-no-important)
(#1218) Unexpected !important (declaration-no-important)
(#1219) Unexpected !important (declaration-no-important)
(#1223) Unexpected !important (declaration-no-important)
(#1224) Unexpected !important (declaration-no-important)
(#1228) Unexpected !important (declaration-no-important)
(#1229) Unexpected !important (declaration-no-important)
(#1233) Unexpected !important (declaration-no-important)
(#1234) Unexpected !important (declaration-no-important)
(#1238) Unexpected !important (declaration-no-important)
(#1239) Unexpected !important (declaration-no-important)
(#1243) Unexpected !important (declaration-no-important)
(#1244) Unexpected !important (declaration-no-important)
(#1248) Unexpected !important (declaration-no-important)
(#1249) Unexpected !important (declaration-no-important)
(#1253) Unexpected !important (declaration-no-important)
(#1254) Unexpected !important (declaration-no-important)
(#1258) Unexpected !important (declaration-no-important)
(#1259) Unexpected !important (declaration-no-important)
(#1263) Unexpected !important (declaration-no-important)
(#1264) Unexpected !important (declaration-no-important)
(#1268) Unexpected !important (declaration-no-important)
(#1269) Unexpected !important (declaration-no-important)
(#1273) Unexpected !important (declaration-no-important)
(#1274) Unexpected !important (declaration-no-important)
(#1278) Unexpected !important (declaration-no-important)
(#1279) Unexpected !important (declaration-no-important)
(#1283) Unexpected !important (declaration-no-important)
(#1284) Unexpected !important (declaration-no-important)
(#1288) Unexpected !important (declaration-no-important)
(#1289) Unexpected !important (declaration-no-important)
(#1293) Unexpected !important (declaration-no-important)
(#1294) Unexpected !important (declaration-no-important)
(#1298) Unexpected !important (declaration-no-important)
(#1299) Unexpected !important (declaration-no-important)
(#1303) Unexpected !important (declaration-no-important)
(#1304) Unexpected !important (declaration-no-important)
(#1308) Unexpected !important (declaration-no-important)
(#1309) Unexpected !important (declaration-no-important)
(#1313) Unexpected !important (declaration-no-important)
(#1314) Unexpected !important (declaration-no-important)
(#1318) Unexpected !important (declaration-no-important)
(#1319) Unexpected !important (declaration-no-important)
(#1323) Unexpected !important (declaration-no-important)
(#1324) Unexpected !important (declaration-no-important)
(#1328) Unexpected !important (declaration-no-important)
(#1329) Unexpected !important (declaration-no-important)
(#1333) Unexpected !important (declaration-no-important)
(#1334) Unexpected !important (declaration-no-important)
(#1338) Unexpected !important (declaration-no-important)
(#1339) Unexpected !important (declaration-no-important)
(#1343) Unexpected !important (declaration-no-important)
(#1344) Unexpected !important (declaration-no-important)
(#1348) Unexpected !important (declaration-no-important)
(#1349) Unexpected !important (declaration-no-important)
(#1353) Unexpected !important (declaration-no-important)
(#1354) Unexpected !important (declaration-no-important)
(#1359) Unexpected !important (declaration-no-important)
(#1360) Unexpected !important (declaration-no-important)
(#1363) Unexpected !important (declaration-no-important)
(#1364) Unexpected !important (declaration-no-important)
(#1367) Unexpected !important (declaration-no-important)
(#1368) Unexpected !important (declaration-no-important)
(#1371) Unexpected !important (declaration-no-important)
(#1372) Unexpected !important (declaration-no-important)
(#1375) Unexpected !important (declaration-no-important)
(#1376) Unexpected !important (declaration-no-important)
(#1379) Unexpected !important (declaration-no-important)
(#1380) Unexpected !important (declaration-no-important)
(#1383) Unexpected !important (declaration-no-important)
(#1384) Unexpected !important (declaration-no-important)
(#1387) Unexpected !important (declaration-no-important)
(#1388) Unexpected !important (declaration-no-important)
(#1391) Unexpected !important (declaration-no-important)
(#1392) Unexpected !important (declaration-no-important)
(#1395) Unexpected !important (declaration-no-important)
(#1396) Unexpected !important (declaration-no-important)
(#1399) Unexpected !important (declaration-no-important)
(#1400) Unexpected !important (declaration-no-important)
(#1403) Unexpected !important (declaration-no-important)
(#1404) Unexpected !important (declaration-no-important)
(#1407) Unexpected !important (declaration-no-important)
(#1408) Unexpected !important (declaration-no-important)
(#1411) Unexpected !important (declaration-no-important)
(#1412) Unexpected !important (declaration-no-important)
(#1415) Unexpected !important (declaration-no-important)
(#1416) Unexpected !important (declaration-no-important)
(#1419) Unexpected !important (declaration-no-important)
(#1420) Unexpected !important (declaration-no-important)
(#1423) Unexpected !important (declaration-no-important)
(#1424) Unexpected !important (declaration-no-important)
(#1427) Unexpected !important (declaration-no-important)
(#1428) Unexpected !important (declaration-no-important)
(#1431) Unexpected !important (declaration-no-important)
(#1432) Unexpected !important (declaration-no-important)
(#1435) Unexpected !important (declaration-no-important)
(#1436) Unexpected !important (declaration-no-important)
(#1439) Unexpected !important (declaration-no-important)
(#1440) Unexpected !important (declaration-no-important)
(#1443) Unexpected !important (declaration-no-important)
(#1444) Unexpected !important (declaration-no-important)
(#1447) Unexpected !important (declaration-no-important)
(#1448) Unexpected !important (declaration-no-important)
(#1451) Unexpected !important (declaration-no-important)
(#1452) Unexpected !important (declaration-no-important)
(#1455) Unexpected !important (declaration-no-important)
(#1456) Unexpected !important (declaration-no-important)
(#1459) Unexpected !important (declaration-no-important)
(#1460) Unexpected !important (declaration-no-important)
(#1463) Unexpected !important (declaration-no-important)
(#1464) Unexpected !important (declaration-no-important)
(#1467) Unexpected !important (declaration-no-important)
(#1468) Unexpected !important (declaration-no-important)
(#1471) Unexpected !important (declaration-no-important)
(#1472) Unexpected !important (declaration-no-important)
(#1475) Unexpected !important (declaration-no-important)
(#1476) Unexpected !important (declaration-no-important)
(#1479) Unexpected !important (declaration-no-important)
(#1480) Unexpected !important (declaration-no-important)
(#1483) Unexpected !important (declaration-no-important)
(#1484) Unexpected !important (declaration-no-important)
(#1487) Unexpected !important (declaration-no-important)
(#1488) Unexpected !important (declaration-no-important)
(#1491) Unexpected !important (declaration-no-important)
(#1492) Unexpected !important (declaration-no-important)
(#1498) Unexpected !important (declaration-no-important)
(#1499) Unexpected !important (declaration-no-important)
(#1502) Unexpected !important (declaration-no-important)
(#1503) Unexpected !important (declaration-no-important)
(#1506) Unexpected !important (declaration-no-important)
(#1507) Unexpected !important (declaration-no-important)
(#1510) Unexpected !important (declaration-no-important)
(#1511) Unexpected !important (declaration-no-important)
(#1514) Unexpected !important (declaration-no-important)
(#1515) Unexpected !important (declaration-no-important)
(#1518) Unexpected !important (declaration-no-important)
(#1519) Unexpected !important (declaration-no-important)
(#1522) Unexpected !important (declaration-no-important)
(#1523) Unexpected !important (declaration-no-important)
(#1526) Unexpected !important (declaration-no-important)
(#1527) Unexpected !important (declaration-no-important)
(#1530) Unexpected !important (declaration-no-important)
(#1531) Unexpected !important (declaration-no-important)
(#1534) Unexpected !important (declaration-no-important)
(#1535) Unexpected !important (declaration-no-important)
(#1538) Unexpected !important (declaration-no-important)
(#1539) Unexpected !important (declaration-no-important)
(#1542) Unexpected !important (declaration-no-important)
(#1543) Unexpected !important (declaration-no-important)
(#1546) Unexpected !important (declaration-no-important)
(#1547) Unexpected !important (declaration-no-important)
(#1550) Unexpected !important (declaration-no-important)
(#1551) Unexpected !important (declaration-no-important)
(#1554) Unexpected !important (declaration-no-important)
(#1555) Unexpected !important (declaration-no-important)
(#1558) Unexpected !important (declaration-no-important)
(#1559) Unexpected !important (declaration-no-important)
(#1562) Unexpected !important (declaration-no-important)
(#1563) Unexpected !important (declaration-no-important)
(#1566) Unexpected !important (declaration-no-important)
(#1567) Unexpected !important (declaration-no-important)
(#1570) Unexpected !important (declaration-no-important)
(#1571) Unexpected !important (declaration-no-important)
(#1574) Unexpected !important (declaration-no-important)
(#1575) Unexpected !important (declaration-no-important)
(#1578) Unexpected !important (declaration-no-important)
(#1579) Unexpected !important (declaration-no-important)
(#1582) Unexpected !important (declaration-no-important)
(#1583) Unexpected !important (declaration-no-important)
(#1586) Unexpected !important (declaration-no-important)
(#1587) Unexpected !important (declaration-no-important)
(#1590) Unexpected !important (declaration-no-important)
(#1591) Unexpected !important (declaration-no-important)
(#1594) Unexpected !important (declaration-no-important)
(#1595) Unexpected !important (declaration-no-important)
(#1598) Unexpected !important (declaration-no-important)
(#1599) Unexpected !important (declaration-no-important)
(#1602) Unexpected !important (declaration-no-important)
(#1603) Unexpected !important (declaration-no-important)
(#1606) Unexpected !important (declaration-no-important)
(#1607) Unexpected !important (declaration-no-important)
(#1610) Unexpected !important (declaration-no-important)
(#1611) Unexpected !important (declaration-no-important)
(#1614) Unexpected !important (declaration-no-important)
(#1615) Unexpected !important (declaration-no-important)
(#1618) Unexpected !important (declaration-no-important)
(#1619) Unexpected !important (declaration-no-important)
(#1622) Unexpected !important (declaration-no-important)
(#1623) Unexpected !important (declaration-no-important)
(#1626) Unexpected !important (declaration-no-important)
(#1627) Unexpected !important (declaration-no-important)
(#1630) Unexpected !important (declaration-no-important)
(#1631) Unexpected !important (declaration-no-important)
(#1637) Unexpected !important (declaration-no-important)
(#1638) Unexpected !important (declaration-no-important)
(#1641) Unexpected !important (declaration-no-important)
(#1642) Unexpected !important (declaration-no-important)
(#1645) Unexpected !important (declaration-no-important)
(#1646) Unexpected !important (declaration-no-important)
(#1649) Unexpected !important (declaration-no-important)
(#1650) Unexpected !important (declaration-no-important)
(#1653) Unexpected !important (declaration-no-important)
(#1654) Unexpected !important (declaration-no-important)
(#1657) Unexpected !important (declaration-no-important)
(#1658) Unexpected !important (declaration-no-important)
(#1661) Unexpected !important (declaration-no-important)
(#1662) Unexpected !important (declaration-no-important)
(#1665) Unexpected !important (declaration-no-important)
(#1666) Unexpected !important (declaration-no-important)
(#1669) Unexpected !important (declaration-no-important)
(#1670) Unexpected !important (declaration-no-important)
(#1673) Unexpected !important (declaration-no-important)
(#1674) Unexpected !important (declaration-no-important)
(#1677) Unexpected !important (declaration-no-important)
(#1678) Unexpected !important (declaration-no-important)
(#1681) Unexpected !important (declaration-no-important)
(#1682) Unexpected !important (declaration-no-important)
(#1685) Unexpected !important (declaration-no-important)
(#1686) Unexpected !important (declaration-no-important)
(#1689) Unexpected !important (declaration-no-important)
(#1690) Unexpected !important (declaration-no-important)
(#1693) Unexpected !important (declaration-no-important)
(#1694) Unexpected !important (declaration-no-important)
(#1697) Unexpected !important (declaration-no-important)
(#1698) Unexpected !important (declaration-no-important)
(#1701) Unexpected !important (declaration-no-important)
(#1702) Unexpected !important (declaration-no-important)
(#1705) Unexpected !important (declaration-no-important)
(#1706) Unexpected !important (declaration-no-important)
(#1709) Unexpected !important (declaration-no-important)
(#1710) Unexpected !important (declaration-no-important)
(#1713) Unexpected !important (declaration-no-important)
(#1714) Unexpected !important (declaration-no-important)
(#1717) Unexpected !important (declaration-no-important)
(#1718) Unexpected !important (declaration-no-important)
(#1721) Unexpected !important (declaration-no-important)
(#1722) Unexpected !important (declaration-no-important)
(#1725) Unexpected !important (declaration-no-important)
(#1726) Unexpected !important (declaration-no-important)
(#1729) Unexpected !important (declaration-no-important)
(#1730) Unexpected !important (declaration-no-important)
(#1733) Unexpected !important (declaration-no-important)
(#1734) Unexpected !important (declaration-no-important)
(#1737) Unexpected !important (declaration-no-important)
(#1738) Unexpected !important (declaration-no-important)
(#1741) Unexpected !important (declaration-no-important)
(#1742) Unexpected !important (declaration-no-important)
(#1745) Unexpected !important (declaration-no-important)
(#1746) Unexpected !important (declaration-no-important)
(#1749) Unexpected !important (declaration-no-important)
(#1750) Unexpected !important (declaration-no-important)
(#1753) Unexpected !important (declaration-no-important)
(#1754) Unexpected !important (declaration-no-important)
(#1757) Unexpected !important (declaration-no-important)
(#1758) Unexpected !important (declaration-no-important)
(#1761) Unexpected !important (declaration-no-important)
(#1762) Unexpected !important (declaration-no-important)
(#1765) Unexpected !important (declaration-no-important)
(#1766) Unexpected !important (declaration-no-important)
(#1769) Unexpected !important (declaration-no-important)
(#1770) Unexpected !important (declaration-no-important)
(#1776) Unexpected !important (declaration-no-important)
(#1777) Unexpected !important (declaration-no-important)
(#1780) Unexpected !important (declaration-no-important)
(#1781) Unexpected !important (declaration-no-important)
(#1784) Unexpected !important (declaration-no-important)
(#1785) Unexpected !important (declaration-no-important)
(#1788) Unexpected !important (declaration-no-important)
(#1789) Unexpected !important (declaration-no-important)
(#1792) Unexpected !important (declaration-no-important)
(#1793) Unexpected !important (declaration-no-important)
(#1796) Unexpected !important (declaration-no-important)
(#1797) Unexpected !important (declaration-no-important)
(#1800) Unexpected !important (declaration-no-important)
(#1801) Unexpected !important (declaration-no-important)
(#1804) Unexpected !important (declaration-no-important)
(#1805) Unexpected !important (declaration-no-important)
(#1808) Unexpected !important (declaration-no-important)
(#1809) Unexpected !important (declaration-no-important)
(#1812) Unexpected !important (declaration-no-important)
(#1813) Unexpected !important (declaration-no-important)
(#1816) Unexpected !important (declaration-no-important)
(#1817) Unexpected !important (declaration-no-important)
(#1820) Unexpected !important (declaration-no-important)
(#1821) Unexpected !important (declaration-no-important)
(#1824) Unexpected !important (declaration-no-important)
(#1825) Unexpected !important (declaration-no-important)
(#1828) Unexpected !important (declaration-no-important)
(#1829) Unexpected !important (declaration-no-important)
(#1832) Unexpected !important (declaration-no-important)
(#1833) Unexpected !important (declaration-no-important)
(#1836) Unexpected !important (declaration-no-important)
(#1837) Unexpected !important (declaration-no-important)
(#1840) Unexpected !important (declaration-no-important)
(#1841) Unexpected !important (declaration-no-important)
(#1844) Unexpected !important (declaration-no-important)
(#1845) Unexpected !important (declaration-no-important)
(#1848) Unexpected !important (declaration-no-important)
(#1849) Unexpected !important (declaration-no-important)
(#1852) Unexpected !important (declaration-no-important)
(#1853) Unexpected !important (declaration-no-important)
(#1856) Unexpected !important (declaration-no-important)
(#1857) Unexpected !important (declaration-no-important)
(#1860) Unexpected !important (declaration-no-important)
(#1861) Unexpected !important (declaration-no-important)
(#1864) Unexpected !important (declaration-no-important)
(#1865) Unexpected !important (declaration-no-important)
(#1868) Unexpected !important (declaration-no-important)
(#1869) Unexpected !important (declaration-no-important)
(#1872) Unexpected !important (declaration-no-important)
(#1873) Unexpected !important (declaration-no-important)
(#1876) Unexpected !important (declaration-no-important)
(#1877) Unexpected !important (declaration-no-important)
(#1880) Unexpected !important (declaration-no-important)
(#1881) Unexpected !important (declaration-no-important)
(#1884) Unexpected !important (declaration-no-important)
(#1885) Unexpected !important (declaration-no-important)
(#1888) Unexpected !important (declaration-no-important)
(#1889) Unexpected !important (declaration-no-important)
(#1892) Unexpected !important (declaration-no-important)
(#1893) Unexpected !important (declaration-no-important)
(#1896) Unexpected !important (declaration-no-important)
(#1897) Unexpected !important (declaration-no-important)
(#1900) Unexpected !important (declaration-no-important)
(#1901) Unexpected !important (declaration-no-important)
(#1904) Unexpected !important (declaration-no-important)
(#1905) Unexpected !important (declaration-no-important)
(#1908) Unexpected !important (declaration-no-important)
(#1909) Unexpected !important (declaration-no-important)
(#83) Expected line length to be no more than 132 characters (max-line-length)
(#84) Expected line length to be no more than 132 characters (max-line-length)
(#85) Expected line length to be no more than 132 characters (max-line-length)
(#86) Expected line length to be no more than 132 characters (max-line-length)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 8 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 8 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 8 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 8 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#99) Expected indentation of 4 spaces (indentation)
(#100) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#161) Expected indentation of 4 spaces (indentation)
(#165) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#171) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#183) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#189) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#214) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#233) Expected indentation of 4 spaces (indentation)
(#234) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#239) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#248) Expected indentation of 4 spaces (indentation)
(#249) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#258) Expected indentation of 4 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#266) Expected indentation of 4 spaces (indentation)
(#270) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#278) Expected indentation of 4 spaces (indentation)
(#282) Expected indentation of 4 spaces (indentation)
(#286) Expected indentation of 4 spaces (indentation)
(#290) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#298) Expected indentation of 4 spaces (indentation)
(#302) Expected indentation of 4 spaces (indentation)
(#308) Expected indentation of 4 spaces (indentation)
(#303) Expected indentation of 8 spaces (indentation)
(#304) Expected indentation of 8 spaces (indentation)
(#305) Expected indentation of 8 spaces (indentation)
(#306) Expected indentation of 8 spaces (indentation)
(#307) Expected indentation of 8 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#314) Expected indentation of 4 spaces (indentation)
(#310) Expected indentation of 8 spaces (indentation)
(#311) Expected indentation of 8 spaces (indentation)
(#312) Expected indentation of 8 spaces (indentation)
(#313) Expected indentation of 8 spaces (indentation)
(#315) Expected indentation of 4 spaces (indentation)
(#319) Expected indentation of 4 spaces (indentation)
(#316) Expected indentation of 8 spaces (indentation)
(#317) Expected indentation of 8 spaces (indentation)
(#318) Expected indentation of 8 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#324) Expected indentation of 4 spaces (indentation)
(#321) Expected indentation of 8 spaces (indentation)
(#322) Expected indentation of 8 spaces (indentation)
(#323) Expected indentation of 8 spaces (indentation)
(#325) Expected indentation of 4 spaces (indentation)
(#329) Expected indentation of 4 spaces (indentation)
(#326) Expected indentation of 8 spaces (indentation)
(#327) Expected indentation of 8 spaces (indentation)
(#328) Expected indentation of 8 spaces (indentation)
(#330) Expected indentation of 4 spaces (indentation)
(#334) Expected indentation of 4 spaces (indentation)
(#331) Expected indentation of 8 spaces (indentation)
(#332) Expected indentation of 8 spaces (indentation)
(#333) Expected indentation of 8 spaces (indentation)
(#335) Expected indentation of 4 spaces (indentation)
(#339) Expected indentation of 4 spaces (indentation)
(#336) Expected indentation of 8 spaces (indentation)
(#337) Expected indentation of 8 spaces (indentation)
(#338) Expected indentation of 8 spaces (indentation)
(#340) Expected indentation of 4 spaces (indentation)
(#344) Expected indentation of 4 spaces (indentation)
(#341) Expected indentation of 8 spaces (indentation)
(#342) Expected indentation of 8 spaces (indentation)
(#343) Expected indentation of 8 spaces (indentation)
(#345) Expected indentation of 4 spaces (indentation)
(#349) Expected indentation of 4 spaces (indentation)
(#346) Expected indentation of 8 spaces (indentation)
(#347) Expected indentation of 8 spaces (indentation)
(#348) Expected indentation of 8 spaces (indentation)
(#350) Expected indentation of 4 spaces (indentation)
(#354) Expected indentation of 4 spaces (indentation)
(#351) Expected indentation of 8 spaces (indentation)
(#352) Expected indentation of 8 spaces (indentation)
(#353) Expected indentation of 8 spaces (indentation)
(#355) Expected indentation of 4 spaces (indentation)
(#359) Expected indentation of 4 spaces (indentation)
(#356) Expected indentation of 8 spaces (indentation)
(#357) Expected indentation of 8 spaces (indentation)
(#358) Expected indentation of 8 spaces (indentation)
(#360) Expected indentation of 4 spaces (indentation)
(#364) Expected indentation of 4 spaces (indentation)
(#361) Expected indentation of 8 spaces (indentation)
(#362) Expected indentation of 8 spaces (indentation)
(#363) Expected indentation of 8 spaces (indentation)
(#365) Expected indentation of 4 spaces (indentation)
(#369) Expected indentation of 4 spaces (indentation)
(#366) Expected indentation of 8 spaces (indentation)
(#367) Expected indentation of 8 spaces (indentation)
(#368) Expected indentation of 8 spaces (indentation)
(#370) Expected indentation of 4 spaces (indentation)
(#374) Expected indentation of 4 spaces (indentation)
(#371) Expected indentation of 8 spaces (indentation)
(#372) Expected indentation of 8 spaces (indentation)
(#373) Expected indentation of 8 spaces (indentation)
(#375) Expected indentation of 4 spaces (indentation)
(#378) Expected indentation of 4 spaces (indentation)
(#376) Expected indentation of 8 spaces (indentation)
(#377) Expected indentation of 8 spaces (indentation)
(#379) Expected indentation of 4 spaces (indentation)
(#382) Expected indentation of 4 spaces (indentation)
(#380) Expected indentation of 8 spaces (indentation)
(#381) Expected indentation of 8 spaces (indentation)
(#383) Expected indentation of 4 spaces (indentation)
(#386) Expected indentation of 4 spaces (indentation)
(#384) Expected indentation of 8 spaces (indentation)
(#385) Expected indentation of 8 spaces (indentation)
(#387) Expected indentation of 4 spaces (indentation)
(#390) Expected indentation of 4 spaces (indentation)
(#388) Expected indentation of 8 spaces (indentation)
(#389) Expected indentation of 8 spaces (indentation)
(#391) Expected indentation of 4 spaces (indentation)
(#394) Expected indentation of 4 spaces (indentation)
(#392) Expected indentation of 8 spaces (indentation)
(#393) Expected indentation of 8 spaces (indentation)
(#395) Expected indentation of 4 spaces (indentation)
(#398) Expected indentation of 4 spaces (indentation)
(#396) Expected indentation of 8 spaces (indentation)
(#397) Expected indentation of 8 spaces (indentation)
(#399) Expected indentation of 4 spaces (indentation)
(#402) Expected indentation of 4 spaces (indentation)
(#400) Expected indentation of 8 spaces (indentation)
(#401) Expected indentation of 8 spaces (indentation)
(#403) Expected indentation of 4 spaces (indentation)
(#406) Expected indentation of 4 spaces (indentation)
(#404) Expected indentation of 8 spaces (indentation)
(#405) Expected indentation of 8 spaces (indentation)
(#407) Expected indentation of 4 spaces (indentation)
(#410) Expected indentation of 4 spaces (indentation)
(#408) Expected indentation of 8 spaces (indentation)
(#409) Expected indentation of 8 spaces (indentation)
(#411) Expected indentation of 4 spaces (indentation)
(#414) Expected indentation of 4 spaces (indentation)
(#412) Expected indentation of 8 spaces (indentation)
(#413) Expected indentation of 8 spaces (indentation)
(#415) Expected indentation of 4 spaces (indentation)
(#418) Expected indentation of 4 spaces (indentation)
(#416) Expected indentation of 8 spaces (indentation)
(#417) Expected indentation of 8 spaces (indentation)
(#419) Expected indentation of 4 spaces (indentation)
(#422) Expected indentation of 4 spaces (indentation)
(#420) Expected indentation of 8 spaces (indentation)
(#421) Expected indentation of 8 spaces (indentation)
(#423) Expected indentation of 4 spaces (indentation)
(#426) Expected indentation of 4 spaces (indentation)
(#424) Expected indentation of 8 spaces (indentation)
(#425) Expected indentation of 8 spaces (indentation)
(#427) Expected indentation of 4 spaces (indentation)
(#430) Expected indentation of 4 spaces (indentation)
(#428) Expected indentation of 8 spaces (indentation)
(#429) Expected indentation of 8 spaces (indentation)
(#431) Expected indentation of 4 spaces (indentation)
(#434) Expected indentation of 4 spaces (indentation)
(#432) Expected indentation of 8 spaces (indentation)
(#433) Expected indentation of 8 spaces (indentation)
(#435) Expected indentation of 4 spaces (indentation)
(#437) Expected indentation of 4 spaces (indentation)
(#436) Expected indentation of 8 spaces (indentation)
(#438) Expected indentation of 4 spaces (indentation)
(#440) Expected indentation of 4 spaces (indentation)
(#439) Expected indentation of 8 spaces (indentation)
(#441) Expected indentation of 4 spaces (indentation)
(#443) Expected indentation of 4 spaces (indentation)
(#442) Expected indentation of 8 spaces (indentation)
(#444) Expected indentation of 4 spaces (indentation)
(#446) Expected indentation of 4 spaces (indentation)
(#445) Expected indentation of 8 spaces (indentation)
(#447) Expected indentation of 4 spaces (indentation)
(#449) Expected indentation of 4 spaces (indentation)
(#448) Expected indentation of 8 spaces (indentation)
(#450) Expected indentation of 4 spaces (indentation)
(#452) Expected indentation of 4 spaces (indentation)
(#451) Expected indentation of 8 spaces (indentation)
(#453) Expected indentation of 4 spaces (indentation)
(#455) Expected indentation of 4 spaces (indentation)
(#454) Expected indentation of 8 spaces (indentation)
(#456) Expected indentation of 4 spaces (indentation)
(#458) Expected indentation of 4 spaces (indentation)
(#457) Expected indentation of 8 spaces (indentation)
(#459) Expected indentation of 4 spaces (indentation)
(#461) Expected indentation of 4 spaces (indentation)
(#460) Expected indentation of 8 spaces (indentation)
(#462) Expected indentation of 4 spaces (indentation)
(#464) Expected indentation of 4 spaces (indentation)
(#463) Expected indentation of 8 spaces (indentation)
(#465) Expected indentation of 4 spaces (indentation)
(#467) Expected indentation of 4 spaces (indentation)
(#466) Expected indentation of 8 spaces (indentation)
(#468) Expected indentation of 4 spaces (indentation)
(#470) Expected indentation of 4 spaces (indentation)
(#469) Expected indentation of 8 spaces (indentation)
(#474) Expected indentation of 4 spaces (indentation)
(#480) Expected indentation of 4 spaces (indentation)
(#475) Expected indentation of 8 spaces (indentation)
(#476) Expected indentation of 8 spaces (indentation)
(#477) Expected indentation of 8 spaces (indentation)
(#478) Expected indentation of 8 spaces (indentation)
(#479) Expected indentation of 8 spaces (indentation)
(#481) Expected indentation of 4 spaces (indentation)
(#486) Expected indentation of 4 spaces (indentation)
(#482) Expected indentation of 8 spaces (indentation)
(#483) Expected indentation of 8 spaces (indentation)
(#484) Expected indentation of 8 spaces (indentation)
(#485) Expected indentation of 8 spaces (indentation)
(#487) Expected indentation of 4 spaces (indentation)
(#491) Expected indentation of 4 spaces (indentation)
(#488) Expected indentation of 8 spaces (indentation)
(#489) Expected indentation of 8 spaces (indentation)
(#490) Expected indentation of 8 spaces (indentation)
(#492) Expected indentation of 4 spaces (indentation)
(#496) Expected indentation of 4 spaces (indentation)
(#493) Expected indentation of 8 spaces (indentation)
(#494) Expected indentation of 8 spaces (indentation)
(#495) Expected indentation of 8 spaces (indentation)
(#497) Expected indentation of 4 spaces (indentation)
(#501) Expected indentation of 4 spaces (indentation)
(#498) Expected indentation of 8 spaces (indentation)
(#499) Expected indentation of 8 spaces (indentation)
(#500) Expected indentation of 8 spaces (indentation)
(#502) Expected indentation of 4 spaces (indentation)
(#506) Expected indentation of 4 spaces (indentation)
(#503) Expected indentation of 8 spaces (indentation)
(#504) Expected indentation of 8 spaces (indentation)
(#505) Expected indentation of 8 spaces (indentation)
(#507) Expected indentation of 4 spaces (indentation)
(#511) Expected indentation of 4 spaces (indentation)
(#508) Expected indentation of 8 spaces (indentation)
(#509) Expected indentation of 8 spaces (indentation)
(#510) Expected indentation of 8 spaces (indentation)
(#512) Expected indentation of 4 spaces (indentation)
(#516) Expected indentation of 4 spaces (indentation)
(#513) Expected indentation of 8 spaces (indentation)
(#514) Expected indentation of 8 spaces (indentation)
(#515) Expected indentation of 8 spaces (indentation)
(#517) Expected indentation of 4 spaces (indentation)
(#521) Expected indentation of 4 spaces (indentation)
(#518) Expected indentation of 8 spaces (indentation)
(#519) Expected indentation of 8 spaces (indentation)
(#520) Expected indentation of 8 spaces (indentation)
(#522) Expected indentation of 4 spaces (indentation)
(#526) Expected indentation of 4 spaces (indentation)
(#523) Expected indentation of 8 spaces (indentation)
(#524) Expected indentation of 8 spaces (indentation)
(#525) Expected indentation of 8 spaces (indentation)
(#527) Expected indentation of 4 spaces (indentation)
(#531) Expected indentation of 4 spaces (indentation)
(#528) Expected indentation of 8 spaces (indentation)
(#529) Expected indentation of 8 spaces (indentation)
(#530) Expected indentation of 8 spaces (indentation)
(#532) Expected indentation of 4 spaces (indentation)
(#536) Expected indentation of 4 spaces (indentation)
(#533) Expected indentation of 8 spaces (indentation)
(#534) Expected indentation of 8 spaces (indentation)
(#535) Expected indentation of 8 spaces (indentation)
(#537) Expected indentation of 4 spaces (indentation)
(#541) Expected indentation of 4 spaces (indentation)
(#538) Expected indentation of 8 spaces (indentation)
(#539) Expected indentation of 8 spaces (indentation)
(#540) Expected indentation of 8 spaces (indentation)
(#542) Expected indentation of 4 spaces (indentation)
(#546) Expected indentation of 4 spaces (indentation)
(#543) Expected indentation of 8 spaces (indentation)
(#544) Expected indentation of 8 spaces (indentation)
(#545) Expected indentation of 8 spaces (indentation)
(#547) Expected indentation of 4 spaces (indentation)
(#550) Expected indentation of 4 spaces (indentation)
(#548) Expected indentation of 8 spaces (indentation)
(#549) Expected indentation of 8 spaces (indentation)
(#551) Expected indentation of 4 spaces (indentation)
(#554) Expected indentation of 4 spaces (indentation)
(#552) Expected indentation of 8 spaces (indentation)
(#553) Expected indentation of 8 spaces (indentation)
(#555) Expected indentation of 4 spaces (indentation)
(#558) Expected indentation of 4 spaces (indentation)
(#556) Expected indentation of 8 spaces (indentation)
(#557) Expected indentation of 8 spaces (indentation)
(#559) Expected indentation of 4 spaces (indentation)
(#562) Expected indentation of 4 spaces (indentation)
(#560) Expected indentation of 8 spaces (indentation)
(#561) Expected indentation of 8 spaces (indentation)
(#563) Expected indentation of 4 spaces (indentation)
(#566) Expected indentation of 4 spaces (indentation)
(#564) Expected indentation of 8 spaces (indentation)
(#565) Expected indentation of 8 spaces (indentation)
(#567) Expected indentation of 4 spaces (indentation)
(#570) Expected indentation of 4 spaces (indentation)
(#568) Expected indentation of 8 spaces (indentation)
(#569) Expected indentation of 8 spaces (indentation)
(#571) Expected indentation of 4 spaces (indentation)
(#574) Expected indentation of 4 spaces (indentation)
(#572) Expected indentation of 8 spaces (indentation)
(#573) Expected indentation of 8 spaces (indentation)
(#575) Expected indentation of 4 spaces (indentation)
(#578) Expected indentation of 4 spaces (indentation)
(#576) Expected indentation of 8 spaces (indentation)
(#577) Expected indentation of 8 spaces (indentation)
(#579) Expected indentation of 4 spaces (indentation)
(#582) Expected indentation of 4 spaces (indentation)
(#580) Expected indentation of 8 spaces (indentation)
(#581) Expected indentation of 8 spaces (indentation)
(#583) Expected indentation of 4 spaces (indentation)
(#586) Expected indentation of 4 spaces (indentation)
(#584) Expected indentation of 8 spaces (indentation)
(#585) Expected indentation of 8 spaces (indentation)
(#587) Expected indentation of 4 spaces (indentation)
(#590) Expected indentation of 4 spaces (indentation)
(#588) Expected indentation of 8 spaces (indentation)
(#589) Expected indentation of 8 spaces (indentation)
(#591) Expected indentation of 4 spaces (indentation)
(#594) Expected indentation of 4 spaces (indentation)
(#592) Expected indentation of 8 spaces (indentation)
(#593) Expected indentation of 8 spaces (indentation)
(#595) Expected indentation of 4 spaces (indentation)
(#598) Expected indentation of 4 spaces (indentation)
(#596) Expected indentation of 8 spaces (indentation)
(#597) Expected indentation of 8 spaces (indentation)
(#599) Expected indentation of 4 spaces (indentation)
(#602) Expected indentation of 4 spaces (indentation)
(#600) Expected indentation of 8 spaces (indentation)
(#601) Expected indentation of 8 spaces (indentation)
(#603) Expected indentation of 4 spaces (indentation)
(#606) Expected indentation of 4 spaces (indentation)
(#604) Expected indentation of 8 spaces (indentation)
(#605) Expected indentation of 8 spaces (indentation)
(#607) Expected indentation of 4 spaces (indentation)
(#609) Expected indentation of 4 spaces (indentation)
(#608) Expected indentation of 8 spaces (indentation)
(#610) Expected indentation of 4 spaces (indentation)
(#612) Expected indentation of 4 spaces (indentation)
(#611) Expected indentation of 8 spaces (indentation)
(#613) Expected indentation of 4 spaces (indentation)
(#615) Expected indentation of 4 spaces (indentation)
(#614) Expected indentation of 8 spaces (indentation)
(#616) Expected indentation of 4 spaces (indentation)
(#618) Expected indentation of 4 spaces (indentation)
(#617) Expected indentation of 8 spaces (indentation)
(#619) Expected indentation of 4 spaces (indentation)
(#621) Expected indentation of 4 spaces (indentation)
(#620) Expected indentation of 8 spaces (indentation)
(#622) Expected indentation of 4 spaces (indentation)
(#624) Expected indentation of 4 spaces (indentation)
(#623) Expected indentation of 8 spaces (indentation)
(#625) Expected indentation of 4 spaces (indentation)
(#627) Expected indentation of 4 spaces (indentation)
(#626) Expected indentation of 8 spaces (indentation)
(#628) Expected indentation of 4 spaces (indentation)
(#630) Expected indentation of 4 spaces (indentation)
(#629) Expected indentation of 8 spaces (indentation)
(#631) Expected indentation of 4 spaces (indentation)
(#633) Expected indentation of 4 spaces (indentation)
(#632) Expected indentation of 8 spaces (indentation)
(#634) Expected indentation of 4 spaces (indentation)
(#636) Expected indentation of 4 spaces (indentation)
(#635) Expected indentation of 8 spaces (indentation)
(#637) Expected indentation of 4 spaces (indentation)
(#639) Expected indentation of 4 spaces (indentation)
(#638) Expected indentation of 8 spaces (indentation)
(#640) Expected indentation of 4 spaces (indentation)
(#642) Expected indentation of 4 spaces (indentation)
(#641) Expected indentation of 8 spaces (indentation)
(#646) Expected indentation of 4 spaces (indentation)
(#652) Expected indentation of 4 spaces (indentation)
(#647) Expected indentation of 8 spaces (indentation)
(#648) Expected indentation of 8 spaces (indentation)
(#649) Expected indentation of 8 spaces (indentation)
(#650) Expected indentation of 8 spaces (indentation)
(#651) Expected indentation of 8 spaces (indentation)
(#653) Expected indentation of 4 spaces (indentation)
(#658) Expected indentation of 4 spaces (indentation)
(#654) Expected indentation of 8 spaces (indentation)
(#655) Expected indentation of 8 spaces (indentation)
(#656) Expected indentation of 8 spaces (indentation)
(#657) Expected indentation of 8 spaces (indentation)
(#659) Expected indentation of 4 spaces (indentation)
(#663) Expected indentation of 4 spaces (indentation)
(#660) Expected indentation of 8 spaces (indentation)
(#661) Expected indentation of 8 spaces (indentation)
(#662) Expected indentation of 8 spaces (indentation)
(#664) Expected indentation of 4 spaces (indentation)
(#668) Expected indentation of 4 spaces (indentation)
(#665) Expected indentation of 8 spaces (indentation)
(#666) Expected indentation of 8 spaces (indentation)
(#667) Expected indentation of 8 spaces (indentation)
(#669) Expected indentation of 4 spaces (indentation)
(#673) Expected indentation of 4 spaces (indentation)
(#670) Expected indentation of 8 spaces (indentation)
(#671) Expected indentation of 8 spaces (indentation)
(#672) Expected indentation of 8 spaces (indentation)
(#674) Expected indentation of 4 spaces (indentation)
(#678) Expected indentation of 4 spaces (indentation)
(#675) Expected indentation of 8 spaces (indentation)
(#676) Expected indentation of 8 spaces (indentation)
(#677) Expected indentation of 8 spaces (indentation)
(#679) Expected indentation of 4 spaces (indentation)
(#683) Expected indentation of 4 spaces (indentation)
(#680) Expected indentation of 8 spaces (indentation)
(#681) Expected indentation of 8 spaces (indentation)
(#682) Expected indentation of 8 spaces (indentation)
(#684) Expected indentation of 4 spaces (indentation)
(#688) Expected indentation of 4 spaces (indentation)
(#685) Expected indentation of 8 spaces (indentation)
(#686) Expected indentation of 8 spaces (indentation)
(#687) Expected indentation of 8 spaces (indentation)
(#689) Expected indentation of 4 spaces (indentation)
(#693) Expected indentation of 4 spaces (indentation)
(#690) Expected indentation of 8 spaces (indentation)
(#691) Expected indentation of 8 spaces (indentation)
(#692) Expected indentation of 8 spaces (indentation)
(#694) Expected indentation of 4 spaces (indentation)
(#698) Expected indentation of 4 spaces (indentation)
(#695) Expected indentation of 8 spaces (indentation)
(#696) Expected indentation of 8 spaces (indentation)
(#697) Expected indentation of 8 spaces (indentation)
(#699) Expected indentation of 4 spaces (indentation)
(#703) Expected indentation of 4 spaces (indentation)
(#700) Expected indentation of 8 spaces (indentation)
(#701) Expected indentation of 8 spaces (indentation)
(#702) Expected indentation of 8 spaces (indentation)
(#704) Expected indentation of 4 spaces (indentation)
(#708) Expected indentation of 4 spaces (indentation)
(#705) Expected indentation of 8 spaces (indentation)
(#706) Expected indentation of 8 spaces (indentation)
(#707) Expected indentation of 8 spaces (indentation)
(#709) Expected indentation of 4 spaces (indentation)
(#713) Expected indentation of 4 spaces (indentation)
(#710) Expected indentation of 8 spaces (indentation)
(#711) Expected indentation of 8 spaces (indentation)
(#712) Expected indentation of 8 spaces (indentation)
(#714) Expected indentation of 4 spaces (indentation)
(#718) Expected indentation of 4 spaces (indentation)
(#715) Expected indentation of 8 spaces (indentation)
(#716) Expected indentation of 8 spaces (indentation)
(#717) Expected indentation of 8 spaces (indentation)
(#719) Expected indentation of 4 spaces (indentation)
(#722) Expected indentation of 4 spaces (indentation)
(#720) Expected indentation of 8 spaces (indentation)
(#721) Expected indentation of 8 spaces (indentation)
(#723) Expected indentation of 4 spaces (indentation)
(#726) Expected indentation of 4 spaces (indentation)
(#724) Expected indentation of 8 spaces (indentation)
(#725) Expected indentation of 8 spaces (indentation)
(#727) Expected indentation of 4 spaces (indentation)
(#730) Expected indentation of 4 spaces (indentation)
(#728) Expected indentation of 8 spaces (indentation)
(#729) Expected indentation of 8 spaces (indentation)
(#731) Expected indentation of 4 spaces (indentation)
(#734) Expected indentation of 4 spaces (indentation)
(#732) Expected indentation of 8 spaces (indentation)
(#733) Expected indentation of 8 spaces (indentation)
(#735) Expected indentation of 4 spaces (indentation)
(#738) Expected indentation of 4 spaces (indentation)
(#736) Expected indentation of 8 spaces (indentation)
(#737) Expected indentation of 8 spaces (indentation)
(#739) Expected indentation of 4 spaces (indentation)
(#742) Expected indentation of 4 spaces (indentation)
(#740) Expected indentation of 8 spaces (indentation)
(#741) Expected indentation of 8 spaces (indentation)
(#743) Expected indentation of 4 spaces (indentation)
(#746) Expected indentation of 4 spaces (indentation)
(#744) Expected indentation of 8 spaces (indentation)
(#745) Expected indentation of 8 spaces (indentation)
(#747) Expected indentation of 4 spaces (indentation)
(#750) Expected indentation of 4 spaces (indentation)
(#748) Expected indentation of 8 spaces (indentation)
(#749) Expected indentation of 8 spaces (indentation)
(#751) Expected indentation of 4 spaces (indentation)
(#754) Expected indentation of 4 spaces (indentation)
(#752) Expected indentation of 8 spaces (indentation)
(#753) Expected indentation of 8 spaces (indentation)
(#755) Expected indentation of 4 spaces (indentation)
(#758) Expected indentation of 4 spaces (indentation)
(#756) Expected indentation of 8 spaces (indentation)
(#757) Expected indentation of 8 spaces (indentation)
(#759) Expected indentation of 4 spaces (indentation)
(#762) Expected indentation of 4 spaces (indentation)
(#760) Expected indentation of 8 spaces (indentation)
(#761) Expected indentation of 8 spaces (indentation)
(#763) Expected indentation of 4 spaces (indentation)
(#766) Expected indentation of 4 spaces (indentation)
(#764) Expected indentation of 8 spaces (indentation)
(#765) Expected indentation of 8 spaces (indentation)
(#767) Expected indentation of 4 spaces (indentation)
(#770) Expected indentation of 4 spaces (indentation)
(#768) Expected indentation of 8 spaces (indentation)
(#769) Expected indentation of 8 spaces (indentation)
(#771) Expected indentation of 4 spaces (indentation)
(#774) Expected indentation of 4 spaces (indentation)
(#772) Expected indentation of 8 spaces (indentation)
(#773) Expected indentation of 8 spaces (indentation)
(#775) Expected indentation of 4 spaces (indentation)
(#778) Expected indentation of 4 spaces (indentation)
(#776) Expected indentation of 8 spaces (indentation)
(#777) Expected indentation of 8 spaces (indentation)
(#779) Expected indentation of 4 spaces (indentation)
(#781) Expected indentation of 4 spaces (indentation)
(#780) Expected indentation of 8 spaces (indentation)
(#782) Expected indentation of 4 spaces (indentation)
(#784) Expected indentation of 4 spaces (indentation)
(#783) Expected indentation of 8 spaces (indentation)
(#785) Expected indentation of 4 spaces (indentation)
(#787) Expected indentation of 4 spaces (indentation)
(#786) Expected indentation of 8 spaces (indentation)
(#788) Expected indentation of 4 spaces (indentation)
(#790) Expected indentation of 4 spaces (indentation)
(#789) Expected indentation of 8 spaces (indentation)
(#791) Expected indentation of 4 spaces (indentation)
(#793) Expected indentation of 4 spaces (indentation)
(#792) Expected indentation of 8 spaces (indentation)
(#794) Expected indentation of 4 spaces (indentation)
(#796) Expected indentation of 4 spaces (indentation)
(#795) Expected indentation of 8 spaces (indentation)
(#797) Expected indentation of 4 spaces (indentation)
(#799) Expected indentation of 4 spaces (indentation)
(#798) Expected indentation of 8 spaces (indentation)
(#800) Expected indentation of 4 spaces (indentation)
(#802) Expected indentation of 4 spaces (indentation)
(#801) Expected indentation of 8 spaces (indentation)
(#803) Expected indentation of 4 spaces (indentation)
(#805) Expected indentation of 4 spaces (indentation)
(#804) Expected indentation of 8 spaces (indentation)
(#806) Expected indentation of 4 spaces (indentation)
(#808) Expected indentation of 4 spaces (indentation)
(#807) Expected indentation of 8 spaces (indentation)
(#809) Expected indentation of 4 spaces (indentation)
(#811) Expected indentation of 4 spaces (indentation)
(#810) Expected indentation of 8 spaces (indentation)
(#812) Expected indentation of 4 spaces (indentation)
(#814) Expected indentation of 4 spaces (indentation)
(#813) Expected indentation of 8 spaces (indentation)
(#818) Expected indentation of 4 spaces (indentation)
(#824) Expected indentation of 4 spaces (indentation)
(#819) Expected indentation of 8 spaces (indentation)
(#820) Expected indentation of 8 spaces (indentation)
(#821) Expected indentation of 8 spaces (indentation)
(#822) Expected indentation of 8 spaces (indentation)
(#823) Expected indentation of 8 spaces (indentation)
(#825) Expected indentation of 4 spaces (indentation)
(#830) Expected indentation of 4 spaces (indentation)
(#826) Expected indentation of 8 spaces (indentation)
(#827) Expected indentation of 8 spaces (indentation)
(#828) Expected indentation of 8 spaces (indentation)
(#829) Expected indentation of 8 spaces (indentation)
(#831) Expected indentation of 4 spaces (indentation)
(#835) Expected indentation of 4 spaces (indentation)
(#832) Expected indentation of 8 spaces (indentation)
(#833) Expected indentation of 8 spaces (indentation)
(#834) Expected indentation of 8 spaces (indentation)
(#836) Expected indentation of 4 spaces (indentation)
(#840) Expected indentation of 4 spaces (indentation)
(#837) Expected indentation of 8 spaces (indentation)
(#838) Expected indentation of 8 spaces (indentation)
(#839) Expected indentation of 8 spaces (indentation)
(#841) Expected indentation of 4 spaces (indentation)
(#845) Expected indentation of 4 spaces (indentation)
(#842) Expected indentation of 8 spaces (indentation)
(#843) Expected indentation of 8 spaces (indentation)
(#844) Expected indentation of 8 spaces (indentation)
(#846) Expected indentation of 4 spaces (indentation)
(#850) Expected indentation of 4 spaces (indentation)
(#847) Expected indentation of 8 spaces (indentation)
(#848) Expected indentation of 8 spaces (indentation)
(#849) Expected indentation of 8 spaces (indentation)
(#851) Expected indentation of 4 spaces (indentation)
(#855) Expected indentation of 4 spaces (indentation)
(#852) Expected indentation of 8 spaces (indentation)
(#853) Expected indentation of 8 spaces (indentation)
(#854) Expected indentation of 8 spaces (indentation)
(#856) Expected indentation of 4 spaces (indentation)
(#860) Expected indentation of 4 spaces (indentation)
(#857) Expected indentation of 8 spaces (indentation)
(#858) Expected indentation of 8 spaces (indentation)
(#859) Expected indentation of 8 spaces (indentation)
(#861) Expected indentation of 4 spaces (indentation)
(#865) Expected indentation of 4 spaces (indentation)
(#862) Expected indentation of 8 spaces (indentation)
(#863) Expected indentation of 8 spaces (indentation)
(#864) Expected indentation of 8 spaces (indentation)
(#866) Expected indentation of 4 spaces (indentation)
(#870) Expected indentation of 4 spaces (indentation)
(#867) Expected indentation of 8 spaces (indentation)
(#868) Expected indentation of 8 spaces (indentation)
(#869) Expected indentation of 8 spaces (indentation)
(#871) Expected indentation of 4 spaces (indentation)
(#875) Expected indentation of 4 spaces (indentation)
(#872) Expected indentation of 8 spaces (indentation)
(#873) Expected indentation of 8 spaces (indentation)
(#874) Expected indentation of 8 spaces (indentation)
(#876) Expected indentation of 4 spaces (indentation)
(#880) Expected indentation of 4 spaces (indentation)
(#877) Expected indentation of 8 spaces (indentation)
(#878) Expected indentation of 8 spaces (indentation)
(#879) Expected indentation of 8 spaces (indentation)
(#881) Expected indentation of 4 spaces (indentation)
(#885) Expected indentation of 4 spaces (indentation)
(#882) Expected indentation of 8 spaces (indentation)
(#883) Expected indentation of 8 spaces (indentation)
(#884) Expected indentation of 8 spaces (indentation)
(#886) Expected indentation of 4 spaces (indentation)
(#890) Expected indentation of 4 spaces (indentation)
(#887) Expected indentation of 8 spaces (indentation)
(#888) Expected indentation of 8 spaces (indentation)
(#889) Expected indentation of 8 spaces (indentation)
(#891) Expected indentation of 4 spaces (indentation)
(#894) Expected indentation of 4 spaces (indentation)
(#892) Expected indentation of 8 spaces (indentation)
(#893) Expected indentation of 8 spaces (indentation)
(#895) Expected indentation of 4 spaces (indentation)
(#898) Expected indentation of 4 spaces (indentation)
(#896) Expected indentation of 8 spaces (indentation)
(#897) Expected indentation of 8 spaces (indentation)
(#899) Expected indentation of 4 spaces (indentation)
(#902) Expected indentation of 4 spaces (indentation)
(#900) Expected indentation of 8 spaces (indentation)
(#901) Expected indentation of 8 spaces (indentation)
(#903) Expected indentation of 4 spaces (indentation)
(#906) Expected indentation of 4 spaces (indentation)
(#904) Expected indentation of 8 spaces (indentation)
(#905) Expected indentation of 8 spaces (indentation)
(#907) Expected indentation of 4 spaces (indentation)
(#910) Expected indentation of 4 spaces (indentation)
(#908) Expected indentation of 8 spaces (indentation)
(#909) Expected indentation of 8 spaces (indentation)
(#911) Expected indentation of 4 spaces (indentation)
(#914) Expected indentation of 4 spaces (indentation)
(#912) Expected indentation of 8 spaces (indentation)
(#913) Expected indentation of 8 spaces (indentation)
(#915) Expected indentation of 4 spaces (indentation)
(#918) Expected indentation of 4 spaces (indentation)
(#916) Expected indentation of 8 spaces (indentation)
(#917) Expected indentation of 8 spaces (indentation)
(#919) Expected indentation of 4 spaces (indentation)
(#922) Expected indentation of 4 spaces (indentation)
(#920) Expected indentation of 8 spaces (indentation)
(#921) Expected indentation of 8 spaces (indentation)
(#923) Expected indentation of 4 spaces (indentation)
(#926) Expected indentation of 4 spaces (indentation)
(#924) Expected indentation of 8 spaces (indentation)
(#925) Expected indentation of 8 spaces (indentation)
(#927) Expected indentation of 4 spaces (indentation)
(#930) Expected indentation of 4 spaces (indentation)
(#928) Expected indentation of 8 spaces (indentation)
(#929) Expected indentation of 8 spaces (indentation)
(#931) Expected indentation of 4 spaces (indentation)
(#934) Expected indentation of 4 spaces (indentation)
(#932) Expected indentation of 8 spaces (indentation)
(#933) Expected indentation of 8 spaces (indentation)
(#935) Expected indentation of 4 spaces (indentation)
(#938) Expected indentation of 4 spaces (indentation)
(#936) Expected indentation of 8 spaces (indentation)
(#937) Expected indentation of 8 spaces (indentation)
(#939) Expected indentation of 4 spaces (indentation)
(#942) Expected indentation of 4 spaces (indentation)
(#940) Expected indentation of 8 spaces (indentation)
(#941) Expected indentation of 8 spaces (indentation)
(#943) Expected indentation of 4 spaces (indentation)
(#946) Expected indentation of 4 spaces (indentation)
(#944) Expected indentation of 8 spaces (indentation)
(#945) Expected indentation of 8 spaces (indentation)
(#947) Expected indentation of 4 spaces (indentation)
(#950) Expected indentation of 4 spaces (indentation)
(#948) Expected indentation of 8 spaces (indentation)
(#949) Expected indentation of 8 spaces (indentation)
(#951) Expected indentation of 4 spaces (indentation)
(#953) Expected indentation of 4 spaces (indentation)
(#952) Expected indentation of 8 spaces (indentation)
(#954) Expected indentation of 4 spaces (indentation)
(#956) Expected indentation of 4 spaces (indentation)
(#955) Expected indentation of 8 spaces (indentation)
(#957) Expected indentation of 4 spaces (indentation)
(#959) Expected indentation of 4 spaces (indentation)
(#958) Expected indentation of 8 spaces (indentation)
(#960) Expected indentation of 4 spaces (indentation)
(#962) Expected indentation of 4 spaces (indentation)
(#961) Expected indentation of 8 spaces (indentation)
(#963) Expected indentation of 4 spaces (indentation)
(#965) Expected indentation of 4 spaces (indentation)
(#964) Expected indentation of 8 spaces (indentation)
(#966) Expected indentation of 4 spaces (indentation)
(#968) Expected indentation of 4 spaces (indentation)
(#967) Expected indentation of 8 spaces (indentation)
(#969) Expected indentation of 4 spaces (indentation)
(#971) Expected indentation of 4 spaces (indentation)
(#970) Expected indentation of 8 spaces (indentation)
(#972) Expected indentation of 4 spaces (indentation)
(#974) Expected indentation of 4 spaces (indentation)
(#973) Expected indentation of 8 spaces (indentation)
(#975) Expected indentation of 4 spaces (indentation)
(#977) Expected indentation of 4 spaces (indentation)
(#976) Expected indentation of 8 spaces (indentation)
(#978) Expected indentation of 4 spaces (indentation)
(#980) Expected indentation of 4 spaces (indentation)
(#979) Expected indentation of 8 spaces (indentation)
(#981) Expected indentation of 4 spaces (indentation)
(#983) Expected indentation of 4 spaces (indentation)
(#982) Expected indentation of 8 spaces (indentation)
(#984) Expected indentation of 4 spaces (indentation)
(#986) Expected indentation of 4 spaces (indentation)
(#985) Expected indentation of 8 spaces (indentation)
(#990) Expected indentation of 4 spaces (indentation)
(#994) Expected indentation of 4 spaces (indentation)
(#998) Expected indentation of 4 spaces (indentation)
(#1002) Expected indentation of 4 spaces (indentation)
(#1006) Expected indentation of 4 spaces (indentation)
(#1010) Expected indentation of 4 spaces (indentation)
(#1014) Expected indentation of 4 spaces (indentation)
(#1018) Expected indentation of 4 spaces (indentation)
(#1019) Expected indentation of 4 spaces (indentation)
(#1023) Expected indentation of 4 spaces (indentation)
(#1024) Expected indentation of 4 spaces (indentation)
(#1028) Expected indentation of 4 spaces (indentation)
(#1030) Expected indentation of 4 spaces (indentation)
(#1029) Expected indentation of 8 spaces (indentation)
(#1031) Expected indentation of 4 spaces (indentation)
(#1033) Expected indentation of 4 spaces (indentation)
(#1032) Expected indentation of 8 spaces (indentation)
(#1034) Expected indentation of 4 spaces (indentation)
(#1036) Expected indentation of 4 spaces (indentation)
(#1035) Expected indentation of 8 spaces (indentation)
(#1037) Expected indentation of 4 spaces (indentation)
(#1039) Expected indentation of 4 spaces (indentation)
(#1038) Expected indentation of 8 spaces (indentation)
(#1040) Expected indentation of 4 spaces (indentation)
(#1042) Expected indentation of 4 spaces (indentation)
(#1041) Expected indentation of 8 spaces (indentation)
(#1043) Expected indentation of 4 spaces (indentation)
(#1045) Expected indentation of 4 spaces (indentation)
(#1044) Expected indentation of 8 spaces (indentation)
(#1046) Expected indentation of 4 spaces (indentation)
(#1048) Expected indentation of 4 spaces (indentation)
(#1047) Expected indentation of 8 spaces (indentation)
(#1049) Expected indentation of 4 spaces (indentation)
(#1052) Expected indentation of 4 spaces (indentation)
(#1050) Expected indentation of 8 spaces (indentation)
(#1051) Expected indentation of 8 spaces (indentation)
(#1053) Expected indentation of 4 spaces (indentation)
(#1056) Expected indentation of 4 spaces (indentation)
(#1054) Expected indentation of 8 spaces (indentation)
(#1055) Expected indentation of 8 spaces (indentation)
(#1060) Expected indentation of 4 spaces (indentation)
(#1062) Expected indentation of 4 spaces (indentation)
(#1061) Expected indentation of 8 spaces (indentation)
(#1063) Expected indentation of 4 spaces (indentation)
(#1065) Expected indentation of 4 spaces (indentation)
(#1064) Expected indentation of 8 spaces (indentation)
(#1066) Expected indentation of 4 spaces (indentation)
(#1068) Expected indentation of 4 spaces (indentation)
(#1067) Expected indentation of 8 spaces (indentation)
(#1069) Expected indentation of 4 spaces (indentation)
(#1071) Expected indentation of 4 spaces (indentation)
(#1070) Expected indentation of 8 spaces (indentation)
(#1072) Expected indentation of 4 spaces (indentation)
(#1074) Expected indentation of 4 spaces (indentation)
(#1073) Expected indentation of 8 spaces (indentation)
(#1075) Expected indentation of 4 spaces (indentation)
(#1077) Expected indentation of 4 spaces (indentation)
(#1076) Expected indentation of 8 spaces (indentation)
(#1078) Expected indentation of 4 spaces (indentation)
(#1080) Expected indentation of 4 spaces (indentation)
(#1079) Expected indentation of 8 spaces (indentation)
(#1081) Expected indentation of 4 spaces (indentation)
(#1084) Expected indentation of 4 spaces (indentation)
(#1082) Expected indentation of 8 spaces (indentation)
(#1083) Expected indentation of 8 spaces (indentation)
(#1085) Expected indentation of 4 spaces (indentation)
(#1088) Expected indentation of 4 spaces (indentation)
(#1086) Expected indentation of 8 spaces (indentation)
(#1087) Expected indentation of 8 spaces (indentation)
(#1092) Expected indentation of 4 spaces (indentation)
(#1094) Expected indentation of 4 spaces (indentation)
(#1093) Expected indentation of 8 spaces (indentation)
(#1095) Expected indentation of 4 spaces (indentation)
(#1097) Expected indentation of 4 spaces (indentation)
(#1096) Expected indentation of 8 spaces (indentation)
(#1098) Expected indentation of 4 spaces (indentation)
(#1100) Expected indentation of 4 spaces (indentation)
(#1099) Expected indentation of 8 spaces (indentation)
(#1101) Expected indentation of 4 spaces (indentation)
(#1103) Expected indentation of 4 spaces (indentation)
(#1102) Expected indentation of 8 spaces (indentation)
(#1104) Expected indentation of 4 spaces (indentation)
(#1106) Expected indentation of 4 spaces (indentation)
(#1105) Expected indentation of 8 spaces (indentation)
(#1107) Expected indentation of 4 spaces (indentation)
(#1109) Expected indentation of 4 spaces (indentation)
(#1108) Expected indentation of 8 spaces (indentation)
(#1110) Expected indentation of 4 spaces (indentation)
(#1112) Expected indentation of 4 spaces (indentation)
(#1111) Expected indentation of 8 spaces (indentation)
(#1113) Expected indentation of 4 spaces (indentation)
(#1116) Expected indentation of 4 spaces (indentation)
(#1114) Expected indentation of 8 spaces (indentation)
(#1115) Expected indentation of 8 spaces (indentation)
(#1117) Expected indentation of 4 spaces (indentation)
(#1120) Expected indentation of 4 spaces (indentation)
(#1118) Expected indentation of 8 spaces (indentation)
(#1119) Expected indentation of 8 spaces (indentation)
(#1124) Expected indentation of 4 spaces (indentation)
(#1126) Expected indentation of 4 spaces (indentation)
(#1125) Expected indentation of 8 spaces (indentation)
(#1127) Expected indentation of 4 spaces (indentation)
(#1129) Expected indentation of 4 spaces (indentation)
(#1128) Expected indentation of 8 spaces (indentation)
(#1130) Expected indentation of 4 spaces (indentation)
(#1132) Expected indentation of 4 spaces (indentation)
(#1131) Expected indentation of 8 spaces (indentation)
(#1133) Expected indentation of 4 spaces (indentation)
(#1135) Expected indentation of 4 spaces (indentation)
(#1134) Expected indentation of 8 spaces (indentation)
(#1136) Expected indentation of 4 spaces (indentation)
(#1138) Expected indentation of 4 spaces (indentation)
(#1137) Expected indentation of 8 spaces (indentation)
(#1139) Expected indentation of 4 spaces (indentation)
(#1141) Expected indentation of 4 spaces (indentation)
(#1140) Expected indentation of 8 spaces (indentation)
(#1142) Expected indentation of 4 spaces (indentation)
(#1144) Expected indentation of 4 spaces (indentation)
(#1143) Expected indentation of 8 spaces (indentation)
(#1145) Expected indentation of 4 spaces (indentation)
(#1148) Expected indentation of 4 spaces (indentation)
(#1146) Expected indentation of 8 spaces (indentation)
(#1147) Expected indentation of 8 spaces (indentation)
(#1149) Expected indentation of 4 spaces (indentation)
(#1152) Expected indentation of 4 spaces (indentation)
(#1150) Expected indentation of 8 spaces (indentation)
(#1151) Expected indentation of 8 spaces (indentation)
(#1156) Expected indentation of 4 spaces (indentation)
(#1158) Expected indentation of 4 spaces (indentation)
(#1157) Expected indentation of 8 spaces (indentation)
(#1159) Expected indentation of 4 spaces (indentation)
(#1161) Expected indentation of 4 spaces (indentation)
(#1160) Expected indentation of 8 spaces (indentation)
(#1162) Expected indentation of 4 spaces (indentation)
(#1164) Expected indentation of 4 spaces (indentation)
(#1163) Expected indentation of 8 spaces (indentation)
(#1165) Expected indentation of 4 spaces (indentation)
(#1167) Expected indentation of 4 spaces (indentation)
(#1166) Expected indentation of 8 spaces (indentation)
(#1168) Expected indentation of 4 spaces (indentation)
(#1170) Expected indentation of 4 spaces (indentation)
(#1169) Expected indentation of 8 spaces (indentation)
(#1171) Expected indentation of 4 spaces (indentation)
(#1173) Expected indentation of 4 spaces (indentation)
(#1172) Expected indentation of 8 spaces (indentation)
(#1174) Expected indentation of 4 spaces (indentation)
(#1176) Expected indentation of 4 spaces (indentation)
(#1175) Expected indentation of 8 spaces (indentation)
(#1177) Expected indentation of 4 spaces (indentation)
(#1180) Expected indentation of 4 spaces (indentation)
(#1178) Expected indentation of 8 spaces (indentation)
(#1179) Expected indentation of 8 spaces (indentation)
(#1181) Expected indentation of 4 spaces (indentation)
(#1184) Expected indentation of 4 spaces (indentation)
(#1182) Expected indentation of 8 spaces (indentation)
(#1183) Expected indentation of 8 spaces (indentation)
(#1188) Expected indentation of 4 spaces (indentation)
(#1189) Expected indentation of 4 spaces (indentation)
(#1193) Expected indentation of 4 spaces (indentation)
(#1194) Expected indentation of 4 spaces (indentation)
(#1198) Expected indentation of 4 spaces (indentation)
(#1199) Expected indentation of 4 spaces (indentation)
(#1203) Expected indentation of 4 spaces (indentation)
(#1204) Expected indentation of 4 spaces (indentation)
(#1208) Expected indentation of 4 spaces (indentation)
(#1209) Expected indentation of 4 spaces (indentation)
(#1213) Expected indentation of 4 spaces (indentation)
(#1214) Expected indentation of 4 spaces (indentation)
(#1218) Expected indentation of 4 spaces (indentation)
(#1219) Expected indentation of 4 spaces (indentation)
(#1223) Expected indentation of 4 spaces (indentation)
(#1224) Expected indentation of 4 spaces (indentation)
(#1228) Expected indentation of 4 spaces (indentation)
(#1229) Expected indentation of 4 spaces (indentation)
(#1233) Expected indentation of 4 spaces (indentation)
(#1234) Expected indentation of 4 spaces (indentation)
(#1238) Expected indentation of 4 spaces (indentation)
(#1239) Expected indentation of 4 spaces (indentation)
(#1243) Expected indentation of 4 spaces (indentation)
(#1244) Expected indentation of 4 spaces (indentation)
(#1248) Expected indentation of 4 spaces (indentation)
(#1249) Expected indentation of 4 spaces (indentation)
(#1253) Expected indentation of 4 spaces (indentation)
(#1254) Expected indentation of 4 spaces (indentation)
(#1258) Expected indentation of 4 spaces (indentation)
(#1259) Expected indentation of 4 spaces (indentation)
(#1263) Expected indentation of 4 spaces (indentation)
(#1264) Expected indentation of 4 spaces (indentation)
(#1268) Expected indentation of 4 spaces (indentation)
(#1269) Expected indentation of 4 spaces (indentation)
(#1273) Expected indentation of 4 spaces (indentation)
(#1274) Expected indentation of 4 spaces (indentation)
(#1278) Expected indentation of 4 spaces (indentation)
(#1279) Expected indentation of 4 spaces (indentation)
(#1283) Expected indentation of 4 spaces (indentation)
(#1284) Expected indentation of 4 spaces (indentation)
(#1288) Expected indentation of 4 spaces (indentation)
(#1289) Expected indentation of 4 spaces (indentation)
(#1293) Expected indentation of 4 spaces (indentation)
(#1294) Expected indentation of 4 spaces (indentation)
(#1298) Expected indentation of 4 spaces (indentation)
(#1299) Expected indentation of 4 spaces (indentation)
(#1303) Expected indentation of 4 spaces (indentation)
(#1304) Expected indentation of 4 spaces (indentation)
(#1308) Expected indentation of 4 spaces (indentation)
(#1309) Expected indentation of 4 spaces (indentation)
(#1313) Expected indentation of 4 spaces (indentation)
(#1314) Expected indentation of 4 spaces (indentation)
(#1318) Expected indentation of 4 spaces (indentation)
(#1319) Expected indentation of 4 spaces (indentation)
(#1323) Expected indentation of 4 spaces (indentation)
(#1324) Expected indentation of 4 spaces (indentation)
(#1328) Expected indentation of 4 spaces (indentation)
(#1329) Expected indentation of 4 spaces (indentation)
(#1333) Expected indentation of 4 spaces (indentation)
(#1334) Expected indentation of 4 spaces (indentation)
(#1338) Expected indentation of 4 spaces (indentation)
(#1339) Expected indentation of 4 spaces (indentation)
(#1343) Expected indentation of 4 spaces (indentation)
(#1344) Expected indentation of 4 spaces (indentation)
(#1348) Expected indentation of 4 spaces (indentation)
(#1349) Expected indentation of 4 spaces (indentation)
(#1353) Expected indentation of 4 spaces (indentation)
(#1354) Expected indentation of 4 spaces (indentation)
(#1358) Expected indentation of 4 spaces (indentation)
(#1361) Expected indentation of 4 spaces (indentation)
(#1359) Expected indentation of 8 spaces (indentation)
(#1360) Expected indentation of 8 spaces (indentation)
(#1362) Expected indentation of 4 spaces (indentation)
(#1365) Expected indentation of 4 spaces (indentation)
(#1363) Expected indentation of 8 spaces (indentation)
(#1364) Expected indentation of 8 spaces (indentation)
(#1366) Expected indentation of 4 spaces (indentation)
(#1369) Expected indentation of 4 spaces (indentation)
(#1367) Expected indentation of 8 spaces (indentation)
(#1368) Expected indentation of 8 spaces (indentation)
(#1370) Expected indentation of 4 spaces (indentation)
(#1373) Expected indentation of 4 spaces (indentation)
(#1371) Expected indentation of 8 spaces (indentation)
(#1372) Expected indentation of 8 spaces (indentation)
(#1374) Expected indentation of 4 spaces (indentation)
(#1377) Expected indentation of 4 spaces (indentation)
(#1375) Expected indentation of 8 spaces (indentation)
(#1376) Expected indentation of 8 spaces (indentation)
(#1378) Expected indentation of 4 spaces (indentation)
(#1381) Expected indentation of 4 spaces (indentation)
(#1379) Expected indentation of 8 spaces (indentation)
(#1380) Expected indentation of 8 spaces (indentation)
(#1382) Expected indentation of 4 spaces (indentation)
(#1385) Expected indentation of 4 spaces (indentation)
(#1383) Expected indentation of 8 spaces (indentation)
(#1384) Expected indentation of 8 spaces (indentation)
(#1386) Expected indentation of 4 spaces (indentation)
(#1389) Expected indentation of 4 spaces (indentation)
(#1387) Expected indentation of 8 spaces (indentation)
(#1388) Expected indentation of 8 spaces (indentation)
(#1390) Expected indentation of 4 spaces (indentation)
(#1393) Expected indentation of 4 spaces (indentation)
(#1391) Expected indentation of 8 spaces (indentation)
(#1392) Expected indentation of 8 spaces (indentation)
(#1394) Expected indentation of 4 spaces (indentation)
(#1397) Expected indentation of 4 spaces (indentation)
(#1395) Expected indentation of 8 spaces (indentation)
(#1396) Expected indentation of 8 spaces (indentation)
(#1398) Expected indentation of 4 spaces (indentation)
(#1401) Expected indentation of 4 spaces (indentation)
(#1399) Expected indentation of 8 spaces (indentation)
(#1400) Expected indentation of 8 spaces (indentation)
(#1402) Expected indentation of 4 spaces (indentation)
(#1405) Expected indentation of 4 spaces (indentation)
(#1403) Expected indentation of 8 spaces (indentation)
(#1404) Expected indentation of 8 spaces (indentation)
(#1406) Expected indentation of 4 spaces (indentation)
(#1409) Expected indentation of 4 spaces (indentation)
(#1407) Expected indentation of 8 spaces (indentation)
(#1408) Expected indentation of 8 spaces (indentation)
(#1410) Expected indentation of 4 spaces (indentation)
(#1413) Expected indentation of 4 spaces (indentation)
(#1411) Expected indentation of 8 spaces (indentation)
(#1412) Expected indentation of 8 spaces (indentation)
(#1414) Expected indentation of 4 spaces (indentation)
(#1417) Expected indentation of 4 spaces (indentation)
(#1415) Expected indentation of 8 spaces (indentation)
(#1416) Expected indentation of 8 spaces (indentation)
(#1418) Expected indentation of 4 spaces (indentation)
(#1421) Expected indentation of 4 spaces (indentation)
(#1419) Expected indentation of 8 spaces (indentation)
(#1420) Expected indentation of 8 spaces (indentation)
(#1422) Expected indentation of 4 spaces (indentation)
(#1425) Expected indentation of 4 spaces (indentation)
(#1423) Expected indentation of 8 spaces (indentation)
(#1424) Expected indentation of 8 spaces (indentation)
(#1426) Expected indentation of 4 spaces (indentation)
(#1429) Expected indentation of 4 spaces (indentation)
(#1427) Expected indentation of 8 spaces (indentation)
(#1428) Expected indentation of 8 spaces (indentation)
(#1430) Expected indentation of 4 spaces (indentation)
(#1433) Expected indentation of 4 spaces (indentation)
(#1431) Expected indentation of 8 spaces (indentation)
(#1432) Expected indentation of 8 spaces (indentation)
(#1434) Expected indentation of 4 spaces (indentation)
(#1437) Expected indentation of 4 spaces (indentation)
(#1435) Expected indentation of 8 spaces (indentation)
(#1436) Expected indentation of 8 spaces (indentation)
(#1438) Expected indentation of 4 spaces (indentation)
(#1441) Expected indentation of 4 spaces (indentation)
(#1439) Expected indentation of 8 spaces (indentation)
(#1440) Expected indentation of 8 spaces (indentation)
(#1442) Expected indentation of 4 spaces (indentation)
(#1445) Expected indentation of 4 spaces (indentation)
(#1443) Expected indentation of 8 spaces (indentation)
(#1444) Expected indentation of 8 spaces (indentation)
(#1446) Expected indentation of 4 spaces (indentation)
(#1449) Expected indentation of 4 spaces (indentation)
(#1447) Expected indentation of 8 spaces (indentation)
(#1448) Expected indentation of 8 spaces (indentation)
(#1450) Expected indentation of 4 spaces (indentation)
(#1453) Expected indentation of 4 spaces (indentation)
(#1451) Expected indentation of 8 spaces (indentation)
(#1452) Expected indentation of 8 spaces (indentation)
(#1454) Expected indentation of 4 spaces (indentation)
(#1457) Expected indentation of 4 spaces (indentation)
(#1455) Expected indentation of 8 spaces (indentation)
(#1456) Expected indentation of 8 spaces (indentation)
(#1458) Expected indentation of 4 spaces (indentation)
(#1461) Expected indentation of 4 spaces (indentation)
(#1459) Expected indentation of 8 spaces (indentation)
(#1460) Expected indentation of 8 spaces (indentation)
(#1462) Expected indentation of 4 spaces (indentation)
(#1465) Expected indentation of 4 spaces (indentation)
(#1463) Expected indentation of 8 spaces (indentation)
(#1464) Expected indentation of 8 spaces (indentation)
(#1466) Expected indentation of 4 spaces (indentation)
(#1469) Expected indentation of 4 spaces (indentation)
(#1467) Expected indentation of 8 spaces (indentation)
(#1468) Expected indentation of 8 spaces (indentation)
(#1470) Expected indentation of 4 spaces (indentation)
(#1473) Expected indentation of 4 spaces (indentation)
(#1471) Expected indentation of 8 spaces (indentation)
(#1472) Expected indentation of 8 spaces (indentation)
(#1474) Expected indentation of 4 spaces (indentation)
(#1477) Expected indentation of 4 spaces (indentation)
(#1475) Expected indentation of 8 spaces (indentation)
(#1476) Expected indentation of 8 spaces (indentation)
(#1478) Expected indentation of 4 spaces (indentation)
(#1481) Expected indentation of 4 spaces (indentation)
(#1479) Expected indentation of 8 spaces (indentation)
(#1480) Expected indentation of 8 spaces (indentation)
(#1482) Expected indentation of 4 spaces (indentation)
(#1485) Expected indentation of 4 spaces (indentation)
(#1483) Expected indentation of 8 spaces (indentation)
(#1484) Expected indentation of 8 spaces (indentation)
(#1486) Expected indentation of 4 spaces (indentation)
(#1489) Expected indentation of 4 spaces (indentation)
(#1487) Expected indentation of 8 spaces (indentation)
(#1488) Expected indentation of 8 spaces (indentation)
(#1490) Expected indentation of 4 spaces (indentation)
(#1493) Expected indentation of 4 spaces (indentation)
(#1491) Expected indentation of 8 spaces (indentation)
(#1492) Expected indentation of 8 spaces (indentation)
(#1497) Expected indentation of 4 spaces (indentation)
(#1500) Expected indentation of 4 spaces (indentation)
(#1498) Expected indentation of 8 spaces (indentation)
(#1499) Expected indentation of 8 spaces (indentation)
(#1501) Expected indentation of 4 spaces (indentation)
(#1504) Expected indentation of 4 spaces (indentation)
(#1502) Expected indentation of 8 spaces (indentation)
(#1503) Expected indentation of 8 spaces (indentation)
(#1505) Expected indentation of 4 spaces (indentation)
(#1508) Expected indentation of 4 spaces (indentation)
(#1506) Expected indentation of 8 spaces (indentation)
(#1507) Expected indentation of 8 spaces (indentation)
(#1509) Expected indentation of 4 spaces (indentation)
(#1512) Expected indentation of 4 spaces (indentation)
(#1510) Expected indentation of 8 spaces (indentation)
(#1511) Expected indentation of 8 spaces (indentation)
(#1513) Expected indentation of 4 spaces (indentation)
(#1516) Expected indentation of 4 spaces (indentation)
(#1514) Expected indentation of 8 spaces (indentation)
(#1515) Expected indentation of 8 spaces (indentation)
(#1517) Expected indentation of 4 spaces (indentation)
(#1520) Expected indentation of 4 spaces (indentation)
(#1518) Expected indentation of 8 spaces (indentation)
(#1519) Expected indentation of 8 spaces (indentation)
(#1521) Expected indentation of 4 spaces (indentation)
(#1524) Expected indentation of 4 spaces (indentation)
(#1522) Expected indentation of 8 spaces (indentation)
(#1523) Expected indentation of 8 spaces (indentation)
(#1525) Expected indentation of 4 spaces (indentation)
(#1528) Expected indentation of 4 spaces (indentation)
(#1526) Expected indentation of 8 spaces (indentation)
(#1527) Expected indentation of 8 spaces (indentation)
(#1529) Expected indentation of 4 spaces (indentation)
(#1532) Expected indentation of 4 spaces (indentation)
(#1530) Expected indentation of 8 spaces (indentation)
(#1531) Expected indentation of 8 spaces (indentation)
(#1533) Expected indentation of 4 spaces (indentation)
(#1536) Expected indentation of 4 spaces (indentation)
(#1534) Expected indentation of 8 spaces (indentation)
(#1535) Expected indentation of 8 spaces (indentation)
(#1537) Expected indentation of 4 spaces (indentation)
(#1540) Expected indentation of 4 spaces (indentation)
(#1538) Expected indentation of 8 spaces (indentation)
(#1539) Expected indentation of 8 spaces (indentation)
(#1541) Expected indentation of 4 spaces (indentation)
(#1544) Expected indentation of 4 spaces (indentation)
(#1542) Expected indentation of 8 spaces (indentation)
(#1543) Expected indentation of 8 spaces (indentation)
(#1545) Expected indentation of 4 spaces (indentation)
(#1548) Expected indentation of 4 spaces (indentation)
(#1546) Expected indentation of 8 spaces (indentation)
(#1547) Expected indentation of 8 spaces (indentation)
(#1549) Expected indentation of 4 spaces (indentation)
(#1552) Expected indentation of 4 spaces (indentation)
(#1550) Expected indentation of 8 spaces (indentation)
(#1551) Expected indentation of 8 spaces (indentation)
(#1553) Expected indentation of 4 spaces (indentation)
(#1556) Expected indentation of 4 spaces (indentation)
(#1554) Expected indentation of 8 spaces (indentation)
(#1555) Expected indentation of 8 spaces (indentation)
(#1557) Expected indentation of 4 spaces (indentation)
(#1560) Expected indentation of 4 spaces (indentation)
(#1558) Expected indentation of 8 spaces (indentation)
(#1559) Expected indentation of 8 spaces (indentation)
(#1561) Expected indentation of 4 spaces (indentation)
(#1564) Expected indentation of 4 spaces (indentation)
(#1562) Expected indentation of 8 spaces (indentation)
(#1563) Expected indentation of 8 spaces (indentation)
(#1565) Expected indentation of 4 spaces (indentation)
(#1568) Expected indentation of 4 spaces (indentation)
(#1566) Expected indentation of 8 spaces (indentation)
(#1567) Expected indentation of 8 spaces (indentation)
(#1569) Expected indentation of 4 spaces (indentation)
(#1572) Expected indentation of 4 spaces (indentation)
(#1570) Expected indentation of 8 spaces (indentation)
(#1571) Expected indentation of 8 spaces (indentation)
(#1573) Expected indentation of 4 spaces (indentation)
(#1576) Expected indentation of 4 spaces (indentation)
(#1574) Expected indentation of 8 spaces (indentation)
(#1575) Expected indentation of 8 spaces (indentation)
(#1577) Expected indentation of 4 spaces (indentation)
(#1580) Expected indentation of 4 spaces (indentation)
(#1578) Expected indentation of 8 spaces (indentation)
(#1579) Expected indentation of 8 spaces (indentation)
(#1581) Expected indentation of 4 spaces (indentation)
(#1584) Expected indentation of 4 spaces (indentation)
(#1582) Expected indentation of 8 spaces (indentation)
(#1583) Expected indentation of 8 spaces (indentation)
(#1585) Expected indentation of 4 spaces (indentation)
(#1588) Expected indentation of 4 spaces (indentation)
(#1586) Expected indentation of 8 spaces (indentation)
(#1587) Expected indentation of 8 spaces (indentation)
(#1589) Expected indentation of 4 spaces (indentation)
(#1592) Expected indentation of 4 spaces (indentation)
(#1590) Expected indentation of 8 spaces (indentation)
(#1591) Expected indentation of 8 spaces (indentation)
(#1593) Expected indentation of 4 spaces (indentation)
(#1596) Expected indentation of 4 spaces (indentation)
(#1594) Expected indentation of 8 spaces (indentation)
(#1595) Expected indentation of 8 spaces (indentation)
(#1597) Expected indentation of 4 spaces (indentation)
(#1600) Expected indentation of 4 spaces (indentation)
(#1598) Expected indentation of 8 spaces (indentation)
(#1599) Expected indentation of 8 spaces (indentation)
(#1601) Expected indentation of 4 spaces (indentation)
(#1604) Expected indentation of 4 spaces (indentation)
(#1602) Expected indentation of 8 spaces (indentation)
(#1603) Expected indentation of 8 spaces (indentation)
(#1605) Expected indentation of 4 spaces (indentation)
(#1608) Expected indentation of 4 spaces (indentation)
(#1606) Expected indentation of 8 spaces (indentation)
(#1607) Expected indentation of 8 spaces (indentation)
(#1609) Expected indentation of 4 spaces (indentation)
(#1612) Expected indentation of 4 spaces (indentation)
(#1610) Expected indentation of 8 spaces (indentation)
(#1611) Expected indentation of 8 spaces (indentation)
(#1613) Expected indentation of 4 spaces (indentation)
(#1616) Expected indentation of 4 spaces (indentation)
(#1614) Expected indentation of 8 spaces (indentation)
(#1615) Expected indentation of 8 spaces (indentation)
(#1617) Expected indentation of 4 spaces (indentation)
(#1620) Expected indentation of 4 spaces (indentation)
(#1618) Expected indentation of 8 spaces (indentation)
(#1619) Expected indentation of 8 spaces (indentation)
(#1621) Expected indentation of 4 spaces (indentation)
(#1624) Expected indentation of 4 spaces (indentation)
(#1622) Expected indentation of 8 spaces (indentation)
(#1623) Expected indentation of 8 spaces (indentation)
(#1625) Expected indentation of 4 spaces (indentation)
(#1628) Expected indentation of 4 spaces (indentation)
(#1626) Expected indentation of 8 spaces (indentation)
(#1627) Expected indentation of 8 spaces (indentation)
(#1629) Expected indentation of 4 spaces (indentation)
(#1632) Expected indentation of 4 spaces (indentation)
(#1630) Expected indentation of 8 spaces (indentation)
(#1631) Expected indentation of 8 spaces (indentation)
(#1636) Expected indentation of 4 spaces (indentation)
(#1639) Expected indentation of 4 spaces (indentation)
(#1637) Expected indentation of 8 spaces (indentation)
(#1638) Expected indentation of 8 spaces (indentation)
(#1640) Expected indentation of 4 spaces (indentation)
(#1643) Expected indentation of 4 spaces (indentation)
(#1641) Expected indentation of 8 spaces (indentation)
(#1642) Expected indentation of 8 spaces (indentation)
(#1644) Expected indentation of 4 spaces (indentation)
(#1647) Expected indentation of 4 spaces (indentation)
(#1645) Expected indentation of 8 spaces (indentation)
(#1646) Expected indentation of 8 spaces (indentation)
(#1648) Expected indentation of 4 spaces (indentation)
(#1651) Expected indentation of 4 spaces (indentation)
(#1649) Expected indentation of 8 spaces (indentation)
(#1650) Expected indentation of 8 spaces (indentation)
(#1652) Expected indentation of 4 spaces (indentation)
(#1655) Expected indentation of 4 spaces (indentation)
(#1653) Expected indentation of 8 spaces (indentation)
(#1654) Expected indentation of 8 spaces (indentation)
(#1656) Expected indentation of 4 spaces (indentation)
(#1659) Expected indentation of 4 spaces (indentation)
(#1657) Expected indentation of 8 spaces (indentation)
(#1658) Expected indentation of 8 spaces (indentation)
(#1660) Expected indentation of 4 spaces (indentation)
(#1663) Expected indentation of 4 spaces (indentation)
(#1661) Expected indentation of 8 spaces (indentation)
(#1662) Expected indentation of 8 spaces (indentation)
(#1664) Expected indentation of 4 spaces (indentation)
(#1667) Expected indentation of 4 spaces (indentation)
(#1665) Expected indentation of 8 spaces (indentation)
(#1666) Expected indentation of 8 spaces (indentation)
(#1668) Expected indentation of 4 spaces (indentation)
(#1671) Expected indentation of 4 spaces (indentation)
(#1669) Expected indentation of 8 spaces (indentation)
(#1670) Expected indentation of 8 spaces (indentation)
(#1672) Expected indentation of 4 spaces (indentation)
(#1675) Expected indentation of 4 spaces (indentation)
(#1673) Expected indentation of 8 spaces (indentation)
(#1674) Expected indentation of 8 spaces (indentation)
(#1676) Expected indentation of 4 spaces (indentation)
(#1679) Expected indentation of 4 spaces (indentation)
(#1677) Expected indentation of 8 spaces (indentation)
(#1678) Expected indentation of 8 spaces (indentation)
(#1680) Expected indentation of 4 spaces (indentation)
(#1683) Expected indentation of 4 spaces (indentation)
(#1681) Expected indentation of 8 spaces (indentation)
(#1682) Expected indentation of 8 spaces (indentation)
(#1684) Expected indentation of 4 spaces (indentation)
(#1687) Expected indentation of 4 spaces (indentation)
(#1685) Expected indentation of 8 spaces (indentation)
(#1686) Expected indentation of 8 spaces (indentation)
(#1688) Expected indentation of 4 spaces (indentation)
(#1691) Expected indentation of 4 spaces (indentation)
(#1689) Expected indentation of 8 spaces (indentation)
(#1690) Expected indentation of 8 spaces (indentation)
(#1692) Expected indentation of 4 spaces (indentation)
(#1695) Expected indentation of 4 spaces (indentation)
(#1693) Expected indentation of 8 spaces (indentation)
(#1694) Expected indentation of 8 spaces (indentation)
(#1696) Expected indentation of 4 spaces (indentation)
(#1699) Expected indentation of 4 spaces (indentation)
(#1697) Expected indentation of 8 spaces (indentation)
(#1698) Expected indentation of 8 spaces (indentation)
(#1700) Expected indentation of 4 spaces (indentation)
(#1703) Expected indentation of 4 spaces (indentation)
(#1701) Expected indentation of 8 spaces (indentation)
(#1702) Expected indentation of 8 spaces (indentation)
(#1704) Expected indentation of 4 spaces (indentation)
(#1707) Expected indentation of 4 spaces (indentation)
(#1705) Expected indentation of 8 spaces (indentation)
(#1706) Expected indentation of 8 spaces (indentation)
(#1708) Expected indentation of 4 spaces (indentation)
(#1711) Expected indentation of 4 spaces (indentation)
(#1709) Expected indentation of 8 spaces (indentation)
(#1710) Expected indentation of 8 spaces (indentation)
(#1712) Expected indentation of 4 spaces (indentation)
(#1715) Expected indentation of 4 spaces (indentation)
(#1713) Expected indentation of 8 spaces (indentation)
(#1714) Expected indentation of 8 spaces (indentation)
(#1716) Expected indentation of 4 spaces (indentation)
(#1719) Expected indentation of 4 spaces (indentation)
(#1717) Expected indentation of 8 spaces (indentation)
(#1718) Expected indentation of 8 spaces (indentation)
(#1720) Expected indentation of 4 spaces (indentation)
(#1723) Expected indentation of 4 spaces (indentation)
(#1721) Expected indentation of 8 spaces (indentation)
(#1722) Expected indentation of 8 spaces (indentation)
(#1724) Expected indentation of 4 spaces (indentation)
(#1727) Expected indentation of 4 spaces (indentation)
(#1725) Expected indentation of 8 spaces (indentation)
(#1726) Expected indentation of 8 spaces (indentation)
(#1728) Expected indentation of 4 spaces (indentation)
(#1731) Expected indentation of 4 spaces (indentation)
(#1729) Expected indentation of 8 spaces (indentation)
(#1730) Expected indentation of 8 spaces (indentation)
(#1732) Expected indentation of 4 spaces (indentation)
(#1735) Expected indentation of 4 spaces (indentation)
(#1733) Expected indentation of 8 spaces (indentation)
(#1734) Expected indentation of 8 spaces (indentation)
(#1736) Expected indentation of 4 spaces (indentation)
(#1739) Expected indentation of 4 spaces (indentation)
(#1737) Expected indentation of 8 spaces (indentation)
(#1738) Expected indentation of 8 spaces (indentation)
(#1740) Expected indentation of 4 spaces (indentation)
(#1743) Expected indentation of 4 spaces (indentation)
(#1741) Expected indentation of 8 spaces (indentation)
(#1742) Expected indentation of 8 spaces (indentation)
(#1744) Expected indentation of 4 spaces (indentation)
(#1747) Expected indentation of 4 spaces (indentation)
(#1745) Expected indentation of 8 spaces (indentation)
(#1746) Expected indentation of 8 spaces (indentation)
(#1748) Expected indentation of 4 spaces (indentation)
(#1751) Expected indentation of 4 spaces (indentation)
(#1749) Expected indentation of 8 spaces (indentation)
(#1750) Expected indentation of 8 spaces (indentation)
(#1752) Expected indentation of 4 spaces (indentation)
(#1755) Expected indentation of 4 spaces (indentation)
(#1753) Expected indentation of 8 spaces (indentation)
(#1754) Expected indentation of 8 spaces (indentation)
(#1756) Expected indentation of 4 spaces (indentation)
(#1759) Expected indentation of 4 spaces (indentation)
(#1757) Expected indentation of 8 spaces (indentation)
(#1758) Expected indentation of 8 spaces (indentation)
(#1760) Expected indentation of 4 spaces (indentation)
(#1763) Expected indentation of 4 spaces (indentation)
(#1761) Expected indentation of 8 spaces (indentation)
(#1762) Expected indentation of 8 spaces (indentation)
(#1764) Expected indentation of 4 spaces (indentation)
(#1767) Expected indentation of 4 spaces (indentation)
(#1765) Expected indentation of 8 spaces (indentation)
(#1766) Expected indentation of 8 spaces (indentation)
(#1768) Expected indentation of 4 spaces (indentation)
(#1771) Expected indentation of 4 spaces (indentation)
(#1769) Expected indentation of 8 spaces (indentation)
(#1770) Expected indentation of 8 spaces (indentation)
(#1775) Expected indentation of 4 spaces (indentation)
(#1778) Expected indentation of 4 spaces (indentation)
(#1776) Expected indentation of 8 spaces (indentation)
(#1777) Expected indentation of 8 spaces (indentation)
(#1779) Expected indentation of 4 spaces (indentation)
(#1782) Expected indentation of 4 spaces (indentation)
(#1780) Expected indentation of 8 spaces (indentation)
(#1781) Expected indentation of 8 spaces (indentation)
(#1783) Expected indentation of 4 spaces (indentation)
(#1786) Expected indentation of 4 spaces (indentation)
(#1784) Expected indentation of 8 spaces (indentation)
(#1785) Expected indentation of 8 spaces (indentation)
(#1787) Expected indentation of 4 spaces (indentation)
(#1790) Expected indentation of 4 spaces (indentation)
(#1788) Expected indentation of 8 spaces (indentation)
(#1789) Expected indentation of 8 spaces (indentation)
(#1791) Expected indentation of 4 spaces (indentation)
(#1794) Expected indentation of 4 spaces (indentation)
(#1792) Expected indentation of 8 spaces (indentation)
(#1793) Expected indentation of 8 spaces (indentation)
(#1795) Expected indentation of 4 spaces (indentation)
(#1798) Expected indentation of 4 spaces (indentation)
(#1796) Expected indentation of 8 spaces (indentation)
(#1797) Expected indentation of 8 spaces (indentation)
(#1799) Expected indentation of 4 spaces (indentation)
(#1802) Expected indentation of 4 spaces (indentation)
(#1800) Expected indentation of 8 spaces (indentation)
(#1801) Expected indentation of 8 spaces (indentation)
(#1803) Expected indentation of 4 spaces (indentation)
(#1806) Expected indentation of 4 spaces (indentation)
(#1804) Expected indentation of 8 spaces (indentation)
(#1805) Expected indentation of 8 spaces (indentation)
(#1807) Expected indentation of 4 spaces (indentation)
(#1810) Expected indentation of 4 spaces (indentation)
(#1808) Expected indentation of 8 spaces (indentation)
(#1809) Expected indentation of 8 spaces (indentation)
(#1811) Expected indentation of 4 spaces (indentation)
(#1814) Expected indentation of 4 spaces (indentation)
(#1812) Expected indentation of 8 spaces (indentation)
(#1813) Expected indentation of 8 spaces (indentation)
(#1815) Expected indentation of 4 spaces (indentation)
(#1818) Expected indentation of 4 spaces (indentation)
(#1816) Expected indentation of 8 spaces (indentation)
(#1817) Expected indentation of 8 spaces (indentation)
(#1819) Expected indentation of 4 spaces (indentation)
(#1822) Expected indentation of 4 spaces (indentation)
(#1820) Expected indentation of 8 spaces (indentation)
(#1821) Expected indentation of 8 spaces (indentation)
(#1823) Expected indentation of 4 spaces (indentation)
(#1826) Expected indentation of 4 spaces (indentation)
(#1824) Expected indentation of 8 spaces (indentation)
(#1825) Expected indentation of 8 spaces (indentation)
(#1827) Expected indentation of 4 spaces (indentation)
(#1830) Expected indentation of 4 spaces (indentation)
(#1828) Expected indentation of 8 spaces (indentation)
(#1829) Expected indentation of 8 spaces (indentation)
(#1831) Expected indentation of 4 spaces (indentation)
(#1834) Expected indentation of 4 spaces (indentation)
(#1832) Expected indentation of 8 spaces (indentation)
(#1833) Expected indentation of 8 spaces (indentation)
(#1835) Expected indentation of 4 spaces (indentation)
(#1838) Expected indentation of 4 spaces (indentation)
(#1836) Expected indentation of 8 spaces (indentation)
(#1837) Expected indentation of 8 spaces (indentation)
(#1839) Expected indentation of 4 spaces (indentation)
(#1842) Expected indentation of 4 spaces (indentation)
(#1840) Expected indentation of 8 spaces (indentation)
(#1841) Expected indentation of 8 spaces (indentation)
(#1843) Expected indentation of 4 spaces (indentation)
(#1846) Expected indentation of 4 spaces (indentation)
(#1844) Expected indentation of 8 spaces (indentation)
(#1845) Expected indentation of 8 spaces (indentation)
(#1847) Expected indentation of 4 spaces (indentation)
(#1850) Expected indentation of 4 spaces (indentation)
(#1848) Expected indentation of 8 spaces (indentation)
(#1849) Expected indentation of 8 spaces (indentation)
(#1851) Expected indentation of 4 spaces (indentation)
(#1854) Expected indentation of 4 spaces (indentation)
(#1852) Expected indentation of 8 spaces (indentation)
(#1853) Expected indentation of 8 spaces (indentation)
(#1855) Expected indentation of 4 spaces (indentation)
(#1858) Expected indentation of 4 spaces (indentation)
(#1856) Expected indentation of 8 spaces (indentation)
(#1857) Expected indentation of 8 spaces (indentation)
(#1859) Expected indentation of 4 spaces (indentation)
(#1862) Expected indentation of 4 spaces (indentation)
(#1860) Expected indentation of 8 spaces (indentation)
(#1861) Expected indentation of 8 spaces (indentation)
(#1863) Expected indentation of 4 spaces (indentation)
(#1866) Expected indentation of 4 spaces (indentation)
(#1864) Expected indentation of 8 spaces (indentation)
(#1865) Expected indentation of 8 spaces (indentation)
(#1867) Expected indentation of 4 spaces (indentation)
(#1870) Expected indentation of 4 spaces (indentation)
(#1868) Expected indentation of 8 spaces (indentation)
(#1869) Expected indentation of 8 spaces (indentation)
(#1871) Expected indentation of 4 spaces (indentation)
(#1874) Expected indentation of 4 spaces (indentation)
(#1872) Expected indentation of 8 spaces (indentation)
(#1873) Expected indentation of 8 spaces (indentation)
(#1875) Expected indentation of 4 spaces (indentation)
(#1878) Expected indentation of 4 spaces (indentation)
(#1876) Expected indentation of 8 spaces (indentation)
(#1877) Expected indentation of 8 spaces (indentation)
(#1879) Expected indentation of 4 spaces (indentation)
(#1882) Expected indentation of 4 spaces (indentation)
(#1880) Expected indentation of 8 spaces (indentation)
(#1881) Expected indentation of 8 spaces (indentation)
(#1883) Expected indentation of 4 spaces (indentation)
(#1886) Expected indentation of 4 spaces (indentation)
(#1884) Expected indentation of 8 spaces (indentation)
(#1885) Expected indentation of 8 spaces (indentation)
(#1887) Expected indentation of 4 spaces (indentation)
(#1890) Expected indentation of 4 spaces (indentation)
(#1888) Expected indentation of 8 spaces (indentation)
(#1889) Expected indentation of 8 spaces (indentation)
(#1891) Expected indentation of 4 spaces (indentation)
(#1894) Expected indentation of 4 spaces (indentation)
(#1892) Expected indentation of 8 spaces (indentation)
(#1893) Expected indentation of 8 spaces (indentation)
(#1895) Expected indentation of 4 spaces (indentation)
(#1898) Expected indentation of 4 spaces (indentation)
(#1896) Expected indentation of 8 spaces (indentation)
(#1897) Expected indentation of 8 spaces (indentation)
(#1899) Expected indentation of 4 spaces (indentation)
(#1902) Expected indentation of 4 spaces (indentation)
(#1900) Expected indentation of 8 spaces (indentation)
(#1901) Expected indentation of 8 spaces (indentation)
(#1903) Expected indentation of 4 spaces (indentation)
(#1906) Expected indentation of 4 spaces (indentation)
(#1904) Expected indentation of 8 spaces (indentation)
(#1905) Expected indentation of 8 spaces (indentation)
(#1907) Expected indentation of 4 spaces (indentation)
(#1910) Expected indentation of 4 spaces (indentation)
(#1908) Expected indentation of 8 spaces (indentation)
(#1909) Expected indentation of 8 spaces (indentation)
local/edudashboard/localstyles/bootstrap-grid.min.css
(#6) Invalid value for "width" (csstree/validator)
(#6) Invalid value for "display" (csstree/validator)
(#6) Invalid value for "display" (csstree/validator)
(#6) Invalid value for "display" (csstree/validator)
(#6) Invalid value for "display" (csstree/validator)
(#6) Invalid value for "display" (csstree/validator)
(#6) Invalid value for "display" (csstree/validator)
(#6) Invalid value for "display" (csstree/validator)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#6) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#6) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#6) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#6) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#6) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#6) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#6) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#6) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#6) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#6) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#6) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#6) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#6) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#6) Expected line length to be no more than 132 characters (max-line-length)
(#6) Expected single space after ":" (media-feature-colon-space-after)
(#6) Expected single space after ":" (media-feature-colon-space-after)
(#6) Expected single space after ":" (media-feature-colon-space-after)
(#6) Expected single space after ":" (media-feature-colon-space-after)
(#6) Expected single space after ":" (media-feature-colon-space-after)
(#6) Expected single space after ":" (media-feature-colon-space-after)
(#6) Expected single space after ":" (media-feature-colon-space-after)
(#6) Expected single space after ":" (media-feature-colon-space-after)
(#6) Expected single space after ":" (media-feature-colon-space-after)
(#6) Expected single space after ":" (media-feature-colon-space-after)
(#6) Expected single space after ":" (media-feature-colon-space-after)
(#6) Expected single space after ":" (media-feature-colon-space-after)
(#6) Expected single space after ":" (media-feature-colon-space-after)
(#6) Expected single space after ":" (media-feature-colon-space-after)
(#6) Expected single space after ":" (media-feature-colon-space-after)
(#6) Expected single space after ":" (media-feature-colon-space-after)
(#6) Expected single space after ">" (selector-combinator-space-after)
(#6) Expected single space after ">" (selector-combinator-space-after)
(#6) Expected single space before ">" (selector-combinator-space-before)
(#6) Expected single space before ">" (selector-combinator-space-before)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
local/edudashboard/localstyles/chartjs.css
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Unexpected unit (length-zero-no-unit)
(#2) Unexpected whitespace at end of line (no-eol-whitespace)
(#2) Expected indentation of 4 spaces (indentation)
local/edudashboard/localstyles/moodle.styl.cmpt.css
(#5) Invalid value for "display" (csstree/validator)
(#10) Expected newline before "}" (block-closing-brace-newline-before)
(#5) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#6) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-right" (declaration-block-no-duplicate-properties)
(#10) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#15) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#10) Unexpected whitespace at end of line (no-eol-whitespace)
local/edudashboard/localstyles/progressbar.css
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline after "}" (block-closing-brace-newline-after)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#28) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#24) Unexpected duplicate "transition" (declaration-block-no-duplicate-properties)
(#25) Unexpected duplicate "transition" (declaration-block-no-duplicate-properties)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected line length to be no more than 132 characters (max-line-length)
(#25) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#41) Expected indentation of 0 spaces (indentation)
(#55) Expected indentation of 0 spaces (indentation)

PHPDocs style problems

(0 errors, 0 warnings)

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


Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 9 warnings)

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

local/edudashboard/templates/authenticationreport.mustache
(#1) Example context missing.
local/edudashboard/templates/categoriesoverview.mustache
(#1) Example context missing.
local/edudashboard/templates/chartjsview.mustache
(#1) Example context missing.
local/edudashboard/templates/chartview.mustache
(#1) Example context missing.
local/edudashboard/templates/coursereport.mustache
(#1) Example context missing.
local/edudashboard/templates/coursessize.mustache
(#1) Example context missing.
local/edudashboard/templates/edudashboard.mustache
(#1) Example context missing.
local/edudashboard/templates/siteoverview.mustache
(#1) Example context missing.
local/edudashboard/templates/studentcourseoverview.mustache
(#1) Example context missing.

Gherkin .feature problems

(0 errors, 0 warnings)

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